@charset "utf-8";
/* CSS Document */



.cateNav {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	color: #333;
	margin-top: -1.5em;
}
.cateNav a {
	padding: 0.8em 3em 0.7em;
	margin: 0 0.35em;
	background-color: #f0eff4;
	color: #333;
	display: block;
}
.cateNav a.cur, .cateNav a:hover {
	background-color:#002A9A;
	font-weight: bold;
	color: #fff;
}
 @media only screen and (max-width:828px) {
 .cateNav a {
padding-left: 1em;
padding-right: 1em;
}
}
.funSerIBox {
	padding-bottom: 7.4%;
}
.funSerIBox .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.funSerIBox .list li {
	width: 28.8%;
	margin-top: 6%;
	margin-right: 6.4%;
}
 .funSerIBox .list li:nth-child(3n) {
margin-right: 0;
}
.funSerIBox .list .item {
	text-align: left;
	position: relative;
	z-index: 0;
	background-color: #f4f5f4;
	height: 100%;
}
.funSerIBox .list .item .pic {
	position: relative;
	z-index: 0;
	padding-top: 65.5%;
	overflow:hidden;
}
.funSerIBox .list .item .pic img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.funSerIBox .list .item .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.funSerIBox .list .item .txtb {
	padding:7% 7% 7%;
}
.funSerIBox .list .item .txtb .date {
	padding-left: 2.5em;
	color: #999;
	background:url(../images/rect.png) 0 0.2em no-repeat;
	background-size:1em auto;
}
.funSerIBox .list .item .name {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	max-height: 2.4em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding-bottom:2em;
}
.funSerIBox .list .item .intro {
	margin-top:0.8em;
	color: #888;
	line-height: 1.3;
	height:3.9em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.funSerIBox .list .item .adderess {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
 @media only screen and (max-width:540px) {
 .funSerIBox .list li {
width: 100%;
margin-right: 0;
}
 .funSerIBox .list li:nth-child(2n) {
margin-right: 0;
}
}
.noWoIBox {
	padding:3.4em 0 9em;
}
.noWoIBox .list ul {
}
.noWoIBox .list li {
	margin-top: 4.1em;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	text-align: left;
}
 .noWoIBox .list li:nth-child(2n) {
flex-direction: row-reverse;
}
.noWoIBox .list .picb {
	width:47%
}
.noWoIBox .list .pic {
	position: relative;
	z-index: 0;
	padding-top: 65.5%;
	overflow:hidden
}
.noWoIBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.noWoIBox .list .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.noWoIBox .list .txtb {
	position: relative;
	z-index: 1;
	margin-left: -2.2%;
	margin: 1.5em 0 1.5em -2.2%;
	flex: 1;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
	-webkit-box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
	box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
 .noWoIBox .list li:nth-child(2n) .txtb {
margin-right:-2.2%;
margin-left: auto;
}
.noWoIBox .list .txtb .txt {
	padding:2% 9.1%;
}
.noWoIBox .list .txtb .num {
	text-align: right;
	color: #cc9933;
	line-height: 1;
}
.noWoIBox .list .name {
	color: #333;
	padding-left: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	max-height: 1.2em;
	overflow: hidden;
	background: url(../images/rect.png) 0 0.3em no-repeat;
	background-size:0.43em auto;
}
.noWoIBox .list .intro {
	margin-top:2.5em;
	color: #888;
	line-height: 1.6;
	height:8em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
}
 @media only screen and (max-width:828px) {
 .noWoIBox {
padding:0 0 3em;
}
 .noWoIBox .list li {
display: block;
}
 .noWoIBox .list .picb {
width:100%
}
 .noWoIBox .list .txtb {
margin: -3em 1em 0;
}
 .noWoIBox .list li:nth-child(2n) .txtb {
margin: -3em 1em 0;
}
 .noWoIBox .list .txtb .txt {
padding:9% 9%;
}
}
.newIBox {
	padding-top: 3.5em;
	padding-bottom: 7.2em;
}
.newIBox .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	text-align: left;
}
.newIBox .list li {
	width: 31.1%;
	margin-right: 3.35%;
	margin-top: 3.35%;
}
 .newIBox .list li:nth-child(3n) {
margin-right: 0;
}
.newIBox .list .pic {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding-top: 66.5%;
	overflow:hidden
}
.newIBox .list .pic img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.newIBox .list .pic:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.newIBox .list .txtb {
	position: relative;
	z-index: 1;
	margin: -9% 4% 0;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
	-webkit-box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
	box-shadow: 0 0 0.8em rgba(32, 52, 117, .1);
}
.newIBox .list .txtb .txt {
	padding:3em 8.4% 2.6em;
}
.newIBox .list .txtb .date {
	padding-left: 1.5em;
	color: #999;
	background:url(../images/rect.png) 0 0.2em no-repeat;
	background-size:0.9em auto;
}
.newIBox .list .name {
	margin-top: 1.3em;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.newIBox .list .intro {
	margin-top:1em;
	color: #888;
	line-height: 1.6;
	height:6.4em;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
 @media only screen and (max-width:828px) {
 .newIBox .list li {
width: 48.5%;
margin-right: 3%;
}
 .newIBox .list li:nth-child(3n) {
margin-right: 3%;
}
 .newIBox .list li:nth-child(2n) {
margin-right: 0;
}
}
 @media only screen and (max-width:480px) {
 .newIBox .list li {
width: 100%;
margin-right: 0;
}
 .newIBox .list li:nth-child(2n) {
margin-right: 0;
}
 .newIBox .list li:nth-child(3n) {
margin-right: 0;
}
}
.insBox .con {
	overflow: visible;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width:90%;
}
.insBox .conL {
	flex: 1;
	margin-right:7.8%;
}
.insBox .conR {
	width: 23em;
	padding: 4em 0;
	position: relative;
	z-index: 0;
}
.insBox .newsSideFixed {
	position:fixed;
}
/* .newsDeBox .sideCon::after { height: 3em; display: block; content: "";} */

.insBox .newsSideAbs {
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
	top: auto !important;
}
/* .newsDeBox .newsSideAbs::after { height: 0;} */



.insBox .list .pic {
	padding-top: 75.77%;
}
.insBox .list .txtb .name {
	max-height: 5.2em;
	-webkit-line-clamp:4;
}
.insBox .list .txtb .intro {
	max-height: 6.4em;
	-webkit-line-clamp:4;
}
 @media only screen and (max-width:828px) {
 .insBox .con {
display:block;
}
 .insBox .conR {
display:;
width:100%;
}
 .insBox .conL {
flex: 1;
margin-right:auto;
}
}
.insBox .conR .btnBlack {
	line-height: 2.5em;
	padding: 0.05em 0;
	display: block;
	cursor: pointer;
}
 .insBox .conR .btnBlack::after {
margin-left: 1em;
}
.newDeBox {
	padding-top: 5.2em;
	text-align: left;
}
.newDeBox .title {
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}
.newDeBox .about {
	padding: 1.2em 0 1.4em;
	border-bottom: 1px solid #e0e0e0;
	color: #777;
}
.newDeBox .about span {
	display: inline-block;
}
.newDeBox .about span.date {
	background: url(../images/date.png) 0 0 no-repeat;
	background-size: 1.4em auto;
	padding-left: 2em;
}
.newDeBox .about span.line {
	margin: 0 1.6em;
}
.newDeBox .content {
	margin-top: 1.3em;
	overflow: hidden;
	line-height: 1.9;
	text-align: left;
	color: #777;
}
.newDeBox h2 {
	margin: 1em 0 0;
	padding: 0;
	color: #333;
}
.newDeBox img {
	max-width: 100%;
	height: auto;
}
.newDeBox .content p {
	margin-top: 1.2em;
}
 @media only screen and (max-width:828px) {
 .newDeBox .about span.line {
margin: 0 0.4em;
}
}
.newDeBox .pageturn {
	margin-top: 3.3em;
	padding-top: 2.5em;
	border-top:1px solid #e0e0e0;
	color: #cfa041;
}
.newDeBox .pageturn li {
	padding: 0.4em 0;
}
.newDeBox .pageturn a {
	color: #777;
}
.newDeBox .pageturn a:hover {
	color: #cfa041;
}
.platBox2 {
	padding: 2.6em 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.platBox2 .txtb {
	color: #666;
	width: 48.8%;
	text-align: left;
}
.platBox2 .txtb .name {
	margin-top: 1.2em;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
}
.platBox2 .txtb .intro {
	margin-top:1.1em;
	line-height: 1.2;
}
.platBox2 .txtb .intro2 {
	margin-top: 3em;
	line-height: 2;
}
.platBox2 .picb {
	width: 44.4%;
	margin-top: 8.25%;
	margin-right: 4.4%;
	position: relative;
	z-index: 0;
}
 .platBox2 .picb::after {
content: "";
display: block;
position: absolute;
z-index: 3;
bottom: 0;
right: -9%;
 width: 0.71em;
height: 11em;
background-color: #002A9A;
}
.platBox2 .picb .pic1 {
	width: 100%;
	position: relative;
	z-index: 0;
	height: 0;
	padding-top:74.5%;
}
.platBox2 .picb .pic1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.platBox2 .picb .pic2 {
	width: 100%;
	position: absolute;
	z-index: 1;
	right: -9%;
	top: 0;
	margin-top: -17%;
	height: 0;
	width: 57.8%;
	padding-top:47.7%;
}
.platBox2 .picb .pic2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 @media only screen and (max-width:828px) {
 .platBox2 {
display: block;
}
 .platBox2 .txtb {
width:100%;
}
 .platBox2 .picb {
width: 100%;
margin-top:2em;
margin-right: auto;
}
}
 @media only screen and (max-width:828px) {
 .platBox2 {
padding: 3em 0;
}
}
.contBox {
	padding: 6em 0 10em;
}
.contBox .name {
	text-align: left;
	margin-top: 0.9em;
	color: #333;
	line-height: 1.2;
	font-weight: bold;
}
.contBox .contCon {
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.contBox .txtb {
	color: #666;
	width: 48.8%;
	text-align: left;
}
.contBox .add {
	height: 27.1em;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.contBox .add dl {
	padding: 0.5em 0;
	background-color: #f4f5f8;
	margin-bottom: 0.5em;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contBox .add dl:last-child {
	margin-bottom: 0;
}
.contBox .add dl dt {
	margin:0 11%;
}
.contBox .add dl dt img {
	width:  3.77em;
	display: block;
}
.contBox .add dd {
	flex: 1;
	margin-top: 0;
	margin-right: 1em;
}
.contBox .add dd .t1 {
}
.contBox .add dd .t2 {
}
 @media only screen and (max-width:828px) {
 .contBox .add dl dt img {
width: 1.8em;
height: 1.8em;
}
 .contBox .add dl {
padding: 1em 0;
}
 .contBox .add dl dt {
margin:0 1em;
}
}
.contBox .picb {
	width: 44.4%;
	margin-right: 4.4%;
	position: relative;
	z-index: 0;
}
 .contBox .picb::after {
content: "";
display: block;
position: absolute;
z-index: 3;
bottom: 0;
right: -9%;
 width: 0.71em;
height: 11em;
background-color: #002A9A;
}
.contBox .picb .pic1 {
	width: 100%;
	position: relative;
	z-index: 0;
	height: 0;
	padding-top:61%;
	overflow:hidden
}
.contBox .picb .pic1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.contBox .picb .pic1:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.contBox .picb .pic2 {
	width: 100%;
	position: absolute;
	z-index: 1;
	right: -9%;
	top: 0;
	margin-top: -17%;
	height: 0;
	width: 57.8%;
	padding-top:47.7%;
	overflow:hidden
}
.contBox .picb .pic2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.contBox .picb .pic2:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
 @media only screen and (max-width:828px) {
 .contBox {
padding: 3em 0 3em;;
}
 .contBox .contCon {
display: block;
}
 .contBox .txtb {
width:100%;
}
 .contBox .picb {
width: 100%;
margin-top:2em;
margin-right: auto;
}
}
 @media only screen and (max-width:828px) {
 .contBox {
padding: 3em 0;
}
}
.mapBox {
	width: 100%;
}
.feedBox {
	padding: 7.2em 0;
}
 @media only screen and (max-width:828px) {
 .feedBox {
padding: 3em 0;
}
}
.feedBox .form {
	margin-top: 2em;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.feedBox .form form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.feedBox .form dl {
	margin-top: 1.3%;
	width: 49.3%;
	border: 1px solid #e5e5e5;
	line-height: 3.5em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.feedBox .form dl dt {
	margin-left: 1.3em;
}
.feedBox .form dl dd {
	flex: 1;
	margin-right: 1;
	margin-left: 1em;
}
.feedBox .form dl.dl_t {
	border: 0;
	width: 100%;
}
.feedBox .form dl.dl_t dd {
	margin-left: 0;
	padding: 1.2em;
	border: 1px solid #e5e5e5;
}
.feedBox .form dl.dl_t dd .textarea {
	width: 100%;
	font-size: 1em;
	outline-width: 0;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	height: 3.9em;
}
.feedBox .form .input {
	font-size: 1em;
	outline-width: 0;
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 3.5em;
}
.feedBox .form .btnW {
	width: 100%;
	margin-top: 1.6%;
}
.feedBox .form .btnW .btnSubmit {
	line-height: 3.1em;
	padding: 0.05em 0 0;
	font-weight: bold;
	display: block;
	cursor: pointer;
	border:none;
	max-width: 588px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dab563+0,d48c43+100 */

background:#EC2275; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
 @media only screen and (max-width:828px) {
 .feedBox .form {
display: block
}
 .feedBox .form form {
display: block;
}
 .feedBox .form dl {
width: auto;
}
}
/*企业历史沿革*/

.histBox {
	position: relative;
	z-index: 0;
	padding: 4.3em 0 11em;
	background:#b7bcc9 url(../images/hist_bg.jpg) center 0 no-repeat;
	background-size:cover;
}
#history {
	position: absolute;
	top: -5.3em;
	left: 0;
}
 @media only screen and (max-width:828px) {
 .histBox {
padding: 3em 0;
}
}
.titH {
	text-align: center;
}
.titH .name {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-right: 3.75em;
	padding-left: 3.75em;
	color: #002A9A;
	line-height: 1.2;
}
.titH .name .en {
	text-transform: uppercase;
	color: #002A9A;
}
.titH .name .ch {
	font-weight: bold;
	font-size: 1.875em;
	color: #222429;
}
 .titH .name::after {
position: absolute;
top: 0.7em;
right: 0;
 display: block;
content: "";
width: 1.6em;
height: 0.2em;
 border-bottom: 0.2em solid #00CE7C;
 border-top: 0.2em solid #E81F76;
}
 .titH .name::before {
position: absolute;
top: 0.7em;
left: 0;
 display: block;
content: "";
width: 1.6em;
height: 0.2em;
 border-bottom: 0.2em solid #E81F76;
 border-top: 0.2em solid #00CE7C;
}
.swiper-hist-w {
	margin-top: 2em;
	position: relative;
	z-index: 0;
}
 .swiper-hist-w::before {
position: absolute;
content: "";
display: block;
 height: 1em;
right: 0;
left: 0;
top: 50%;
margin-top: -0.5em;
 background: url(../images/rule.png) 0 0 repeat-x;
 background-size:auto 1em;
}
.swiper-hist {
	position: relative;
	z-index: 0;
	padding-left: 8.4vw;
}
.swiper-hist .swiper-slide {
	position: relative;
	z-index: 0;
	padding: 15em 0 19em;
	width: 15.5em;
}
.swiper-hist .dot {
	background-color: #E81F76;
	width: 0.75em;
	height: 0.75em;
	border: 0.25em solid #fff;
	margin: 0 auto 0 3.87em;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	position: relative;
	z-index: 0;
}
 .swiper-hist .swiper-slide:nth-child(2n+1) .dot::after {
 position: absolute;
left: 50%;
bottom:1em;
margin-left: -0.5px;
 content: "";
 display: block;
width: 1px;
height: 2.5em;
background-color: #ff6633;
}
 .swiper-hist .swiper-slide:nth-child(2n) .dot::after {
 position: absolute;
left: 50%;
top:1em;
margin-left: -0.5px;
 content: "";
 display: block;
width: 1px;
height: 10em;
background-color: #ff6633;
}
/* .swiper-hist .itemEnd .dot  { margin-right: 37px;} */



.swiper-hist .txtTop {
	position: absolute;
	bottom: 50%;
	margin-bottom: 3em;
	left: -3.7em;
	width: 20.6em;
}
.swiper-hist .txtBot {
	position: absolute;
	top: 50%;
	margin-top:5.5em;
	left: -3.7em;
	width: 20.6em;
}
.swiper-hist .swiper-slide:first-child .txtTop {
	left: 0;
}
.swiper-hist .swiper-slide:first-child .txtBot {
	left:0;
}
/* .swiper-hist .swiper-slide:last-child .txtTop { left: -10em; }

.swiper-hist .swiper-slide:last-child .txtBot { left: -10em;} */



.swiper-hist .date {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	margin: 1.1em auto 0.5em 0;
	width: 5.1em;
	text-align: center;
	color: #0f0b13;
	font-weight: bold;
}
.swiper-hist .itemEnd .date {
	margin-right: -3em;
}
.swiper-hist .txtb {
	color: #333;
	padding: 1.6em 1em 2.2em;
	text-align: left;
	background-color: rgba(248, 248, 248, 0.9);
	border-bottom: 1px solid #E81F76;
	-moz-box-shadow: 0 0 1.3em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1.3em rgba(0, 0, 0, .1);
	box-shadow: 0 0 1.3em rgba(0, 0, 0, .1);
}
.swiper-hist .txtBot .txtb {
	border-top: 1px solid #ff6633;
	border-bottom: 0;
}
.swiper-hist .txtb a {
	color: #333;
}
.swiper-hist .txtb .name {
	font-weight: bold;
	height: 1.5em;
	overflow: hidden;
}
.swiper-hist .txtb .date2 {
	color: #E81F76;
	font-weight: bold;
}
.swiper-hist .txtb .txt {
	margin-top: 0.3em;
	color: #666;
	max-height: 4.5em;
	overflow: hidden;
	min-height: 3em; text-align: justify;
}
/*企业文化*/

.cultBox {
	position: relative;
	z-index: 0;
	padding: 7.2em 0 14em;
	background: url(../images/cult_bg.png) center 0 no-repeat;
	background-size:100% auto;
}
#culture {
	position: absolute;
	top: -5.3em;
	left: 0;
}
 @media only screen and (max-width:828px) {
 .cultBox {
padding: 3em 0;
}
}
/*手风琴效果*/

.idx-cp {
	margin-top: 3.7em;
}
.idx-cp .list {
	padding: 0.5em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: initial;
	overflow: hidden;
}
.idx-cp .list li {
	flex: 1 1 22.4%;
	margin-right: 1.5%;
	height: 30.3em;
	overflow: hidden;
	position: relative;
	z-index: 0;
	-webkit-transition: 0.8s all;
	transition: 0.8s all;
	border: 1px solid #eaecec;
}
.idx-cp .list li:last-child {
	margin-right: 0;
}
.idx-cp .list li.on {
	flex: 1 1 42.8%;
	border: 1px solid #e7ece9;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fdf7ec+100 */



/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

-moz-box-shadow: 0 0 0.3em rgba(32, 52, 117, .1);
	-webkit-box-shadow: 0 0 0.3em rgba(32, 52, 117, .1);
	box-shadow: 0 0 0.3em rgba(32, 52, 117, .1);
}
.idx-cp .list li .lib {
	color: #333;
	padding: 3.5em 4.4em 4.4em;
	text-align: left;
}
.idx-cp .list li .num {
	font-size: 1.5em;
}
.idx-cp .list li .pics {
	position: static;
	top: 3.1em;
	right: 3.1em;
	width: 7.3em;
	height: 7.3em;
	margin: 2.5em auto 0 0;
	border: 1px solid #f0f0f0;
	background-color: #fff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.idx-cp .list li .pics img {
	width: 3.1em;
	height: 3.1em;
	display: block;
	object-fit: contain;
}
.idx-cp .list li .name {
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	margin-top: 1.8em;
}
.idx-cp .list li .name .ch {
	min-width: 6em;
	color: #fff;
	font-size: 1.87em;
	font-weight:bold
}
.idx-cp .list li .name .en {
	margin-top: 0.3em;
	text-transform: uppercase;
	min-width: 10em;
	color: #aaa;
	font-size: 0.75em;
}
.idx-cp .list li .intro {
	font-weight: bold;
	font-size: 1.87em;
	min-width: 11em;
	display: none;
}
.idx-cp .list li .btnArrow {
	display: inline-block;
	margin-top: 1.5em;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	width: 3em;
	height: 3em;
	background:#fff url(../images/arrow5.png) center center no-repeat;
	background-size:0.75em auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border: 1px solid 0;
}
.idx-cp .list li.on .bg {
	background-color:rgba(0, 0, 0, .5);
	height:100%
}
.idx-cp .list li.on .name {
	margin-top:3em;
	color:#fff
}
.idx-cp .list li.on .name .ch {
	font-size: 1.87em;
	color:#fff;
	font-weight:bold
}
.idx-cp .list li.on .intro {
	margin-top: 1.2em;
	display: block;
	color:#fff
}
.idx-cp .list li.on .pics {
	position: absolute;
	margin-top:0
}
.idx-cp .list li.on .btnArrow {
	margin-top: .5em;
	border: 1px solid #cecece;
	background-image:url(../images/arrow5.png)
}
.idx-cp .list li.on .num {
	display:none
}
 @media only screen and (max-width:828px) {
 .idx-cp {
margin-top:1em;
}
 .idx-cp .list { /* height: 120vw; */
flex-direction: column;
}
 .idx-cp .list li {
margin-right: 0;
margin-top: 0.5em;
 height: 100%;
}
 .idx-cp .list li .lib {
padding: 1em 2em
}
 .idx-cp .list li .name {
margin-top:1em;
}
 .idx-cp .list li.on .name {
margin-top:2em;
}
 .idx-cp .list li .pics {
top: 1em;
right: 1em;
 width: 4em;
height: 4em;
 margin: 1em auto 0 0;
}
 .idx-cp .list li .pics img {
width: 2em;
height: 2em;
}
 .idx-cp .list li .btnArrow {
margin-top: 1em;
}
 .idx-cp .list li.on .btnArrow {
margin-top: 1em;
}
}
