.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
	padding-top: 100px;
}

.main .container {
	box-sizing: border-box;
	padding: 0 100px;
}

.main .product .l {
	width: 280px;
}

.main .product .l .title {
	padding-bottom: 25px;
	border-bottom: 2px solid #e65991;
}

.main .product .l .title h5.en {
	font-family: 'bebas';
	font-size: 32px;
	color: #e65991;
	line-height: 64px;
	font-weight: 500;
}

.main .product .l .title h5.cn {
	font-size: 50px;
	color: #333333;
	line-height: 60px
}

.main .product .l ul.typelist {
	padding-top: 20px;
}

.main .product .l ul.typelist>li {
	margin-bottom: 7px;
}

.main .product .l ul.typelist>li>a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: #ffffff;
	cursor: pointer;
	border-bottom: 1px dashed #e65991;
}

.main .product .l ul.typelist>li>a:hover {
	background-color: #fafafa;
	background-image: url(../images/product_hover.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.main .product .l ul.typelist>li>a.active {
	color: #FFFFFF;
	background-color: #e65991;
	background-image: url(../images/product_active.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.main .product .l ul.typelist>li ul.uls2 {
	padding-top: 10px;
	display: none;
	box-sizing: border-box;
	padding: 0 20px;
}

.main .product .l ul.typelist>li ul.uls2 li a {
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 45px;
	height: 45px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}

.main .product .l ul.typelist>li ul.uls2 li a.active {
	color: #e65991;
	background-image: url(../images/product_active1.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
	border-bottom: 1px solid #e65991;
}

.main .product .l ul.typelist>li ul.uls2 li a.active::after {
	content: "";
	width: 2px;
	height: 14px;
	background-color: #e65991;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.main .product .l ul.typelist>li ul.uls2 li a:hover {
	color: #e65991;
}

.main .product .r {
	width: calc(100% - 360px);
}

.main .product .r .item1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .product .r .item1 .photos {
	width: calc((550 / 1040) * 100%);
}

.main .product .r .item1 .photos .gallery-thumbs {
	margin-top: 20px;
}

.main .product .r .item1 .photos .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #e65991;
}

.main .product .r .item1 .photos .gallery-top .swiper-slide img,
.main .product .r .item1 .photos .gallery-thumbs .swiper-slide img {
	display: block;
	width: 100%;
}

.main .product .r .item1 .photos .gallery-top .swiper-button-prev,
.main .product .r .item1 .photos .gallery-top .swiper-button-next {
	display: none;
}

.main .product .r .item1 .photos .gallery-thumbs .swiper-button-prev,
.main .product .r .item1 .photos .gallery-thumbs .swiper-button-next {
	background-color: rgba(0,0,0,.3);
}

.main .product .r .item1 .photos .gallery-thumbs .swiper-button-prev::after,
.main .product .r .item1 .photos .gallery-thumbs .swiper-button-next::after {
	font-size: 14px;
}

.main .product .r .item1 .txt {
	width: calc((490 / 1040) * 100%);
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
}

.main .product .r .item1 .txt h2.title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 22px;
	position: relative;
}

.main .product .r .item1 .txt h2.title::after {
	content: "";
	width: 21px;
	height: 2px;
	background-color: #e6e6e6;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.main .product .r .item1 .txt .article {
	padding-top: 20px;
}

.main .product .r .item1 .txt .article h5 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 34px;
}

.main .product .r .item1 .txt .article p {
	font-size: 14px;
	color: #333333;
	line-height: 34px;
	border-bottom: 1px dashed #cccccc;
}

.main .product .r .item1 .txt a.contact {
	display: block;
	width: 220px;
	height: 70px;
	background-color: #e65991;
	box-sizing: border-box;
	padding-right: 50px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	background-image: url(../images/contact_more.png);
	background-repeat: no-repeat;
	background-position: right 50px center;
	margin-top: 40px;
}

.main .product .r .item2 {
	padding-top: 60px;
}

.main .product .r .item2 h5 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 58px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 12px;
	position: relative;
}

.main .product .r .item2 h5::after {
	width: 2px;
	height: 18px;
	background-color: #e65991;
	content: "";
	position: absolute;
	left: 0px;
	top: 20px;
}

.main .product .r .item2 .canshu {
 /*   overflow-y: scroll;*/
	/*height: 500px;*/
	margin-top: 30px;
}

.main .product .r .item2 .canshu table {
	background-color: #f5f5f5;
	border-collapse: collapse;
	width: 100%;
}

.main .product .r .item2 .canshu table tr td {
	border: 1px solid #ffffff;
}

.main .product .r .item2 .canshu table tr td:first-child {
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}

.main .product .r .item2 .canshu table tr td:last-child {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 50px;
}

/*左右排列*/

.main .product .r .item2 .canshu table {
	display: block;
	height: auto;
	box-sizing: border-box;
}

.main .product .r .item2 .canshu table:after {
    display: table;
    content: "";
    clear: both;
}

.main .product .r .item2 .canshu table tr {
    width: 50%;
    min-width: 450px;
    display: block;
    height: auto !important;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.main .product .r .item2 .canshu table tr td {
	font-size: 12px !important;
    font-family: '宋体';
    line-height: 30px !important;
    display: block;
    box-sizing: border-box;
    height: auto !important;
}

.main .product .r .item2 .canshu table tr td:first-child {
    width: 20%;
}

.main .product .r .item2 .canshu table tr td:last-child {
	width: 80%;
	padding-left: 10px;
}


/*左右排列*/


.main .product .r .item3 {
	padding-top: 40px;
}

.main .product .r .item3 h5 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 58px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 12px;
	position: relative;
}

.main .product .r .item3 h5::after {
	width: 2px;
	height: 18px;
	background-color: #e65991;
	content: "";
	position: absolute;
	left: 0px;
	top: 20px;
}

.main .product .r .item3 ul.product_list {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	flex-flow: row wrap;
	-webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 30px;
}

.main .product .r .item3 ul.product_list li {
	width: calc((100% - 80px) / 4);
	margin: 0 10px;
}

.main .product .r .item3 ul.product_list li .pic img {
	display: block;
	width: 100%;
}

.main .product .r .item3 ul.product_list li p {
	font-size: 14px;
	color: #333333;
	line-height: 54px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .product .r .item4 {
	padding-top: 40px;
}

.main .product .r .item4 h5 {
	font-size: 20px;
	font-weight: bold;
	color: #e65991;
	line-height: 100px;
}

.main .product .r .item4 .mess_info ul li {
	border: 1px solid #ebebeb;
}

.main .product .r .item4 .mess_info ul li.submit {
	border: none;
}

.main .product .r .item4 .mess_info ul li.submit input {
	background-image: url(../images/message_send.png);
}

@media screen and (max-width: 1400px) {

	.main .container {
		padding: 0 20px;
	}

	.main .product .r .item1 .txt {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 550px) {

	.main {
		padding-top: 20px;
		padding-bottom: 70px;
	} 

	.main .container {
		padding: 0 10px;
	}

	.main .product .l {
		display: none;
	}

	.main .product .r {
		width: 100%;
	}

	.main .product .r .item1 {
		flex-flow: row wrap;
	}

	.main .product .r .item1 .photos {
		width: 100%;
		height: auto;
	}

	.main .product .r .item1 .photos .gallery-thumbs {
		display: none;
	}

	.main .product .r .item1 .photos .gallery-top .swiper-button-prev,
	.main .product .r .item1 .photos .gallery-top .swiper-button-next {
		display: block;
	} 

	.main .product .r .item1 .txt {
		width: 100%;
		padding: 0px;
		padding-top: 20px;
	}

	.main .product .r .item1 .txt a.contact {
		width: 150px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		margin-top: 20px;
		padding-right: 20px;
		background-position: right 25px center;
	}

	.main .product .r .item2 {
		padding-top: 20px;
	}
	
	.main .product .r .item2 .canshu {
        margin-top: 20px;
    }

	.main .product .r .item2 .canshu table {

	}

	.main .product .r .item3 {
		display: none;
	}

	.main .product .r .item4 {
		padding-top: 20px;
	}

	.main .product .r .item4 h5 {
		font-size: 18px;
		line-height: 50px;
	}

	.main .product .r .item4 .mess_info ul li.submit input {
		padding-left: 0px;
		background-image: none;
		font-size: 18px;
	}

}