/* CSS Document */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,ul,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display:block;}
*{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body { font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color:#666; text-decoration:none; font-size:14px;}
html, body { scroll-behavior:smooth; }
textarea { resize:none;}
img{ max-width:100%;}
iframe,img { border:0;}
ul,ol,li { list-style:none;}
input, select, textarea { outline:0; -webkit-user-modify:read-write-plaintext-only;}
input { -webkit-appearance:none;}
a{ text-decoration:none; color:#666; transition:0.2s; -webkit-transition:0.2s;}
a:hover{ color:#e60012;}
.clearfix { clear:both; zoom:1;}
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden;}
.fl{ float:left;}
.fr{ float:right;}



/*滚动条*/
::-webkit-scrollbar{ width:6px; height:12px}
::-webkit-scrollbar-button:vertical{ display:none;}
::-webkit-scrollbar-track:vertical{ background-color:black}
::-webkit-scrollbar-track-piece{ background:#FFF}
::-webkit-scrollbar-thumb:vertical{ background-color:#bdb9b9; border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{ background-color:#bdb9b9}
::-webkit-scrollbar-corner:vertical{ background-color:#bdb9b9}
::-webkit-scrollbar-resizer:vertical{ background-color:#bdb9b9}

.m{ width:94%; max-width:1440px; margin:0 auto; position:relative;}
.n{ padding:50px 0 70px; background:#fff;}
.nm{ background: #f8f8f8;}
.nm .m{ background:#fff; box-shadow:0 0 50px -20px rgba(0, 0, 0, .15); padding:80px;}



.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 50px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	z-index: 999;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.top .top_nav {
	display: flex;
}
.top .top_nav>li>a {
	display: block;
	line-height: 100px;
	font-size: 18px;
	color: #333;
	padding: 0 25px;
}
.top .top_nav>li>a:hover {
	color: #fff;
	background: #e60012;
}
.top .top_nav>li div {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: rgba(255,255,255,0.95);
	display: none;
}
.top .top_nav>li ul {
	display: flex;
	justify-content: center;
}
.top .top_nav>li ul li {
	font-size: 18px;
	padding: 0 20px;
}
.top .language {
	background: #e60012;
	padding: 0 40px;
	cursor: pointer;
	position: relative;
}
.top .language .iconfont.map {
	text-align: center;
	display: inline-block;
	background: url(../images/global.gif) no-repeat center;
	background-size: 29px;
	width: 29px;
	height: 100px;
}
.top .language .lan_list {
	position: absolute;
	width: 100%;
	top: 120%;
	left: 0;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}
.top .language:hover .lan_list {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.top .language .lan_list span {
	position: absolute;
	top: -15px;
	left: calc(50% - 12px);
	font-size: 24px;
	color: #fff;
}
.top .language .lan_list p a {
	display: block;
	line-height: 30px;
	font-size: 13px;
}
.top .language .lan_list p a:hover {
	background: #e60012;
	color: #fff;
}
.main .pagination-main {
	right: 30px;
}
.main .pagination-main .swiper-pagination-bullet {
	outline: none;
	width: 10px;
	height: 10px;
	background: #a5a7a3;
	opacity: 1;
	margin: 20px 0;
	transition: 0.2s;
}
.main .pagination-main .swiper-pagination-bullet:hover {
	transform: scale(2, 2);
}
.main .pagination-main .swiper-pagination-bullet-active {
	transform: scale(2, 2);
	border: 3px solid #e60012;
	background: #e60012;
}
.main>.swiper-wrapper>.swiper-slide {
	height: 100vh;
}
.slide1 {
	position: relative;
}
.bannervideo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.bannertxt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
}
.bannertxt .p1 {
	font-size: 72px;
	font-weight: 400;
}
.bannertxt .p2 {
	font-size: 18px;
	line-height: 2;
	padding: 5px 0;
}
.bannertxt a {
	display: inline-block;
	width: 270px;
	line-height: 62px;
	border: 1px solid #fff;
	background: #fff url(../images/abg1.png) no-repeat right 25px center;
	border-radius: 40px;
	font-size: 18px;
	color: #e60012;
	text-align: center;
	transition: all 0.5s;
}
.bannertxt>div {
	margin-top: 70px;
}
.bannertxt a:hover {
	background: #e60012 url(../images/abg2.png) no-repeat right 25px center;
	color: #fff;
}
.bannertxt a.a2 {
	background: transparent url(../images/abg2.png) no-repeat right 25px center;
	color: #fff;
	margin-left: 20px;
}
.bannertxt a.a2:hover {
	background: #fff url(../images/abg3.png) no-repeat right 25px center;
	color: #e60012;
}
.slide2 {
	background: url(../images/slidebg2.jpg) no-repeat center center;
}
.slide2 .sm2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1700px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 100px 3% 0;
}
.slide2 .sm2 .ul1 {
	width: 17%;
	padding-right: 20px;
}
.slide2 .sm2 .ul1 li {
	margin: 0 0 30px 0;
}
.slide2 .sm2 .ul1 .p1 {
	color: #e60012;
	font-weight: bold;
	font-size: 50px;
}
.slide2 .sm2 .ul1 .p1 span {
	font-size: 16px;
	font-weight: normal;
}
.slide2 .sm2 .ind_ab {
	width: 40%;
	max-width: 578px;
	object-fit: cover;
}
.slide2 .sm2 .d3 {
	width: 40%;
padding-left:calc(50 / 1580 * 100vw);
}
.slide2 .sm2 .d3 .p1 {
	font-size: 46px;
	color: #000;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.slide2 .sm2 .d3 .p2 {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
a.more {
	display: block;
	width: 152px;
	border-radius: 30px;
	padding: 10px 30px;
	background: #e60012;
	font-size: 16px;
	background-color: #e60012;
	margin-top: 30px;
}
a.more span {
	display: block;
	color: #fff;
	transition: 0.5s;
	background: url(../images/sdbg3.png) no-repeat center right;
}
.slide2 .sm2 .d3 a:hover span {
	letter-spacing: 1px;
}
.slide3 {
	display: flex;
}
.slide3 .item {
	width: calc(100% / 3);
	position: relative;
}
.slide3 .item .s3bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all 0.5s;
}
.slide3 .item .s3d {
	position: absolute;
	width: 84%;
	left: 8%;
	bottom: 20%;
	transition: all 0.5s;
}
.slide3 .item .s3d .p1 {
	font-size: 46px;
	color: #000;
	font-weight: 400;
	margin:5px 0;
}
.slide3 .item a{
	display:block;
}
.slide3 .item .s3d img{
	filter: blur(0);
	transition: filter 1s;
}
.slide3 .item .s3d .p2{
	font-size: 16px;
    color: #bbb;
    font-family: "arial";
    display: block;
    font-weight: 400;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #ddd;
}
.slide3 .item .s3d .p3{
	font-size:16px;
	color:#fff;
	line-height:1.6;
	transform:translateY(80px);
	transition: 1.2s;
}
.slide3 .item:hover .s3bg{
	opacity:1;
}
.slide3 .item:hover .s3d{
	bottom:27%;
}
.slide3 .item:hover .s3d img{
	filter: brightness(800%);
}
.slide3 .item:hover .s3d .p1{
	color:#fff;
	transition: 0.2s;
}
.slide3 .item:hover .s3d .p2{
	color:#fff;
	transition: 0.2s;
}
.slide3 .item:hover .s3d .p3{
	transform:translateY(0);
}

.slide4{
	position:relative;
}
.slide4 .d1{
	margin:15% auto 0;
	width:94%;
	max-width:1600px;
}
.slide4 .d1 .p1{
	line-height: 1;
    font-weight: 700;
    color: #fff;
    font-size: 48px;
}
.slide4 .d1 .p2{
	font-size:16px;
	color:#fff;
	line-height:2;
	margin:30px 0 50px;
}
.slide4 .d1 .p3{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    transition: all .3s ease-in-out;
}
span.jt{
	margin-right: 30px;
    font-size: 30px;
    transition: all .3s ease-in-out;
	height: 1px;
    width: 30px;
    background-color: #fff;
    position: relative;
	display:block;
}
span.jt{
	width:80px;
	opacity: .6;
}
span.jt:before{
	content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 7px;
    right: 0;
    top: 0;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(45deg);
}
span.jt:after{
	content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 7px;
    right: 0;
    top: 0;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(-45deg);
}
.s4proc{
	height:auto;
	width: 94%;
    margin: 0 auto;
    max-width: 1600px;
    overflow: visible;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    position: absolute;
}
.s4proc{
	height:160px;
}
.s4proc .swiper-slide{
	display:flex;
	position:relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	cursor:pointer;
}
.s4proc .swiper-slide div{
	text-align:center;
    transition: all .5s ease-in-out;
	transform:translateY(30px);
	opacity:0.5;
}
.s4proc .swiper-slide-thumb-active div{
	transform:translateY(0);
	opacity:1;
}
.s4proc .swiper-slide img{
	
}
.s4proc .swiper-slide p{
	color: #fff;
    transition: all .5s ease-in-out;
	font-size:24px;
	line-height:1;
	margin-top:20px;
}
.s4proc .swiper-slide:after{
	content: '';
    display: block;
    position: absolute;
    height: 5px;
    background-color: #fff;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    transition: all .5s ease-in-out;
    width: 0;
}
.s4proc .swiper-slide-thumb-active:after{
	width:100%;
}
.slide5 {
	background: url(../images/slidebg5.jpg) no-repeat center center;
}
.sm5{
	width:94%;
	max-width:1600px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}
.sm5 .dt{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.sm5 .dt p{
	font-size:46px;
	color:#000;
}
.sm5 ul{
	display:flex;
	justify-content:space-between;
	column-gap:20px;
	width:100%;
	margin-top:30px;
}
.sm5 ul li{
	width:calc(100% / 3 - 40px / 3);
	background:#fff;
	padding:20px;
	border-radius:20px;
}
.sm5 ul li .ini{
	position:relative;
	overflow:hidden;
}
.sm5 ul li .ini img{
	width:100%;
	display:block;
	object-fit:cover;
	transition:0.5s;
}
.sm5 ul li .inti{
	position:absolute;
	left:0;
	top:0;
	padding:10px;
	color:#fff;
	background:#e60012;
}
.sm5 ul li .int{
	padding:20px 0;
}
.sm5 ul li .int .p1{
	font-size:18px;
	color:#333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:20px;
}
.sm5 ul li .int .p2{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color:#aaa;
	line-height:1.5;
	margin-bottom:20px;
}
.sm5 ul li .int .jt{
	width:30px;
	display:block;
	background:#999;
}
.sm5 ul li:hover .int .jt{
	width:60px;
}
.sm5 ul li .int .jt:before{
	background:#999;
}
.sm5 ul li .int .jt:after{
	background:#999;
}
.bottom{
	height:auto !important;
	background:#fff;
}
.bottom2{
	width:94%;
	max-width:1600px;
	margin:0 auto;
	padding:50px 0 30px;
	display:flex;
	justify-content:space-between;
	column-gap:calc(35 / 1600 * 100%);;
	border-bottom: 1px solid #ddd;
}
.bottom2 .logob{
	width:calc(150 / 1600 * 100%);
}
.bottom2 .logob img{
	display:block;
	margin-bottom:30px;
}
.bottom2 ul p{
	margin-bottom:10px;
	line-height:32px;
}
.bottom2 ul p a{
	font-size:16px;
	color:#000;
}
.bottom2 ul li a{
	display:block;
	font-size:14px;
	color:#8b8b8b;
	line-height:2;
}
.bottom2 .bdc{
	width:calc(380 / 1600 * 100%);
}
.bottom2 .bdc p{
	font-size:16px;
	line-height:2;
	margin-bottom:20px;
	font-weight:bold;
	color:#000;
}
.bottom2 .bdc li{
	font-size:14px;
	color:#8b8b8b;
	line-height:2;
}
.bottom2 .bde{
	width:calc(130 / 1600 * 100%);
	text-align:center;
}
.foot{
	width:94%;
	max-width:1600px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	padding:15px 0;
	column-gap:20px;
}
.foot p,.foot a{
	color:#999;
	line-height:2;
}

.bannero{
	height:30vw;
	z-index:-1;
}
.bannern{
	height:30vw;
	position:relative;
}
.bannern img{
	position:fixed;
	width:100%;
	height:30vw;
	top:0;
	left:0;
	z-index:-1;
	display:block;
	object-fit:cover;
}
.bannern .bannernt{
	padding-top:50px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	z-index:2;
}
.now{
	padding:15px 0;
	line-height:1.6;
	background:#fff;
	border-bottom: 1px #eee solid;
}
.menun{
	background:#f5f5f5;
}
.menun ul{
	display:flex;
}
.menun ul li a{
	display:block;
	line-height:70px;
	padding:0 30px;
	font-size:15px;
	position:relative;
}
.menun ul li.on a{
	color:#e60012;
}
.menun ul li a:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
	transform:translateY(-7px);
    right: 0px;
}
.menun ul li a:after{
	position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.menun ul li.on a:after,.menun ul li:hover a:after{
	width: 80%;
    left: 10%;
    background-color: #e60012;
}
.about{

}
.aboutm{
	max-width: 1200px;
    width: 94%;
	margin:0 auto;
}
.about1{
	text-align:center;
}
.about1 h2{
	font-size:36px;
	color:#000;
	line-height:2;
	font-weight:normal;
}
.about1 .p1{
	font-size:20px;
	color:#666;
	margin:15px 0 30px;
}
.about1 .p2{
	font-size:16px;
	line-height:2;
}
.about2{
	text-align:center;
}
.about3{
	text-align:center;
}
.about4 p{
	text-indent:2em;
	line-height:2;
	margin-bottom:30px;
}
.about5{
	text-align:center;
}
.about6{
	text-align:center;
}
.about7 ul li{
	display:flex;
	justify-content:space-between;
}
.about7 ul li .d1{
	width:26%;
	text-align:center;
}
.about7 ul li .d2{
	width:74%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.about7 ul li .d2 .p1{
	font-size:16px;
	font-weight:bold;
	line-height:2;
}
.about7 ul li .d2 .p2{
	font-size:16px;
	line-height:2;
}
.lg-container{ z-index:99999; position:relative;}
.lg-backdrop{ background-color: rgba(0,0,0,0.5) !important;}
.lg-toolbar .lg-icon{ color:#fff !important;}

.cf{}
.cf .imgbox{ display:flex; flex-wrap:wrap; column-gap:2%;}
.cf .imgbox a{ width:23.5%; display:block; margin-bottom:2%; text-align:center; position:relative;}
.cf .imgbox a img{ height:230px; object-fit:cover; width:100%; display:block}
.cf .imgbox a p{ padding:20px 0; background:#f1f1f1; font-size:17px; transition:0.2s;}
.cf .imgbox a:hover p{ background:#e60012; color:#fff;}

.product ul{
	display:flex;
	flex-wrap:wrap;
	column-gap:30px;
}
.product ul li{
	width:calc(100% / 4 - 90px / 4);
	padding:0 20px;
	border:1px solid #e5e5e5;
	border-radius:10px;
	margin-bottom:30px;
}
.product ul li:hover{
	transition:0.6s;
	box-shadow: 0px 0px 6px 4px #e5e5e5;
}
.product ul li .proi{
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}
.product ul li .proi:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:2px;
	transition:0.6s;
	background:#e60012;
}
.product ul li:hover .proi:after{
	width:100%;
}
.product ul li .proi img{
	transition: all 0.5s;
	object-fit: contain;
}
.product ul li:hover .proi img{
	-webkit-transform: scale(1.1);	
}
.product ul li p{
	color:#333;
	text-align:center;
	font-size:16px;
	line-height:2;
	padding:20px 0;
}
.pronow{
	margin-top:100px;
	background:#f2f2f2;
}
.pro_main{
	display:flex;
	justify-content:space-between;
	border-bottom:5px solid #999;
}
.pro_main .pro_img{
	width:50%;
	overflow:hidden;
	padding-right:20px;
}
.pro_main .pro_img .pro_img_i{
	display:block;
	width:100%;
	border: 1px solid #ddd;
    padding: 30px;
}

.productitem .pro_img2{ margin-bottom:10px; overflow:hidden;}
.productitem .swiper-wrapper{ height:auto;}
.productitem .pro_img2 .swiper-slide{ border: 1px solid #ddd; padding:30px; height:595px;}
.productitem .pro_img2 img{ width:100%; height:100%; object-fit: cover;}
.productitem .pro_img3{ overflow:hidden;}
.productitem .pro_img3 img{ cursor:pointer; height:90px; width:100%; object-fit: cover;}
.productitem .pro_img3 .swiper-slide{ border:2px solid #f2f2f2;}
.productitem .pro_img3 .swiper-slide-thumb-active{ border:2px solid #e60012;}

.pro_main .prot{
	width:50%;
	padding:50px 5% 0;
}
.pro_main .prot .p1{
	font-size:30px;
	font-weight:bold;
	color:#333;
	padding-bottom:25px;
	border-bottom:2px solid #565656;
}
.pro_main .prot .p2{
	line-height:1.8;
	margin-top:75px;
	margin-bottom:30px;
}
.pro_main .prot .p3{
	display:flex;
	align-items:center;
	column-gap:10px;
}
.pro_main .prot .p3 img{
	height:24px;
}
.pro_main .prot .p3 .sp1{
	font-size: 18px;
    color: #444;
    line-height: 1.8;
    font-weight: bold;
}
.pro_main .prot .p3 a{
	font-size: 24px;
    color: #e60012;
    line-height: 1.8;
    font-family: Impact;
    font-weight: normal;
}
.pro_main .prot .d4{
	display:flex;
	column-gap:60px;
	margin-top:40px;
}
.pro_main .prot .d4 a{
	width:160px;
	background:#e60012;
	font-size:13px;
	padding:8px;
	line-height:2;
	color:#fff;
	border-radius:4px;
	text-align:center;
}
.pro_main .prot .d4 a.a2{
	background:rgba(1,85,183,0.1);
	color:#023254;
}
.pro_main2{
	width:94%;
	max-width:1440px;
	margin:30px auto 0;
	padding-top:30px;
}
.pro_main2 .pro_tit{
	font-size:22px;
	font-weight:bold;
	color:#444;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.pro_main2 .pro_content{
	padding:30px 0 50px;
}
.pro_main2 .pro_content p{
	line-height:1.8;
	margin-bottom:10px;
}
.pro_main2 .more_pro{
	display:flex;
	column-gap:30px;
	margin-top:30px;
}
.pro_main2 .more_pro li{
	width:calc(100% / 4 - 90px / 4);
	border:1px solid #e5e5e5;
	padding:30px;
}
.pro_main2 .more_pro li .pi{
	overflow:hidden;
}
.pro_main2 .more_pro li .pi img{
	transition:0.2s;
}
.pro_main2 .more_pro li:hover .pi img{
	transform:scale(1.1);
}
.pro_main2 .more_pro li .p1{
	margin:10px 0 0;
	padding-bottom:10px;
	color:#333;
	font-size:18px;
	line-height:2;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
}
.pro_main2 .more_pro li .p2{
	color:#333;
	border:1px solid #e5e5e5;
	font-size:16px;
	line-height:2;
	padding:8px 0;
	text-align:center;
	margin-top:30px;
	border-radius:30px;
	transition:0.2s;
}
.pro_main2 .more_pro li:hover .p2{
	color:#fff;
	background:#e60012;
}
.pro_main2 .pro_message{
	margin-top:100px;
}
.pro_main2 .pro_message p{
	font-size:34px;
	text-align:center;
	color:#333;
}
.pro_main2 .pro_message form{
	margin-top:30px;
	padding:50px;
	box-shadow: 0 23px 90px -5px rgb(29,56,72,17%);
	display:flex;
	flex-wrap:wrap;
	column-gap:4%;
}
.pro_main2 .pro_message form input{
	width:48%;
	padding:10px;
	border:1px solid #ced4da;
	margin-bottom:2%;
	border-radius: 4px;
}
.pro_main2 .pro_message form input:focus{
	border-color: #e60012;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,0,18,.25);
}
.pro_main2 .pro_message form textarea{
	width:100%;
	padding:10px;
	border:1px solid #ced4da;
	margin-bottom:2%;
	height:200px;
	border-radius: 4px;
}
.pro_main2 .pro_message form textarea:focus{
	border-color: #e60012;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,0,18,.25);
}
.pro_main2 .pro_message form button{
	background:#e60012;
	color:#fff;
	width:150px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	display:block;
	margin:0 auto;
	border-radius: 4px;
	border:none;
}

.digg4 span.current{
	border: 1px solid #e60012 !important;
    background-color: #e60012 !important;
}
.digg4 a{
	background: #f4f4f4 !important;
    color: #999 !important;
}
.digg4 a:hover {
    border: 1px solid #e60012 !important;
}
.noinfor{
	text-align:center;
	color:#e60012;
}

.news ul{
	padding-top:30px;
}
.news ul li{
	margin-bottom:50px;
	background:#f2f2f2;
	transition:0.5s;
}
.news ul li:hover{
	box-shadow: 0 23px 90px -5px rgb(29,56,72,17%);
    background: #fff;
}
.news ul li a{
	display:flex;
}
.news ul li .newsi{
	overflow:hidden;
	width:28%;
}
.news ul li .newsi img{
	display:block;
	transition:0.5s;
}
.news ul li:hover .newsi img{
	transform:scale(1.1);
}
.news ul li .newst{
	width:72%;
	padding:0 50px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.news ul li .newst .d1{
	width:72%;
}
.news ul li .newst .d1 .p1{
	font-size:20px;
	font-weight:bold;
	padding:15px 0;
	color:#333;
}
.news ul li:hover .newst .d1 .p1{
	color:#023254;
}
.news ul li .newst .d1 .p2{
	line-height:1.6;
	color:#666;
}
.news ul li .newst .d2{
}
.news ul li .newst .d2 .p3{
	font-size: 56px;
    color: #666;
    line-height: 1.2;
    transition: all .5s ease;
    font-family: Impact;
    text-align: center;
}
.news ul li .newst .d2 .p4{
	font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.6;
    transition: all .5s ease;
    font-family: Arial;
    font-weight: bold;
}
.news ul li:hover .newst .d2 .p3{
	color:#023254;
}
.news ul li:hover .newst .d2 .p4{
	color:#023254;
}

.news_main{
	display:flex;
	justify-content:space-between;
	width:94%;
	max-width:1240px;
	margin:0 auto;
}
.news_main .nml{
	width:65%;
}
.news_main .nml .news_title{
	font-size: 28px;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.news_main .nml .news_time{
	color: #999;
    line-height: 1.5;
	text-align:center;
}
.news_main .nml .news_content{
	line-height:1.5;
	margin-top:20px;
}
.news_main .nml .news_content p{
	font-size:16px;
	line-height:1.8;
	margin-bottom:10px;
}
.news_main .nmr{
	width:25%;
	border:1px solid #e5e5e5;
	padding:20px 30px;
}
.news_main .nmr .mnp{
	font-size: 18px;
    font-weight: bold;
    color: #444;
	margin-bottom:20px;
}
.news_main .nmr ul li{
	margin-bottom:20px;
}
.news_main .nmr ul li .p1{
	line-height: 1.5;
    font-size: 16px;
    color: #444;
    font-weight: bold;
	margin:10px 0;
}
.news_main .nmr ul li .p2{
	color:#666;
}

.zhaopingm1{
	text-align:center;
}
.zhaopingm1 .p1{
	text-align:center;
	font-size: 50px;
    color: #f0f0f0;
	font-weight:bold;
}
.zhaopingm1 .d2{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:50px;
	margin-top:-40px;
}
.zhaopingm1 .d2 .line{
	width: 40px;
    height: 2px;
    background-color: #363636;
}
.zhaopingm1 .d2 p{
	font-size: 36px;
    color: #333;
	font-weight:bold;
}
.zhaopingm1 .p3{
	text-align:center;
    color: #333;
	font-weight:bold;
	margin:10px 0 30px;
}
.zhaopingm1 .p4{
	font-size:16px;
	line-height:2.2;
	text-align:center;
}
.zhaoping2{
	background:#f2f2f2;
}
.zhaoping2 ul li .d1{
	background:#e60012;
	display:flex;
}
.zhaoping2 ul .li2 .d1{
	background:#f9f9f9;
	border-bottom: 1px dashed #ddd;
}
.zhaoping2 ul li .d1 p{
	font-size:18px;
	color:#fff;
	flex:1;
	padding:18px 0;
	text-align:center;
}
.zhaoping2 ul .li2 .d1 p{
	color:#333;
	cursor:pointer;
}
.zhaoping2 ul .li2 .d1 p:last-child:after{
	content: "+";
    display: inline-block;
    color: #aaa;
    font-weight: bold;
    font-size: 20px;
}
.zhaoping2 ul .li2.on .d1 p:last-child:after{
	content: "-";
}
.zhaoping2 ul .li2 .d2{
	padding:50px 80px;
	background:#eee;
	line-height:1.8;
	display:none;
}

.contactm{
	display:flex;
}
.contactm>div{
	flex:1;
}
#baidu_dituContent {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
}
#baidu_dituContent img{
	max-width:none;
}
.contactm .contact_r{
	padding:60px 100px 120px;
	background:#f8f8f8;
}
.contactm .contact_r .p1{
	font-size:24px;
	color:#333;
	margin-bottom:30px;
}
.contactm .contact_r .p2{
	display:flex;
	column-gap:10px;
	margin-bottom:15px;
}
.contactm .contact_r .p2 img{
	display:block;
	height:20px;
}
.contactm .contact_r .p2 a{
	color:#333;
}
.contactm .contact_r .d3{
	margin-top:20px;
	padding:10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	display:flex;
	column-gap:10px;
}
.contactm .contact_r .d3 img{
	height:50px;
}
.contactm .contact_r .d3 p{
	font-size:16px;
	color:#888;
}
.contactm .contact_r .d3 a{
	font-size:20px;
	color:#333;
}
.contact2{
	background:#f7f7f7;
	padding:100px 0;
}
.contact2 .p1{
	text-align:center;
	font-size:34px;
	color:#000;
}
.contact2 .p2{
	text-align:center;
	color:#999;
	margin:10px 0 65px;
	line-height:1.5;
}

.contact2 form{
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
}
.contact2 form input{
	width:32%;
	padding:15px 10px;
	border:1px solid #ced4da;
	margin-bottom:2%;
	border-radius: 4px;
}
.contact2 form input:focus{
	border-color: #e60012;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,0,18,.25);
}
.contact2 form textarea{
	width:100%;
	padding:10px;
	border:1px solid #ced4da;
	margin-bottom:2%;
	height:200px;
	border-radius: 4px;
}
.contact2 form textarea:focus{
	border-color: #e60012;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(230,0,18,.25);
}
.contact2 form button{
	background:#e60012;
	color:#fff;
	width:150px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	display:block;
	margin:0 auto;
	border-radius: 4px;
	border:none;
	cursor:pointer;
}

.a_m{ display:none;}
.a_m img{ height:30px;}


@media (max-width: 1400px) {
.top .top_nav>li>a{
	padding:0 15px;
}
.slide2 .sm2 .d3 .p1{
	font-size:36px;
}
.bottom2 {
	column-gap: calc(10 / 1600 * 100%);
}
}
@media (max-width: 1200px) {
.top{
	padding:0 20px;
	height:60px;
}
.top .logo img{
	width:80px;
}
.top .top_nav{
	display:none;
}
.top .language{
	display:none;
}
.a_m{
	display:block;
}
.bannertxt .p1{
	font-size:24px;
	font-weight:bold;
}
.bannertxt .p2{
	width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
}
.bannertxt a{
	width: 170px;
    line-height: 42px;
    font-size: 14px;
    margin: 10px auto;
}
.slide2 .sm2{
	flex-wrap:wrap;
}
.slide2 .sm2 .ul1{
	display:none;
}
.slide2 .sm2 .ind_ab{
	width:100%;
}
.slide2 .sm2 .d3{
	width:100%;
	padding-left:0;
}
.slide2 .sm2 .d3 .p1{
	font-size:22px;
}
.slide2 .sm2 .d3 .p2{
	font-size:14px;
	line-height:1.8;
}
.slide3{
	flex-wrap:wrap;
}
.slide3 .item{
	width:50%;
	height:50%;
	padding-top:20vh;
}
.slide3 .item .s3d{
	bottom:auto;
}
.slide3 .item .s3d .p1{
	font-size:24px;
}
.slide3 .item .s3d .p2{
	font-size:14px;
}
.slide4 .d1{
	margin-top:200px;
}
.slide4 .d1 .p1{
	font-size:28px;
}
.slide4 .d1 .p2{
	font-size:14px;
}
.s4proc .swiper-slide p{
	font-size:16px;
}
.sm5 .dt p{
	font-size:28px;
}
a.more{
	display:none;
}
.sm5 ul{
	flex-wrap:wrap;
}
.sm5 ul li{
	width:calc(49% - 10px);
	padding:10px;
	border-radius:10px;
	margin-bottom:10px;
}
.bottom2{
	flex-wrap:wrap;
}
.bottom2 ul{
	display:none;
}
.bottom2 .logob{
	width:100%;
}
.bottom2 .logob img{
	width:150px;
}
.bottom2 .bde{
	display:none;
}
.bottom2 .bdc{
	width:100%;
}
.foot{
	display:block;
}
.bannern{
	height:50vw;
}
.bannern img{
	height:50vw;
}
.bannern .bannernt{
	font-size:24px;
}
.menun{
	overflow-x: auto;
}
.menun ul li a{
	white-space:nowrap;
	line-height:50px;
	font-size:14px;
}
.about1 h2{
	font-size:24px;
}
.about1 .p2{
	font-size:14px;
}
.cf .imgbox a{
	width:49%;
}
.cf .imgbox a img{
	height:150px;
	object-fit:cover;
}
.cf .imgbox a p{
	font-size:15px;
	padding:10px 0;
}
.product ul li{
	width:100%;
}
.product ul li .proi{
	text-align:center;
}
.pro_main{
	flex-wrap:wrap;
}
.pro_main .pro_img{
	width:100%;
	padding-right:0;
}
.pro_main .prot{
	width:100%;
	padding: 20px 5% 50px;
}
.pro_main .prot .p1{
	font-size:20px
}
.pro_main .prot .p2{
	margin-top:30px;
}
.pro_main2 .more_pro{
	flex-wrap:wrap;
}
.pro_main2 .more_pro li{
	width:100%;
	padding:10px;
	text-align:center;
}
.pro_main2 .pro_message p{
	font-size:22px;
}
.pro_main2 .pro_message form{
	padding:15px;
}
.news ul li a{
	flex-wrap:wrap;
}
.news ul li .newsi{
	width:100%;
}
.news ul li .newst{
	width:100%;
	padding:10px;
}
.news ul li .newst .d1 .p1{
	font-size:16px;
}
.news ul li .newst .d1 .p2{
	font-size:12px;
}
.news ul li .newst .d2 .p3{
	font-size:40px;
}
.news ul li .newst .d2 .p4{
	font-size:14px;
}
.news_main{
	flex-wrap:wrap;
}
.news_main .nml{
	width:100%;
}
.news_main .nmr{
	width:100%;
}
.news_main .nml .news_title{
	font-size:18px;
}
.news_main .nmr{
	padding:10px;
}
.zhaopingm1 .p1{
	font-size:40px;
}
.zhaopingm1 .d2 p{
	font-size:30px;
}
.zhaoping2 ul li .d1 p{
	font-size:14px;
}
.zhaoping2 ul li .d1 p:nth-child(3){
	display:none;
}
.zhaoping2 ul .li2 .d2{
	padding:20px;
}
.contactm{
	display:block;
}
.contactm .contact_l{
	height:260px;
}
.contactm .contact_r{
	padding:40px 20px;
}
.contact2 form input{
	width:100%;
}
}
