/* 户外广告 */
.anli {
	padding: 0 50px;
}

.anli .min-box {
    max-width: 1600px;
    width: 100%;
    min-width: 750px;
    padding-top: 63px;
    min-height: 700px;
    margin: 0 auto;
    overflow: hidden;

}

.anli .min-box .top-max-title {
    width: 940px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.anli .min-box .top-max-title .max-title {
    font-size: 103px;
    color: #f2f2f2;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 76px;
	text-transform:uppercase;
}

.anli .min-box .top-max-title .max-title::before {
    content: attr(data-text);
    position: absolute;
    font-size: 38px;
    color: #202020;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 36px;
    bottom: 0;
}

.anli .min-box .top-max-title .det-text {
    font-size: 18px;
    color: #333;
    margin-top: 16px;
}

.anli .min-box .class-item {
    width: 100%;
    height: 45px;
    border-bottom: solid 1px #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

.anli .min-box .class-item .links {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.anli .min-box .class-item .links::before {
    transition: top 300ms;
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #333;
}

.anli .min-box .class-item .links::after {
    transition: background-color 0ms, top 300ms;
    transition-delay: 300ms, 0ms;
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #e62129;
    color: #ffffff;
}

.anli .min-box .class-item .acts::before {
    top: -100%;
}

.anli .min-box .class-item .acts::after {
    top: 0%;
    background-color: #e62129;
    transition-delay: 0ms;
}

/*.anli .min-box .class-item .act-color{
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: #212d52;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: transform 300ms, width 300ms;
}
.anli .min-box .class-item .act-color .inset-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 300ms;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anli .min-box .class-item .act-color .inset-text .link{
	display: block;
	padding: 0 20px;
	font-size: 18px;
	line-height: 45px;
	color: #ffffff;
}*/
.anli .min-box .sw-box {
    width: 1600px;
    margin: 0 auto;
    height: 100%;
    position: relative;

}

.anli .min-box .cp-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom:80px;
    transition: transform 300ms, opacity 300ms;
    transform: translateY(120px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.anli .min-box .cp-item.shows {
    position: relative;
    display: flex;
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

.anli .min-box .cp-item .cp-box{
    display: block;
    width: calc(33.333% - 18px);
    height: 0;
    /*padding-bottom: 36.4%;*/
    padding-bottom: 25.4%;
    margin-right: 27px;
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
    /*border-radius: 10px;*/
    overflow: hidden;
}
/*.anli .min-box .cp-item .cp-box:nth-child(odd){
	box-sizing: border-box;
	border: solid 1px #2c2c2c;
}*/
.anli .min-box .cp-item .cp-box:nth-child(3n) {
    margin-right: 0;
}
.anli .min-box .cp-item .cp-box .bottom-detail{
	position: absolute;
	width: 100%;
	height: 36%;
	bottom: 0;
	left: 0;
	padding: 30px 35px;
	color: #000000;	
}
.anli .min-box .cp-item .cp-box .bottom-detail .titles{
	font-size: 16px;
	width: 100%;
	margin-bottom: 15px;
}
.anli .min-box .cp-item .cp-box .bottom-detail .dets{
	width: 100%;
	font-size: 14px;
}

.anli .min-box .cp-item .cp-box .bottom-img{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    /*height: 64%;*/
    height: 100%;
    background-image: url(../img/anli.png);
    background-size: 100% 100%;
    z-index: 90;
}
.anli .min-box .cp-item .cp-box .hover-box {
    position: absolute;
    width: 100%;
    /*height: 64%;*/
    height: 100%;
    background-color: rgba(230, 30, 41, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 300ms;
    opacity: 0;
    z-index: 100;
}
/*.anli .min-box .cp-item .cp-box .hover-box::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
    background-image: url(../img/anli.png);
    background-size: 100% 100%;
    opacity: 1;
}*/

.anli .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;
}

.anli .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;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p {
    margin-right: -5px;
    opacity: 1;
    transition-delay: 300ms;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(2) {
    transition-delay: 200ms;
}

.anli .min-box .cp-item .cp-box:hover .hover-box .more-icon p:nth-child(3) {
    transition-delay: 100ms;
}

.anli .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;
}

.anli .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;
}

.anli .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;
}

.anli .min-box .cp-item .cp-box:hover .hover-box {
    opacity: 1;
}

.anli .min-box .cp-item .cp-box:hover .dolt {
    opacity: 1;
    transition-delay: 150ms;
}

.anli .min-box .cp-item .cp-box:hover .big-title {
    opacity: 1;
    transition-delay: 150ms;
    transform: translateY(0);
}

.anli .min-box .cp-item .cp-box:hover .dets {
    opacity: 1;
    transition-delay: 150ms;
    transform: translateY(0);
}

.anli .show-more {
    display: block;
    width: 200px;
    height: 55px;
    background-color: #212d52;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    margin: 0 auto;
    transition: 300ms;
}

.anli .show-more:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2)
}


.jianjie{
	background-color: #f2efef;
	margin-top: 25px;
}
.jianjie .min-box{
	width: 1600px;
	height: 540px;
	padding: 56px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jianjie .min-box .detmsgd{
	width: 373px;
	height: 100%;
    overflow: hidden;
}
.jianjie .min-box .detmsgd img{
	width: 100%;
	height: 254px;
}
.jianjie .min-box .detmsgd .det-titles{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top: 13px;
	margin-bottom: 8px;
	color: #686565;
}
.jianjie .min-box .detmsgd .det-text{
	width: 100%;
	font-size: 14px;
}
