@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f8e3e3;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#bd0000; 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: "Montserrat", "Roboto",sans-serif; font-weight: 500; font-size:12px; font-size:1.2rem; margin:0 auto; color:#333; PADDING-TOP:0px; overflow-x: hidden;}
a{color:#222; text-decoration:none;}
a:hover{color:#bd0000;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.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-color:#bd0000;}
.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("../../images/side-icon02.png");}
.cbbfixed .gotop:hover {background-color:#222;}
.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: 1600px; margin: 0 auto;}

@media only screen and (max-width:1740px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; z-index: 999; width: 100%; padding: .9% 1.5%; display: flex; align-items: center; justify-content: space-between; transition: .7s;}
.header.fixed, .header:hover{background: #fff; box-shadow: 0 0 55px rgba(0,0,0, .2);}

.header .logo{width: 14%; min-width: 150px; transition: .5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom: 27%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.header.fixed .logo a, .header:hover .logo a{background: url(logo1.png) no-repeat left center; background-size: 100%;}

.headerbox{flex: 1; width: 100%; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.nav{flex: 1; width: 100%; margin: 0 4% 0 15%;}
.nav .nav_pc{width: 100%; display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a a{position: relative; width: 100%; color: #fff; padding: 1% 0; display:inline-block; display: flex; align-items: center; justify-content:center;}
.header.fixed .nav ul li .f_a a, .header:hover .nav ul li .f_a a{color: #222;}
.header.fixed .nav ul li.hovert .f_a a, .header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li:hover .f_a a, .header:hover .nav ul li:hover .f_a a, .nav ul li.hovert .f_a a, .header ul li:hover .f_a a{color: #bd0000;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top:200%; transform:translate(-40%, 0); width: 25vw; min-width: 340px; background:#fff; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:last-child .s_navbox{}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{width: 100%; position: relative; display:block; padding: 10px 0; 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: #bd0000; 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: #bd0000;}
.nav ul li .s_navbox .s_a a span{position: relative;}
.nav ul li .s_navbox .s_r{width: 35%; min-width: 120px;}
.nav ul li .s_navbox .s_r .s_r_img{position: relative; width: 100%; height: 0; padding-bottom: 58%; overflow: hidden;}
.nav ul li .s_navbox .s_r .s_r_img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; width: 2vw; min-width: 30px; height: 2vw; min-height: 30px; border-radius: 50%; background: url(../../images/s.png) no-repeat center center; background-size: 45%; text-transform: capitalize; position: relative; cursor: pointer; overflow: hidden;}
.header.fixed .search-button, .header:hover .search-button{background: url(../../images/s1.png) no-repeat center center; background-size: 45%;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search{transition: max-height, 0.5s; position: absolute; top: 30px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#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::-webkit-input-placeholder{color: #888;}
#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: 60px; margin: 0; padding: 0; color: #fff; background:#bd0000; border: none; cursor: pointer;}

.header .lag{margin: 0 2%; width: 2vw; min-width: 30px; height: 2vw; min-height: 30px; border-radius: 100%; background: #bd0000; display: flex; align-items: center; justify-content: center; transition: .3s;}
.header .lag a{color: #fff;}
.header .lag:hover{background: #a00000;}

.header .phone{color: #fff;}
.header .phone i{margin-right: 7px;}
.header.fixed .phone, .header:hover .phone{color: #222;}
.header.fixed .phone i, .header:hover .phone i{color: #bd0000;}

@media screen and (max-width: 1600px){
	.nav ul li .s_navbox{top:170%;}
}
@media screen and (max-width: 1280px){
	.nav{margin: 0 3% 0 8%;}
	.nav ul li .s_navbox{top:150%;}
}
@media screen and (max-width: 1024px){
	.nav{margin: 0 2% 0 4%;}
	
	.search-button{color: #fff; min-width: 26px; min-height: 26px;}
	
	.header .lag{margin: 0 1%; min-width: 26px; min-height: 26px;}
}

.m_nav{display:none}
.m_img{display: none}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:50px; padding: 0 2%; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{}
	.m_img .headlf .m_logo{height:36px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: flex-end;}
	.m_img .headrg .lag{margin-right: 3vw; width: 34px; height: 34px; border-radius: 100%; background: #bd0000; display: flex; align-items: center; justify-content: center;}
	.m_img .headrg .lag a{color: #fff;}
	.m_img .headrg a .m_menuimg{height:36px; vertical-align:top; display: block}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(../../images/plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(../../images/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}

/*banner*/
.banner{position: relative; width: 100%; 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 .btitle{color: #fff; line-height: 1.2;}
.banner .swiper-slide .banner-text .btitle1{color: #fff; margin-top: 1.2%; line-height: 1.2;}
.banner .swiper-slide .banner-text .btitle2{margin-top: 3%; line-height: 1.4;}
.banner .swiper-slide .banner-text .btitle2-1{max-width: 60%; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.banner .swiper-slide .banner-text .btitle2-1 p{position: relative; width: 50%; margin: .5% 0; padding-left: 17px;}
.banner .swiper-slide .banner-text .btitle2-1 p::before{content: " "; position: absolute; left: 0; top: calc(50% - 5px); width: 10px; height: 10px; background: #bd0000;}
.banner .swiper-slide .banner-text .btitle2-1 p:last-child{margin-right: 0;}
.banner .swiper-slide .banner-text .btitle2-2{max-width: 60%; color: rgba(255,255,255, .6);}
.banner .swiper-slide .banner-text .bmore{margin-top:6%;}
.banner .swiper-slide .banner-text .bmore img{width: 10.5vw; min-width: 100px;}

.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 5px !important; background: rgba(255,255,255, .4); opacity: 1; outline:none; transition: .3s;}
.banner .swiper-pagination-bullet-active{background: #bd0000; opacity: 1;}

@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: 113px; --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: #bd0000; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 4%; bottom: 4%; 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: 45px; font-size: 4.5rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .btitle2{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 38px; font-size: 3.8rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 26px; font-size: 2.6rem;}
	.banner .swiper-slide .banner-text .btitle2-1 p{padding-left: 12px;}
	.banner .swiper-slide .banner-text .btitle2-1 p::before{top: calc(50% - 4px); width: 8px; height: 8px;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .btitle{font-size: 32px; font-size: 3.2rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 22px; font-size: 2.2rem;}
	.banner .swiper-slide .banner-text .btitle2-1{max-width: 80%;}

	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; height: 0; padding-bottom: 52%; overflow: hidden;}
	.banner .swiper-slide .banner-text{transform: translate(0, -50%);}
	.banner .swiper-slide .banner-text .container{width: 86%;}
	.banner .swiper-slide .banner-text .btitle{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 20px; font-size: 2rem;}
	.banner .swiper-slide .banner-text .btitle2-1{max-width: 100%;}
	.banner .swiper-slide .banner-text .btitle2-2{max-width: 100%;}
	.banner .swiper-button-prev{left:0;}
	.banner .swiper-button-next{right:0;}
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner{padding-bottom: 60%;}
	.banner .swiper-slide .banner-text .btitle{font-size: 18px; font-size: 1.8rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 15px; font-size: 1.5rem; line-height: 1.2;}
	.banner .swiper-slide .banner-text .btitle2-1{font-size: 15px; font-size: 1.5rem;}
	.banner .swiper-slide .banner-text .btitle2-1 p{width: 100%; margin: 0 0; padding-left: 10px;}
	.banner .swiper-slide .banner-text .btitle2-1 p::before{top: calc(50% - 2px); width: 6px; height: 6px;}
	.banner .swiper-slide .banner-text .btitle2-2{line-height: 1; font-size: 15px; font-size: 1.5rem;}
	.banner .swiper-slide .banner-text .bmore{margin-top: 5%;}
	
	.banner .swiper-container .swiper-pagination{bottom:5px;}
	.banner .swiper-pagination-bullet{width:7px; height:7px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 30%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -25%); 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, .07), -1px 1px 0 rgba(0,0,0, .07), 1px 1px 0 rgba(0,0,0, .07);*/}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, .7);}
.aboutbanner .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 45px; font-size: 4.5rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px; padding-bottom: 40%;}
	.aboutbanner-desc{transform: translate(-50%, -55%);}
}
@media only screen and (max-width:560px){
	.aboutbanner-desc p:first-child{font-size: 26px; font-size: 2.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 14px; font-size: 1.4rem;}
}

/**首页栏目标题**/
.indextitle{}
.indextitle p:first-child{position: relative; color: #bd0000;}
.indextitle p:nth-child(2){color: #000; line-height: 1.2; margin-top: 10px;}

@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: 28px; font-size: 2.8rem; margin-top: 5px;}
}
@media only screen and (max-width:800px){
	.indextitle p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:560px){
	.indextitle p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}

/**首页更多**/
.indexmore{display: inline-block;}
.indexmore a{position: relative; top: 0; padding: .8vw 1.6vw; background: #bd0000; display: flex; align-items: center; justify-content: flex-start; overflow: hidden; transition: .5s;}
.indexmore a:hover{top: -10px;}
.indexmore a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #9a0707; transition: .5s;}
.indexmore a:hover::before{height: 100%;}
.indexmore a p:first-child{position: relative; color: #fff;}
.indexmore a p:nth-child(2){position: relative; margin-left: 2.5vw; width: 16px; height: 16px; border-radius: 50%; background: #fff; color: #bd0000; transition: .6s; display: flex; align-items: center; justify-content: center;}

@media only screen and (max-width:1366px){
	.indexmore a p:nth-child(2){width: 14px; height: 14px;}
}
@media only screen and (max-width:1024px){
	.indexmore a p:nth-child(2){width: 12px; height: 12px;}
}
@media only screen and (max-width:800px){
	.indexmore a{padding: 1vw 2vw;}
}
@media only screen and (max-width:560px){
	.indexmore a p:first-child{font-size: 16px; font-size: 1.6rem;}
	.indexmore a{padding: 1.6vw 3vw;}
}

/*morea*/
.morea{position: relative; top: 0; width: 3vw; min-width: 26px; height: 3vw; min-height: 26px; border-radius: 50%; background: url(../../images/jt.png) #e9e9e9 no-repeat center center; background-size: 18%; transition: .5s;}
.morea:hover{top: -10px; background: url(../../images/jt1.png) #bd0000 no-repeat center center; background-size: 18%;}

/**首页产品中心**/
.indexproduct{padding-top: 5%;}

.indexproductcat{margin-top: 3%; display: flex; justify-content: space-between;}
.indexproductcat .list{position: relative; top: 0; color: #666; transition: .5s;}
.indexproductcat .list.on{top: -6px; color: #bd0000;}
.indexproductcat .list img{max-height: 2.6vw; min-height: 35px;}
.indexproductcat .list p{margin-top: 5px;}

.indexproductbox{background: #f4f6fa; margin-top: 2.5%; padding: 3.5% 0 5% 0;}

.indexproducthot{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproducthot .list{position: relative; width: 31.25%; background: url(../../images/indexproducthot-bg.jpg) no-repeat center center; background-size: cover;}
.indexproducthot .list.on{width: calc(68.75% - 20px); padding: 1.2% 1.2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexproducthot .list .img{position: relative; width: 70%; height: 0; padding-bottom: 70%; margin: 3% auto 0; overflow: hidden;}
.indexproducthot .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproducthot .list .img img{max-width: 100%; max-height: 100%;}
.indexproducthot .list.on .img{position: relative; width: 45%; height: 0; padding-bottom: 45%; margin: 1% auto; overflow: hidden;}
.indexproducthot .list .box{padding: 2% 9% 3% 9%;}
.indexproducthot .list.on .box{flex: 1; width: 100%; padding: 0 5%; text-align: left;}
.indexproducthot .list.on .box .title{font-size: 32px; font-size: 3.2rem;}
.indexproducthot .list .box .desc{color: #888; margin-top: 4%; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexproducthot .list.on .box .desc{-webkit-line-clamp: 6;}
.indexproducthot .list .box .morea{display: none; opacity: 0; margin-top: 0; transition: .5s;}
.indexproducthot .list.on .box .morea{display: block; opacity: 1; margin-top: 15%; background: url(../../images/jt1.png) #bd0000 no-repeat center center; background-size: 18%;}

.indexproductimg{position: relative; margin-top: 20px; padding-bottom: 30px; overflow: hidden;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{position: relative; padding: 2.5% 2.5%; background: #fff; overflow: hidden;}
.indexproductimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 100%; margin: 0 auto; overflow: hidden;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.indexproductimg .swiper-slide .box .title{margin-top: 6%; line-height: 1.2; min-height: calc(1.2em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide.on .box .title{color: #bd0000;}
.indexproductimg .swiper-slide .box .morea{margin: 5% auto 0;}
.indexproductimg .swiper-slide .hoverbox{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 0; height: 0; background: rgba(189,0,0, .9); opacity: 0; transition: .5s; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide.on .hoverbox{width: 100%; height: 100%; padding: 5% 12%; opacity: 1;}
.indexproductimg .swiper-slide .hoverbox .title{color: #fff; line-height: 1.2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .hoverbox .desc{margin: 10% 0 20% 0; color: rgba(255,255,255, .5); line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{top: 41%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 5px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{left: 1%;}
.indexproductimg .swiper-button-next{right: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #bd0000; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #bd0000; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexproducthot .list.on .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.indexproducthot .list.on .box .title{font-size: 24px; font-size: 2.4rem;}
	
	.indexproductimg .swiper-slide .hoverbox .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding-top: 8%;}
	.indexproductcat{justify-content: flex-start; flex-flow: wrap;}
	.indexproductcat .list{flex: 0 0 20%; margin: 1.5% 0;}
	
	.indexproductbox{margin-top: 4%; padding: 5% 0 8% 0;}

	.indexproducthot{flex-flow: none;}
	.indexproducthot .list{width: 100%; padding: 1.2% 1.2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
	.indexproducthot .list.on{width: 100%;}
	.indexproducthot .list:nth-child(2){margin-top: 15px;}
	.indexproducthot .list .img{position: relative; width: 45%; height: 0; padding-bottom: 45%; margin: 1% auto; overflow: hidden;}
	.indexproducthot .list .box{flex: 1; width: 100%; padding: 0 5%; text-align: left;}
	.indexproducthot .list .box .title{font-size: 24px; font-size: 2.4rem;}
	.indexproducthot .list .box .desc, .indexproducthot .list.on .box .desc{-webkit-line-clamp: 5;}
	.indexproducthot .list .box .morea, .indexproducthot .list.on .box .morea{display: block; opacity: 1; margin-top: 10%; background: url(../../images/jt1.png) #bd0000 no-repeat center center; background-size: 18%;}
	
	.indexproductimg{margin-top: 15px;}
	.indexproductimg .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.indexproductimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}
@media only screen and (max-width:560px){
	.indexproductcat{margin-top: 4%;}
	.indexproductcat .list{margin: 2% 0;}
	.indexproductcat .list p{font-size: 14px; font-size: 1.4rem;}
	
	.indexproductcat .list{font-size: 16px; font-size: 1.6rem;}
	.indexproductcat .list img{min-height: 30px;}
	
	.indexproducthot .list:nth-child(2){margin-top: 10px;}
	.indexproducthot .list .box .title, .indexproducthot .list.on .box .title{font-size: 18px; font-size: 1.8rem;}
	.indexproducthot .list .box .desc, .indexproducthot .list.on .box .desc{-webkit-line-clamp: 3; line-height: 1.3;}

	.indexproductimg .swiper-slide .box .title, .indexproductimg .swiper-slide .hoverbox .title{font-size: 18px; font-size: 1.8rem;}
	
	.indexproductimg{margin-top: 10px; padding-bottom: 20px;}
}

/**首页关于坚盾**/
.indexabout{background: url(../../images/indexabout-bg.jpg) no-repeat center center; background-size: cover;}
.indexabout .box{width: 45%; padding: 10% 0; background: url(../../images/map.png) no-repeat center 95%; background-size: 76%;}
.indexabout .box .desc{margin: 6% 0 15% 0; color: #666; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden;}

@media only screen and (max-width:1600px){
	.indexabout .indextitle p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.indexabout .indextitle p:nth-child(2){font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1280px){
	.indexabout .indextitle p:nth-child(2){font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.indexabout .indextitle p:nth-child(2){font-size: 20px; font-size: 2rem; margin-top: 5px;}
}
@media only screen and (max-width:800px){
	.indexabout{background: url(../../images/indexabout-wap-bg.jpg) no-repeat center center; background-size: cover;}
	.indexabout .box{width: 100%; padding: 10% 0 90% 0;}
	.indexabout .indextitle p:nth-child(2){font-size: 30px; font-size: 3rem;}
	.indexabout .box .desc{margin: 4% 0 8% 0; line-height: 1.4;}
}
@media only screen and (max-width:560px){
	.indexabout .indextitle p:nth-child(2){font-size: 20px; font-size: 2rem;}
}

/**首页坚盾实力**/
.indexindustrial{padding: 7% 0 6% 0; background: url(../../images/indexadv-bg.jpg) no-repeat center bottom; background-size: 100%;}
.indexindustrial .container{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexindustrial .l{}
.indexindustrial .l .indexmore{margin-top: 25%;}
.indexindustrial .r{width: 52%;}

.indexindustrialbox{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexindustrialbox .listbox{}
.indexindustrialbox .list{margin-bottom: 5vw; display: flex; align-items: flex-start; justify-content: flex-start;}
.indexindustrialbox .list:nth-child(2n){min-width: 240px;}
.indexindustrialbox .list:nth-child(2n-1){width: calc(100% - 240px);}
.indexindustrialbox .list .ico img{max-height: 2vw; min-height: 20px; margin: 8px 1vw 0 0;}
.indexindustrialbox .list .numunit{line-height: 1; color: #bd0000; display: flex; align-items: baseline; justify-content: flex-start;}
.indexindustrialbox .list .title{color: #888;}

@media only screen and (max-width:1600px){
	.indexindustrialbox .list .numunit{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1366px){
	.indexindustrialbox .list .numunit{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.indexindustrialbox .list .numunit{font-size: 48px; font-size: 4.8rem;}
}
@media only screen and (max-width:1024px){
	.indexindustrialbox .list:nth-child(2n){min-width: 180px;}
	.indexindustrialbox .list:nth-child(2n-1){width: calc(100% - 180px);}
	.indexindustrialbox .list .numunit{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:800px){
	.indexindustrial{padding: 9% 0;}
	.indexindustrial .l{width: 100%; display: flex; align-items: center; justify-content: space-between;}
	.indexindustrial .l .indexmore{margin-top: 0;}
	
	.indexindustrial .r{width: 100%;}
	
	.indexindustrialbox .list{margin: 7vw 0;}
}
@media only screen and (max-width:560px){
	.indexindustrialbox .list:nth-child(2n){min-width: 160px;}
	.indexindustrialbox .list:nth-child(2n-1){width: calc(100% - 160px);}
	.indexindustrialbox .list .numunit{font-size: 38px; font-size: 3.8rem;}
}

/**首页为什么选择我们**/
.indexchoose{position: relative; background: url(../../images/indexchoose-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.indexchoose .container{position: relative; z-index: 2; padding: 4% 0 4% 0; display: flex; align-items: center; justify-content: flex-end;}
.indexchoosebox{width: 29%; color: #fff;}
.indexchoosebox .indextitle p{color: #fff;}
.indexchoosebox .morea{margin-top: 12%;}

.indexchooselist{margin-top: 3%;}
.indexchooselist .list{border-bottom: 1px solid rgba(255,255,255, .3); padding: 5% 0; transition: .5s;}
.indexchooselist .list.on{border-bottom: 1px solid rgba(255,255,255, 0);}
.indexchooselist .list .titleico{display: flex; align-items: center; justify-content: space-between;}
.indexchooselist .list .titleico .title{flex: 1; width: 100%; display: flex; align-items: center; justify-content: flex-start;}
.indexchooselist .list .titleico .ico{color: rgba(255,255,255, .5); transition: .5s;}
.indexchooselist .list.on .titleico .ico{color: #fff; transform: rotate(90deg);}
.indexchooselist .list .desc{color: rgba(255,255,255, .5); line-height: 1.5; height: 0; opacity: 0; overflow: hidden; transition: .5s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexchooselist .list.on .desc{margin-top: 3%; opacity: 1; height: auto;}

.indexchoosebg{position: absolute; right: 0; top: 50%; transform: translate(0, -50%); width: 41.5%; height: 160%; border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; background: rgba(167,0,0, .9);}

@media only screen and (max-width:1366px){
	.indexchoosebox{width: 38%;}
	
	.indexchooselist .list .titleico .title{font-size: 20px; font-size: 2rem;}
	
	.indexchoosebg{width: 50%;}
}
@media only screen and (max-width:800px){
	.indexchoose{padding-top: 52%; background: url(../../images/indexchoose-bg.jpg) no-repeat center top; background-size: 100%;}
	.indexchoose .container{background: #bd0000; width: 100%; padding: 8% 0;}
	.indexchoosebox{width: 92%; margin: 0 auto;}
	.indexchoosebox .morea{margin-top: 6%;}
	
	.indexchooselist .list{padding: 4% 0;}
	
	.indexchoosebg{display: none;}
}

/**首页厂容厂貌**/
.indexequipment{padding: 5% 0; background: #f4f6fa;}

.indexequipmentimg{position: relative; padding-bottom: 30px; overflow: hidden;}
.indexequipmentimg .swiper-wrapper{width: 100%;}
.indexequipmentimg .swiper-slide{position: relative; overflow: hidden;}
.indexequipmentimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 70%; margin: 0 auto; overflow: hidden;}
.indexequipmentimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexequipmentimg .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .7s;}
.indexequipmentimg .swiper-slide.on .img p img{transform: scale(1.15);}
.indexequipmentimg .swiper-slide .box{position: relative; padding: 6% 6%; background: #fff; display: flex; align-items: center; justify-content: space-between;}
.indexequipmentimg .swiper-slide .box::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #bd0000; transition: .5s;}
.indexequipmentimg .swiper-slide.on .box::before{height: 100%;}
.indexequipmentimg .swiper-slide .box .title{position: relative; flex: 1; width: 100%; margin-right: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexequipmentimg .swiper-slide.on .box .title{color: #fff;}
.indexequipmentimg .swiper-slide .box .more{position: relative; width: 16px; height: 16px; border-radius: 50%; background: #e9e9e9; transition: .6s; display: flex; align-items: center; justify-content: center;}
.indexequipmentimg .swiper-slide.on .box .more{background: #fff; color: #bd0000;}

.indexequipmentimg .swiper-button-prev, .indexequipmentimg .swiper-button-next{top: 33%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexequipmentimg .swiper-button-prev{left: 1%;}
.indexequipmentimg .swiper-button-next{right: 1%;}
.indexequipmentimg .swiper-button-prev:hover, .indexequipmentimg .swiper-button-next:hover{background: #bd0000; color: #fff;}
.indexequipmentimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexequipmentimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexequipmentimg .swiper-pagination-bullet-active{background: #bd0000; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexequipmentimg .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
	.indexequipmentimg .swiper-slide .box .more{width: 14px; height: 14px;}
}
@media only screen and (max-width:1024px){
	.indexequipmentimg .swiper-slide .box .more{width: 12px; height: 12px;}
}
@media only screen and (max-width:800px){
	.indexequipment{padding: 8% 0;}
	.indexequipmentimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}


/**首页新闻中心**/
.indexnews{padding: 5% 0;}
.indexnewstop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}

.indexnewsbox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}

.indexnewshot{position: relative; width: calc(67.5% - 20px);}
.indexnewshot .box{position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 6% 4% 3%; background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)); color: #fff; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexnewshot:hover .box{background: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(189,0,0, 1));}
.indexnewshot .box .title{flex: 1; width: 100%; margin-right: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewshot .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.indexnewshot .img img{width: 100%; height: 100%; object-fit: cover; transition: 1s;}
.indexnewshot:hover .img img{transform: scale(1.1);}

.indexnewsrec{position: relative; width: 32.5%;}
.indexnewsrec .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.indexnewsrec .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: 1s;}
.indexnewsrec:hover .img img{transform: scale(1.1);}
.indexnewsrec .box{background: #f4f6fa; padding: 8% 10%;}
.indexnewsrec .box .title{line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsrec:hover .box .title{color: #bd0000; font-weight: 700;}
.indexnewsrec .box .time{margin-top: 6%; color: #bd0000;}

.indexnewslist{position: relative; margin-top: 20px; padding-bottom: 30px; overflow: hidden;}
.indexnewslist .swiper-wrapper{width: 100%;}
.indexnewslist .swiper-slide{position: relative; padding: 3% 3.25%; background: #f4f6fa; overflow: hidden;}
.indexnewslist .swiper-slide.on{background: #bd0000;}
.indexnewslist .swiper-slide .title{position: relative; line-height: 1.2; min-height: calc(1.2em * 3); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .title{color: #fff;}
.indexnewslist .swiper-slide .desc{position: relative; margin: 3% 0 8% 0; color: #888; line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide.on .desc{color: rgba(255,255,255, .5)}
.indexnewslist .swiper-slide .time{position: relative; color: #bd0000;}
.indexnewslist .swiper-slide.on .time{color: #fff;}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{top: 41%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexnewslist .swiper-button-prev{left: 1%;}
.indexnewslist .swiper-button-next{right: 1%;}
.indexnewslist .swiper-button-prev:hover, .indexnewslist .swiper-button-next:hover{background: #fff; color: #bd0000;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .5); opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #bd0000; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexnewshot .box .title, .indexnewsrec .box .title, .indexnewslist .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox{margin-top: 5%;}
	.indexnewshot{width: 100%; height: 0; padding-bottom: 60%;}
	
	.indexnewsrec{width: 100%; margin-top: 15px;}
	.indexnewsrec .box{padding: 5% 5%;}
	
	.indexnewslist{margin-top: 15px;}
	.indexnewslist .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}
@media only screen and (max-width:560px){
	.indexnewsrec{margin-top: 10px;}
	.indexnewslist{margin-top: 10px;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: #212121;}
.footer a{color: rgba(255,255,255, .5); transition: .5s;}
.footer a:hover{color: #bd0000;}

.footerlogosearch{padding: 4% 0 1.5% 0; border-bottom: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footerlogo{width: 15vw; min-width: 150px;}
.footerlogo img{width: 100%;}

.footersearch{width: 16vw; min-width: 200px;}
.footersearch form{padding: .8vw 20px; background: rgba(255,255,255, .3); border: none; display: flex; align-items: center; justify-content: space-between;}
.footersearch input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}
.footersearch input[type="search"]{flex: 1; width: 100%; background:none; border: none; color: #fff;}
.footersearch input::-webkit-input-placeholder{color: #bcbcbc;}
.footersearch input[type="submit"]{position: relative; width: 6%; height: 0; padding-bottom: 6.31%; text-indent: 9999px; text-transform: uppercase; color: #fff; background:url("../../images/s.png") no-repeat center center; background-size: 100%; border: none; cursor: pointer;}

.footernav{margin: 3% 0; 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.5vw 0; display: block;}

.footercontact{border-top: 1px solid rgba(255,255,255, .1); border-bottom: 1px solid rgba(255,255,255, .1); padding: 2% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.footercontact .list{max-width: 40%;}
.footercontact p{padding: .6vw 0;}

.footercopy{color: rgba(255,255,255, .3); padding: 2% 0 3% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footercopy .l, .footercopy .r{display: flex; align-items: center; justify-content: flex-end; flex-flow: wrap;}
.footercopy .l p,.footercopy .r p{margin-left: 10px;}
.footercopy .l p:first-child,.footercopy .r p:first-child{margin-left: 0;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat center center; background-size: 100%; width: 160px; height: 11px; opacity: .3; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:800px){
	.footerlogosearch{padding: 6% 0 4% 0;}
	.footerlogo{width: 50vw; min-width: 170px;}
	.footersearch{margin-top: 4%; width: 100%; min-width: 200px; font-size: 18px; font-size: 1.8rem;}
	.footersearch form{padding: 2vw 20px;}
	.footersearch input[type="submit"]{width: 5%; padding-bottom: 5%;}

	.footernav{flex: none; margin: 5% 0;}
	.footernav .list{margin: 1% 0;}
	.footernav .navlist{display: none;}
	
	.footercontact{padding: 4% 0;}
	.footercontact .list{max-width: 100%;}
}
@media only screen and (max-width:560px){
	.footercontact{font-size: 18px; font-size: 1.8rem;}
	
	.footernav{justify-content: flex-start; flex-flow: wrap;}
	.footernav .list{width: 33.3333%;}
	.footernav .flist-title{font-size: 18px; font-size: 1.8rem;}
	
	.footercopy .r{justify-content: flex-start;}
}

/*内页*/
.bodybg{background: #f4f6fa;}
.mainbody{padding: 3% 0;}

.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{line-height:1.4;}
.mainbody_content p{margin:1% 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 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%;}
}
@media only screen and (max-width:800px){
	.mainbody{padding: 5% 0;}
	
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height: 1.2; font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.mainbody_content p{margin:2% 0;}
}

/*lefter*/
.bodylefter{border-bottom: 1px solid rgba(0,0,0, .1); background: #fff;}
.about-nav{border-left: 1px solid rgba(0,0,0, .1); display: flex; justify-content: flex-start;}
.about-nav a{position: relative; padding: 2% 3%; border-right: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #bd0000; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a font{position: relative;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}

.about-navt a{padding: 2% 2%;}

.location{margin-top: 1%; color: #888;}
.location a{color: #888;}
.location i{margin: 0 5px; color: #c2c2c2;}
.location i:first-child{color: #bd0000; margin-left: 0;}

@media only screen and (max-width:1500px){
	.about-navt a{padding: 2% 1%;}
}

@media only screen and (max-width:800px){
	.bodylefter{padding: 4% 0;}
	
	.about-nav{border-left: none; flex-flow: wrap;}
	.about-nav::after{content: ""; width: calc((100% - 2%) / 3);}
	.about-nav a{color: #222; width: calc((100% - 2%) / 3); padding: 2% 5px; margin: .5% 1% .5% 0; text-align: center; border: 1px solid rgba(0,0,0, .1); font-size: 18px; font-size: 1.8rem; background: #fff;}
	.about-nav a:nth-child(3n){margin-right: 0;}
	.about-nav a:hover, .about-nav a.cur{color: #fff;}
	
	.location{margin-top: 3%; font-size: 16px; font-size: 1.6rem;}
}


/*内页公司简介*/
.bodyprofile{margin: 3% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyprofile .l{width: 35%;}
.bodyprofile .l .img{width: 100%;}

.bodyprofileadv{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyprofileadv .list{width: 100%; border-bottom: 1px solid rgba(0,0,0, .1); padding: 10% 0; display: flex; align-items: flex-start; justify-content: flex-start;}
.bodyprofileadv .list .ico img{max-height: 2vw; min-height: 20px; margin: 8px 1vw 0 0;}
.bodyprofileadv .list .numunit{line-height: 1; color: #bd0000; display: flex; align-items: baseline; justify-content: flex-start;}
.bodyprofileadv .list .title{color: #888; margin-top: 2%;}

.bodyprofile .r{width: 60%;}
.bodyprofile .r .mainbody_content{margin-top: 3%; color: #555;}

@media only screen and (max-width:1600px){
	.bodyprofile .indextitle p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.bodyprofile .indextitle p:nth-child(2){font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1280px){
	.bodyprofile .indextitle p:nth-child(2){font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.bodyprofile{margin: 6% auto;}
	.bodyprofile .l{width: 100%;}
	
	.bodyprofileadv .list{width: 48%; padding: 4% 0;}
	.bodyprofileadv .list .numunit{font-size: 30px; font-size: 3rem;}
	.bodyprofileadv .list .ico img{margin: 4px 1vw 0 0;}
	
	.bodyprofile .r{width: 100%; margin-top: 6%;}
}
@media only screen and (max-width:560px){
	.bodyprofile .indextitle p:nth-child(2){font-size: 20px; font-size: 2rem;}
}

/*内页领导致辞*/
.bodyspeech{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyspeech .l{width: 45%;}
.bodyspeech .l .mainbody_content{color: #444;}

.bodyspeech .r{width: 45%;}
.bodyspeech .r img{width: 100%;}

@media only screen and (max-width:1366px){
	.bodyspeech .l{}
}
@media only screen and (max-width:800px){
	.bodyspeech{margin: 6% auto;}
	.bodyspeech .l{width: 100%;}
	.bodyspeech .r{width: 100%; margin-top: 5%;}
}

/*内页企业文化*/
.bodycluture{margin: 4% auto; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodycluture .l{width: 40%;}
.bodycluture .l img{width: 100%;}

.bodycluture .r{width: 50%;}
.bodycluture .r .mainbody_content{margin-top: 5%; color: #444;}

@media only screen and (max-width:1366px){
	.bodycluture .l{}
}
@media only screen and (max-width:800px){
	.bodycluture{margin: 6% auto;}
	.bodycluture .l{width: 100%;}
	.bodycluture .r{width: 100%; margin-top: 5%;}
}

/**内页资质荣誉列表**/
.bodyhonor{margin: 2.5% auto; 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% - 4%) / 3); margin:1% 0; padding: 2% 2%; background: #fff; transition: .5s; display: flex; align-items: center; justify-content: space-between; overflow: hidden;}
.bodyhonor .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #bd0000; 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{flex: 1; width: 100%; margin-left: 5%;}
.bodyhonor .list .box .title{position: relative; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .box .title{color: #fff;}

@media only screen and (max-width:1280px){
	.bodyhonor .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.bodyhonor .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.bodyhonor::after{width: 100%;}
	.bodyhonor .list{width: 100%; margin: 2% 0; padding: 4% 4%;}
	.bodyhonor .list .img{width: 42%; padding-bottom: 32%;}
	.bodyhonor .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .title{font-size: 18px; font-size: 1.8rem;}
}

/*内页产品中心*/
.bodyproduct{margin: 2.5% auto; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct::after{content: ""; width: calc((100% - 6%) / 4);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 6%) / 4); margin: 1% 0; transition: .5s;}
.bodyproduct .list .hoverbox .title{-webkit-line-clamp: 4;}

.bodyproduct .after-add{content: ""; width: calc((100% - 6%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:900px){
	.bodyproduct::after{width: calc((100% - 4%) / 3);}
	.bodyproduct .list{width: calc((100% - 4%) / 3); margin: 1% 0;}
}
@media only screen and (max-width:800px){
	.bodyproduct::after{width: calc((100% - 4%) / 2);}
	.bodyproduct .list{width: calc((100% - 4%) / 2); margin: 2% 0; padding: 4% 4%;}
}
@media only screen and (max-width:560px){
	.bodyproduct::after{width: 100%;}
	.bodyproduct .list{width: 100%; padding: 5% 5%;}
}

/*内页产品中心详情*/
.bodyproductshow{background: #fff; margin: 9% auto 4%; padding: 4% 6%;}

.bodyproductshow-container{border-bottom: 1px solid rgba(0,0,0, .07); padding-bottom: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow-container .img{position: relative; width: 45%; height: 0; padding-bottom: 31.5%; overflow: hidden;}
.bodyproductshow-container .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: center;}
.bodyproductshow-container .img p img{max-width: 100%; max-height: 100%;}

.bodyproductpic{position: relative; width: 45%; overflow: hidden;}
.gallery-top{position: relative; width: 100%; height: 0; padding-bottom: 75%; overflow: hidden;}
.gallery-top .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.gallery-top .swiper-slide{width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.gallery-top .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover;}
.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: #bd0000; color: #fff;}

.gallery-thumbs{margin-top: 2%;}
.gallery-thumbs .swiper-slide{height: 100%; border: 1px solid rgba(0,0,0, .1); padding: 3px; display: flex; align-items: center; justify-content: center;}
.gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #bd0000;}
.gallery-thumbs .swiper-slide img{opacity: .6; max-width: 100%; max-height: 100%; object-fit: cover;}
.gallery-thumbs .swiper-slide-thumb-active img{opacity: 1;}

.bodyproductshow-container .box{width: 48%;}
.bodyproductshow-container .box .title{color: #000;}
.bodyproductshow-container .box .desc{color: #888; margin-top: 2%; line-height: 1.5;}
.bodyproductshow-container .box .sx{background: #f3f7f9; margin: 4% 0; padding: 4% 5%;}
.bodyproductshow-container .box .sx .list{padding: 1% 0; color: #666;}
.bodyproductshow-container .box .phone a{color: #bd0000;}
.bodyproductshow-container .box .address i{color: #bd0000; margin-left: 5px;}

.zx{display: flex; align-items: center; justify-content: flex-start;}
.zx a{margin-right: 3%; position: relative; color: #bd0000; border: 1px solid #bd0000; border-radius: .5vw; padding: .6vw 1vw; 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:#bd0000; 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-tjcp{margin: 3% auto;}
.bodyproductshow-zxzx{background: #fff; padding: 2% 6% 5% 6%; margin: 0 auto 4%}

@media only screen and (max-width:1600px){
	.bodyproductshow-container .box .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.bodyproductshow-container .box .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-container .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.bodyproductshow{margin-top: calc(3% + 50px); margin-bottom: 4%;}
	.bodyproductshow .indexftitle{margin: 6% 0 4% 0; padding-top: 6%;}
	
	.bodyproductpic{width: 100%;}
	
	.bodyproductshow-container .img{width: 100%; padding-bottom: 75%;}
	.bodyproductshow-container .box{width: 100%; margin-top: 5%;}
	.bodyproductshow-container .box .desc{margin: 2% 0 3% 0; line-height: 1.6;}
	
	.zx a{flex: 1; width: 100%; margin-right: 3%; border-radius: .7vw; padding: 2vw 0;}
}
@media only screen and (max-width:560px){
	.bodyproductshow-container .box .title{font-size: 26px; font-size: 2.6rem;}
	
	.bodyproductshow-title{font-size: 24px; font-size: 2.4rem; margin: 6% auto 3%;}
}

/*内页图片列表*/
.bodyimg{margin: 2.5% auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 4);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 4); margin: 1% 0; background: #fff; overflow: hidden; transition: .5s;}
.bodyimg .list.on{top:-10px; box-shadow: 0 0 25px rgba(0,0,0, .1);}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 67%; transition: .5s;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0;; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
.bodyimg .list:hover .img p img {transform: scale(1.1);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 67%; transition: .5s;}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 2vw); height: calc(100% - 2vw); top: 1vw; left: 1vw; 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.1);}

.bodyimg .list .box{position: relative; padding: 6% 6%; border-top: 1px solid rgba(0,0,0, .07); display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .box::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #bd0000; transition: .5s;}
.bodyimg .list.on .box::before{height: 100%;}
.bodyimg .list .box .title{position: relative; flex: 1; width: 100%; margin-right: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list.on .box .title{color: #fff;}
.bodyimg .list .box .more{position: relative; width: 16px; height: 16px; border-radius: 50%; background: #e9e9e9; transition: .6s; display: flex; align-items: center; justify-content: center;}
.bodyimg .list.on .box .more{background: #fff; color: #bd0000;}

.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: #bd0000;}

.bodyimg .after-add{content: ""; width:calc((100% - 6%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:900px){
	.bodyimg::after{width: calc((100% - 4%) / 3);}
	.bodyimg .list{width: calc((100% - 4%) / 3);}
}
@media only screen and (max-width:800px){
	.bodyimg::after{width: calc((100% - 4%) / 2);}
	.bodyimg .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
	.bodyimg .list .imgt p{width: calc(100% - 4vw); height: calc(100% - 4vw); top: 2vw; left: 2vw;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%;}
	.bodyimg .list .imgt p{width: calc(100% - 8vw); height: calc(100% - 8vw); top: 4vw; left: 4vw;}
}

/**内页图片详情**/
.imgshowbody-top{padding: 8% 0 3% 0; background: url(../../images/productshow-bg.jpg) no-repeat center center; background-size: cover;}
.imgshowbody-top .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.imgshowbody-top .l{width: 60%; margin-right: 5%;}
.imgshowbody-top .l .newsshow-info{border-bottom: none;}

.imgshowbody-top .r{width: 32%;}

.imgshowpreNext{border-top: 1px solid rgba(0,0,0, .07);}
.imgshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.imgshowpreNext .list p:first-child{color: #888;}
.imgshowpreNext .list p:nth-child(2){font-weight: 500; margin-top: 1%;}

.goback{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.goback i{margin-right: 10px; color: #888;}
.goback a{cursor: pointer;}

.imgshowbody{margin: 4% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.imgshowbody .l{width: 60%;}
.imgshowbody .r{width: 32%; padding: 3% 3%; background: #f5f7f9;}

.imgshowbody-title{color: #000;}
.imgshowbody-tj{margin-top: 5%;}
.imgshowbody-tj .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #bd0000; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #fff; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .list .title{flex: 1; width: 100%; margin-left: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.imgshowbody-tj .list.on .title{color: #bd0000;}

@media only screen and (max-width:1366px){
	.imgshowbody-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.imgshowbody-title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.imgshowbody-top{padding: calc(7% + 50px) 0 7% 0;}
	.imgshowbody-top .l{width: 100%; margin-right: 0;}
	.imgshowbody-top .r{display: none;}
	
	.imgshowbody{margin: 7% auto;}
	.imgshowbody .l{width: 100%;}
	.imgshowbody .r{width: 100%; padding: 7% 5%; margin-top: 7%;}
	
	.imgshowbody-tj{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
	.imgshowbody-tj .list{width: 48%; padding: 3% 0;}
	.imgshowbody-tj .list .img{width: 100%; padding-bottom: 65%;}
	.imgshowbody-tj .list .title{flex: none; margin-top: 5%; margin-left: 0; text-align: center; line-height: 1.4em; min-height: calc(1.4em * 2);}
}
@media only screen and (max-width:560px){
	.imgshowbody-tj .list .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页新闻列表*/
.bodynewsbox .indexnewshot{width: 66%;}
.bodynewsbox .indexnewsrec{width: 32%;}

.bodynewslist{margin: 1% auto 2%; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist:after{content: ''; width:calc((100% - 4%) / 3);}
.bodynewslist .list{position: relative; top:0; width:calc((100% - 4%) / 3); margin: 1% 0;}

@media only screen and (max-width:800px){
	.bodynewsbox .indexnewshot{width: 100%; height: 0; padding-bottom: 60%;}
	.bodynewsbox .indexnewsrec{width: 100%; margin-top: 2%;}
	.bodynewsbox .indexnewsrec .box{padding: 5% 5%;}
	
	.bodynewslist .list{width: 100%; margin: 2% 0; padding: 5% 5%;}
	.bodynewslist .list .title{min-height: auto; -webkit-line-clamp: 3;}
	.bodynewslist .list .desc{margin: 3% 0 6% 0; line-height: 1.6; min-height: auto;}
	
	.bodynewsbox .indexnewshot .box .title, .bodynewsbox .indexnewsrec .box .title, .bodynewslist .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:560px){
	.bodynewsbox .indexnewshot .box .title, .bodynewsbox .indexnewsrec .box .title, .bodynewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}

/*内页新闻详情*/
.newsbody{padding: 4% 5%; margin: 9% auto 4%; max-width: 1400px; background: #fff;}

.newsshow-title{color: #000; line-height: 1.4;}
.newsshow-info{color: #b5b5b5; padding-bottom:2.5%; margin-top: 1%; border-bottom: 1px solid rgba(0,0,0, .08);}
.newsshow-info font{font-family: 'Montserrat'; font-weight: 500;}

@media only screen and (max-width:1366px){
	.newsshow-title {font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:800px){
	.newsbody{padding: 5% 5%; margin-top: calc(5% + 50px)}
	
	.newsshow-title {line-height: 1.5; font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 22px; font-size: 2.2rem;}
	.newsshow-info {font-size: 14px; font-size: 1.4rem;}
}

/*内页公司优势*/
.bodyadv{margin: 2.5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyadv .list{position: relative; top: 0; width: calc((100% - 3%) / 2); margin: 1.5% 0; background: #fff; padding: 3% 3%; border-radius: 5px; transition: .5s;}
.bodyadv .list.on{top: -20px; box-shadow: 0 0 35px rgba(0,0,0, .15);}
.bodyadv .list .ico{position: relative; width: 20%; height: 0; padding-bottom: 20%; background: #bd0000; border-radius: 50%; margin: 0 auto; overflow: hidden; transition: .5s;}
.bodyadv .list.on .ico{background: #9a0707;}
.bodyadv .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50%; height: 45%; display: flex; align-items: center; justify-content: center;}
.bodyadv .list .ico p img{max-height: 100%; transition: 2.5s;}
.bodyadv .list.on .ico p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.bodyadv .list .title{margin: 3% 0 5% 0;}
.bodyadv .list.on .title{color: #bd0000;}
.bodyadv .list .desc{line-height: 1.6; color: #666;}

@media only screen and (max-width:1366px){
	.bodyadv .list .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
	.bodyadv .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.bodyadv .list{width: 100%; margin: 2% 0; padding: 6% 6%;}
	.bodyadv .list.on{top: -10px; box-shadow: 0 0 25px rgba(0,0,0, .15);}
}
@media only screen and (max-width:560px){
	.bodyadv::after{width: 100%;}
	.bodyadv .list{width: 100%; padding: 10% 8%;}
	.bodyadv .list .ico{width: 22%; padding-bottom: 22%;}
	.bodyadv .list .title{font-size: 20px; font-size: 2rem;}
	.bodyadv .list .desc{font-size: 16px; font-size: 1.6rem;}
}


/**内页联系我们**/
.bodycontact{margin: 9% auto 4%; background: #fff; padding: 5%;}

.bodycontact-contact .name{color: #000; padding-bottom: 3%; border-bottom: 1px solid rgba(0,0,0, .07);}
.bodycontact-contact .desc{margin-top: 1%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact-contact .desc::after{content: ""; width: calc((100% - 10%) / 3);}
.bodycontact-contact .desc .list{width: calc((100% - 10%) / 3); margin: 3% 0;}
.bodycontact-contact .desc .list p:first-child{color: #888;}
.bodycontact-contact .desc .list p:nth-child(2){color: #000; margin-top: 1%; font-weight: 600;}

@media only screen and (max-width:1366px){
	.bodycontact-contact .name{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.bodycontact-contact .name{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.bodycontact-contact .name{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.bodycontact{margin: calc(4% + 50px) auto 4%;}
	.bodycontact-contact .desc::after{width: calc((100% - 5%) / 2);}
	.bodycontact-contact .desc .list{width: calc((100% - 5%) / 2);}
}
@media only screen and (max-width:560px){
	.bodycontact-map{padding-bottom: 100%;}
	
	.bodycontact-contact .name{font-size: 20px; font-size: 2rem;}
	.bodycontact-contact .desc::after{width: 100%;}
	.bodycontact-contact .desc .list{width: 100%;}
	.bodycontact-contact .desc .list p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}

/*内页在线留言*/
.message{margin-top: 3%; 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: 1% 0; border-bottom: 1px solid rgba(0,0,0, .07); display: flex; align-items: center; justify-content: space-between; transition: .5s; overflow: hidden;}
.message .list:hover{border-bottom: 1px solid rgba(0,0,0, .2);}
.message .listt{width: 100%; align-items: flex-start;}
.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: #888;}
.message .list:hover i{color: #bd0000;}
.message .listt i{margin-top: 1.3vw;}
.message .listtt{padding: 0 0;}
.msg_input{width: 100%; padding: 1vw 0; border: none; background: none; font-family: "Montserrat", "Roboto",sans-serif; font-weight: 400;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; padding: 1vw 0; height: 10vw; min-height: 100px; background: none; border: none; line-height: 1.4; font-family: "Montserrat", "Roboto",sans-serif; font-weight: 400; resize: none;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 1vw 0; background: #bd0000; color: #fff; text-transform: uppercase; border: none; font-family: "Montserrat", "Roboto",sans-serif; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message{margin-top: 6%;}
	.message .list{width: 100%; margin: 1% 0;}
	.message .listt i{margin-top: 2.8vw;}
	.message .listtt{padding: 0 0;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0;}
	.msg_submitt{padding: 3vw 0;}
}

/*内页人才招聘*/
.bodyjoin{margin: 5% auto 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyjoin .l{width: 46%; padding: 5% 0;}
.bodyjoin .l .desc{margin-top: 10%; color: #444; line-height: 1.8;}
.bodyjoin .l .desc p{margin: 1.5% 0;}
.bodyjoin .r{position: relative; width: 45%;}
.bodyjoin .r .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #f6f6f6; overflow: hidden;}
.bodyjoin .r img{width: 100%; height: 100%; object-fit: cover;}

.job-title{padding: 1.5% 2%; color: #fff; background: #e60020; 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{margin-bottom: 5%;}
.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;*/ background: #f8f8f8; 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: #e60020;}
.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 #e60020; background: #e60020}
.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.4; color: #666; border-top: 1px solid rgba(0,0,0,.1);}
.job .list .desc p{margin: .5% 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: #e60020; border-radius: 100px;}

@media only screen and (max-width:1366px){
	.bodyjoin .l{padding: 2% 0;}
	.bodyjoin .l .desc{margin-top: 6%;}
}
@media only screen and (max-width:800px){
	.bodyjoin .l{width: 100%;}
	.bodyjoin .l .desc{margin-top: 5%;}
	.bodyjoin .r{width: 100%; height: 0; padding-bottom: 55%;}
}
@media only screen and (max-width:560px){
	.bodyjob{flex-flow: wrap;}
	.bodyjob .logo{margin-top: 3%; width: 70%;}
	.bodyjob .logo img{width: 100%;}
	.bodyjob .desc{flex: none; margin-right: 0; width: 100%; margin-top: 5%; font-size: 17px; font-size: 1.7rem;}
	
	.job-title .title{width: 45%;}
	.job-title .xl{display: none;}
	.job-title .xz{width: 25%;}
	.job-title .gzdd{width: 22%;}

	.job .list .listbox{padding: 4% 0; font-size: 16px; font-size: 1.6rem;}
	.job .list .listbox .title{width: 45%;}
	.job .list .listbox .xl{display: none;}
	.job .list .listbox .xz{width: 25%;}
	.job .list .listbox .gzdd{width: 22%;}
	.job .list .listbox .more p{min-width: 16px; min-height: 16px;}
	.job .list .desc{padding: 4% 0 6% 0;}
	.job .list .contact{padding-bottom: 6%;}
	.job .list .contact p{padding: .8vw 3.5vw;}
}

/*内页搜索*/
.searchcontainer{max-width: 1200px; margin: 5% auto;}

.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: #bd0000; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #bd0000; border-bottom: 3px solid #bd0000;}

.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: #bd0000; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; 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 #bd0000;}
.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 .cat{color: #888;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchproductlist .list:hover .box .title{color: #bd0000;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#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: #bd0000; color: #fff; border: 1px solid #bd0000;}


/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f6f6f6; padding: 2% 3%; border-radius: 1vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #bd0000;}

@media only screen and (max-width:800px){
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin-bottom: 3%;}
.page_info span{padding:0 2px;font-weight:bold; color: #bd0000;}
.page_list{margin-bottom: 3%; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #e7ecef; 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:#bd0000;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_info{margin-bottom: 5%;}
	.page_list{margin-bottom: 5%;}
	.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;}