img {
    max-width: 100%;
}
main{
	background: #f2f2f2;
}
.anim_big,
.anim_big img {
    max-width: 100%;
}
.anim_big{
	height: 480px;
}
.anim_big img{
	height: 100%;
	object-fit: cover;
}

.anima_one {
    background: #4783e3 url("../image/babl.png")no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.ani_tit {
    text-align: center;
    width: 750px;
    margin: 0 auto;
}

.ani_tit h1 {
    padding: 25px 0 25px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.ani_tit h2 {
    width: 60px;
    background: #cccccc;
    height: 3px;
    margin: 0 auto 5px;
}

.ani_tit h3 {
    font-size: 16px;
    color: #808080;
    line-height: 36px;
}

.ani_tit.color h1,
.ani_tit.color h2,
.ani_tit.color h3 {
    color: #FFF;
}

.ani_b {
    text-align: center;
    margin-top: 50px;
}

.anima_two>ul {
	display: flex;
	flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.anima_two>ul>li:nth-child(3){
	    width: 49%;
	margin-right: 0;
}
.anima_two>ul>li:nth-child(7){
	margin-right: 0;
}
.anima_two>ul>li:nth-child(11){
	margin-right: 0;
}
.anima_two>ul>li:nth-child(12){
	 width: 49%
}
.anima_two>ul>li:nth-child(14){
	margin-right: 0;
}
.anima_two>ul>li {
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
    /* float: left; */
    width: 23.7%;
    text-align: center; 
   height: 257px; 
   border-radius: 8px;
}

.ani_ic {
    width: 150px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.ani_ic>img {
    max-width: 100%;
}

.anima_two>ul>li h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 0px 0 15px;
}

.anima_two>ul>li p {
    font-size: 16px;
    color: #808080;
    padding: 0 30px;
    line-height: 26px;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 

.anima_two>ul>li:hover .ani_ic {
    transform: rotate(360deg);
}

.anima_thr {
    background: #f1faff;
    width: 100%;
}
.anima_thr ul li{
	width: 33.3%;
	background: unset;
	margin-right: 0;
}
.anima_thr ul li:nth-child(3){
	width: 33.3%;
}

.ani_th {
    width: 224px;
    margin: 0 auto;
    transition: all 0.4s;
}

.anima_two>ul>li h2 {
    font-size: 22px;
    color: #333333;
    margin: 20px 0 15px;
    transition: all 0.4s;
}

.anima_two>ul>li:hover h2 {
    margin-left: -15px;
}

.anima_four {
    background: #4683e2;
    padding: 22px 0;
}

.an_wrap {
    width: 1200px;
    margin: 0 auto;
}

.an_cancat {
    font-size: 14px;
    color: #ffffff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all 0.4s;
    margin-top: 7px;
}
.an_cancat a{
     color: #ffffff;
     display: block;
}
.an_cancat a:hover {
    background: #FFF;
    color: #4683e2;
    cursor: pointer;
}

.an_boot h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}

.an_boot h2 {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
}

.ai_img{
	display: flex;
	justify-content: center;
	
}
.ai_box{
	background: #fff;
	padding-bottom: 4px;
}


/* 外场 */
.out_two {
    padding: 70px 0 30px;
}

.out_thr {
    position: relative;
}

.out_te {
    padding-top: 100px;
}

.out_te {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto;
}

.out_te h1 {
    font-size: 26px;
    color: #ffffff;
}

.out_te h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 20px 0;
}

.out_a>a {
    margin-right: 20px;
}






@media (max-width: 1400px) {
    .out_te {
        padding-top: 40px;
    }
}

/* 手机端 */
@media (max-width: 768px) {
.anima_two>ul>li{
	width: 48.5%;
	margin-right: 10px;
}
.anima_two>ul>li:nth-child(2){
	margin-right: 0;
}
.anima_two>ul>li:nth-child(3){
	width: 100%;
}
.anima_two>ul>li:nth-child(5){
	margin-right: 0;
}
.anima_two>ul>li:nth-child(9){
	margin-right: 0;
}
.anima_two>ul>li:nth-child(12){
	width: 100%;
	margin-right: 0;
}
    .ani_tit {
        width: auto;
        padding: 0 15px;
    }

    .ani_tit h1 {
        padding: 20px 0 15px;
        font-size: 20px;
    }

    .ani_tit h2 {
        width: 60px;
        background: #cccccc;
        height: 3px;
        margin: 0 auto 10px;
    }

    .ani_tit h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .ani_b {
        margin-top: 20px;
    }

    img {
        max-width: 100%;
    }

    .anima_two>ul {
        width: auto;
        max-width: 100%;
        padding: 20px 14px;
    }

    .anima_two>ul>li {
        margin-bottom: 10px;
    }

    .ani_ic {
        width: 100px;
        height: 100px;
    }

    .anima_two>ul>li h1 {
        font-size: 16px;
        margin: 10px 0;
    }

    .anima_two>ul>li p {
        font-size: 14px;
        padding: 0 15px;
        min-height: 102px;
        line-height: 20px;
        -webkit-line-clamp: 5;
    }

    .ani_th {
        width: 124px;
    }

    .anima_two>ul>li h2 {
        font-size: 16px;
        margin: 15px 0;
    }

    .anima_thr>ul>li p {
        min-height: 89px;
    }

    .an_wrap {
        width: 100%;
    }

    .an_cancat {
        font-size: 14px;
    }


    .an_boot h1 {
        font-size: 22px;
    }

    .an_boot h2 {
        font-size: 13px;
        margin: 6px 0;
    }

    .anima_four>div {
        padding: 0 15px;
        width: auto;
    }

    .anima_four>div>div {
        float: none;
        width: 100%;
    }

    .an_cancat {
        margin-top: 15px;
    }

    /* 外场 */
    .out_two {
        padding: 10px 0;
    }


    .out_te {
        width: auto;
        padding: 10px 15px 0;
    }

    .out_te h1 {
        font-size: 15px;
    }

    .out_te h2 {
        font-size: 12px;
        margin: 4px 0;
    }

    .out_a {
        margin-top: 8px;
    }

    .out_a>a {
        width: 80px;
        margin-right: 10px;
    }
    .out_two>ul>li p{
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 320px) {
    .anima_two>ul>li p {
        font-size: 13px;
        padding: 0 15px;
        min-height: 109px;
        -webkit-line-clamp: 6;
    }
}