header {
	width: 240px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #3f3a39;
	padding: 50px 40px;
}

.nav-list {
	margin-top: 60px;
}

.nav-item>a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	position: relative;
}

.nav-item>a:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.nav-item>a:hover:after {
	width: 80%;
}
.head-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.head-sns i {
	color: #fff;
	margin: 5px;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	background: #5b5959;
}
.cc {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.cc a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

main {
	width: calc(100% - 240px);
	margin-left: 240px;
}

.layout {
	position: relative;
	padding: 0 60px;
}

.index {
	margin: 80px 0;
}
.new-pro .swiper-container {
	padding: 10px;
}
.title h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
	line-height: 40px;
}
.title h2:before, .title h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translate(-50%,-50%);
}
.title h2:before {
	width: 120px;
	height: 2px;
	background: #3f3a39;
}
.title h2:after {
	width: 6px;
	height: 6px;
	background: #e60012;
	border-radius: 50%;
}
.npro-list {
	display: flex;
	flex-wrap: wrap;
}
.npro-list .npro-item {
	/*box-shadow: 0 0 8px #ccc;*/
	width: 50%;
}
.npro-list .npro-item a {
	display: flex;
	flex-wrap: wrap;
}
.npro-item .npro-img {
	overflow: hidden;
	width: 50%;
}
.npro-item:hover img {
	transform: scale(1.05);
}
.npro-item .npro-info {
	padding: 40px 30px;
	/*border-top: 1px solid #ccc;*/
	width: 50%;
	background: #e60012;
}
.npro-info h3 {
	font-size: 20px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 20px;
	color: #fff;
	/*text-align: center;*/
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.npro-info p {
	font-size: 14px;
	line-height: 1.5;
	color: #f9eeef;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.index-about {
	background: url(../images/about_bg.jpg);
	background-size: 100%;
	background-attachment: fixed;
}
.about-cont {
	padding: 60px 0;
	display: flex;
	justify-content: flex-end;
}
.about-cont .about-txt {
	background: rgba(255,255,255,0.9);
	width: 50%;
	padding: 50px 40px;
	border-top-left-radius: 50px; 
	border-bottom-right-radius: 50px; 
}
.about-txt .title h2 {
	text-align: left;
}
.about-txt .title h2:before{
	left: 0;
	transform: translate(0);
}
.about-txt .title h2:after{
	left: 57px;
}
.about-txt .desc {
	line-height: 2;
	color: #666;
	font-size: 16px;
}
.about-txt .about-btn {
	display: flex;
	margin-top: 30px;
}
.about-btn a {
	display: block;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid #aaa;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #333;
}
.about-btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #e60012;
	z-index: -1;
}
.about-btn a:hover {
	border: 1px solid #e60012;
	color: #fff;
}
.about-btn a:hover:after {
	width: 100%;
}
.news-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 60px;
	justify-content: space-between;
}
.news-list .news-item {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	margin-bottom: 40px;
	width: 49%;
}
.news-item .news-img {
	width: 50%;
	overflow: hidden;
}
.news-item .news-txt {
	width: 50%;
	background: #f8f8f8;
}
.news-item .news-txt {
	padding: 20px 15px;
}
.news-item:hover img {
	transform: scale(1.05);
}
.news-txt h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-txt p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.abbrev {
	border-bottom: 1px solid #ccc;
}
.abbrev .news-txt {
	width: 100%;
	background: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.abbrev .news-txt h3 {
	width: calc(100% - 80px);
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-left: 10px;
}
.abbrev .news-txt h3:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.abbrev .news-txt time {
	font-size: 12px;
	color: #999;
}


.news-btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.news-btn a {
	display: block;
	padding: 15px 40px;
	border-radius: 10px;
	border: 1px solid #aaa;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #333;
}
.news-btn a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #e60012;
	z-index: -1;
}
.news-btn a:hover {
	border: 1px solid #e60012;
	color: #fff;
}
.news-btn a:hover:after {
	width: 100%;
}

.fty {
	background: #f7f5f5;
	padding: 60px 0 80px;
	margin: 0;
}

footer {
	width: calc(100% - 240px);
	margin-left: 240px;
	padding: 50px 30px;
	background: #3f3a39;
	padding-bottom: 0;
}
.footer-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-list .footer-item {
	width: 24%;
}

.footer-item h3 img {
	max-width: 200px;
	max-height: 30px;
}

.footer-item li img {
	max-width: 150px;
	max-height: 150px;
}
.code li {
	justify-content: flex-end;
}

.footer-item h3 {
    color: #fff;
    height: 30px;
    font-size: 24px;
    margin-bottom: 30px;
    vertical-align: baseline;
    display: flex;
    align-items: flex-end;
}
.footer-item li {
	display: flex;
	margin-bottom: 5px;
	position: relative;
}
.footer-item li a {
	display: block;
	line-height: 24px;
	color: #ddd;
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
	width: calc(100% - 30px);
}
.footer-item li i,.footer-item li span {
	display: block;
	color: #ccc;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
}
.footer-item li i {
    width: 20px;
    text-align: center;
}
.icon li a {
	padding-left: 15px;
}
.icon li:before {
	content: '\f105';
    font-family: 'FontAwesome',sans-serif;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	color: #ccc;
}
.foot {
	color: #aaa;
	padding: 30px 0;
}

:root {
    --swiper-theme-color: #000;
} 

.fty .swiper-button-next, .fty .swiper-button-prev {
    position: absolute;
    top: calc(50% + 50px);
}



.inner-list {
	padding: 0 30px;
	display: flex;
	background: #EFEFEF;
}
.inner-list li a {
	display: block;
	padding: 20px;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
.inner-list li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #E60012;
	z-index: -1;
	border-radius: 5px;
}
.inner-list li.active a:after, .inner-list li:hover a:after {
	height: calc(100% + 20px);
	width: 100%;
}
.inner-list li.active a, .inner-list li:hover a {
	color: #fff;
}
.inner-title h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 50px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	position: relative;
}
.inner-title h2:after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 15px);
}


/* about */
.inner {
	padding: 50px 0;
}
.about-info {
	padding: 0 30px;
}
.inner-item {
	margin-bottom: 30px;
}
.inner-item .swiper {
	padding: 50px 0;
}
.inner-item .swiper-prev-2, .inner-item .swiper-next-2 {
    z-index: 77;
    opacity: 0.5;
}
.inner-item .swiper-prev-2 .fty-img, .inner-item .swiper-next-2 .fty-img {
    transform: scale(0.8);
    transform-origin: center;;
}
.inner-item .swiper-prev-1, .inner-item .swiper-next-1 {
	z-index: 88;
	opacity: 0.7;
}
.inner-item .swiper-prev-1 .fty-img, .inner-item .swiper-next-1 .fty-img {
    transform-origin: center;
}
.inner-item .swiper-next-1 .fty-img {
    transform: scale(1.2) translateX(10%);
}
.inner-item .swiper-prev-1 .fty-img {
    transform: scale(1.2) translateX(-10%);
}

.inner-item .swiper-slide-active {
	z-index: 99;
}
.inner-item .swiper-slide-active .fty-img {
    transform: scale(1.6);
    transform-origin: center;
}
.inner-item .swiper-button-next, .inner-item .swiper-button-prev {
	--swiper-navigation-size: 30px;
	padding: 30px 30px;
	border-radius: 50%;
	background: rgba(0,0,0,0.6);
	--swiper-theme-color: #fff;
	top: calc(50% - 15px);
}
.inner-item .swiper-button-prev {
	left: 16%;
}
.inner-item .swiper-button-next {
	right: 16%;
}

/* ce */

.fcy-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.fcy-list .fcy-item {
	width: 23%;
	margin: 1%;
}
.fcy-item span {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 10px 0 0;
}
.mask-img {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.picture {
	position: fixed;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	display: none;
	z-index: 1000;
	text-align: center;
}
.picture .left, .picture .right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-align: center;
}
.picture .left i, .picture .right i {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.picture .left {
	left: -20px;
}
.picture .right {
	right: -20px;
}
.height {
	height: 100%;
	max-width: none;
	width: 100%;
}
.page {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}
.page a {
	display: block;
	border: 1px solid #ccc;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
}
.page a.active, .page a:hover {
	background: #E60012;
	color: #fff;
}


/* products */

.small-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	margin-top: 30px;
}
.small-list li {
	padding: 5px 20px;
}
.small-list li i {
	margin-right: 5px;
}
.small-list li.active a, .small-list li:hover a{
	color: #E60012;
}
.pro-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.pro-item {
	width: 23%;
	margin: 1%;
}
.pro-item .pro-img {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top-left-radius: 20px;
	overflow: hidden;
}
.pro-item .pro-txt {
	background: #E60012;
	border: 1px solid #E60012;
	padding: 10px 20px;
	overflow: hidden;
	border-bottom-right-radius: 20px;
}

.pro-txt a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.pro-item:hover .pro-txt {
	background: none;
}
.pro-item:hover .pro-txt a {
	color: #E60012;
}


/* video-show */

.inner-title h1 {
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	position: relative;
}
.inner-title time {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.video-cont {
	padding: 0 30px;
	margin-top: 30px;
}

/* news */
.new-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.new-list .new-item {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #ddd
}
.new-item .new-left {
    padding: 0 20px;
    border: 1px solid #ddd;
}
.new-item .new-left span {
    display: block;
    text-align: center;
    font-size: 60px;
    width: 80px;
    line-height: 80px;
    border-bottom: 1px solid #666;
    color: #f3040b;
}
.new-item .new-left p {
    text-align: center;
    line-height: 40px;
}
.new-item .new-right {
    margin-left: 20px;
}

.new-right h3 {
    font-size: 20px;
    line-height: 200%;
}
.new-right p {
    font-size: 14px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* news-show */

.news-cont {
	padding: 0 30px;
	margin-top: 30px;
}
.inner-btn {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	padding: 0 30px;
}
.inner-btn i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	transform: scaleX(2);
	position: relative;
	color: rgba(0,0,0,0);
}
.inner-btn i:before {
	position: absolute;
	height: 50%;
	top: 50%;
	color: #666;
}
.inner-btn a.prev i {
	left: 10px;
	margin-right: 25px;
}
.inner-btn a.next i {
	right: 10px;
	margin-left: 25px;
}
.inner-btn a:hover {
	color: #f3040b;
}
.inner-btn a:hover i:before {
	color: #f3040b;
}


/* product-show */
.pro-cont {
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro-cont .pro-left {
	width: 36%;
}
.pro-cont .pro-right {
	width: 58%;
}
.pro-right h1 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.pro-right p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.color-item {
	display: none;
}
.current {
	display: block;
}
.pro-color {
	position: relative;
	padding: 0 80px;
}
.mySwiper .swiper-slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.mySwiper .swiper-slide-thumb-active:after {
	background: rgba(0,0,0,0);
	border: 1px solid #ccc;
}
.color-nav {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.color-nav .color-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 5px;
	border: 1px solid #ccc;
}
.color-nav .color-btn:nth-child(1) {
	background: #c10e11;
}
.color-nav .color-btn:nth-child(2) {
	background: #474933;
}
.color-nav .color-btn:nth-child(3) {
	background: #99917c;
}
.color-nav .color-btn:nth-child(4) {
	background: #53b3af;
}
.color-nav .color-btn:nth-child(5) {
	background: #c81115;
}
.color-nav .color-btn:nth-child(6) {
	background: #481f63;
}
.color-nav .color-btn:nth-child(7) {
	background: #fff;
}
.color-nav .color-btn:nth-child(8) {
	background: #404347;
}
.color-nav .color-btn:nth-child(9) {
	background: #cd4a8c;
}
.color-nav .color-btn:nth-child(10) {
	background: #5fc058;
}
.color-nav .color-btn:nth-child(11) {
	background: #121212;
}
.color-nav .color-btn:nth-child(12) {
	background: #8a5e3b;
}
.color-nav .color-btn:nth-child(13) {
	background: #aea793;
}
.color-nav .color-btn:nth-child(14) {
	background: #e6ec6d;
}
.color-nav .color-btn:nth-child(15) {
	background: #4a556b;
}
.color-nav .color-btn:nth-child(16) {
	background: #ff601c;
}
.color-nav .color-btn:nth-child(17) {
	background-image: linear-gradient(150deg, #2d95b7 0%, #FEF200 25%, #fff 50%, #B5B5AD 75%, #38441A 100%);
}

.mySwiper {
	padding: 2px;
}
.pro-desc {
	margin-top: 40px;
	padding: 0 30px;
}
.desc-title h3 {
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	background: #E60012;
	text-transform: uppercase;
}
