.ayxfgj03 .t{ padding:80px 0 0 0; background:#f9fbff}
.ayxfgj03 .ibd .item:nth-child(2n+1){background:#f9fbff}
.ayxfgj03 .ibd .item{ padding:60px 0;}
.ayxfgj03 .ibd .item .nr{display:flex;justify-content: space-between; align-items: center;}
.ayxfgj03 .ibd .item:nth-child(2n) .nr{ flex-direction: row-reverse;}
.ayxfgj03 .ibd .item .pic{ width:660px;}
.ayxfgj03 .ibd .item .pic img{ width:100%}
.ayxfgj03 .ibd .item .cont{ width:790px}

.ayxfgj03 .ibd .item .cont .title{font-size:36px;color:#111;font-weight: bold;}
.ayxfgj03 .ibd .item .cont .intro{font-size: 16px;color:#333;margin-top:15px;line-height: 30px;}
.ayxfgj03 .ibd .item .cont .title2{ padding:20px 30px 30px 30px; background:#fff;border-radius:60px;margin-bottom:20px;font-size: 22px; }
.ayxfgj03 .ibd .item .cont .title2 img{width:49px; margin-left:-60px;margin-right:20px;vertical-align: middle;}

.ayxfgj03 .ibd .item .cont .title3{padding: 10px 0px 10px 0px;background:#fff;border-radius:60px;margin-bottom:20px;width: auto;/* float: left; */ line-height: 49px;}
.ayxfgj03 .ibd .item .cont .title3 img{width:49px; margin-left:0px;margin-right:20px;vertical-align: middle; float: left;}
.ayxfgj03 .ibd .item .cont .title3 p{line-height: 30px;}


.box {
    margin-top: 40px;
}

.box ul {
    /* margin: 0 -1rem; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.box ul li {
    width: 23%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
}
.j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.box ul li a {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 180px; */
    margin: 0 auto;
}

.box ul li .box2 {
    width: 100%;
    height: 0;
    padding-top: 255px;
    background: #ffffff;
    /* border-radius: 50%; */
    position: relative;
    z-index: 1;
}

.box ul li .j_tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: table;
}

.box ul li font {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    display: block;
    margin-bottom: 15px;
}

.box ul li font img {
    transition: all .3s;
    width: 100%
}

.box ul li .img02 {
    display: none;
}

.box ul li h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: all .3s;
    line-height: 1.5;
    height: 35px;
}

.box ul li span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #474a4a;
    transition: all .3s;
    line-height: 1.5;
    height: 67px;
    padding: 0 15px;
}

.box ul li .box2:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.box ul li .box2:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #0084cd;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.box ul li:hover .box2:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.box ul li:hover .box2:before {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0;
}

.box ul li:hover .img01 {
    display: none;
}

.box ul li:hover .img02 {
    display: inline-block;
}

.box ul li:hover h5 {
    color: #fff;
}

.box ul li:hover span {
    color: #fff;
}


@media (max-width: 1680px){
	.ayxfgj03 .t{ padding:60px 0 0 0; }
	.ayxfgj03 .ibd .item{ padding:50px 0;}
	.ayxfgj03 .ibd .item .pic{ width:580px;}
	.ayxfgj03 .ibd .item .cont{ width:500px}
	.ayxfgj03 .ibd .item .cont .title{ font-size:20px; }
	.ayxfgj03 .ibd .item .cont .title3 p{line-height: 24px;}
	.ayxfgj03 .ibd .item .cont .intro{ font-size:16px;}
}
@media (max-width: 1200px){
	.ayxfgj03 .t{ padding:40px 0 0 0; }
	.ayxfgj03 .ibd .item{ padding:30px 0;}
	.ayxfgj03 .ibd .item .pic{ width:50%;}
	.ayxfgj03 .ibd .item .cont{ width:45%}
	.ayxfgj03 .ibd .item .cont .title{ font-size:20px; }
	.ayxfgj03 .ibd .item .cont .intro{ font-size:16px;}
}
@media (max-width: 750px){
	.ayxfgj03 .ibd .item .nr {
	    display:block;
	}
	.ayxfgj03 .ibd .item .pic{ width:100%;}
	.ayxfgj03 .ibd .item .cont{ width:95%}
	.ayxfgj03 .ibd .item .cont .title{font-size: 17px;/* margin-left: 10%; */}
	.ayxfgj03 .ibd .item .cont .intro{font-size: 14px;margin-top:5px}
	.ayxfgj03 .ibd .item .cont .title3 p{line-height: 20px;}
	.ayxfgj03 .ibd .item .cont .title2 img {
	    margin-left: -17px;}
	.ayxfgj03 .ibd .item .cont .title3{margin-left: 2%;}
		.ayxfgj03 .ibd .item .cont .title3 img {
		   margin-left: 0;}
		   .box {
		       margin-top: 20px;
		   }
		   .box ul li {
		       width: 50%;
		       margin-bottom: 10px;
		   }
}

.pc_nr{ display:block}
.sj_nr{ display:none}
@media (max-width: 1200px){
	.sj_nr{ display:block}
	.pc_nr{ display:none}
}