@charset "UTF-8";

html,body{
	position: relative;
}

img{
	max-width: 100%;
}

.w1440{
	width: 1440px;
}

.w100{
	width: 100%;
}

.w800{
	width: 800px;
}

.h100{
	height: 100%;
}

.m-a{
	margin: auto;
}

.m-y-r80{
	margin-right: 80px;
}

.p-y20{
	padding: 20px 0;
}

.p-x40{
	padding: 0 40px;
}

.flex{
	display: flex;
}

.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}

.flex-between{
	display: flex;
	justify-content: space-between;
}

.flex-center{
	display: flex;
	justify-content: center;
}

.align-center{
	align-items: center;
}

.relative{
	position: relative;
}

header{
	border-bottom: 1px rgba(255, 255, 255, 0.21) solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

nav li{
	height: 100%;
	padding: 0 20px;
	position: relative;
	display: flex;
	align-items: center;
}

nav li a{
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}

nav li.active a,nav li:hover a{
	font-size: 18px;
	letter-spacing: 0px;
	color: #e60004
}

nav li.active::after,nav li:hover::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f8060a;
	position: absolute;
	left: 0;
	bottom: 0;
}

.navbar-toggle,.webnav{
	display: none;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 120px;
}

.banner .swiper-pagination-bullet {
	width: auto;
	height: auto;
	position: relative;
    font-size: 18px;
    color: #fff;
    background: none;
    margin-right: 30px !important;
    opacity: 0.33;
}

.banner .swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
	margin-right: 70px !important;
}

.banner .swiper-pagination-bullet-active::after{
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 30px;
}

.banner .swiper-pagination{
	text-align: left;
}

.relative{
	position: relative;
}

.aboutleft{
	width: 36%;
	background-color: #c82a39;
	padding: 130px 0 100px 240px;
}

.aboutleft .text{
	width: 275px;
}

.aboutleft h1{
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
}

.aboutleft h2{
	font-size: 30px;
	color: #fdfdfd;
	margin-bottom: 40px;
}

.aboutleft p{
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 110px;
}

.link{
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px #fff solid;
}

.aboutright{
	width: 64%;
	background: url(../images/aboutpic.png) no-repeat;
}

.aboutright .num{
	width: 24%;
	text-align: center;
}

.aboutright .num h1{
	font-size: 102px;
	color: #ffffff;
}

.aboutright .num p{
	font-size: 18px;
	color: #fdfdfd;
}

.leeabout2 .aboutleft{
	width: 36%;
	background-color: #eb5866;
	padding: 130px 0 150px 240px;
}

.leeabout2 .aboutleft h3{
	font-size: 24px;
	font-weight: bold;
	color: #fdfdfd;
	margin-bottom: 5px;
}

.leeabout2 .aboutleft p{
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}

.leeabout2 .aboutright .icon{
	width: 33.333%;
	text-align: center;
	background-color: #f0f0f0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.leeabout2 .aboutright .icon.active{
	background-color: #f5f5f5;
}

.leeabout2 .aboutright h1{
	font-size: 30px;
	color: #000000;
	margin: 20px 0;
}

.leeabout2 .aboutright p{
	font-size: 18px;
	color: #888888;
}

.product{
	background: url(../images/prodictpic.png) no-repeat center center;
	background-size: cover;
	position: relative;
	text-align: center;
}

.product ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product ol li{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.product ol li:nth-child(1){
	top: 100px;
	left: 10px;
	background: url(../images/icon-4.png) no-repeat center center/100% 100%;
	transition: all 0.5s;
}

.product ol li:nth-child(1).active,.product ol li:nth-child(1):hover{
	top: 100px;
	left: 10px;
	background: url(../images/icon-4-active.png) no-repeat center center/100% 100%;
}

.product ol li:nth-child(2){
	top: 100px;
	right: 10px;
	background: url(../images/icon-5.png) no-repeat center center/100% 100%;
	transition: all 0.5s;
}

.product ol li:nth-child(2).active,.product ol li:nth-child(2):hover{
	top: 100px;
	right: 10px;
	background: url(../images/icon-5-active.png) no-repeat center center/100% 100%;
}

.product ol li:nth-child(3){
	bottom: 100px;
	left: 10px;
	background: url(../images/icon-6.png) no-repeat center center/100% 100%;
	transition: all 0.5s;
}

.product ol li:nth-child(3).active,.product ol li:nth-child(3):hover{
	bottom: 100px;
	left: 10px;
	background: url(../images/icon-6-active.png) no-repeat center center/100% 100%;
}

.product ol li:nth-child(4){
	bottom: 100px;
	right: 10px;
	background: url(../images/icon-7.png) no-repeat center center/100% 100%;
	transition: all 0.5s;
}

.product ol li:nth-child(4).active,.product ol li:nth-child(4):hover{
	bottom: 100px;
	right: 10px;
	background: url(../images/icon-7-active.png) no-repeat center center/100% 100%;
}

.product .swiper-button-next,.product .swiper-button-prev{
	width: 68px;
	height: 68px;
}

.product .swiper-button-prev:after,.product .swiper-button-next:after {
    content: '';
}

.product .swiper-button-prev{
	left: 0;
}

.product .swiper-button-next{
	right: 0;
}

.product .text{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 20px;
}

.product .w800{
	padding: 280px 0 240px;
}

.hide{
	display: none;
}

.case .item{
	width: 25%;
	position: relative;
}

.mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: red;
	opacity: 0.4;
	transition: all 0.5s;
}

.case .item:hover .mask{
	opacity: 0;
}

.case .item h1{
	font-size: 24px;
	color: #ffffff;
}

.case .item h2{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 70px;
}

.case .item .text{
	position: absolute;
	left: 70px;
	bottom: 70px;
	z-index: 1;
}

.news{
	padding: 100px 0;
	background: url(../images/newspic.png) center center;
	background-size: cover;
}

.news .tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.news .tit h1{
	font-size: 50px;
	color: #ffffff;
}

.news .tit h2{
	font-size: 24px;
	color: #ffffff;
}

.news .tit a{
	font-size: 18px;
	color: #ffffff;
	padding: 20px 70px;
	background-color: #f93b3e;
}

.news .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news .box .w3{
	width: 30%;
}

.news .box .w37{
	width: 37%;
}

.news1{
	position: relative;
	background-size: cover;
}

.news1 .text{
	position: absolute;
	left: 20px;
	bottom: 40px;
	color: #ffffff;
}

.news1 .text h1{
	font-size: 22px;
	margin-bottom: 10px;
}

.news1 .text .date{
	font-size: 14px;
	margin-bottom: 20px;
}

.news1 .text a{
	font-size: 16px;
}

.news2 .pic{
	max-height: 390px;
	overflow: hidden;
}

.news2 .pic img{
	width: 100%;
}

.news2{
	background-color: #ffffff;
}

.news2 .text{
	padding: 20px;
}

.news2 h1{
	font-size: 22px;
	color: #000000;
	margin-bottom: 10px;
}

.news2 .date{
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}

.news2 p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}

.news2 a{
	font-size: 16px;
	color: #e60004;
}

.w37{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.w37 .item{
	display: flex;
	align-items: center;
	background-color: #ffffff;
}

.w37 .item .pic{
	width: 190px;
	max-height: 190px;
	overflow: hidden;
}

.w37 .item .text{
	flex: 1;
	padding-left: 30px;
	padding-right: 50px;
}

.w37 .item .text h1{
	font-size: 22px;
	color: #000000;
	margin-bottom: 10px;
}

.w37 .item .text p{
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

footer{
	background: url(../images/footerpic.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding: 60px 150px 40px;
}

.footleft .logo{
	margin-bottom: 50px;
}

.footleft .web{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #7d7b78;
}

.footleft .tel{
	font-size: 16px;
	color: #7d7b78;
	margin-top: 20px;
}

.footleft a.phone{
	font-size: 26px;
	letter-spacing: -1px;
	color: #7d7b78;
}

.footright{
	display: flex;
}

.footright dl{
	margin-left: 80px;
}

.footright dt{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
}

.footright dd{
	font-size: 14px;
	color: #7d7b78;
	line-height: 36px;
}

.footright dd a{
	color: #fff;
}

.leebanner{
	height: 400px !important;
}

@media (max-width:1920px) {}

@media (max-width:1599px) {}

@media (max-width:1477px) {
	.w1440{
		width: 1200px;
	}

	header .logo{
		width: 100px;
	}

	nav li{
		height: 100%;
		padding: 0 10px;
		position: relative;
		display: flex;
		align-items: center;
	}

	nav li a{
		font-size: 16px;
		letter-spacing: 0px;
		color: #ffffff;
	}

	nav li.active::after,nav li:hover::after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #f8060a;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.m-y-r80{
		margin-right: 40px;
	}

	.aboutleft,.leeabout2 .aboutleft {
		padding: 130px 0 100px 140px;
	}

	.w37 .item .pic{
		width: 150px;
		max-height: 150px;
	}

	.w37 .item .text p{
		font-size: 14px;
		line-height: 24px;
	}

	.w37 .item .text h1,.news2 h1,.news1 .text h1,.case .item h1{
		font-size: 18px;
	}

	.case .item h2{
		font-size: 16px;
		margin-bottom: 40px;
	}

	.w37 .item .text{
		padding-left: 20px;
		padding-right: 30px;
	}

	.footright dl{
		margin-left: 50px;
	}
}

@media (max-width:1365px) {}

@media (max-width:1199px) {
	header .logo{
		width: 80px;
	}

	.p-y20{
		padding: 10px 0;
	}

	.w1440{
		width: 990px;
	}

	.aboutleft h1{
		font-size: 34px;
	}

	.aboutleft h2{
		font-size: 18px;
		margin-bottom: 20px;
	}

	.aboutleft p{
		font-size: 14px;
		margin-bottom: 40px;
	}

	.aboutleft, .leeabout2 .aboutleft {
		padding: 40px 0 40px 90px;
	}

	.aboutright .num h1{
		font-size: 50px;
	}

	.leeabout2 .aboutleft h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.leeabout2 .aboutleft p{
		font-size: 14px;
	}

	.leeabout2 .aboutright .icon img{
		height: 50px;
	}

	.leeabout2 .aboutright h1{
		font-size: 18px;
		margin: 10px 0;
	}

	.leeabout2 .aboutright p{
		font-size: 14px;
	}

	.product .w800{
		padding: 150px 0;
	}

	.product ol li{
		width: 100px;
		height: 100px;
	}

	.footleft{
		width: 200px;
		display: none;
	}

	.news{
		padding: 40px 0;
	}

	.news .tit h1{
		font-size: 34px;
	}

	.news .tit h2{
		font-size: 18px;
	}

	.news .tit a{
		font-size: 14px;
		padding: 10px 30px;
	}

	.news .tit{
		margin-bottom: 20px;
	}

	.w37 .item .text p{
		display: none;
	}

	.newCenter .right li time{
		display: none !important;
	}
}

@media (max-width:990px) {}

@media (max-width:768px) {
	.w1440{
		width: 100%;
	}
	header{
		position: relative;
		padding: 0 4vw;
	}

	header .logo{
		width: 60px;
	}

	nav{
		display: none;
	}

	.webnav{
		background-color: #e60004;
	}

	.webnav li{
		width: 100%;
		display: block;
	}

	.webnav li a{
		display: block;
		padding: 2vw;
		text-align: center;
	}

	nav li.active a, nav li:hover a{
		color: #fff;
	}

	.banner{
		margin-top: 0;
	}

	.banner .swiper-notification{
		display: none;
	}

	.banner .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 10px;
	}

	.banner .swiper-pagination{
		text-align: center;
	}

	.banner .swiper-pagination-bullet{
		font-size: 12px;
		margin-right: 10px !important;
	}

	.banner .swiper-pagination-bullet-active::after{
		display: none;
	}

	.banner .swiper-pagination-bullet-active{
		margin-right: 10px !important;
	}

	.aboutright{
		display: none;
	}

	.aboutleft,.leeabout2 .aboutleft{
		width: 100%;
		padding: 6vw;
	}

	.aboutleft .text{
		width: auto;
	}

	.aboutleft h1,.news .tit h1{
		font-size: 20px;
	}

	.aboutleft h2,.leeabout2 .aboutleft h3{
		font-size: 16px;
		margin-bottom: 2vw;
	}

	.aboutleft p{
		margin-bottom: 4vw;
	}

	.product ol{
		display: none;
	}

	.product .w800{
		width: 100%;
		padding: 4vw;
	}

	.product .swiper-button-next, .product .swiper-button-prev{
		width: 30px;
		height: 30px;
	}

	.product .text{
		font-size: 16px;
	}

	.case{
		display: none;
	}

	.news{
		padding: 4vw;
	}

	.news .box .w3{
		display: none;
	}

	.news .box .w37{
		width: 100%;
	}

	.news .tit h2{
		font-size: 16px;
	}

	.news .tit a{
		font-size: 12px;
		padding: 5px 15px;
	}

	.w37 .item .pic{
		width: 100px;
		height: 100px;
	}

	.w37 .item{
		margin-bottom: 2vw;
		border-radius: 4px;
		overflow: hidden;
	}

	.w37 .item .text h1, .news2 h1, .news1 .text h1, .case .item h1{
		font-size: 16px;
	}

	footer{
		padding: 4vw;
		flex-wrap: wrap;
	}

	.footleft{
		width: 100%;
		display: block;
	}

	.footleft .logo{
		width: 50%;
		margin-bottom: 2vw;
	}

	.footleft .tel{
		margin-top: 2vw;
	}

	.footright{
		display: none;
	}

	header .w1440{
		align-items: center;
	}

	.navbar-toggle{
		display: block;
		padding: 10px;
		border-radius: 4px;
		background-color: #eee;
	}

	.navbar-toggle:hover{
		background-color: #c82a39;
	}

	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #666666;
	}

	.navbar-toggle:hover .icon-bar {
		background: #fff;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}

	.leebanner{
		height: 200px !important;
	}

	.about2{
		display: none;
	}

	.about1{
		width: 100% !important;
		position: relative !important;
		text-align: left !important;
		top: 0 !important;
	}

	.about-title{
		display: none;
	}

	.about1>p{
		font-size: 14px !important;
	}

	.about{
		padding: 4vw 2vw !important;
	}

	.about21{
		display: none !important;
	}

	.newCenter .left{
		display: none !important;
	}

	.newCenter .right{
		width: 100% !important;
	}

	.newCenter .right li time{
		display: none !important;
	}

	.news{
		height: auto !important;
	}
}














  .banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
    .banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}
    .w1200 {
                width: 1440px;
                overflow: hidden;
                margin: 0 auto;
                position: relative;
            }

            .about {
                width: 100%;
                /*height: 100vh;*/
                padding: 60px 0;
                background: #c82a39;
                color: #fff;
                display: flex;
                align-items: center;
            }

            .about1 {
                width: 50%;
                position: absolute;
                right: 0;
                top: 10px;
                text-align: left;
            }

            .about-title {
                margin-bottom: 30px;
            }

            .about-title span {
                font-size: 30px;
                color: #ffffff;
                line-height: 50px;
            }

            .about-title P {
                font-size: 14px;
                letter-spacing: 1px
            }

            .about21 {
                width: 500px;
                display: inline-block;
                margin-top: 20px;
            }

            .about21 ul li {
                width: 100px;
                float: left;
                text-align: center;
                margin-left: 20px;
            }

            .about21 ul li:last-child {
                margin-right: 0;
            }

            .about21 ul li img {
                width: 60px;
            }

            .about21 ul li span {
                display: block;
                text-align: center;
                font-size: 16px;
            }

            .about21 ul li p {
                font-size: 14px;
            }


            .about1>p {
                font-size: 16px;
                color: #fff;
                line-height: 40px;
                display: inline-block;   text-indent: 2em;
            }

            .about2 {
                width: 50%;
                margin-top: 30px;
            }

            .about2 img {
                width: 100%;
            }

            .i_tit {
                font-weight: normal;
                font-size: 18px;
                color: #eee;
                float: left;
                line-height: 35px;
                line-height: 40px;
            }

            .i_tit span {
                font-size: 24px;
                border-bottom: 2px solid #ED434E;
                color: #fff;
                box-sizing: border-box;
                float: left;
                margin-right: 5px;
                font-weight: bold;
            }

            .news{
                width: 100%;
                background: url("/images/newspic.png") center center;
                background-size: cover;
                display: flex;
                align-items: center;
            }

            .newCenter .header {
                overflow: hidden;
                margin-bottom: 30px;
            }

            .newCenter {
                position: relative;
            }

            .newCenter .header {
                overflow: hidden;
                margin-bottom: 30px;
            }

            .newCenter .header a {
                background: #ED434E;
                color: #fff;
                padding: 5px 30px 5px 10px;
                font-size: 12px;
                position: relative;
                overflow: hidden;
                float: right;
            }

            .newCenter .header a:before {
                content: '>>';
                width: 20px;
                height: 26px;
                line-height: 26px;
                display: block;
                position: absolute;
                top: 0;
                left: -355px;
                transition: 0.3s;
            }

            .newCenter .header a:after {
                content: '>>';
                width: 20px;
                height: 26px;
                line-height: 26px;
                display: block;
                position: absolute;
                top: 0;
                right: 5px;
                transition: 0.15s;
            }

            .newCenter .header a:hover {
                background: #F11725;
            }

            .newCenter .header a:hover:before {
                left: 40px;
            }

            .newCenter .header a:hover:after {
                display: none;
            }

            .newCenter .left {
                width: 37%;
                padding: 20px 35px;
                background: #efefef;
                float: left;
                transition: 0.2s;
            }

            .newCenter .left .time {
                font-size: 24px;
                font-weight: bold;
                color: #F11725;
                line-height: 26px;
            }

            .newCenter .left:hover {
                box-shadow: 0 0 6px #999;
                margin-left: 5px;
            }

            .newCenter .left p {
                overflow: hidden;
            }

            .newCenter .left h4 {
                border-left: 2px solid #666;
                padding-left: 10px;
                margin: 15px 0;
                font-size: 16px;
            }

            .newCenter .left:hover h4{
                color: #F11725;
            }

            .newCenter .left .more {
                padding: 10px 0;
            }

            .newCenter .left .more a {
                background: #F11725;
                width: 60px;
                height: 24px;
                display: block;
                color: #fff;
                position: relative;
                text-align: center;
                line-height: 24px;
            }

            .newCenter .left .more a:before {
                content: '';
                width: 8px;
                height: 1px;
                background: #fff;
                display: block;
                position: absolute;
                left: -50%;
                top: 50%;
                margin-left: -4px;
                transition: 0.2s;
            }

            .newCenter .left .more a:after {
                content: '';
                width: 1px;
                height: 8px;
                background: #fff;
                display: block;
                position: absolute;
                right: -50%;
                top: 50%;
                margin-top: -3px;
                transition: 0.2s;
            }

            .newCenter .left .more a:hover span {
                display: none;
            }

            .newCenter .left .more a:hover:before {
                left: 50%;
            }

            .newCenter .left .more a:hover:after {
                right: 50%;
            }

            .newCenter .right {
                width: 60%;
                float: right;
                padding-bottom: 5px;
            }

            .newCenter .right ul {
                padding: 0 5px;
            }

            .newCenter .right li {
                border-top: 1px solid #ddd;
                line-height: 24px;
                overflow: hidden;
                padding: 26px;
                transition: 0.3s;
                background: #fff;
            }

            .newCenter .right li a {
                display: block;
                position: relative;
                overflow: hidden;
            }

            .newCenter .right li a .text {
                width: 600px;
                float: left;
            }

            .newCenter .right li h4 {
                border-left: 2px solid #666;
                padding-left: 10px;
                margin: 0 0 15px 0;
                line-height: 20px;
                font-size: 15px;
            }

            .newCenter .right li time {
                display: block;
                width: 90px;
                position: absolute;
                top: 40%;
                right: 0;
            }

            .newCenter .right li time span {
                display: block;
                text-align: center;
                color: #333;
                font-size: 16px;
            }

            .newCenter .right li time span:last-child {
                font-size: 20px;
            }

            .newCenter .right li:hover {
                border: 1px #ED434E solid;
            }

            .newCenter .right li:hover h4 {
                color: #F11725;
            }

            .clearfix{
                clear: both;
            }