
.core {
	width: 100%;
	position: relative;
	z-index: 9;
}
.core .item {
	width: 20%;
/* width: 19.98%; */
	float: left;
	text-align: center;
}
.core .item a {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}
.core .item .img {
	width: 100%;
	overflow: hidden;
}
.core .item img {
	width: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.core .item .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/black50.png) repeat 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.core .item .t1 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 56px;
	line-height: 56px;
	background: url(../image/t1bg.png) repeat-x 0 0;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}
.core .item .txtcon {
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(0%, 0%);
	color: #fff;
	transition: all .4s;
	width: 260px \9;
	height: 150px \9;
	margin: -75px 0 0 -130px \9;
}
.core .item .txtcon .t2 {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
}
.core .item .txtcon span {
	font-size: 12px;
	margin: 5px 0 15px;
	display: block;
}
.core .item .txtcon s {
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto;
	background-position: 0 -42px;
}
.core .item a:before {
	opacity: 0;
	width: 94%;
	height: 94%;
	position: absolute;
	display: block;
	border: 1px solid #fff;
	content: '';
	left: 3%;
	top: 3%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	z-index: 11;
	filter: alpha(opacity=0);
	display: none \9;
}
.core .item:hover .bg, .core .item:hover .txtcon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.core .item:hover .txtcon {
	top: 50%;
}
.core .item:hover .t1 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.core .item:hover a {
	color: #000;
}
.core .item:hover a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.core .item s {
	width: 45px;
	height: 8px;
	display: block;
	background-position: -148px 0;
	position: absolute;
	left: 22px;
	bottom: -9px;
	display: none;
}

.core .smallarea .item:hover s, .core .smallarea .item.hover s {
	display: block;
}
.show-Con {
    position: relative;
}
.show-Con ul {
		padding-top: 210px;
}
.show-Con ul li {
    width: 1200px;
    height: 490px;
    position: relative;
    padding: 30px 60px 50px 60px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 61px 0px rgba(124, 109, 111, 0.1);
    border-radius: 5px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin: 0 auto;
}

.show-Con ul li .left .tit1 {
    font-size: 68px;
    height: 68px;
    line-height: 68px;
    font-weight: 500;
    color: #F5F9FB;
    position: absolute;
    top: 50px;
    left: 60px;
}

.show-Con ul li .left .tit2 {
    height: 63px;
    font-size: 24px;
    font-weight: 400;
    color: #293038;
    line-height: 63px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}


/* .show-Con ul li .left .tit3 {
        font-size: 14px;
        font-weight: 400;
        color: #636672;
        margin-top: 30px;
      } */

.show-Con ul li .left .tit4 {
    width: 490px;
    font-size: 14px;
    font-weight: 400;
    color: #A8ABB7;
    margin-top: 44px;
    text-align: justify;
    line-height: 22px;
}

.show-Con ul li .left .tit5 {
    display: block;
    width: 102px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #DADFE2;
    font-size: 14px;
    font-weight: 400;
    background-color: #22579B;
    color: white;
    margin-top: 50px;
    cursor: pointer;
}

.show-Con ul li .right {
    padding-top: 30px;
}

.show-Con ul li .right img,
video {
    width: 530px;
    height: 305px;
    display: block;
}

.show-Con ul li .right .icos {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.show-Con ul li .right .icos div {
    width: 163px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #DDE6ED;
    font-size: 14px;
    font-weight: 400;
    color: #384043;
}

.show-Con ul li:nth-child(n+2) {
    display: none;
}


/* .show-Con .page {
        display: flex;
        justify-content: center;
        margin-top: 30px;
      } */

.show-Con .prev {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 11px 22px 0px rgba(240, 242, 244, 1);
    cursor: pointer;
    margin-right: 100px;
    position: absolute;
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -27px;
}

.show-Con .next {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 11px 22px 0px rgba(240, 242, 244, 1);
    cursor: pointer;
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -27px;
}
.iadvan .smallarea {
	height: 205px !important;
}
.iadvan .smallarea .item {
	height: 190px !important;
}
.iadvan .smallarea .item img {
	width: 235px !important;
    height: 190px !important;
}
.iadvan .smallarea .item s {
	left: 95px !important;
}