.banner{
	position: relative;
	z-index: 3;
}

/* section样式 */
section ul{
	height: 50px;
	margin-bottom: 10%;
}

section ul li{
	display: block;
	float: left;
	color: #fff;
	width: 25%;
	height: 100%;
	font-size: 20px;
	line-height: 50px;
}

section ul li img{
	float: right;
	width: 20%;
	height: 100%;
	margin-right: 20%;
}

/* swiper样式 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	/* Center slide text vertically */
 	 display: -webkit-box;
 	 display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}

.swiper-slide img {
	display: block;
}

.main .item1 {
	padding-top: 100px;
	padding-bottom: 70px;
	background-image: url(../images/i_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .item1 .container {
	padding: 0 100px;
	box-sizing: border-box;
}

.main .item1 .title h5.en {
	font-family: 'bebas';
	font-size: 32px;
	color: #e65991;
	text-align: center;
	line-height: 64px;
	font-weight: 500;
}

.main .item1 .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 94px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .item1 .title p  {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

.main .item1 .product_list {
	box-sizing: border-box;
	/*padding: 0 100px;*/
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
}

.main .item1 .product_list .swiper-slide {
	overflow: hidden;
	border-bottom-right-radius: 35px;
	border-top-left-radius: 35px;
}

.main .item1 .product_list .swiper-slide .pic img {
	display: block;
	width: 100%;
}

.main .item1 .product_list .swiper-slide .txt {
	background-color: #FFFFFF;
	padding: 0 50px;
	box-sizing: border-box;
	position: relative;
}

.main .item1 .product_list .swiper-slide .txt h5 {
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #010101;
	line-height: 90px;
	text-align: center;
	position: relative;
}

.main .item1 .product_list .swiper-slide .txt h5:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #010101;
	width: 6px;
	height: 1px;
	top: calc(50% - 0.5px);
	left: -15px;
}

.main .item1 .product_list .swiper-slide .txt h5:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #010101;
	width: 6px;
	height: 1px;
	top: calc(50% - 0.5px);
	right: -15px;
}

.main .item1 .product_list .swiper-slide .txt span.more {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	background-color: #ab1f6a;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: calc(50% - 12px);
	top: -12px;
	transition: 0.5s;
}

.main .item1 .product_list .swiper-slide:hover .txt span.more {
	transform: rotate(180deg);
}

.main .item1 .swiper-button-next,
.main .item1 .swiper-button-prev {
	width: 100px;
	height: 100px;
	background-size: auto;
	top: calc(50% - 100px);
	background-color: #f5f5f5;
}

.main .item1 .swiper-button-next {
	background-image: url(../images/swiper_next.png);
	right: -100px;
}

.main .item1 .swiper-button-prev {
	background-image: url(../images/swiper_prev.png);
	left: -100px;
}

.main .item1 .product_list a.more {
	display: block;
	width: 220px;
	height: 70px;
	background-color: #FFFFFF;
	font-family: 'bebas';
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	margin: 0 auto;
	margin-top: 60px;
}

.main .item2 {
	background-color: #f5f5f5;
	padding-top: 0px;
	position: relative;
	margin-bottom: 200px;
	margin-top: 100px;
}

.main .item2 .big_pic {
	width: 50%;
	float: left;
}

.main .item2 .big_pic img {
	display: block;
	width: 100%;
}

.main .item2 .r {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 100px;
}

.main .item2 .r .title h5.en {
	font-family: 'bebas';
	font-size: 32px;
	color: #e65991;
	line-height: 64px;
}

.main .item2 .r .title h5.cn {
	font-size: 50px;
	color: #000000;
	font-weight: bold;
	line-height: 94px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main .item2 .r .title p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.main .item2 .r .summary {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 50px;
	background-image: url(../images/i_item2_txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item2 .r .summary p {
	font-size: 20px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 30px;
}

.main .item2 .r a.more {
	display: block;
	width: 220px;
	height: 70px;
	background-color: #ffffff;
	font-family: 'bebas';
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	margin-top: 20px;
}

.main .item2 .r .gallery-thumbs {
	margin-bottom: -100px;
	margin-top: 30px;
}

.main .item2 .r .swiper-slide {
	overflow: hidden;
	border-top-left-radius: 34px;
	border-bottom-right-radius: 34px;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.main .item2 .r .swiper-slide img {
	display: block;
	width: 100%;
}

.main .item2 .r .swiper-slide-thumb-active {
	border: 1px solid #e65991;
}

.main .item2 .swiper-button-next,
.main .item2 .swiper-button-prev {
	width: 100px;
	height: 100px;
	background-color: #e65991;
	background-size: auto;
	left: calc(50% - 100px);
	right: 0px;
	top: 100%;
	margin: 0px;
}

.main .item2 .swiper-button-next {
	background-image: url(../images/i_item2_w_next.png);
}

.main .item2 .swiper-button-prev {
	background-image: url(../images/i_item2_w_prev.png);
	top: calc(100% - 100px);
}

.main .item2 .swiper-button-next.swiper-button-disabled {
	background-image: url(../images/i_item2_p_next.png);
	opacity: 1;
	background-color: #FFFFFF;
}

.main .item2 .swiper-button-prev.swiper-button-disabled {
	background-image: url(../images/i_item2_p_prev.png);
	opacity: 1;
	background-color: #FFFFFF;
}

.main .item3 {
	background-image: url(../images/i_item3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.main .item3 .container {
	box-sizing: border-box;
	padding: 0 100px;
}

.main .item3 .top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item3 .top .l {
	/*width: calc((600 / 1400) * 100%);*/
	width: 600px;
}

.main .item3 .top .l .title h5.en {
	font-family: 'bebas';
	font-weight: 500;
	font-size: 32px;
	color: #e65991;
	line-height: 64px;
}

.main .item3 .top .l .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 94px;
	background-image: url(../images/title_bg1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main .item3 .top .l .summary {
	/*padding-top: 30px;*/
}

.main .item3 .top .l .summary p {
	font-size: 14px;
	color: rgba(255,255,255,.6);
	line-height: 34px;
}

.main .item3 .top .l a.more {
	display: block;
	width: 220px;
	height: 70px;
	background-color: #FFFFFF;
	font-family: 'bebas';
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	margin-top: 50px;
}

.main .item3 .top .r {
	/*width: calc((720 / 1400) * 100%);*/
	width: 720px;
}

.main .item3 .top .r .pic {
    position: relative;
}

.main .item3 .top .r .pic .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.5);
    background-image: url('../images/video.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.main .item3 .bottom ul.num_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 40px;
	background-color: #e65991;
}

.main .item3 .bottom ul.num_list li {
	width: calc(100% / 5);
	padding-top: 30px;
	box-sizing: border-box;
	height: 140px;
}

.main .item3 .bottom ul.num_list li .num h5 {
	font-family: 'bebas';
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 51px;
}

.main .item3 .bottom ul.num_list li:nth-of-type(3) .num h5:after,
.main .item3 .bottom ul.num_list li:nth-of-type(4) .num h5:after,
.main .item3 .bottom ul.num_list li:nth-of-type(5) .num h5:after {
	content: "+";
	font-family: 'bebas';
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
}

.main .item3 .bottom ul.num_list li p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 29px;
}

.main .item4 {
	background-color: #f5f5f5;
	padding-top: 100px;
	padding-bottom: 100px;
}

.main .item4 .container {
	box-sizing: border-box;
	padding: 0 100px;
}

.main .item4 .title h5.en {
	font-family: 'bebas';
	font-size: 50px;
	font-weight: 500;
	color: #e65991;
	text-align: center;
	line-height: 50px;
}

.main .item4 .title h5.cn {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .item4 .title p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 54px;
}

.main .item4 ul.news_list {
	padding-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.main .item4 ul.news_list li {
	width: calc((100% - 80px) / 4);
	margin: 0 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding: 20px;
}

.main .item4 ul.news_list li .pic {
	overflow: hidden;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main .item4 ul.news_list li .pic img {
	width: 100%;
	display: block;
}

.main .item4 ul.news_list li .txt {
	padding-top: 20px;
}

.main .item4 ul.news_list li .txt h5 {
	font-size: 16px;
	color: #010101;
	line-height: 20px;
	padding-left: 8px;
	border-left: 2px solid #e65991;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.main .item4 ul.news_list li .txt p.summary {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 14px;
}

.main .item4 ul.news_list li .txt .addtime {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 25px;
}

.main .item4 ul.news_list li .txt .addtime span.more {
	width: 24px;
	height: 24px;
	background-color: #ab1f6a;
	border-radius: 3px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item4 ul.news_list li .txt .addtime p {
	font-family: arial;
	font-size: 14px;
	color: #d9d9d9;
	line-height: 24px;
}

.main .item4 a.more {
	display: block;
	width: 220px;
	height: 70px;
	background-color: #ffffff;
	margin: 0 auto;
	font-family: 'bebas';
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 70px;
	margin-top: 60px;
}

@media screen and (max-width: 1400px) {

	.main .item1 .container {
		padding: 0 20px;
	}

	.main .item1 .swiper-button-next {
		right: 0px;
	}
	
	.main .item1 .swiper-button-prev {
		left: 0px;
	}

	.main .item1 .product_list .swiper-slide .txt {
		padding: 0 25px;
		padding-top: 15px;
		padding-bottom: 25px;
	}

}

@media screen and (max-width: 1230px) {

	.main .item3 .container {
		padding: 0 20px;
	}

	.main .item4 .container {
		padding: 0 20px;
	}

}

@media screen and (max-width: 550px) {

	.main .item1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.main .item1 .container {
		padding: 0 10px;
	}

	.main .item1 .title h5.en {
		font-size: 24px;
		line-height: 32px;
	}

	.main .item1 .title h5.cn {
		font-size: 18px;
		line-height: 40px;
	}

	.main .item1 .title p {
		line-height: 32px;
	}

	.main .item1 .product_list {
		padding: 0 20px;
		padding-bottom: 70px;
	}

	.main .item1 .swiper-button-next, .main .item1 .swiper-button-prev {
		width: 50px;
		height: 50px;
		top: auto;
		bottom: 0px;
	}

	.main .item1 .swiper-button-next {
		right: 10px;
	}

	.main .item1 .swiper-button-prev {
		left: 10px;
	}

	.main .item1 .product_list a.more  {
		display: none;
	}

	.main .item2 {
		padding-top: 20px;
		margin-bottom: 0px;
	}

	.main .item2 .big_pic {
		float: none;
		width: 100%;
	}

	.main .item2 .r {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.main .item2 .r .title h5.en {
		font-size: 24px;
		line-height: 36px;
	}

	.main .item2 .r .title h5.cn {
		font-size: 18px;
		line-height: 36px;
	}

	.main .item2 .r .title p {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.main .item2 .r .summary {
		padding: 15px;
	}

	.main .item2 .r .summary p {
		font-size: 16px;
		line-height: 30px;
	}

	.main .item2 .r a.more {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 20px;
	}

	.main .item2 .r .gallery-thumbs {
		display: none;
	}

	.main .item2 .swiper-button-next, .main .item2 .swiper-button-prev {
		display: none;
	}

	.main .item3 {
		padding-top: 0px;
		padding-bottom: 0px;
		background-position: top center;
		padding-bottom: 70px;
	}

	.main .item3 .top {
		flex-flow: row wrap;
	}

	.main .item3 .top .l,
	.main .item3 .top .r  {
		width: 100%;
	}

	.main .item3 .container {
		padding: 0 10px;
	}

	.main .item3 .top .l .title {
		padding-top: 15px;
	}

	.main .item3 .top .l .title h5.en {
		font-size: 24px;
		line-height: 36px;
	}

	.main .item3 .top .l .title h5.cn {
		font-size: 18px;
		line-height: 36px;
	}

	.main .item3 .top .l .summary {
		padding-top: 10px;
	}

	.main .item3 .top .l a.more {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.main .item3 .bottom ul.num_list {
		justify-content: center;
		flex-flow: row wrap;
	}

	.main .item3 .bottom ul.num_list li {
		width: 50%;
		padding-top: 15px;
	}

	.main .item3 .bottom ul.num_list li .num h5 {
		font-size: 24px;
	}

	.main .item3 .bottom ul.num_list li:nth-of-type(3) .num h5:after,
	.main .item3 .bottom ul.num_list li:nth-of-type(4) .num h5:after,
	.main .item3 .bottom ul.num_list li:nth-of-type(5) .num h5:after {
		content: "+";
		font-family: 'bebas';
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
	}

	.main .item4 {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.main .item4 .container {
		padding: 0 10px;
	}

	.main .item4 .title h5.en {
		font-size: 24px;
		line-height: 36px;
	}

	.main .item4 .title h5.cn {
		font-size: 18px;
		line-height: 36px;
	}

	.main .item4 .title p {
		line-height: 32px;
	}

	.main .item4 ul.news_list {
		flex-flow: row wrap;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 20px;
	}

	.main .item4 ul.news_list li {
		width: 100%;
		display: none;
	}

	.main .item4 ul.news_list li:first-child {
		display: block;
	}

	.main .item4 a.more {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 20px;
	}

}