@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f0dede;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#e40210; border-radius: 10px;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 54%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 50%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family: "Noto Sans SC", "Roboto",sans-serif; font-weight: 400; font-size:12px; font-size:1.2rem; min-width: 900px; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#333; text-decoration:none;}
a:hover{color:#e40210;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background: #e40210;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background: #e40210;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 92%; max-width:1400px; margin: 0 auto;}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; min-width: 900px; padding: 1% 1.5%; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header:hover, .header.fixed{background: rgba(255,255,255,1); box-shadow: 0 0 15px rgba(0,0,0,.1);}

.header .logo{width: 15.5%; min-width: 160px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:22%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}
.header:hover .logo a, .header.fixed .logo a{background: url(logo1.png)  no-repeat left center; background-size: 100%;}

.header .headerbox{flex: 1; margin-left: 18%; display: flex; align-items: center; justify-content: space-between;}

.nav{flex: 1; width: 100%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #fff; text-align: center;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a{color: #000;}
.nav ul li.hovert .f_a a{color: #e40210;}
.header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a, .header:hover .nav ul li:hover .f_a a{font-weight: 700; color: #e40210;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: 190%; transform:translate(-50%, 0); width: 35vw; min-width: 360px; background: #fff; border-radius: 5px; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:nth-last-child(2) .s_navbox, .nav ul li:last-child .s_navbox{left: 50%; top: 190%; transform:translate(-90%, 0);}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.1);}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 6% 0; width: 100%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e40210; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before, .nav ul li .s_navbox .s_a a.on::before{width: 100%;}
.nav ul li .s_navbox .s_a a:hover, .nav ul li .s_navbox .s_a a.on{color: #e40210;}
.nav ul li .s_navbox .s_img{width: 60%; min-width: 160px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.search-button{margin: 0 3% 0 2%; width: 20px; height: 20px; cursor: pointer; overflow: hidden; transition: .5s; background: url(s.png) no-repeat center center; background-size: 100%;}
.header:hover .search-button, .header.fixed .search-button{background: url(s1.png)  no-repeat center center; background-size: 100%;}
.search{*zoom: 1; position: relative;}
#search{transition: max-height, 0.5s; position: absolute; top: 40px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #e0e0e0;}
#search.open{max-height: 40px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 40px;}
#search input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#e40210; border: none; cursor: pointer;}

.header .phone{color: #fff;}
.header:hover .phone, .header.fixed .phone{color: #e40210;}

@media screen and (max-width: 1366px){
	.header{padding: 1.2% 1.5%;}
	.header .headerbox{margin-left: 10%;}
	
	.search-button{width: 18px; height: 18px;}
	.nav ul li:nth-child(2) .s_navbox, .nav ul li:nth-child(4) .s_navbox{width: 40vw;}
}
@media screen and (max-width: 1024px){
	.header .headerbox{margin-left: 5%;}
	.search-button{width: 16px; height: 16px;}
	
	.nav ul li:nth-child(2) .s_navbox, .nav ul li:nth-child(4) .s_navbox{width: 45vw;}
}


/*banner*/
.banner{position: relative; width: 100%; min-width: 900px; height: 100vh;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 0; top: 50%; transform: translate(0, -40%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .container{max-width: 90%;}
.banner .swiper-slide .banner-text .btitle{}
.banner .swiper-slide .banner-text .btitle font{color: #e40210;}
.banner .swiper-slide .banner-text .btitle01{margin-top: 2%;}
.banner .swiper-slide .banner-text .btitle01 font{color: #e40210;}
.banner .swiper-slide .banner-text .indexmore{margin-top: 7%;}

.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#e40210;height:1px; width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#e40210;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; background:rgba(0,0,0,.4); color: #fff; width: 40px; height: 40px; border-radius: 3px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #e40210; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 3%; bottom: 3%; z-index: 1; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff;}
.banner .autoplay-progress svg {--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; color: #fff; stroke-width: 1px; stroke: #fff; fill: none; stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 54px; font-size: 5.4rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 26px; font-size: 2.6rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 48px; font-size: 4.8rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 24px; font-size: 2.4rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:1024px){
	.banner{height: 0; padding-bottom: 52%; overflow: hidden;}
	.banner .swiper-slide .banner-text .btitle{font-size: 22px; font-size: 2.2rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 36px; font-size: 3.6rem;}

	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%;  height: 0; padding-bottom: 30%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -20%); z-index: 3; color: #fff;}
.aboutbanner-desc p{/*text-shadow:-1px -1px 0 rgba(0,0,0, .1), 1px -1px 0 rgba(0,0,0, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);*/}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, .8);}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 36px; font-size: 3.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
	.aboutbanner .bg{display: none;}
	.aboutbanner .bg1{display: block;}
}

/**首页栏目标题**/
.indextitle{}
.indextitle p:first-child{position: relative; color: #cf0505;}
.indextitle p:nth-child(2){color: #000;}

@media only screen and (max-width:1600px){
	.indextitle p:nth-child(2){font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1366px){
	.indextitle p:nth-child(2){font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.indextitle p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.indextitle p:nth-child(2){font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.indextitle p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}

/**首页更多**/
.indexmore{}
.indexmore a{position: relative; top: 0; color: #fff; padding: .7vw 3.1vw .7vw 1.5vw; display: inline-block; background-color: #e40210; background-image: url(jt.png); background-repeat: no-repeat; background-position: calc(100% - 1.5vw) center; background-size: 7%; transition: .5s;}
.indexmore a:hover{top: -10px; background-color: #cb000d;}

@media only screen and (max-width:1024px){
	.indexmore a{padding: 7px 35px 7px 15px; min-width: auto; background-position: calc(100% - 15px) center;}
}

/**首页关于利明**/
.indexabout{padding: 6% 0; display: flex; justify-content: space-between;}
.indexabout .l{width: 39.2857%;}
.indexabout .r{width: 46.4285%;}

.indexabout .l .x{height: 1px; background: rgba(0,0,0, .1); margin: 10% 0;}
.indexabout .l .img img{max-width: 100%;}
.indexabout .l .indexmore{margin-top: 20%;}

.indexabout .r .desc{color: #888; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; text-overflow: ellipsis; overflow: hidden;}

.indexnumadv{margin-top: 5%;}
.indexnumadv .list{padding: 6% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between;}
.indexnumadv .numunit{color: #e40210; display: flex; align-items: flex-start; justify-content: flex-start;}
.indexnumadv .numunit p:nth-child(2){margin-left: 5px;}
.indexnumadv .list .title{color: #000; width: 43%;}

@media only screen and (max-width:1600px){
	.indexnumadv .list .numunit p:first-child{font-size: 55px; font-size: 5.5rem;}
	.indexnumadv .list .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.indexnumadv .list .numunit p:first-child{font-size: 50px; font-size: 5rem;}
	.indexnumadv .list .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.indexnumadv .list .numunit p:first-child{font-size: 45px; font-size: 4.5rem;}
	.indexnumadv .list .title{font-size: 22px; font-size: 2.2rem;}
}

/**首页产品系列**/
.indexproductcat{padding: 5% 0; background: url(indexproductcat-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexproductcat .container{display: flex; justify-content: space-between;}
.indexproductcat .l{width: 39.2857%; margin-top: 4%;}
.indexproductcat .l .indextitle p:nth-child(2){color: #fff;}
.indexproductcat .l .x{height: 1px; background: rgba(255,255,255, .1); margin: 10% 0;}
.indexproductcat .l .desc{color: rgba(255,255,255, .6); line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexproductcat .l .indexmore{margin-top: 20%;}

.indexproductcat .r{width: 30%;}
.indexproductcatlist{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcatlist .list{position: relative; width: 49%; height: 0; padding-bottom: 49%; margin: 1% 0; border-radius: 5px; overflow: hidden;}
.indexproductcatlist .list .titleico{position: relative; z-index: 2; padding: 10%; display: flex; align-items: center; justify-content: space-between;}
.indexproductcatlist .list .titleico .title{color: #000;}
.indexproductcatlist .list.on .titleico .title{color: #e40210;}
.indexproductcatlist .list .titleico .ico{width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0, .7); display: flex; align-items: center; justify-content: center;}
.indexproductcatlist .list.on .titleico .ico{color: #fff; border: 1px solid #e40210; background: #e40210;}
.indexproductcatlist .list .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexproductcatlist .list .bg img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexproductcatlist .list.on .bg img{transform: scale(1.2);}

@media only screen and (max-width:1600px){
	.indexproductcatlist .list .titleico .title{}
}
@media only screen and (max-width:1366px){
	.indexproductcatlist .list .titleico .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1280px){
	.indexproductcat .r{width: 32%;}
}
@media only screen and (max-width:1024px){
	.indexproductcatlist .list .titleico .title{font-size: 16px; font-size: 1.6rem;}
}

/**首页产品中心**/
.indexproduct{padding: 4% 0;}
.indexproduct .container{display: flex; justify-content: space-between;}
.indexproduct .l{width: 28.5714%;}
.indexproduct .l .x{height: 1px; background: rgba(0,0,0, .1); margin: 10% 0;}
.indexproduct .l .desc{color: #888; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexproduct .l .indexmore{margin-top: 20%;}

.indexproduct .r{width: 63.5714%;}

.indexproductlist{position: relative; width: 100%; padding-bottom: 5%; overflow: hidden;}
.indexproductlist .swiper-container{}
.indexproductlist .swiper-slide{position: relative; background: #f5f5f5; padding: 2%;}
.indexproductlist .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%;}
.indexproductlist .swiper-slide .img p{position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.indexproductlist .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition:.5s;}
.indexproductlist .swiper-slide:hover .img p img{transform: scale(1.2);}
.indexproductlist .swiper-slide .box{padding: 15% 0 6% 0;}
.indexproductlist .swiper-slide .box .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: .5s;}
.indexproductlist .swiper-slide.on .box .title{color: #e40210;}
.indexproductlist .swiper-slide .box .x{width: 15%; height: 2px; background: rgba(0,0,0, .4); margin: 3% auto 5%;}
.indexproductlist .swiper-slide.on .box .x{background: #e40210;}
.indexproductlist .swiper-slide .box .more{color: #888;}
.indexproductlist .swiper-slide.on .box .more{color: #e40210;}
.indexproductlist .swiper-button-prev, .indexproductlist .swiper-button-next{top:43%; color: #fff; background: rgba(0,0,0, .7); width: 35px; height: 35px; --swiper-navigation-size: 8px; outline:none;}
.indexproductlist .swiper-button-prev{left: 0;}
.indexproductlist .swiper-button-next{right: 0;}
.indexproductlist .swiper-button-prev:hover, .indexproductlist .swiper-button-next:hover{background: #e40210; color: #fff;}
.indexproductlist .swiper-pagination{bottom: 0; text-align: left; z-index: 99;}
.indexproductlist .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexproductlist .swiper-pagination-bullet-active{background: #e40210; opacity: 1;}

/**首页我们的优势**/
.indexadv{padding: 5% 0; background: url(indexadv-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexadvlist{margin-top: 3%; display: flex; justify-content: space-between;}
.indexadvlist .list{position: relative; flex: 1; width: 100%; margin-right: 5%; padding: 3% 3%; overflow: hidden; background: url(indexadvlist-list-bg.jpg) #fff no-repeat center bottom; background-size: 100%; border-radius: .5vw;}
.indexadvlist .list.on{background: #000;}
.indexadvlist .list:last-child{margin-right: 0;}
.indexadvlist .list .box{position: relative; z-index: 1;}
.indexadvlist .list .ico{position: relative; width: 17%; height: 0; padding-bottom: 17%; margin-top: 5%; overflow: hidden;}
.indexadvlist .list .ico img{position: absolute; left: 0; top: 0; width: 100%; transition: .3s;}
.indexadvlist .list.on .ico img{top: -100%;}
.indexadvlist .list .title{color: #000; margin: 8% 0 12% 0;}
.indexadvlist .list.on .title{color: #fff;}
.indexadvlist .list .desc{color: #888; line-height: 1.6; min-height: calc(1.6em * 5); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.indexadvlist .list.on .desc{color: rgba(255,255,255, 1);}
.indexadvlist .list .x{height: 1px; background: rgba(0,0,0, .1); margin: 3% auto 15%;}
.indexadvlist .list.on .x{opacity: 0;}
.indexadvlist .list .more{display: flex; align-items: center; justify-content: flex-end;}
.indexadvlist .list.on .more{opacity: 0;}
.indexadvlist .list .more p{position: relative; width: 14%; height: 0; padding-bottom: 14%; border-radius: 50%; overflow: hidden; background: url(jt1.png) rgba(0,0,0, .1) no-repeat center center; background-size: 30%;}
.indexadvlist .list .img{position: absolute; opacity: 0; left: 0; top: 0; width: 100%; height: 100%; transition: .5s;}
.indexadvlist .list.on .img{opacity: .6;}
.indexadvlist .list .img img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:1600px){
	.indexadvlist .list .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1366px){
	.indexadvlist .list{margin-right: 3%;}
	.indexadvlist .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.indexadvlist .list .title{font-size: 20px; font-size: 2rem;}
}

/**首页新闻中心**/
.indexnews{padding: 5% 0;}
.indexnewstop{display: flex; align-items: flex-end; justify-content: space-between;}
.indexnewsbox{margin-top: 3%; display: flex; justify-content: space-between;}
.indexnewsbox .l{width: 35.7142%;}
.indexnewsbox .r{flex: 1; width: 100%;}

.indexnewshot{position: relative;}
.indexnewshot .img{position: relative; width: 100%; height: 0; padding-bottom: 58%; overflow: hidden;}
.indexnewshot .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewshot:hover .img img{transform: scale(1.2);}
.indexnewshot .box{color: #fff; padding: 8% 6%; background: #e40210;}
.indexnewshot .box .title{line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewshot .box .desc{margin: 4% 0 10% 0; color: rgba(255,255,255, .6); line-height: 1.6; min-height: calc(1.6em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewshot .box .moretime{display: flex; align-items: center; justify-content: space-between;}

.indexnewslist{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewslist .list{position: relative; width: calc((100% - 4%) / 2); border: 1px solid rgba(0,0,0, .1); padding: 4% 3% 0 4%;}
.indexnewslist .list:first-child, .indexnewslist .list:nth-child(2){margin-bottom: 2%;}
.indexnewslist .list:nth-child(2n-1){margin-left: 2%;}
.indexnewslist .list.on{background: #f3f3f3;}
.indexnewslist .list .title{color: #000; line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{color: #e40210; font-weight: 700;}
.indexnewslist .list .desc{margin: 4.8% 0 12.5% 0; color: #888; line-height: 1.6; min-height: calc(1.6em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list .moretime{display: flex; align-items: center; justify-content: space-between;}
.indexnewslist .list.on .moretime .more{color: #e40210;}
.indexnewslist .list .moretime .time{color: #e40210;}

@media only screen and (max-width:1366px){
	.indexnewshot .box .title, .indexnewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: #25282f;}
.footer a{color: rgba(255,255,255, .5);}
.footer a:hover{color: #e40210;}

.footerbox{padding: 5% 0;  display: flex; justify-content: space-between;}
.footerbox .r{flex: 1; width: 100%; margin-left: 12%;}

.footerby{color: #fff;}

.footercontact{margin-top: 20%;}
.footercontact .phone{color: #e40210;}
.footercontact .list{color: #fff; margin: 5% 0;}
.footercontact .list i{color: #e40210; margin: 2px 5px 0 0;}

.footernav{display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.2vw;}
.footernav .navlist a{margin: 0.3vw 0 0 0; display: block; transition: .5s;}
.footernav .navlist a:hover{text-decoration: underline;}

.footercopy{padding: 3% 0 5% 0; line-height: 1.6; border-top: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: flex-start;}
.footercopy p{margin-right: 10px;}

.ipv6{display: inline-block; background: url(ipv6.png) no-repeat center center; background-size: 100%; width: 37px; height: 16px;}
.zqkj{display: inline-block; background: url(zqkj.png) no-repeat center center; background-size: 100%; width: 107px; height: 10px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1600px){
	.footerby{font-size: 32px; font-size: 3.2rem;}
	
	.footercontact .phone{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:1366px){
	.footerbox .r{margin-left: 8%;}
	
	.footerby{font-size: 28px; font-size: 2.8rem;}
	
	.footercontact .phone{font-size: 36px; font-size: 3.6rem;}
	
	.footernav .flist-title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.footerby{font-size: 24px; font-size: 2.4rem;}
	
	.footercontact .phone{font-size: 32px; font-size: 3.2rem;}
}

/*内页*/
.bodybg{background: #f8f8f8;}
.mainbody{margin: 3% auto;}

.productbody{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.productbody-left{width: 22%;}
.productbody-right{width: 75%; padding: 3% 3%; background: #fff;}

.mainbody_content{width: 100%; line-height:1.8; text-align:justify;}
.mainbody_content p{margin:1.5% 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1280px){
	.productbody-left{width: 25%;}
	.productbody-right{width: 72%;}
}
@media only screen and (max-width:900px){
	.productbody-left{width: 100%;}
	.productbody-right{width: 100%; padding: 6% 5%;}
}


/*about-navbox*/
.about-navbox{background: #fff; border-bottom: 1px solid rgba(0,0,0, .1);}
.about-navbox .container{display: flex; align-items: center; justify-content: space-between;}

/*about-nav*/
.about-nav{flex: 1; width: 100%; display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #000; padding: 2% 3%; border-right: 1px solid rgba(0,0,0, .1);}
.about-nav a:first-child{border-left: 1px solid rgba(0,0,0, .1);}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #e40210; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a p{position: relative;}
.about-nav a:hover, .about-nav a.cur{color: #fff; font-weight: 500;}

.about-navt a{padding: 2% 2%;}

.location{color: #888;}
.location a{color: #888;}
.location i, .location a:hover{color: #e40210;}

@media only screen and (max-width:1280px){
	.about-navt a{padding: 2% 1.5%;}
}
@media only screen and (max-width:1024px){
	.about-nav a{padding: 2% 2.5%;}
	
	.about-navt a{padding: 2% 1.2%;}
}

/*内页公司简介*/
.bodyprofile{padding: 4% 0;}
.bodyprofilebox{display: flex; justify-content: space-between;}
.bodyprofilebox .l{width: 39.2857%;}
.bodyprofilebox .r{width: 46.4285%;}

.bodyprofilebox .l .x{height: 1px; background: rgba(0,0,0, .1); margin: 10% 0;}
.bodyprofilebox .l .img img{max-width: 100%;}
.bodyprofilebox .l .indexmore{margin-top: 20%;}

.bodyprofile .indexnumadv{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyprofile .indexnumadv .list{width: calc((100% - 4%) / 2); padding: 4% 0;}

/*内页领导致辞*/
.bodyspeech{margin: 3% auto; display: flex; justify-content: space-between;}
.bodyspeech .img{width: 45%;}
.bodyspeech .img img{width: 100%;}
.bodyspeech .mainbody_content{flex: 1; width: 100%; margin-left: 5%;}


/*内页企业文化*/
.bodyculture{margin: 3% auto; background: url(bodyculture-bg.jpg) no-repeat center center; background-size: cover; /*background-attachment: fixed; background-size: cover; background-position: 100% 100%;*/ display: flex; justify-content: space-between;}
.bodyculture .list{position: relative; width: 25%; padding: 16% 0; border-right: 1px solid rgba(255,255,255, .1); border-top: 1px solid rgba(255,255,255, .1); background: rgba(0,0,0, .3); transition: .5s;}
.bodyculture .list:first-child, .bodyculture .list:nth-child(2), .bodyculture .list:nth-child(3), .bodyculture .list:nth-child(4){border-top: none;}
.bodyculture .list:nth-child(4n){border-right: none;}
.bodyculture .list.on{background: rgba(228,2,16, .9);}
.bodyculture .list .title{position: relative; top: 0; color: #fff; transition: .5s;}
.bodyculture .list.on .title{top: -20px;}
.bodyculture .list .desc{position: relative; top: 0; color: rgba(255,255,255, .7); margin-top: 2%; transition: .5s;}
.bodyculture .list.on .desc{top: -20px;}

@media only screen and (max-width:1600px){
	.bodyculture .list .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1366px){
	.bodyculture .list .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .list .title{font-size: 24px; font-size: 2.4rem;}
	.bodyculture .list .desc{font-size: 16px; font-size: 1.6rem;}
}

/**内页资质荣誉列表**/
.bodyhonor{padding-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 3%) / 3);}
.bodyhonor .list{position: relative; top: 0; width:calc((100% - 3%) / 3); margin:1% 0; padding: 3% 2%; background: #f5f5f5; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyhonor .list.on{top: -10px;}
.bodyhonor .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #e40210; transition: .5s;}
.bodyhonor .list.on::before{height: 100%;}
.bodyhonor .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 35%; overflow: hidden; transition: .5s;}
.bodyhonor .list.on .img{top: -10px;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; max-height: 100%;}
.bodyhonor .list .box{width: 45%;}
.bodyhonor .list .box .title{position: relative; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .box .title{color: #fff;}


/*内页产品中心*/
.bodyproduct{margin-top: 2%; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct::after{content: ""; width: calc((100% - 6%) / 3);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 6%) / 3); margin: 1.5% 0; transition: .4s;}
.bodyproduct .list.on{top: -10px;}

@media only screen and (max-width:800px){
}

/*内页产品中心详情*/
.bodyproductshow{background: #f5f5f5; padding:10% 0 4% 0;}
.bodyproductshow .bodyproductshow-container{background: #fff; padding: 5% 5% 3% 5%; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow .bodyproductshow-container .img{width: 45%; overflow: hidden;}
.bodyproductshow .bodyproductshow-container .img p{width: 100%; border: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.bodyproductshow .bodyproductshow-container .img p img{width: 100%; max-height: 100%;}

.bodyproductpic{position: relative; width: 45%; height: auto; overflow: hidden; border: 1px solid rgba(0,0,0, .1);}
.gallery-top{position: relative; width: 100%; overflow: hidden;}
.gallery-top .swiper-wrapper{}
.gallery-top .swiper-slide{width: 100%; height: auto; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.gallery-top .swiper-slide img{width: 100%; max-height: 100%;}
.gallery-top .swiper-button-prev, .gallery-top .swiper-button-next{top: 48%; background:rgba(0,0,0,.4); /*border:1px solid #dadfeb;*/ color: #fff; border-radius: 1114px; width: 34px; height: 34px; --swiper-navigation-size: 6px; outline:none;} 
.gallery-top .swiper-button-prev{left:2%;}
.gallery-top .swiper-button-next{right:2%;}
.gallery-top .swiper-button-prev:hover, .gallery-top .swiper-button-next:hover{background: ##e40210; color: #fff;}

.gallery-thumbs{position: relative; width: 100%; padding: 2%;}
.gallery-thumbs .swiper-slide{position: relative; width: 100%; height: 0; padding-bottom: 10%; border: 1px solid rgba(0,0,0, .1); cursor: pointer;}
.gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #e40210;}
.gallery-thumbs .swiper-slide img{position: absolute; left: 0; top: 0; opacity: .6; width: 100%; height: 100%; object-fit: cover;}
.gallery-thumbs .swiper-slide-thumb-active img{opacity: 1;}

.bodyproductshow .bodyproductshow-container .box{width: 48%;}
.bodyproductshow .bodyproductshow-container .box .title{color: #000;}
.bodyproductshow .bodyproductshow-container .box .desc{color: #888; margin-top: 2%; line-height: 1.8;}
.bodyproductshow .bodyproductshow-container .box .list{border-bottom: 1px solid rgba(0,0,0, .08); padding: 3.5% 0; color: #666;}
.bodyproductshow .bodyproductshow-container .box .list font{color: #e40210;}
.bodyproductshow .bodyproductshow-container .box .address i{color: #e40210; margin-left: 5px;}
.bodyproductshow .bodyproductshow-container .box .listt{margin-top: 8%;}
.bodyproductshow .bodyproductshow-container .box .zx{margin-top: 6%;}

.zx{display: flex; align-items: center; justify-content: flex-start;}
.zx a{width: 30%; margin-right: 3%; position: relative; color: #e40210; border: 1px solid #e40210; border-radius: .5vw; padding: .6vw 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.zx a:last-child{margin-right: 0;}
.zx a:hover, .zx a:first-child{color: #fff;}
.zx a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background: #e40210; transition: .5s;}
.zx a:hover::before, .zx a:first-child::before{height: 100%;}
.zx a span{position: relative;}
.zx a i{margin-right: 10px;}


.bodyproductshow-content{padding: 0 5% 3% 5%; background: #fff;}
.bodyproductshow-title{color: #000;}

.bodyproductshowtjcp{padding: 0 5% 3% 5%; background: #fff;}
.bodyproductshowtjcp .indexproductlist{margin-top: 3%;}
.bodyproductshowtjcp .indexproductlist .swiper-pagination{text-align: center;}

@media only screen and (max-width:1600px){
	.bodyproductshow-title, .bodyproductshow .bodyproductshow-container .box .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.bodyproductshow-title, .bodyproductshow .bodyproductshow-container .box .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-title, .bodyproductshow .bodyproductshow-container .box .title{font-size: 26px; font-size: 2.6rem;}
}

/*内页图片列表*/
.bodyimg{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin:3% 0 0; border: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodyimg .list.on{top:-10px; background: #e40210; box-shadow: 0 10px 30px rgba(0,0,0, .3);}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .img{border: 1px solid #e40210;}*/
.bodyimg .list .img p{position: absolute; width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
.bodyimg .list:hover .img p img {transform: scale(1.2);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .imgt{border: 1px solid #e40210;}*/
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
.bodyimg .list:hover .imgt p img {transform: scale(1.2);}

.bodyimg .list .title{position: relative; z-index: 2; padding: 5px 5px 20px 5px; text-align: center; overflow: hidden;}
.bodyimg .list.on .title{color: #fff;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; transition: .5s;}
.bodyimg .list.on .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list.on .video-ico{background: #e40210;}

@media only screen and (max-width:1280px){
	.bodyimg .list .img p{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px;}		
	.bodyimg .list .imgt p{width: calc(100% - 30px); height: calc(100% - 30px); top: 15px; left: 15px;}
	.bodyimg .list .title{padding-bottom: 15px;}
}


/*内页其他新闻列表*/
.bodynewslist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist:after{content: ''; width:calc((100% - 4%) / 3);}
.bodynewslist .list{position: relative; width: calc((100% - 4%) / 3); border: 1px solid rgba(0,0,0, .1); padding: 3% 3%; margin: 1% 0;}
.bodynewslist .list.on{background: #f3f3f3;}
.bodynewslist .list .title{color: #000; line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list.on .title{color: #e40210; font-weight: 700;}
.bodynewslist .list .desc{margin: 3% 0 6% 0; color: #888; line-height: 1.6; min-height: calc(1.6em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list .moretime{display: flex; align-items: center; justify-content: space-between;}
.bodynewslist .list.on .moretime .more{color: #e40210;}
.bodynewslist .list .moretime .time{color: #e40210;}




/*内页其他新闻列表*/
.bodynews{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynews::after{content: ""; width: calc((100% - 6%) / 3);}
.bodynews .list{position: relative; top: 0; width: calc((100% - 6%) / 3); margin: 3% 0 0 0; padding: 3%; border: 1px solid rgba(0,0,0, .08); background: #f8f8f8; transition: .5s;}
.bodynews .list.on{top:-10px; border: 1px solid rgba(0,0,0, 0); background: #e40210; box-shadow: 0 10px 30px rgba(0,0,0, .3);}
.bodynews .list .time{color: #666;}
.bodynews .list.on .time{color: rgba(255,255,255, .5);}
.bodynews .list .time i{margin-right: 5px; color: #e40210;}
.bodynews .list.on .time i{color: rgba(255,255,255, .5);}
.bodynews .list .title{margin: 8% 0 5% 0;}
.bodynews .list.on .title{color: #fff;}
.bodynews .list .desc{color: #888; line-height: 1.6; min-height: calc(1.6em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynews .list.on .desc{color: rgba(255,255,255, .7);}

/*内页新闻详情推荐*/
.newsbody{background: #f5f5f5; padding:10% 0 4% 0;}
.newsbody .container{background: #fff; padding: 5%;}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2.5%; margin-top: 1%; border-bottom: 1px solid #eaeaea;}
.newsshow-info font{}

/*内页人才理念*/
.bodyhr{margin: 2% 0;}
.bodyhr .box{width: 70%; color: #fff; padding: 10% 10%; background-image: linear-gradient(to right,rgba(218,15,15, .9) ,rgba(218,15,15, 0));}


/*内页人才招聘*/
.job-title{margin-top: 2%; padding: 1.5% 2%; color: #fff; background: #e40210; display: flex; align-items: center; justify-content: space-between;}
.job-title .title{width: 25%;}
.job-title .xl{width: 22%;}
.job-title .xz{width: 23%;}
.job-title .gzdd{width: 15%;}
.job-title .more{width: 5%;}

.job{}
.job .list{padding: 0 2%; border-bottom: 1px solid rgba(0,0,0,.1);}
/*.job .list:first-child{border-top: 1px solid rgba(0,0,0,.1);}*/
.job .list.on{box-shadow: 0 0 35px rgba(0,0,0,.1); /*border-top: 3px solid #d91313;*/ border-bottom: none;}
.job .list:last-child.on{border-bottom: none;}
.job .list .listbox{padding: 1.5% 0; color: #888; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .listbox .title{width: 25%; color: #000; transition: .5s;}
.job .list.on .listbox .title{color: #e40210;}
.job .list .listbox .xl{width: 22%;}
.job .list .listbox .xz{width: 23%;}
.job .list .listbox .gzdd{width: 15%;}
.job .list .listbox .more{width: 5%; display: flex; align-items: center; justify-content: flex-end;}
.job .list .listbox .more p{width: 1.6vw; min-width: 20px; height: 1.6vw; min-height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,.3); display: flex; align-items: center; justify-content: center;}
.job .list .listbox .more p i{color: #afafaf; transition: .5s;}
.job .list.on .listbox .more p{border: 1px solid #e40210; background: #e40210}
.job .list.on .listbox .more p i{transform: rotate(90deg); color: #fff;}
.job .list .desc{display: none; padding: 2% 0 3% 0; line-height: 1.6; color: #666; border-top: 1px solid rgba(0,0,0,.1);}
.job .list .desc p{margin: 1% 0;}
.job .list .desc p:first-child{margin-top: 0;}
.job .list .desc p:last-child{margin-bottom: 0;}
.job .list .desc img{max-width: 100%;}
.job .list .contact{display: none; padding-bottom: 3%;}
.job .list .contact p{display: inline-block; padding: .7vw 2vw; color: #fff; background: #e40210; border-radius: 100px;}

/**内页联系我们-联系方式/地图**/
.bodycontact{margin: 11% auto 3%;}
.bodycontact-contact{margin-top: 4%;}
.bodycontact-contactlist{margin-top: 3%; display: flex; justify-content: space-between;}
.bodycontact-contactlist .list{text-align: center; max-width: 22%;}
.bodycontact-contactlist .list .ico{position: relative; width: 4.5vw; height: 4.5vw; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.bodycontact-contactlist .list .ico::before{content: ""; position: absolute; width: 100%; height: 100%; border-radius: 1000px; /*transform: rotate(45deg);*/ background: #e40210;}
.bodycontact-contactlist .list.on .ico::before{background: #c2000c;}
.bodycontact-contactlist .list .ico p{position: relative;}
.bodycontact-contactlist .list .ico p i{color: #fff; transition: 2.5s;}
.bodycontact-contactlist .list:hover .ico p i{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.bodycontact-contactlist .list .title{margin: 1.8vw 0 .3vw 0; color: #888;}
.bodycontact-contactlist .list .descdesc{color: #e40210;}

.bodycontact-map{margin-top: 7%;}
.bodycontact-mapmap{position: relative; width: 100%; height: 0; padding-bottom: 35%; margin-top: 2%; margin-bottom: 5%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.bodycontact-mapmap #mapmap{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodycontact-mapmap iframe, #mapmap{width: 100%; height: 100%;}

@media only screen and (max-width:1024px){
	.bodycontact-map{padding-bottom: 50%;}
}
@media only screen and (max-width:1600px){
	.indexcontactbox .list .ico{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:1366px){
	.indexcontactbox .list .ico{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.indexcontactbox .list .ico{font-size: 25px; font-size: 2.5rem;}
}


/*内页联系我们-留言*/
.bodycontact-message{}

.message{padding: 3% 3%; margin-top: 2%; background: #f5f5f5; display: flex; align-items: center; justify-content: center;}
.message form{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: .5% 0; padding: 0 1vw; border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between; background: #fff; transition: .5s;}
.message .list:hover{background: #fff;}
.message .listt{width: 100%; align-items: flex-start;}
.message .listtt{padding: 0 0;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; margin-top: 4px; color: #e40210;}
.message .listt i{margin-top: 25px;}
.msg_input{width: 100%; padding: 20px 0; border: none; background: none; font-family: 'Noto Sans SC'; font-weight: 400;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; padding: 20px 0; height: 10vw; background: none; border: none; line-height: 1.4; font-family: 'Noto Sans SC'; font-weight: 400; resize: none;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 20px 0; margin: 0; background: #e40210; color: #fff; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message .list{width: 100%;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0;}
	.msg_submitt{padding: 2vw 0;}
}


/*内页搜索*/
.searchcontainer{max-width: 1200px; margin: 10% auto 4%;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #e40210; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #666; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #e40210; border-bottom: 2px solid #e40210;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #e40210; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.searchnewslist .list .time{color: #999;}
.searchnewslist .list .time i{margin-right: 5px;}

.searchproductlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchproductlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchproductlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .listbox:hover{border: 1px solid #e40210;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #e40210;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}


/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem;}
.pagination-buttons a{padding:7px 12px; margin: 0 2px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: inline-block;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #e40210; color: #fff; border: 1px solid #e40210;}


/*详细页上一页下一页收藏打印*/
.preNext{padding: 2% 0 0 0; border-top: 1px solid #e0e7ef; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.preNext p{color: #666; max-width: 48%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.preNext p a{color: #666;}
.preNext p a:hover{color: #e40210;}

@media only screen and (max-width:800px){
	.preNext p{max-width: 100%; margin: 1% 0;}
}
@media only screen and (max-width:560px){

}


/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 2% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #e40210;}
.page_list{margin: 2% 0 3% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f2f2f2; color: #444; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.page_list a:hover,.page_list a.on{color:#fff; background:#e40210;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){
	.page_list a{width: 7vw; height: 7vw;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}