.swiper {
	width: 100%;
	float: left;
}

.about {
	width: 100%;
	float: left;
	margin-top: 68px;
	margin-bottom: 80px;
}

.abouts {
	width: 1200px;
	margin: 0 auto;
}

.abouts_left {
	float: left;
	width: 574px;
	height: 414px;
	overflow: hidden;
}

.abouts_left>img {
	width: 574px;
	height: 414px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.abouts_left>img:hover {
	transform: scale(1.1);
}

.abouts_right {
	float: left;
	margin-left: 40px;
	height: 414px;
	width: 586px;
}

.abouts_right_title {
	width: 100%;
	color: #000;
	height: 56px;
	line-height: 56px;
	font-size: 40px;
}

.abouts_right_text {
	width: 100%;
	height: 213px;
	font-size: 16px;
	color: #000;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	line-height: 30px;
	overflow: hidden;
}

.abouts_right_more {
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 54px;
	display: inline-block;
	border-radius: 30px;
	background: #ff9000;
}

.abouts_right_more:hover span {
	display: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.abouts_right_more:hover img {
	width: 21px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s height: 21px;
	float: left;
	margin-left: calc((165px - 21px)/2);
	margin-top: calc((40px - 21px)/2);
}

.abouts_right_more>span {
	float: left;
	margin-left: 30px;
}

.abouts_right_more>img {
	width: 21px;
	height: 21px;
	float: left;
	margin-left: 12px;
	margin-top: calc((40px - 21px)/2);
}

.culture {
	width: 100%;
	float: left;
	height: 569px;
	margin-bottom: 80px;
}

.culture_img {
	width: 100%;
	position: absolute;
	z-index: -99;
	height: 569px;
}

.cultures {
	width: 1200px;
	margin: 0 auto;
}

.cultures_left {
	width: 574px;
	height: 414px;
	float: left;
	margin-top: 77px;
}

.cultures_lefts {
	margin-left: 127px;
	height: 414px;
	float: left;
	width: calc(574px - 127px);
}

.cultures_lefts_title {
	color: #fff;
	font-size: 40px;
}

.cultures_lefts_text {
	width: 100%;
	font-size: 16px;
	color: #fff;
	height: 288px;
	overflow: hidden;
}

.cultures_lefts_text>span {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.cultures_right {
	float: left;
	width: 573px;
	height: 414px;
	margin-top: 77px;
	margin-left: 53px;
	background: #fff;
}

.cultures_lefts_more {
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 24px;
	display: inline-block;
	border-radius: 30px;
	background: #ff9000;
}

.cultures_lefts_more:hover span {
	display: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.cultures_lefts_more:hover img {
	width: 21px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s height: 21px;
	float: left;
	margin-left: calc((165px - 21px)/2);
	margin-top: calc((40px - 21px)/2);
}

.cultures_lefts_more>span {
	float: left;
	margin-left: 30px;
}

.cultures_lefts_more>img {
	width: 21px;
	height: 21px;
	float: left;
	margin-left: 12px;
	margin-top: calc((40px - 21px)/2);
}

.work {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}

.works {
	width: 1200px;
	margin: 0 auto;
}

.works_title {
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #000;
}

.works_list {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.works_lists:hover .works_lists_day {
	color: #ff9000 !important;
}

.works_lists:hover .works_lists_time {
	color: #ff9000 !important;
}

.works_lists:hover .works_lists_title {
	color: #ff9000 !important;
}

.works_lists {
	width: 378px;
	float: left;
	padding: 0 8px;
	height: 556px;
	border-left: 2px solid #f1f1f1;
}

.works_lists:nth-child(1) {
	border-left: 2px solid #fff;
}

.works_lists_day {
	width: 100%;
	font-size: 40px;
	color: #c5c5c5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.works_lists_time {
	font-size: 19px;
	color: #363535;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.works_lists_title {
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.works_lists_img {
	width: 376px;
	height: 237px;
	margin-top: 23px;
}

.works_lists_text {
	font-size: 16px;
	color: #616161;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;
	line-height: 30px;
	width: calc(100% - 20px);
	margin-left: 5px;
	margin-top: 14px;
}

.works_lists_img1 {
	width: 83px;
	height: 13px;
	margin-top: 38px;
}

.works_more {
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
	display: inline-block;
	border-radius: 30px;
	background: #ff9000;
	margin-left: calc((100% - 165px) / 2);
}

.works_more:hover span {
	display: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}

.works_more:hover img {
	width: 21px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s height: 21px;
	float: left;
	margin-left: calc((165px - 21px)/2);
	margin-top: calc((40px - 21px)/2);
}

.works_more>span {
	float: left;
	margin-left: 30px;
}

.works_more>img {
	width: 21px;
	height: 21px;
	float: left;
	margin-left: 12px;
	margin-top: calc((40px - 21px)/2);
}

.product {
	width: 100%;
	float: left;
	margin-bottom: 90px;
}

.product_img {
	width: 100%;
	height: 560px;
	position: absolute;
	z-index: -99;
}

.products {
	width: 1200px;
	margin: 0 auto;
}

.products_title {
	font-size: 40px;
	color: #000;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.products_title1{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #595757;
	margin-top: 30px;
	font-size: 16px;
}

.products_list {
	width: 100%;
	height: 592px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px #efefef;
}

.products_lists {
	width: 50%;
	float: left;
	height: 592px;
}
.products_lists>a{
	width: 465px;
	height: 465px;
	margin-top: calc((100% - 465px)/2);
	margin-left: calc((100% - 465px)/2);
	overflow: hidden;
	display: inline-block;
}
.products_lists>a>img {
	width: 465px;
	height: 465px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.products_lists>a>img:hover {
	transform: scale(1.1);
}

.new {
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.new_title {
	color: #000;
	font-size: 40px;
	width: 100%;
	text-align: center;
}

.news {
	width: 1200px;
	margin: 0 auto;
}

#tab {
	position: relative;
	width: 100%;
	margin-top: 46px;
}

.list {
	width: 830px;
	margin-left: calc((1200px - 830px) /2);
	float: left;
	display: flex;
	justify-content:space-around;
}

.list_nav {
	float: left;
	width: 140px;
	height: 38px;
	background: #f3f3f3;
	text-align: center;
	line-height: 38px;
	border-radius: 30px;
	margin: 0 13px;
}

.active {
	width: 140px;
	height: 38px;
	color: #fff;
	background: #ff9000;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
	line-height: 38px;
	border-radius: 30px;
}

.tab {
	margin-top: 50px;
	width: 100%;
	float: left;
}

.tab_nav {
	display: none;
	width: 100%;
	height: 432px;
}

.tab_nav_left {
	width: 596px;
	float: left;
	height: 432px;
}

.tab_nav_left>img {
	width: 596px;
	float: left;
	height: 432px;
}

.tab_nav_left_text {
	width: 596px;
	height: 90px;
	background: rgba(0, 0, 0, .58);
	position: absolute;
	float: left;
	margin-top: calc(432px - 90px);
}

.tab_nav_left_text>span:nth-child(1) {
	display: inline-block;
	width: calc(100% - 40px);
	margin-left: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	margin-top: 16px;
}

.tab_nav_left_text>span:nth-child(2) {
	display: inline-block;
	width: calc(100% - 40px);
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 8px;
}

.tab_nav_right {
	float: left;
	height: 432px;
	margin-left: 20px;
	width: 100%;
}

.tab_nav_rights {
	width: calc(1200px - 616px);
	height: 78px;
	margin-top: 36px;
	margin-left: 616px;
}

.tab_nav_rights>a{
	width: calc(1200px - 616px);
	float: left;
}
.tab_nav_rights:hover .tab_nav_rights2_title {
	color: #FF9000 !important;
}

.tab_nav_rights:nth-child(1) {
	margin-top: 5px !important;
}

.tab_nav_rights1 {
	width: 76px;
	height: 78px;
	background: #FF9000;
	float: left;
}

.tab_nav_rights1>span:nth-child(1) {
	color: #FF9000;
	display: inline-block;
	border-radius: 30px;
	width: 64px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: #fff;
	margin-left: calc((76px - 64px) /2);
	margin-top: 10px;
}

.tab_nav_rights1>span:nth-child(2) {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 6px;
}

.tab_nav_rights2 {
	float: left;
	margin-left: 8px;
	width: calc(100% - 84px);
}

.tab_nav_rights2_title {
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px;
}

.tab_nav_rights2_text {
	font-size: 14px;
	color: #949494;
	margin-top: 6px;
	display: -webkit-box;
	height: 37px;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.on {
	display: block;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.sundry {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.sundrys {
	width: 1200px;
	margin: 0 auto;
}
.column_01{
	background-color: #f7f7f7;
}

.sundrys_list1_title {
	width: calc(334px - 35px);
	padding-left: 35px;
	font-size: 24px;
	height: 45px;
	background: #ededed;
	line-height: 45px;
	color: #000;
}

.sundrys_list1 {
	width: 334px;
	float: left;
	height: 285px;
}
.sundrys_list2 {
	width: 240px;
	height: 285px;
	float: left;
	margin-left: 7px;
}

.sundrys_list2_title {
	width: calc(240px - 20px);
	padding-left: 20px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #000;
	background: #ededed;
}

.sundrys_list2_text {
	width: calc(240px - 40px);
	padding-left: 20px;
	background: #f7f7f7;
	padding-right: 20px;
	height: calc(285px - 45px);
}

.sundrys_list2_text>span:nth-child(1) {
	font-size: 18px;
	color: #ff6600;
	float: left;
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sundrys_list2_text>span:nth-child(2) {
	font-size: 14px;
	color: #535353;
	float: left;
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sundrys_list2_text>span:nth-child(3) {
	font-size: 14px;
	color: #535353;
	float: left;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sundrys_list2_text>span:nth-child(4) {
	font-size: 18px;
	color: #ff6600;
	float: left;
	margin-top: 45px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sundrys_list2_text>p>span>a:hover {
	color: #ff6600;
}

.sundrys_list3 {
	height: 285px;
	float: left;
	margin-left: 7px;
	width: 240px;
}

.sundrys_list3_title {
	width: calc(240px - 20px);
	padding-left: 20px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #000;
	background: #ededed;
}

.sundrys_list3_more {
	position: absolute;
	font-size: 18px;
	color: #000;
	margin-top: -32px;
	margin-left: 173px;
}

.sundrys_list3_more:hover {
	color: #ff6600;
}

.sundrys_list3_text {
	width: calc(240px - 40px);
	padding-left: 20px;
	background: #f7f7f7;
	padding-right: 20px;
	height: calc(285px - 45px);
}

.sundrys_list3_text ul li {
	color: #5e5e5e;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin-top: 12px;
}

.sundrys_list3_text ul li:hover {
	color: #ff6600;
}

.sundrys_list4 {
	width: 365px;
	float: left;
	margin-left: 7px;
	height: 285px;
}

.sundrys_list4_title {
	width: calc(365px - 20px);
	padding-left: 20px;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	color: #000;
	background: #ededed;
}

.sundrys_list4_more {
	position: absolute;
	font-size: 18px;
	color: #000;
	margin-top: -32px;
	margin-left: 294px;
}

.sundrys_list4_more:hover {
	color: #ff6600;
}

.sundrys_list4_text {
	width: calc(365px - 40px);
	padding-left: 20px;
	background: #f7f7f7;
	padding-right: 20px;
	height: calc(285px - 45px);
}

.sundrys_list4_text>span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #ff0000;
	margin-top: 16px;
}

.sundrys_list4_texts {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin-top: 20px;
}

.sundrys_list4_texts>img {
	width: 27px;
	height: 27px;
	float: left;
}

.sundrys_list4_texts>span {
	font-size: 16px;
	color: #313131;
	display: inline-block;
	width: calc(100% - 67px);
	margin-left: 20px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sundrys_list4_texts>span:hover {
	color: #ff6600;
}
