.ind-main {
	background: #fff;
	position: relative;
	z-index: 10;
}
.container {
	width: 85%;
	margin: 0 auto;
}
.about-banner-custom {

	position: relative;

	width: 100%;

	height: 50vh;

	background-size: cover;

	background-position: center;

}



.about-banner-custom>div {

	position: relative;

	height: 100%;

}



.about-banner-custom:before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(0, 0, 0, 0.2);

}



/* 

.about-banner-custom .banner-text br{

	display: none;

} */

.about-banner-custom .banner-text h2 {

	font-size: 50px;

	line-height: 1;

	margin: 0 0 5px;

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: 4px;
	
	font-family:Arial, Helvetica, sans-serif;

}



.about-banner-custom .banner-text h5 {

	font-size: 45px;

	color: #fff;

	font-weight: 500;

	letter-spacing: 3px;

	margin: 0 0 0px;

}

.banner-text {
	position: absolute;
	color: #fff;
	text-align: center;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
}

.banner-text span {
	display: inline-block;
	padding: 0px 16px;
	color: #fff;
	background: #0456a3;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	font-size: 36px;
}

.banner-text h3 {
	font-size: 70px;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.banner-text p {
	font-size: 25px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}



/* inner-nav */

.text_list {

	position: relative;

	width: 90%;

	margin: 0 auto;

	height: 100px;

	text-align: center;

	background-color: #fff;

	border: 1px solid #f7f7f7;

	margin-top: -50px;

}



.text_list ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	flex-wrap: wrap;

}



.text_list li {

	position: relative;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	line-height: 100px;

	letter-spacing: 1px;

}



.text_list li:not(:first-child):before {

	display: block;

	content: '';

	position: absolute;

	top: calc(50% - 3px);

	left: -3px;

	width: 5px;

	height: 9px;

	background-image: url(../images/info_blt.png);

	background-repeat: no-repeat;

	background-size: contain;

}





.text_list li a {

	position: relative;

	display: inline-block;

	color: #333;

	font-size: 18px;

	line-height: 17px;
	
	padding:12px 15px;

}


.text_list li a:hover{ background:#01459a; color:#fff;}


/*.text_list li a::before {

	position: absolute;

	content: '';

	bottom: -3px;

	left: 0;

	width: 0;

	height: 1px;

	background: #000;

	-webkit-transition: all .3s;

	transition: all .3s;

}
*/


@media(min-width:1025px) {



	.text_list li a:hover::before,

	.text_list li a.cur::before {

		width: 100%;

	}



}





.about-introduction .container {

	position: relative;

	overflow: hidden;

}



/* .about-introduction .container:before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 46%;

	height: 100%;

	background: #0456a3;

} */



.about-introduction .container:after {

	content: '';

	position: absolute;

	top: -3vw;

	left: -3vw;

	width: 25vw;

	height: 25vw;

	background-size: cover;

	opacity: 0.05;

}

.ind-title {
	position: relative;
	text-align: center;
	margin: 30px 0 20px;
}

.ind-title h3 {
	position: relative;
	font-size: 45px;
	color: #01459a;
	font-weight:bold;
}

.ind-title span {
	width: 100%;
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #d7d7d7;
	text-transform: capitalize;
	font-weight: bold;
}

.bg-title span {
	color: #e7e7e7;
}

.ind-title p {
	width: 80%;
	margin: 25px auto 0;
}


.intro-box {

	position: relative;

	overflow: hidden;

}



.intro-top {

	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: space-between;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

}

/* 0510改 */

.planOne_vid {
	width: 45%;
	position: relative;
	padding-top: 34%;
}

.planOne_vid video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.planOne_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.48s;
	z-index: 2;
	cursor: pointer;
}

.planOne_play img {
	width: 40px;
}

/*  */
.gXu_tcBox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.gXu_tc {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .58);
}

.gXu_tcXq {
	width: 50%;
	/* height: 50vh; */
	/* overflow-y: scroll; */
	border-radius: 8px;
	box-shadow: 0 0 10px rgb(0 0 0 / 8%);
	position: relative;
	z-index: 2;
}

.gXu_tcXq video {
	width: 100%;
}

.close_tc {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	bottom: -13%;
	transform: translateX(-50%);
	cursor: pointer;
}

.close_tc svg {
	width: 100%;
	height: 100%;
}

.close_tc svg path {
	fill: #fff;
}


/* end */



.intro-top-logo {

	margin-left: 16%;

	width: 25%;

	margin-right: 8%;

}



.intro-top-text {

	width: 50%;
	height:28.6em;
	overflow-y:auto;

}



.intro-top p {

	font-size: 17px;

	color: #444;

	margin-bottom: 12px;

	line-height: 2;
	
	text-indent:2em;

}



.intro-bottom {

	position: relative;

	width: 100%;

	padding-top: 30px;

	overflow: hidden;

}



.intro-bottom-left {

	width: 16.66%;

	padding: 0 30px;

}



.intro-bottom-left p {

	width: 16px;

	line-height: 1.5;

	color: #fff;

	text-align: center;

	margin-bottom: 20px;

	font-size: 16px;

}



.intro-bottom-right {

	width: 83.333%;

}



.intro-bottom-right img {

	width: 100%;

}



.about-leadership {

	position: relative;

	padding: 0 0 110px;

	background: #f5f5f5;

	overflow: hidden;

}



.about-leadership .ind-title {

	margin-top: 70px;

}



.leadership-list {

	position: relative;

	padding: 40px 0;

	margin: -60px 0;

}



.leadership-inner {

	position: relative;

	width: 100%;

	margin: 0 25px;

	top: 0;

	padding: 30px 0;

	-webkit-transition: all .3s;

	transition: all .3s;

}



.leadership-box {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;

	-webkit-box-align: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;

	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);

	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);

}



@media(min-width:1025px) {

	.leadership-inner:hover {

		top: -5px;

	}



}



.leadership-list .slick-list {

	padding: 0 !important
}



.leadership-bg {

	position: relative;

	width: 100%;
	
	height:480px;

	background-size: cover;

	background-position: center;

}



.leadership-bg img {

	display: none;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover;

	/* object-position: top center; */


}



.leadership-text {

	width: 52%;

	padding: 6% 6% 0;

	background: #fff;

	letter-spacing: 1px;

	height: 360px;

}



.leadership-text h3 {

	font-weight: bold;

	font-size: 25px;

}



.leadership-text span {

	display: block;

	font-size: 15px;

	line-height: 1.4;

	color: #666;

	margin: 0 0 16px;

	height: 81px;

	overflow: hidden;

}



.leadership-text span i {

	display: block;

	margin-top: 5px;

	line-height: 1.4;

}



.leadership-text p {

	font-size: 14px;

	line-height: 1.8;

}



.leadership-list .slick-dots {

	bottom: 0px;

	text-align: center;

}



.leadership-list .slick-dots li {

	position: relative;

	width: 22px;

	height: 22px;

	background: none;

	border: none;

	top: 0;

}



.leadership-list .slick-dots li a:before {

	font-size: 6px;

	line-height: 20px;

	position: absolute;

	top: 0;

	left: 0;

	width: 45px;

	height: 6px;

	content: '';

	text-align: center;

	background-color: #bfbfbf;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}



.leadership-list .slick-dots li a::before {

	top: calc(50% - 3px);

	left: calc(50% - 3px);

	width: 6px;

	height: 6px;

	background-color: #142c4b;

	border-radius: 50%;

	z-index: 2;

}



.leadership-list .slick-dots li a::after {

	-webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);

	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);

}



.leadership-list .slick-dots li.slick-active a:after {

	line-height: 20px;

	position: absolute;

	top: calc(50% - 11px);

	left: calc(50% - 11px);

	width: 20px;

	height: 20px;

	content: '';

	text-align: center;

	border: 1px solid #142c4b;

	border-radius: 50%;

	z-index: 1;

}

.about-history {

	position: relative;

	width: 100%;

	margin: 70px auto 20px;

	padding-bottom: 80px;
	
	padding-top:30px;

	background: url(../images/his-bg.jpg) no-repeat bottom;

	background-size: cover;

	overflow: hidden;

}

.history-view{ margin-top:60px;}

.history-item {

	margin: 0 20px;

}



.history-box .his-item {

	position: relative;

	border-top: 4px solid rgba(255, 255, 255, 0.1);

}



.history-box .his-item:before {

	content: "";

	display: block;

	width: 0%;

	height: 4px;

	position: absolute;

	left: 0;

	top: -4px;

	background: #0456a3;

	transition: ease 1s;

}



.history-box .his-item:hover:before {

	width: 100%;

}



.history-box .his-item .time {

	font-size: 34px;

	padding-top: 26px;

	font-weight: bold;

	line-height: 1.2;
	
	color:#fff;

}



.history-box .his-item:hover .time {

	color: #fff;

}



.history-box .his-item .tit {

	margin: 20px 0;

	margin-top: 10px;

	line-height: 24px;

	font-size: 15px;
	
	color:#fff;

}



.history-box .his-item .imgbox {

	width: 82%;

	height: 140px;

	overflow: hidden;

}



.imgauto {

	width: 100%;

	height: 100%;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	transition: ease 1s;

}



.history-box .his-item:hover .imgauto {

	transform: scale(1.1, 1.1);

}



.history-box .his-item .ic-left {

	position: relative;

	-webkit-box-flex: 0;

	-ms-flex: 0 0 17px;

	flex: 0 0 17px;

}



.history-box .his-item .ic-left:before {

	content: "";

	position: absolute;

	width: 17px;

	height: 17px;

	background: #0456a3;

	border-radius: 50%;

	left: 0;

	top: 0;

	bottom: 0;

	margin: auto;

}



.history-box .his-item .ic-left i {

	position: absolute;

	display: block;

	width: 1px;

	height: 185px;

	background: #0456a3;

	left: 0;

	right: 0;

	margin: auto;

}



.history-box .his-item .ic-right {

	position: absolute;

	width: 100%;

	height: 100%;

	padding: 0 0 0 20px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.history-box .his-item .ic-right .inner {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}



.history-box .his-item .ic-right .img-box {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 164px;

	flex: 0 0 164px;

	min-width: 164px;

	height: 89px;

	overflow: hidden;

	margin: 0 18px 0 0;

}



.history-box .his-item .ic-right .img-box img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}



.history-box .his-item .ic-right .info .time {

	font-size: 30px;

	color: #0456a3;

	font-family: 'Georgia';

	margin: 0 0 10px;

	line-height: 1;

}



.history-box .his-item .ic-right .info p {

	font-size: 14px;

	line-height: 1.5;

}



.history-box .history-item:nth-child(even) .ic-left i {

	bottom: 0;

}



.history-box .history-item:nth-child(even) .ic-right .inner {

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

}



.history-box .slick-arrow {

	width: 62px;

	height: 32px;

	top: 50%;

	margin-top: -16.5px;

	cursor: pointer;

}



.history-box .slick-prev {

	left: -80px;

	background: url(../images/arr1.png) no-repeat left;

	background-size: 42px;

}



.history-box .slick-prev:before {

	content: "";

	transition: ease .5s;

	display: block;

	z-index: 1;

	width: 30px;

	height: 30px;

	border-radius: 50%;

	border: 1px solid #bebecc;

	position: absolute;

	left: -15px;

	top: 0px;

}



.history-box .slick-next {

	right: -80px;

	background: url(../images/arr2.png) no-repeat left;

	background-size: 42px;

}



.history-box .slick-next:before {

	content: "";

	transition: ease .5s;

	display: block;

	z-index: 1;

	width: 30px;

	height: 30px;

	border-radius: 50%;

	border: 1px solid #bebecc;

	position: absolute;

	right: 5px;

	top: 0px;

}



.about-honor {

	/*background: #fbfbfb;*/

	padding-top: 1px;

}



.about-honor .flexbox {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

}



.about-honor .flexbox .leftbox {

	position: relative;

	text-align: left;

	width: 40%;

	background: none;

	padding: 70px 10% 70px 0;

	margin: 0;

}



.about-honor .flexbox .leftbox:hover {

	top: 0;

}



.about-honor .flexbox .leftbox:before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: url(../images/honor-bg.png) no-repeat left top;

	background-size: contain;

	opacity: 0.1;

}



.about-honor .news-title .ind-title h3,

.about-honor .news-title .ind-title p {

	color: #333;

}



.about-honor .news-title .ind-title span {

	color: #0456a3;

}



.about-honor .news-an-left {

	margin-right: 5px;

	border: 1px solid rgba(0, 0, 0, 0.15);

}



.about-honor .news-an-right {

	margin-right: 0;

	margin-left: 5px;

	border: 1px solid rgba(0, 0, 0, 0.15);

}



.about-honor .icon-prev {

	background-image: url(../images/grade-prev-b.png);

}



.about-honor .icon-next {

	background-image: url(../images/grade-next-b.png);

}



.about-honor .flexbox .rightbox {

	width: 60%;

	background: none;

}

.rightbox {

	text-align: center;

}



.rightbox-box {

	position: relative;

}



.rightbox-box .img-box {

	background: #f1f1f1;

	padding: 10px;

}



.rightbox-box .slick-slide {

	padding: 10px;

	padding-top: 0;

}



.rightbox-box .slick-slide p {

	position: relative;

	padding-top: 15px;

	color: #666;

}



/* .rightbox-box .slick-slide p::before{

	position: absolute;

	content: '';

	width: 1px;

	height: 15px;

	top: 0;

	left: 50%;

	background: #333;

} */

.rightbox-box .img-box img {

	width: 100%;

	height: 100%;

	-o-object-fit: contain;

	object-fit: contain;

	-webkit-transition: 0.3s;

	transition: 0.3s;

}

.ind-news-an {
	padding: 30px 0 60px;
}

.news-an-left,
.news-an-right {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin-right: 28px;
	cursor: pointer;
}

.nav-icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	margin-left: -11px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icon-prev {
	background-image: url(../images/icon-arrow-left.svg);
}

.icon-next {
	background-image: url(../images/icon-arrow-right.svg);
}

.o_bg{ position:relative; overflow:hidden; background:#f5f5f5; margin-top:-50px;}

.o_big{overflow:hidden; clear:both; background-position:center center; margin-top:180px;}
.o_big img{ width:100%;}
.o_big .wrap{ position:relative;height:400px;}
.txts{ width:100%; line-height:70px; font-weight:bold; font-size:22px; color:#fff; padding:25px 30px 0 30px;}
.txts:before{content: '';display: block;background-color: #fff;width: 26px;height: 5px;}
.txts.bgs4{ background:#01459a 26px center no-repeat;}

.position{ height:60px; line-height:60px; overflow:hidden; color:#999999; font-size:15px; text-align:right; }
.position a{ color:#999999; font-size:16px; text-decoration:none;}
.position a:hover{color:#999999;}
.position label{color:#333333;}
.position img{ margin-right:9px;}
.position .rclass{ float:right;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}


.about_l{ float: left;width:20%;margin-bottom: 90px; margin-top:60px;}
.about_l .i_left_ul2{ overflow:hidden; background-color:#fff;}
.about_l .i_left_ul2 li h2{ font-weight:normal; overflow:hidden;padding-left:26px; padding-right:26px;  height:59px; line-height:59px; border-bottom:1px solid #f5f5f5;font-size:16px; font-weight:bold; color:#333333; cursor:pointer;background:url(../images/about_bg2.png) 90% center no-repeat; border-left:4px solid #fff;}
.about_l .i_left_ul2 li h2 a{color:#333333; font-size:16px; font-weight:normal; line-height:59px; text-decoration:none; display:block;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.about_l .i_left_ul2 > li:hover{background:#5389d0;}
.about_l .i_left_ul2 li h2:hover{background:#5389d0 url(../images/about_bg3_on.png) 90% center no-repeat;border-left: 4px solid #5389d0;}
.about_l .i_left_ul2 li h2:hover a{ color:#fff;}
.about_l .i_left_ul2 li h2.left_sel{ color:#01459a; border-left:4px solid #01459a;background:url(../images/about_bg2_on.png) 90% center no-repeat;}
.about_l .i_left_ul2 li h2.left_sel a{ color:#01459a;}
.about_l .i_left_ul2 li h1{ font-weight:normal; overflow:hidden;}
.about_l .i_left_ul2 li{display:block; width:100%; }
.about_l .i_left_ul2 li .layer2 ul{
   
}
.about_l .i_left_ul2 li .layer2 ul > li{
    border-bottom: 1px solid #f5f5f5;
}
.about_l .i_left_ul2 li .layer2 ul > li >a{
    padding: 0 28px;
    font-size:15px;
    display: block;
    line-height: 44px;
    background: url(../images/san.png) no-repeat 30px center;
    text-indent: 15px;
}
.about_l .i_left_ul2 li .layer2 ul > li >a:hover{
    color: #01459a;
}
.about_l .pic img{ width:100%;}



.about_r{ float: right;width:77%; margin-bottom:90px;}
.about_r .about_div{ background:#fff; overflow:hidden; padding-top:10px; padding-left:30px; padding-right:30px; padding-bottom:40px;}
.about_r .about_t{overflow: hidden;line-height: 40px; padding-top:15px; padding-bottom:15px; font-size:22px; font-weight:600; color:#333; border-bottom:1px solid #ededed; position:relative;}
.about_r .about_t:after {
	background-color:#01459a;
	height:2px;
	width:20px;
	bottom:0px;
	left:0;
	position:absolute;
	content:''
}
.about_r .about_con{ overflow:hidden; padding-top:50px; }

@media screen and (max-width:1024px){
.o_big{ margin-top:70px;}
.about_l{ float:none;display:none;}
.about_r{float:none; width:100%;}
.position{ text-align:left;}
}

@media screen and (max-width:768px){
.about_con img{ width:100%;}
}

.cpzs_con1_u1{font-size: 0;}
.cpzs_con1_u1 li{ float:left; vertical-align: top;width:32%;margin-right: 2%;text-align: center;margin-bottom: 40px;}
.cpzs_con1_u1 li:nth-child(3n){margin-right: 0;}
.cpzs_con1_u1 li img{width: 100%;}
.cpzs_con1_u1 li a span{vertical-align:middle; height:14vw; object-fit:cover; background:#fff; overflow:hidden;}
.cpzs_con1_u1 li a{display: block;position: relative;text-align: center;background: #f7f7f7;box-sizing: border-box;border: 1px solid #e7e7e7;padding: 5px;}
.cpzs_con1_u1 li a:after{content: '';display: block;width: 0%;height: 1px;background:#01459a;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}

.cpzs_con1_u1 li a:before{content: '';display: block;width: 1px;height: 0%;background:#01459a;position: absolute;right: 0;top: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:after{content: '';display: block;width: 0%;height: 1px;background:#01459a;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a span:before{content: '';display: block;width:1px;height: 0%;background:#01459a;position: absolute;left: 0;bottom: 0;transition: 0.5s ease-out;z-index: 2;}
.cpzs_con1_u1 li a:hover:after,.cpzs_con1_u1 li a:hover span:after{width: 100%;}
.cpzs_con1_u1 li a:hover:before,.cpzs_con1_u1 li a:hover span:before{height: 100%;}

.cpzs_con1_u1 li a span img{max-width:100%;transform: translateX(0);height:14vw; object-fit:cover;}
.sec3_right_div{box-sizing: border-box;padding:28px 10px 40px;}
.sec3_right_div h1{font-size: 17px;color: #3c3c3c; transition: 0.3s ease-out;}
.sec3_right_div p{position: relative;margin-top: 5px;}
.sec3_right_div p:after{content: '';display: block;width: 100%;height: 1px;background: #cecfd1;position: absolute;top: 50%;left: 0;}
.sec3_right_div p font{display: inline-block;font-size: 16px;color:#a7acb5;background: #f7f7f7;box-sizing: border-box;padding: 0 15px;z-index: 2;position: relative;}
.cpzs_con1_u1 li a i{display: block;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%;background:#01459a;
position: absolute;bottom: -20px;left: 50%;margin-left: -22px;z-index: 3;transition: 0.3s ease-in-out;transform: translateY(20px);opacity: 0;}
.cpzs_con1_u1 li a i img{transition: 0.3s ease-out;transform:translateX(0px);width: auto;}
.cpzs_con1_u1 li a i:hover img{transform:translateX(0px) rotate(180deg);}
.cpzs_con1_u1 li a:hover i{transform: translateY(0);opacity: 1;}
.cpzs_con1_u1 li a:hover h1{color: #01459a;}
.cpzs_con1 .xwpage {padding: 10px 0 30px;}

@media (max-width: 1024px) {
.cpzs_con1_u1 li{display: inline-block;vertical-align: top;width:32%;margin-right: 2%;position: relative;text-align: center;margin-bottom: 40px;}
.cpzs_con1_u1 li:nth-child(3n){margin-right: 0;}
.cpzs_con1_u1 li:nth-child(4n){margin-right: 2%;}
}

@media (max-width: 767px) {
.sec3_right_div{box-sizing: border-box;padding:28px 5px 10px;}
.cpzs_con1_u1 li a span{display: block; height:auto; object-fit:cover; background:#fff;}
.cpzs_con1_u1 li a span img{height:auto; object-fit:cover;}
.cpzs_con1_u1 li{display: inline-block;vertical-align: top;width:100%;position: relative;text-align: center;margin-bottom: 40px;}
}

.cop p img{
    max-width: 20px;
}






