@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f4e9e9;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#d41a1a; 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; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#d41a1a;}

.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-color:#d41a1a;}
.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-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:1780px) {
	.container{max-width: auto;}
}

/*head*/
.header{width: 100%; background: #fff; padding: .9% 1.5%; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header.fixed{position: fixed; z-index: 999; box-shadow: 0 0 55px rgba(0,0,0, .1);}

.header .logo{transition: 0.5s; display: flex; align-items: center; justify-content: flex-start;}
.header .logo .ico{width: 3.8vw; min-width: 55px; margin-right: .5vw;}
.header .logo .ico a{position: relative; width: 100%; height: 0; padding-bottom: 88%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.header .logo .title{line-height: 1;}
.header .logo .title p:nth-child(2){color: #666; margin-top: 10px;}
.header .logo .title p:nth-child(2) font{color: #d41a1a; font-weight: 500;}

.nav{width: 50%;}
.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%; padding: 1% 0; display:inline-block; display: flex; align-items: center; justify-content:center;}
.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: #d41a1a; font-weight: 700;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:160%; width: 18vw; min-width: 210px; background:#fff; z-index: 9;}
.nav ul li .s_navbox .s_a{padding: 3% 5%; border: 1px solid rgba(0,0,0,.08); display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; text-transform:uppercase; text-align: center; width: 48%; padding: 8px 5px; border-bottom: 1px solid rgba(0,0,0,.08); display: flex; align-items: center; justify-content: space-between;}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: -1px; bottom: -1px; width: calc(100% + 2px); height: 0; background: #d41a1a; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before{height: calc(100% + 2px);}
.nav ul li .s_navbox .s_a a span{position: relative;}
.nav ul li .s_navbox .s_a a span:nth-child(2){color: #888;}
.nav ul li .s_navbox .s_a a:hover span{color: #fff;}

.searchphone{display: flex; align-items: center; justify-content: flex-end;}
.searchphone .phone{padding: 0 15px; height: 32px; line-height: 32px; border-radius: 1000px; background: #d41a1a; color: #fff;}
.searchphone .phone i{margin-right: 5px;}

.search{*zoom: 1; position: relative; margin-right: 1vw;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; width: 32px; height: 32px; border-radius: 50%; background: url(s.png) #d41a1a no-repeat center center; background-size: 50%; text-transform: capitalize; position: relative; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center;}
#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: 20px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec; border-radius: 100px;}
#search.open{max-height: 35px; 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: 35px;}
#search input::-webkit-input-placeholder{color: #888;}
#search input[type="search"]{width:150px;padding: 0 5px 0 20px; 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:#d41a1a; border-radius: 100px; border: none; cursor: pointer;}

@media screen and (max-width: 1280px){
	.header .logo .title p:nth-child(2){margin-top: 7px;}
	
	.searchphone .phone{height: 28px; line-height: 28px;}
	.search-button{width: 28px; height: 28px;}
	
	.nav ul li .s_navbox .s_a a{padding: 6px 4px;}
}
@media screen and (max-width: 1024px){
	.searchphone .phone{height: 26px; line-height: 26px;}
	.search-button{width: 26px; 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; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; padding:0 2%; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{ height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
	
	.m_img .headlf .m_logo{transition: 0.5s; display: flex; align-items: center; justify-content: flex-start;}
	.m_img .headlf .m_logo .ico{width: 45px; margin-right: .5vw;}
	.m_img .headlf .m_logo .ico a{position: relative; width: 100%; height: 0; padding-bottom: 88%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
	.m_img .headlf .m_logo .title{line-height: 1;}
	.m_img .headlf .m_logo .title p:nth-child(2){color: #666; margin-top: 5px;}
	.m_img .headlf .m_logo .title p:nth-child(2) font{color: #d41a1a; font-weight: 500;}
	
	.m_img .headrg{display: flex; align-items: center; justify-content: center;}
	.m_img .headrg a .m_menuimg{height: 36px;}
	.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(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(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: 0; padding-bottom: 42%; overflow: hidden;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.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 .slide-inner:first-child{display: none;}

.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:#d41a1a;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:#d41a1a;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: 47%; 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: #d41a1a; 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:1024px){
	.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: 50%; overflow: hidden;}
	
	.banner .swiper-slide .slide-inner:first-child{display: block;}
	.banner .swiper-slide .slide-inner:nth-child(2){display: none;}
	
	.banner .swiper-button-prev{left:0;}
	.banner .swiper-button-next{right:0;}
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 20px; height: 25px; border-radius: 0; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner .swiper-slide .banner-text .btitle{font-size: 24px; font-size: 2.4rem;}
	.banner .swiper-slide .banner-text .btitle1{font-size: 18px; font-size: 1.8rem;}
	
	.banner .swiper-container .swiper-pagination{bottom:3px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 25%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); 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, .9);}
.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: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 40px; font-size: 4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@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: 17px; font-size: 1.7rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px; padding-bottom: 30%;}
}
@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: 16px; font-size: 1.6rem;}
}

/**首页栏目标题**/
.indextitle{color: #000;}
.indextitle .en{color: #d41a1a; line-height: 1; text-transform: uppercase; display: flex; align-items: center; justify-content: flex-start;}
.indextitle .en .x{width: 3vw; height: 2px; background: #d41a1a; margin-right: 5px;}
.indextitle .cn{color: #000;}

@media only screen and (max-width:1600px){
	.indextitle .cn{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indextitle .cn{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .cn{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .cn{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:560px){
	.indextitle .cn{font-size: 28px; font-size: 2.8rem;}
}

/**首页更多**/
.indexmore{position: relative; top: 0; color: #d41a1a; padding: .7vw 4vw .7vw 1.5vw; border: 1px solid #d41a1a; border-top-left-radius: 1.2vw; border-bottom-right-radius: 1.2vw; display: inline-block; background-image: url(jt.png); background-repeat: no-repeat; background-position: calc(100% - 1.5vw) center; background-size: 8%; transition: .5s;}
.indexmore:hover{top: -10px; background-image: url(jt1.png); background-color: #d41a1a; color: #fff;}

.bmore{background-image: url(jt1.png); background-color: #d41a1a; color: #fff;}
.bmore:hover{background-color: #a80b0b; border: 1px solid #a80b0b;}

@media only screen and (max-width:800px){
	.indexmore{font-size: 18px; font-size: 1.8rem;}
	.indexmore{padding: 1vw 6vw 1vw 2.5vw; border-top-left-radius: 1.5vw; border-bottom-right-radius: 1.5vw; background-position: calc(100% - 2.5vw) center;}
}
@media only screen and (max-width:560px){
	.indexmore{padding: 1vw 8vw 1vw 3.5vw; border-top-left-radius: 2.5vw; border-bottom-right-radius: 2.5vw; background-position: calc(100% - 3.5vw) center; background-size: 7%;}
}

/**首页推荐产品-产品系列**/
.indexproducttjcat{padding: 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproducttjcat .l{width: 76.5%;}
.indexproducttjcat .r{width: 20%;}

.indexproducttj{position: relative; width: 100%; margin-top: 4%; overflow: hidden;}
.indexproducttj .swiper-wrapper{}
.indexproducttj .swiper-slide{position: relative; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexproducttj .swiper-slide .img{position: relative; width: 55%; padding: 0 3.3% 2.5% 0;}
.indexproducttj .swiper-slide .img .imgimg{position: relative; z-index: 1; width: 100%; height: 0; padding-bottom: 66%; overflow: hidden;}
.indexproducttj .swiper-slide .img .imgimg p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexproducttj .swiper-slide .img .imgimg p img{width: 100%; height: 100%; object-fit: cover;}
.indexproducttj .swiper-slide .img .bg{position: absolute; right: 0; bottom: 0; width: 96%; height: 96%; background: #d41a1a;}
.indexproducttj .swiper-slide .box{flex: 1; width: 100%; margin-left: 5%;}
.indexproducttj .swiper-slide .box .cat{color: #d41a1a;}
.indexproducttj .swiper-slide .box .title{color: #000; margin-top: 1%; text-align: justify;}
.indexproducttj .swiper-slide:hover .box .title{color: #d41a1a;}
.indexproducttj .swiper-slide .box .x{margin: 6% 0; height: 1px; background: rgba(0,0,0, .1);}
.indexproducttj .swiper-slide .box .desc{line-height: 1.6; color: #888; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden;}
.indexproducttj .swiper-slide .box .indexmore{margin-top:10%;}
.indexproducttj .swiper-slide:hover .box .indexmore{background-image: url(jt1.png); background-color: #d41a1a; color: #fff;}
.indexproducttj .swiper-button-prev, .indexproducttj .swiper-button-next{top: calc(100% - 18%); background:rgba(0,0,0,.6); color: #fff; width: 1.6vw; min-width: 20px; height: 1.6vw; min-height:20px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.indexproducttj .swiper-button-prev{left: 1%;}
.indexproducttj .swiper-button-next{left: calc(1% + 35px);}
.indexproducttj .swiper-button-prev:hover, .indexproducttj .swiper-button-next:hover{background: #d41a1a; color: #fff;}
.indexproducttj .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproducttj .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexproducttj .swiper-pagination-bullet-active{background: #d41a1a; opacity: 1;}

.indexproductcat{display: flex; justify-content: space-between; flex-direction: column;}
.indexproductcat .list{position: relative; width: 100%; height: 100%; padding: 3% 15%; background: #f2f2f2; border-bottom: 1px solid rgba(255,255,255, 1); display: flex; align-items: center; justify-content: space-between;}
.indexproductcat .list.on{background: url(indexproductcat-hover-bg.jpg) no-repeat center center; background-size: cover;}
.indexproductcat .list .title{color: #000;}
.indexproductcat .list.on .title{color: #fff;}
.indexproductcat .list .ico i{color: #bebebe;}
.indexproductcat .list.on .ico i{color: #fff;}

@media only screen and (max-width:1600px){
	.indexproducttj .swiper-slide .box .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.indexproducttj .swiper-slide .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.indexproducttj .swiper-slide .box .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.indexproducttjcat{padding: 8% 0;}
	.indexproducttjcat .l{width: 100%;}
	.indexproducttjcat .r{width: 100%;}
	
	.indexproducttj{margin-top: 5%;}
	
	.indexproductcat{ width: 100%; flex-flow: wrap; flex-direction: none; margin-top: 8%;}
	.indexproductcat::after{content: ""; width: calc((100% - 2px) / 3);}
	.indexproductcat .list{width: calc((100% - 2px) / 3); height: auto; padding: 3% 5%;}
}
@media only screen and (max-width:560px){
	.indexproducttj .swiper-slide .img{width: 100%; padding: 0 3.3% 2.5% 0;}
	.indexproducttj .swiper-slide .box{flex: none; margin: 6% 0 0 0;}
	.indexproducttj .swiper-slide .box .x{margin: 3% 0;}
	.indexproducttj .swiper-slide .box .indexmore{margin-top:6%;}
	.indexproducttj .swiper-button-prev, .indexproducttj .swiper-button-next{top: 47%;}
	.indexproducttj .swiper-button-prev{left: 3%;}
	.indexproducttj .swiper-button-next{left: calc(3% + 25px);}
	
	.indexproductcat .list{padding: 2.5% 3%;}
	.indexproductcat .list .title{font-size: 16px; font-size: 1.6rem;}
}

/**首页产品中心**/
.indexproduct{position: relative; margin-bottom: 5%; padding-bottom: 40px; overflow: hidden;}
.indexproduct .swiper-wrapper{width: 100%;}
.indexproduct .swiper-slide{position: relative; background: #fff; border-radius: 5px; border: 1px solid rgba(0,0,0, .1); overflow: hidden;}
.indexproduct .swiper-slide::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #d41a1a; transition: .5s;}
.indexproduct .swiper-slide.on::before{width: 100%;}
.indexproduct .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 66%; background: #f8f8f8; border-bottom: 1px solid rgba(0,0,0, .1); overflow: hidden;}
.indexproduct .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproduct .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproduct .swiper-slide.on .img p img{transform: scale(1.1);}
.indexproduct .swiper-slide .box{padding: 7%;}
.indexproduct .swiper-slide .box .cat{color: #888;}
.indexproduct .swiper-slide .box .title{color: #000; margin-top: 1%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproduct .swiper-slide.on .box .title{color: #d41a1a;}
.indexproduct .swiper-slide .box .x{margin: 6% 0; height: 1px; background: rgba(0,0,0, .1);}
.indexproduct .swiper-slide .box .more{color: #d41a1a;}
.indexproduct .swiper-slide .box .more i{margin-left: 5px;}
.indexproduct .swiper-button-prev, .indexproduct .swiper-button-next{top: 32%; background:rgba(0,0,0,.6); color: #fff; width: 1.6vw; min-width: 20px; height: 1.6vw; min-height:20px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.indexproduct .swiper-button-prev{left: 0;}
.indexproduct .swiper-button-next{right: 0;}
.indexproduct .swiper-button-prev:hover, .indexproduct .swiper-button-next:hover{background: #d41a1a; color: #fff;}
.indexproduct .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproduct .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexproduct .swiper-pagination-bullet-active{background: #d41a1a; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexproduct .swiper-slide{box-shadow: 0 0 30px rgba(0,0,0, .1);}
}
@media only screen and (max-width:1024px){
	.indexproduct .swiper-slide{box-shadow: 0 0 20px rgba(0,0,0, .1);}
}
@media only screen and (max-width:800px){
	.indexproduct{margin-bottom: 8%; padding-bottom: 30px;}
}
@media only screen and (max-width:560px){
	.indexproduct .swiper-slide{box-shadow: 0 0 10px rgba(0,0,0, .1);}
	.indexproduct .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}

/**首页关于建星**/
.indexabout{background: url(indexabout-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; background-position: 70% 70%;}
.indexabout .container{position: relative; padding: 8% 0 11% 0;}
.indexaboutbox{max-width: 50%;}
.indexaboutbox .indextitle .cn{color: #fff;}
.indexaboutbox .title{color: #fff;}
.indexaboutbox .content{margin: 5.5% 0 6.5% 0; color: rgba(255,255,255, .7); line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}

.indexaboutadv{position: absolute; left: 0; bottom: -12%; width: 100%; padding: 3% 2%; border-radius: .55vw; background: url(indexaboutadv-bg.jpg) no-repeat center center; background-size: cover; display: flex; justify-content:space-around;}
.indexaboutadv .list{}
.indexaboutadv .list .numunit{color: #fff; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .numunit .unit{margin-left: 5px;}
.indexaboutadv .list .title{color: rgba(255,255,255, .5);}
.indexaboutadv .x{width: 1px; background: rgba(255,255,255, .2);}
.indexaboutadv .x:last-child{display: none;}

@media only screen and (max-width:1366px){
	.indexaboutbox .title{font-size: 35px; font-size: 3.5rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1280px){
	.indexaboutbox .title{font-size: 30px; font-size: 3rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.indexabout{background-position: 60% 60%;}
	.indexaboutbox .title{font-size: 25px; font-size: 2.5rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 42px; font-size: 4.2rem;}
	.indexaboutadv .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.indexabout{background-position: 65% 65%;}
	.indexabout .container{padding: 10% 0 15% 0;}
	.indexaboutbox{max-width: 100%;}
	.indexaboutbox .content{margin: 5.5% 0; color: rgba(255,255,255, .8); line-height: 1.6;}
	
	.indexaboutadv{bottom: -10%;}
}
@media only screen and (max-width:560px){
	.indexaboutbox .content{margin: 7% 0 9% 0; -webkit-line-clamp: 10;}
	
	.indexaboutadv{border-radius: 1.3vw; bottom: -7%;}
	.indexaboutadv .list .numunit .num{font-size: 26px; font-size: 2.6rem;}
	.indexaboutadv .list .numunit .unit{font-size: 14px; font-size: 1.4rem;}
	.indexaboutadv .list .title{font-size: 14px; font-size: 1.4rem;}
}

/**首页我们的四大优势**/
.indexadv{background: #f2f2f2; padding: 10% 0 5% 0;}

.indexadvbox{margin-top: 3%; display: flex; justify-content: space-between;}
.indexadvbox .list{position: relative; top: 0; flex: 1; width: 100%; margin-right: 1.8%; padding: 5% 2.2% 2% 2.2%; background: #fff; border-top-left-radius: 2vw; transition: .5s;}
.indexadvbox .list:last-child{margin-right: 0;}
.indexadvbox .list.on{background: #d41a1a; top: -10px; box-shadow: 0 0 20px rgba(0,0,0, .2);}
.indexadvbox .list .ico{position: relative; width: 30%; height: 0; padding-bottom: 30%; border-radius: .7vw; background: #d41a1a; overflow: hidden;}
.indexadvbox .list.on .ico{background: #9f1314;}
.indexadvbox .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 45%;}
.indexadvbox .list .ico p img{width: 100%; transition: 2s;}
.indexadvbox .list.on p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.indexadvbox .list .title{margin-top: 10%;}
.indexadvbox .list.on .title{color: #fff;}
.indexadvbox .list .x{margin: 6% 0; width: 15%; height: 2px; background: #d41a1a;}
.indexadvbox .list.on .x{background: #fff;}
.indexadvbox .list .desc{color: #888; line-height: 1.8; min-height: calc(1.8em * 5); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}
.indexadvbox .list.on .desc{color: rgba(255,255,255, .6);}
.indexadvbox .list .num{color: rgba(0,0,0, .15);}
.indexadvbox .list.on .num{color: rgba(0,0,0, .2);}

@media only screen and (max-width:1600px){
	.indexadvbox .list .title{font-size: 22px; font-size: 2.2rem;}
	.indexadvbox .list .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1366px){
	.indexadvbox .list .title{font-size: 20px; font-size: 2rem;}
	.indexadvbox .list .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.indexadvbox .list .desc{line-height: 1.6; min-height: calc(1.6em * 5);}
	.indexadvbox .list .num{font-size: 42px; font-size: 4.2rem;}
}
@media only screen and (max-width:800px){
	.indexadv{padding: 17% 0 6% 0;}
	.indexadvbox{margin-top: 5%; flex-flow: wrap;}
	.indexadvbox .list{flex: none; width: 48%; margin-right: 0; margin-bottom: 4%; padding: 6% 4% 4% 4%; border-top-left-radius: 4vw;}
	.indexadvbox .list .ico{border-radius: 1.5vw;}
	.indexadvbox .list .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
	.indexadv{padding: 17% 0 8% 0;}
	.indexadvbox .list{width: 100%; padding: 8% 8% 3% 8%;}
	.indexadvbox .list:last-child{margin-bottom: 0;}
	.indexadvbox .list .ico{width: 20%; padding-bottom: 20%; border-radius: 2.5vw;}
	.indexadvbox .list .title{margin-top: 5%;}
	.indexadvbox .list .x{margin: 4% 0; width: 7%;}
	.indexadvbox .list .desc{line-height: 1.4; min-height: auto; font-size: 18px; font-size: 1.8rem;}
}

/**首页工程案例**/
.indexcase{padding: 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexcase .l{width: 28.5%; margin-right: 5%;}
.indexcase .l .desc{line-height: 1.6; color: #888; margin: 13% 0 25% 0;}

.indexcase .r{flex: 1; width: 100%;}

.indexcaseimg{position: relative; padding-bottom: 40px; overflow: hidden;}
.indexcaseimg .swiper-wrapper{width: 100%;}
.indexcaseimg .swiper-slide{position: relative; overflow: hidden;}
.indexcaseimg .swiper-slide::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #d41a1a; transition: .5s;}
.indexcaseimg .swiper-slide.on::before{width: 100%;}
.indexcaseimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 75%; overflow: hidden;}
.indexcaseimg .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexcaseimg .swiper-slide.on .img img{transform: scale(1.1);}
.indexcaseimg .swiper-slide .box{padding: 4% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: flex-end; justify-content: space-between;}
.indexcaseimg .swiper-slide .box .cat{color: #888;}
.indexcaseimg .swiper-slide .box .title{color: #000; margin-top: 1%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexcaseimg .swiper-slide.on .box .title{color: #d41a1a;}
.indexcaseimg .swiper-slide .box .more{color: #d41a1a;}
.indexcaseimg .swiper-slide .box .more i{margin-left: 5px;}
.indexcaseimg .swiper-button-prev, .indexcaseimg .swiper-button-next{top: 34%; background:rgba(0,0,0,.6); color: #fff; width: 1.6vw; min-width: 20px; height: 1.6vw; min-height:20px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.indexcaseimg .swiper-button-prev{left: 1%;}
.indexcaseimg .swiper-button-next{right: 1%;}
.indexcaseimg .swiper-button-prev:hover, .indexcaseimg .swiper-button-next:hover{background: #d41a1a; color: #fff;}
.indexcaseimg .swiper-pagination{bottom: 0; text-align: left; z-index: 99;}
.indexcaseimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 7px 0 0 !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexcaseimg .swiper-pagination-bullet-active{background: #d41a1a; opacity: 1;}

@media only screen and (max-width:800px){
	.indexcase{padding: 8% 0;}
	.indexcase .l{width: 100%; margin-right: 0;}
	.indexcase .l .desc{line-height: 1.4; margin: 5% 0;}
	
	.indexcase .r{flex: none;}
	.indexcaseimg{padding-bottom: 30px; margin-top: 7%;}
	.indexcaseimg .swiper-slide .box{padding: 6% 0;}
	.indexcaseimg .swiper-button-prev, .indexcaseimg .swiper-button-next{top: 29%;}
	.indexcaseimg .swiper-pagination{text-align: center;}
}
@media only screen and (max-width:560px){
	.indexcaseimg .swiper-slide .box .cat{font-size: 14px; font-size: 1.4rem;}
	.indexcaseimg .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
	.indexcaseimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 5px 0 0 !important;}
}

/**首页技术服务**/
.indextechnical{padding: 7% 0 10% 0; background: url(indextechnical-bg.jpg) no-repeat center center; background-size: cover;}
.indextechnical .container{display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.indextechnical .l{width: 35%;}
.indextechnical .l .indextitle .cn{color: #fff;}
.indextechnical .l .title{color: #fff;}
.indextechnical .l .content{margin: 8% 0 18% 0; color: rgba(255,255,255, .5); line-height: 1.6; text-align: justify;}

.indextechnical .r{width: 39%; margin-top: 4%;}
.indextechnicalcat{display: flex; justify-content: space-between; flex-flow: wrap;}
.indextechnicalcat::after{content: ""; width: calc((100% - 4%) / 3);}
.indextechnicalcat .list{position: relative; width: calc((100% - 4%) / 3); margin: 1% 0; padding: 6% 0 5% 0; background: rgba(255,255,255, .8);}
.indextechnicalcat .list.on{background: #d41a1a;}
.indextechnicalcat .list:nth-child(3n){margin-right: 0;}
.indextechnicalcat .list:nth-child(2){margin-right: 34%;}
.indextechnicalcat .list:nth-child(3){margin-left: 34%;}
.indextechnicalcat .list .ico{position: relative; width: 44%; height: 0; padding-bottom: 44%; margin: 0 auto; border-radius: 50%; border: 1px solid #d41a1a; overflow: hidden;}
.indextechnicalcat .list.on .ico{background: #fff;}
.indextechnicalcat .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 42%;}
.indextechnicalcat .list .ico p img{width: 100%; transition: 2s;}
.indextechnicalcat .list.on p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.indextechnicalcat .list .title{margin-top: 5%;}
.indextechnicalcat .list.on .title{color: #fff;}

@media only screen and (max-width:1366px){
	.indextechnical .l .title{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:1280px){
	.indextechnical .l .title{font-size: 30px; font-size: 3rem;}
	
	.indextechnicalcat .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.indextechnical .l .title{font-size: 25px; font-size: 2.5rem;}
}
@media only screen and (max-width:800px){
	.indextechnical{padding: 10% 0;}
	.indextechnical .l{width: 100%;}
	.indextechnical .l .content{margin: 4% 0 6% 0;}
	
	.indextechnical .r{width: 400%; margin-top: 8%;}
	.indextechnicalcat::after{width: calc((100% - 6%) / 4);}
	.indextechnicalcat .list{width: calc((100% - 6%) / 4); margin: 1% 0;}
	.indextechnicalcat .list:nth-child(3n){margin-right: 2%;}
	.indextechnicalcat .list:nth-child(4n){margin-right: 0;}
	.indextechnicalcat .list:nth-child(1){margin-right: 2%;}
	.indextechnicalcat .list:nth-child(2){margin-right: 2%;}
	.indextechnicalcat .list:nth-child(3){margin-left: 0; margin-right: 2%;}
}


/**首页新闻中心**/
.indexnews{padding: 5% 0;}
.indexnewstop{display: flex; align-items: center; justify-content: space-between;}

.indexnewsbox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewsbox .l{width: 32%;}
.indexnewsbox .c{width: 32%;}
.indexnewsbox .r{width: 32%;}

.indexnewsboxhot{position: relative; height: 0; padding-bottom: 37.3%; overflow: hidden;}
.indexnewsboxhot .box{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; padding: 10% 6% 6% 6%; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1));}
.indexnewsboxhot:hover .box{background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(177,12,12, 1));}
.indexnewsboxhot .box .title{color: #fff; line-height: 1.2; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsboxhot .box .time{margin-top: 3%; color: rgba(255,255,255, .6);}
.indexnewsboxhot .img{position: absolute; width: 100%; height: 100%; overflow: hidden;}
.indexnewsboxhot .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsboxhot:hover .img img{transform: scale(1.15);}

.indexnewsboxtj{position: relative; background: #efefef;}
.indexnewsboxtj .box{padding: 8% 8% 0; height: 46%;}
.indexnewsboxtj .box .title{color: #000; line-height: 1.2; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsboxtj:hover .box .title{color: #d41a1a;}
.indexnewsboxtj .box .desc{margin: 5% 0 7% 0; color: #888; line-height: 1.4; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsboxtj .box .time{color: #666;}
.indexnewsboxtj .img{position: relative; width: 100%; height: 54%; overflow: hidden;}
.indexnewsboxtj .img img{position: absolute; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsboxtj:hover .img img{transform: scale(1.15);}

.indexnewslist{padding: 1% 2.5%; background: #d41a1a; display: flex; justify-content: space-between; flex-direction: column;}
.indexnewslist .list{position: relative; width: 100%; height: 100%; border-bottom: 1px solid rgba(255,255,255, .2); display: flex; align-items: center; justify-content: space-between; transition: .4s;}
.indexnewslist .list.on{padding: 0 5%;}
.indexnewslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: rgba(0,0,0, .2); transition: 1s;}
.indexnewslist .list.on::before{height: 100%;}
.indexnewslist .list .title{position: relative; flex: 1; width: 100%; margin-right: 10px; color: #fff; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{font-weight: 700;}
.indexnewslist .list .ico{position: relative; color: rgba(255,255,255, .5);}
.indexnewslist .list.on .ico{color: #fff;}

@media only screen and (max-width:1366px){
	.indexnewsboxhot .box .title{font-size: 22px; font-size: 2.2rem;}
	.indexnewsboxtj .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.indexnewsboxhot .box .title{font-size: 20px; font-size: 2rem;}
	.indexnewsboxtj .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox{margin-top: 5%;}
	.indexnewsbox .l{width: 100%;}
	.indexnewsbox .c{width: 100%; margin: 6% 0;}
	.indexnewsbox .r{width: 100%;}

	.indexnewsboxhot{padding-bottom: 60%;}
	.indexnewsboxhot .box{padding: 10% 5% 5%;}
	
	.indexnewsboxtj .box{padding: 8% 6%; height: auto;}
	.indexnewsboxtj .img{height: 0; padding-bottom: 50%; overflow: hidden;}
	
	.indexnewslist{padding: 4% 6%;}
	.indexnewslist .list{padding: 4% 0; height: auto;}
	.indexnewslist .list.on{padding: 4% 5%;}
}
@media only screen and (max-width:560px){
	.indexnews .indexproductcat-top .indextitle{width: auto; max-width: 100%;}
}

/**底部**/
.footer{color: #777; background: #f2f2f2;}
.footer a{color: #777; transition: .5s;}
.footer a:hover{color: #d41a1a;}

.footerlogosearch{padding: 5% 0 2% 0; border-bottom: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footerlogo{flex: 1; transition: 0.5s; display: flex; align-items: center; justify-content: flex-start;}
.footerlogo .ico{width: 3.8vw; min-width: 55px; margin-right: .5vw;}
.footerlogo .ico a{position: relative; width: 100%; height: 0; padding-bottom: 88%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.footerlogo .title{line-height: 1; color: #000;}
.footerlogo .title p:nth-child(2){color: #666; margin-top: 10px;}
.footerlogo .title p:nth-child(2) font{color: #d41a1a; font-weight: 500;}

.footersearch{width: 20vw; min-width: 250px;}
.footersearch form{padding: 12px 20px; background: #fff; 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: #222;}
.footersearch input::-webkit-input-placeholder{color: #888;}
.footersearch input[type="submit"]{position: relative; width: 6%; height: 0; padding-bottom: 6%; text-indent: 9999px; text-transform: uppercase; color: #fff; background:url("s1.png") no-repeat center center; background-size: 100%; border: none; cursor: pointer;}

.footerbox{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}

.footercontact{}
.footercontact p{margin: 4% 0;}
.footercontact p:first-child{color: #d41a1a; margin-top: 0;}

.footercode{margin-top: 15%; display: flex; align-items: center; justify-content: flex-start;}
.footercode .img{max-width: 7vw; min-width: 70px;}
.footercode .img img{width: 100%; border: 1px solid #e3e3e3;}
.footercode .name{margin-left: 10px;}

.footernav{flex: 1; width: 100%; margin-left: 8%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #000;}
.footernav .navlist{margin-top: 1.5vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{}

.footercopy{border-top: 1px solid rgba(0,0,0, .06); padding: 1% 0 2% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy a{color: #777;}
.footercopy p{margin: 1% 15px 1% 0;}
.footercopy p:last-child{margin-right: 0;}
.footercopy p.ipv6{margin-left: 5px;}

.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(zqkj1.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:1366px){
	.footercontact p:first-child{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.footernav{margin-left: 4%;}
}
@media only screen and (max-width:800px){
	.footerlogosearch{padding: 8% 0 4% 0;}
	
	.footercontact{width: 100%;}
	
	.footercode{margin-top: 5%;}
	.footercode .img{max-width: 25vw; min-width: 85px;}
	
	.footernav{flex: none; margin-left: 0; margin-top: 5%;}
	.footernav .navlist{display: none;}
}
@media only screen and (max-width:560px){
	.footerlogo{flex: none; width: 100%;}
	
	.footersearch{width: 100%; min-width: 250px; margin-top: 4%;}
	
	.footernav .list{width: calc(100% / 3); text-align: center; margin: 1% 0;}
}

/*内页*/
.bodybg{background: #f8f8f8;}
.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.8; text-align:justify; color: #444;}
.mainbody_content p{margin:1vw 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){
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height: 1.6; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:2vw 0;}
}
@media only screen and (max-width:560px){
	.mainbody_content p{margin:4vw 0;}
}

/**location**/
.location{position: absolute; left: 50%; bottom: 3%; transform: translate(-50%, 0); z-index: 3; color: #fff;}
.location a{color: #fff;}
.location i{color: #fff; margin: 0 10px;}
.location i:first-child{margin: 0 0;}

/*about-nav*/
.about-nav{background: #f2f2f2;}
.about-nav .container{display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #333; padding: 1.8% 2%; text-align: center; 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: #d41a1a; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

@media only screen and (max-width:1366px){
	.about-navt a{padding: 1.8% 1.6%;}
}
@media only screen and (max-width:1280px){
	.about-navt a{padding: 1.8% 1.2%;}
}
@media only screen and (max-width:1024px){
	.about-navt a{padding: 1.8% 1%;}
}
@media only screen and (max-width:800px){
	.about-nav{padding: 3% 0;}
	.about-nav .container{flex-flow: wrap;}
	.about-nav::after{content: ""; width: calc((100% - 2%) / 3);}
	.about-nav a{width: calc((100% - 2%) / 3); padding: 2% 0; margin: .5% 1% .5% 0; border: 1px solid rgba(0,0,0, .1); background: #fff; font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(3n){margin-right: 0;}
}
@media only screen and (max-width:560px){

}

/*内页企业简介*/
.bodyprofile{margin: 5% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyprofile .l{width: 30%;}
.bodyprofileadv{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyprofileadv .list{width: 100%; padding: 7% 0; border-bottom: 1px solid rgba(0,0,0, .1);}
.bodyprofileadv .list:first-child{padding-top: 0;}
.bodyprofileadv .list .numunit{color: #d41a1a; display: flex; align-items: baseline; justify-content: flex-start;}
.bodyprofileadv .list .numunit .unit{margin-left: 5px;}
.bodyprofileadv .list .title{color: #666;}

.bodyprofile .r{flex: 1; width: 100%; padding-left: 7%; margin-left: 7%; border-left: 1px solid rgba(0,0,0, .1);}
.bodyprofile .r .mainbody_content{color: #555;}

@media only screen and (max-width:1366px){
	.bodyprofileadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1280px){
	.bodyprofileadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.bodyprofileadv .list .numunit .num{font-size: 42px; font-size: 4.2rem;}
	.bodyprofileadv .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.bodyprofile{margin: 2% auto 7%;}
	.bodyprofile .l{width: 100%;}
	
	.bodyprofileadv .list{width: 48%; padding: 5% 0;}
	.bodyprofileadv .list:first-child{padding-top: 5%;}
	
	.bodyprofile .r{flex: none; padding-left: 0; margin: 7% 0 0; border-left: none;}
}
@media only screen and (max-width:560px){
	.bodyprofileadv .list .numunit .num{font-size: 32px; font-size: 3.2rem;}
}

/*内页企业文化*/
.bodyculture{padding: 2% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyculture::after{content: ""; width: calc((100% - 4.5%) / 4);}
.bodyculture .list{position: relative; top: 0; width: calc((100% - 4.5%) / 4); margin: 1% 0; padding: 5% 3%; background: #f9f9f9; border: 1px solid rgba(0,0,0,.1); border-radius: 3px; transition: .5s;}
.bodyculture .list.on{top: -15px; box-shadow: 0 0 30px rgba(0,0,0, .1); background: url(contactbody-contact-bg.jpg) no-repeat center center; background-size: cover;}
.bodyculture .list .ico{position: relative; width: 25%; height: 0; padding-bottom: 25%; background: #d41a1a; border-radius: 1000px; overflow: hidden;}
.bodyculture .list.on .ico{background: rgba(0,0,0, .6);}
.bodyculture .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 40%; height: 35%; text-align: center;}
.bodyculture .list .ico p img{max-width: 100%; max-height: 100%; transition: 2.5s;}
.bodyculture .list.on .ico p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.bodyculture .list .title{margin-top: 20%;}
.bodyculture .list.on .title{color: #fff;}
.bodyculture .list .desc{color: #888; margin-top: 3%; line-height: 1.6; text-align: justify;}
.bodyculture .list.on .desc{color: rgba(255,255,255, .7);}

@media only screen and (max-width:1366px){
	.bodyculture .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.bodyculture::after{width: calc((100% - 4%) / 2);}
	.bodyculture .list{width: calc((100% - 4%) / 2); margin: 2% 0; padding: 6% 5%;}
	.bodyculture .list.on{top: -10px;}
	.bodyculture .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:560px){
	.bodyculture::after{width: 100%;}
	.bodyculture .list{width: 100%; padding: 6% 6%;}
	.bodyculture .list .ico{width: 20%; padding-bottom: 20%;}
	.bodyculture .list .title{margin-top: 6%;}
}

/**内页领导致辞**/
.bodyspeech{margin: 5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyspeech .img{width: 40%;}
.bodyspeech .img img{width: 100%;}
.bodyspeech .mainbody_content{flex: 1; width: 100%; margin-left: 5%;}

@media only screen and (max-width:800px){
	.bodyspeech .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
	.bodyspeech .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
	.bodyspeech .mainbody_content{flex: none; margin-left: 0; margin-top: 5%;}
}
@media only screen and (max-width:560px){
}

/*内页新闻列表推荐新闻*/
.bodynewshot{position: relative; margin-top: 3%; padding-bottom: 0;}
.bodynewshot .swiper-wrapper{width: 100%;}
.bodynewshot .swiper-slide{position: relative; height: 0; padding-bottom: 25%; overflow: hidden;}
.bodynewshot .swiper-slide .box{position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; padding: 10% 6% 6% 6%; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1));}
.bodynewshot .swiper-slide:hover .box{background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(177,12,12, 1));}
.bodynewshot .swiper-slide .box .title{color: #fff; line-height: 1.2; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodynewshot .swiper-slide .box .time{margin-top: 3%; color: rgba(255,255,255, .6);}
.bodynewshot .swiper-slide .img{position: absolute; width: 100%; height: 100%; overflow: hidden;}
.bodynewshot .swiper-slide .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynewshot .swiper-slide:hover .img img{transform: scale(1.15);}
.bodynewshot .swiper-button-prev, .bodynewshot .swiper-button-next{top: 45%; background: rgba(0,0,0,.8); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.bodynewshot .swiper-button-prev{left: 1%;}
.bodynewshot .swiper-button-next{right: 1%;}
.bodynewshot .swiper-button-prev:hover, .bodynewshot .swiper-button-next:hover{background: #d41a1a; color: #fff;}
.bodynewshot .swiper-pagination{bottom: 2%; text-align: center; z-index: 99;}
.bodynewshot .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynewshot .swiper-pagination-bullet-active{background: #d41a1a; opacity: 1;}

@media only screen and (max-width:1366px){
	.bodynewshot .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1280px){
	.bodynewshot .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.bodynewshot .swiper-slide{padding-bottom: 35%;}
}
@media only screen and (max-width:560px){
	.bodynewshot .swiper-slide{padding-bottom: 55%;}
	.bodynewshot .swiper-slide .box{padding: 10% 4% 4% 4%;}
}

/*内页新闻列表*/
.bodynewslist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist .list{position: relative; width: 49%; padding: 2.5% 1.5%; margin: 1% 0; border-radius: 3px; border: 1px solid rgba(0,0,0, .1); overflow: hidden; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.bodynewslist .list:nth-child(3),.bodynewslist .list:nth-child(4),.bodynewslist .list:nth-child(7),.bodynewslist .list:nth-child(8){background: #f9f9f9;}
.bodynewslist .list.on{padding: 2.5% 2.5%;}
.bodynewslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #d41a1a; transition: .5s;}
.bodynewslist .list.on::before{height: 100%;}
.bodynewslist .list .title{position: relative; flex: 1; width: 100%; margin-right: 10px; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list.on .title{font-weight: 700; color: #fff;}
.bodynewslist .list .time{position: relative; color: #888;}
.bodynewslist .list.on .time{color: rgba(255,255,255, .7)}
.bodynewslist .list .ico{position: relative; color: rgba(255,255,255, .5);}
.bodynewslist .list.on .ico{color: #fff;}

@media only screen and (max-width:800px){
	.bodynewslist .list{width: 100%; padding: 3% 3%;}
	.bodynewslist .list.on{padding: 3% 4%;}
	.bodynewslist .list:nth-child(3),.bodynewslist .list:nth-child(4),.bodynewslist .list:nth-child(7),.bodynewslist .list:nth-child(8){background: #fff;}
	.bodynewslist .list:nth-child(2n){background: #f9f9f9;}
}
@media only screen and (max-width:560px){
	.bodynewslist .list{padding: 5% 3%; margin: 1.5% 0;}
	.bodynewslist .list.on{padding: 5% 4%;}
}

/*内页常见问题新闻列表*/
.bodyfaq{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyfaq::after{content: ""; width: calc((100% - 4%) / 3);}
.bodyfaq .list{position: relative; width: calc((100% - 4%) / 3); padding: 3% 3%; margin: 1% 0; border: 1px solid rgba(0,0,0, .1); overflow: hidden; transition: .5s;}
.bodyfaq .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #d41a1a; transition: .5s;}
.bodyfaq .list.on::before{height: 100%;}
.bodyfaq .list .time{position: relative; color: #d41a1a;}
.bodyfaq .list.on .time{color: rgba(255,255,255, .7);}
.bodyfaq .list .title{position: relative; margin: 3% 0 2% 0; 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;}
.bodyfaq .list.on .title{font-weight: 700; color: #fff;}
.bodyfaq .list .desc{position: relative; 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;}
.bodyfaq .list.on .desc{color: rgba(255,255,255, .5);}
.bodyfaq .list .more{position: relative; margin-top: 10%; color: #d41a1a;}
.bodyfaq .list .more i{margin-left: 5px;}
.bodyfaq .list.on .more{color: #fff;}

@media only screen and (max-width:1366px){
	.bodyfaq .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodyfaq .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodyfaq .list{width: 100%; padding: 5% 5%;}
	.bodyfaq .list:nth-child(2n){background: #f9f9f9;}
	.bodyfaq .list .title{font-size: 24px; font-size: 2.4rem; margin: 3% 0 5% 0; line-height: 1.4; min-height: auto; -webkit-line-clamp: 4;}
	.bodyfaq .list .desc{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.bodyfaq .list{margin: 2% 0;}
	.bodyfaq .list .title{font-size: 22px; font-size: 2.2rem;}
}


/*内页新闻详情*/
.newsbody-top{padding: 6% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{max-width: 1400px;}
.newsbody{max-width: 1400px;}

.newsshow-title{color: #000; line-height: 1.4; margin-top: 3%;}
.newsshow-info{color: #bebebe;}
.newsshow-info span{color: #888;}
.newsshow-info font{font-family: 'Montserrat'; font-size: 500;}
.newsshow-info a{font-family: 'Noto Sans SC'; font-size: 500; color: #bebebe;}
.newsshow-info a:hover{color: #d41a1a;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 44px; font-size: 4.4rem;}
}
@media only screen and (max-width:1366px){
	.newsshow-title{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 3.6px; font-size: 3.6rem;}
}
@media only screen and (max-width:800px){
	.newsbody-top{padding: calc(7% + 50px) 0 7% 0;}
	
	.newsshow-title {line-height: 1.5; font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 26px; font-size: 2.6rem;}
	.newsshow-info {font-size: 14px; font-size: 1.4rem;}
}

/*内页产品中心*/
.bodyproduct{margin-top: 2%; padding-bottom: 0; margin-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: .5s;}
.bodyproduct .list.on{top: -15px; box-shadow: 0 0 40px rgba(0,0,0, .1);}
.bodyproduct .list .box{}
.bodyproduct .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:800px){
	.bodyproduct::after{width: 100%;}
	.bodyproduct .list{width: 100%; margin: 3% 0;}
	.bodyproduct .swiper-slide .box{padding: 5%;}
}
@media only screen and (max-width:560px){

}

/*内页产品中心详情*/
.bodyproductshow{background: #fff; margin: 5% auto; padding: 5% 6%;}
.bodyproductshow-title{margin: 4% 0 3% 0; padding-top: 4%; border-top: 1px solid rgba(0,0,0, .07);}

.bodyproductshow-container{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow-container .img{position: relative; width: 45%; height: 0; padding-bottom: 34%; background: #f5f5f5; overflow: hidden;}
.bodyproductshow-container .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; 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: #d41a1a; 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 #d41a1a;}
.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; margin-bottom: 4%;}
.bodyproductshow-container .box .desc{color: #888; margin: 2% 0 5% 0; line-height: 1.8; text-align: justify;}
.bodyproductshow-container .box .list{border-bottom: 1px solid rgba(0,0,0, .08); padding: 3.5% 0; color: #666;}
.bodyproductshow-container .box .phone a{color: #d41a1a;}
.bodyproductshow-container .box .address i{color: #d41a1a; margin-left: 5px;}

.zx{display: flex; align-items: center; justify-content: flex-start;}
.zx a{width: 30%; margin-right: 3%; position: relative; color: #d41a1a; border: 1px solid #d41a1a; 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:#d41a1a; 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 .indexproductimg .swiper-slide{background: #f3f7fb;}


@media only screen and (max-width:1600px){
	.bodyproductshow-container .box .title{font-size: 32px; font-size: 3.2rem;}
	
	.bodyproductshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1366px){
	.bodyproductshow-container .box .title{font-size: 30px; font-size: 3rem;}
	
	.bodyproductshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-container .box .title{font-size: 28px; font-size: 2.8rem;}
	
	.bodyproductshow-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.bodyproductshow{margin-top: calc(3% + 50px); margin-bottom: 4%;}
	.bodyproductshow-title{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;}
	
	.bodyproductshow-tjcp{padding-bottom: 5%;}
}
@media only screen and (max-width:560px){
	.bodyproductshow-container .box .title{font-size: 26px; font-size: 2.6rem;}
	
	.bodyproductshow-container .box .phone a{font-size: 20px; font-size: 2rem;}
	
	.bodyproductshow-title{font-size: 24px; font-size: 2.4rem; margin: 6% auto 3%;}
}

/*内页图片列表*/
.bodyimg{margin-top: 2%; 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: 1.5% 0; transition: .5s;}
.bodyimg .list.on{top:-15px;}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .img{background: #d41a1a;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; 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.on .img p img {transform: scale(1.15);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .imgt{background: #d41a1a;}
.bodyimg .list .imgt p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; 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 .titlemore{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .titlemore::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #d41a1a; transition: .5s;}
.bodyimg .list.on .titlemore::before{width: 100%;}
.bodyimg .list .titlemore .title{flex: 1; width: 100%; margin-right: 5px;}
.bodyimg .list.on .titlemore .title{color: #d41a1a;}
.bodyimg .list .titlemore .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list .titlemore .more{color: #888;}
.bodyimg .list.on .titlemore .more{color: #d41a1a;}

.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: #d41a1a;}

.bodyimg .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1280px){

}
@media only screen and (max-width:800px){
	.bodyimg:after{width:calc((100% - 4%) / 2);}
	.bodyimg .list{width:calc((100% - 4%) / 2); margin: 2% 0;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%;}
}

/**内页图片详情**/
.imgshowbody-top{padding: 3% 0;}
.imgshowbody-top .container{max-width: 1600px; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.imgshowbody-top .l{width: 60%; margin-right: 5%;}
.imgshowbody-top .r{width: 32%;}

.imgshowpreNext{}
.imgshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.imgshowpreNext .list:first-child{padding-top: 0;}
.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: 5% 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: #f5f5f5;}

.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: #d41a1a; 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: #d41a1a;}

@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;}
}


/**内页联系我们**/
.contactbody{margin: 4% auto;}

.contactbody-title{color: #000;}

.contactbody-mapcontact{margin-bottom: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.contactbody-contact{width: 45%; padding: 10% 5%; background: url(contactbody-contact-bg.jpg) no-repeat center center; background-size: cover;}
.contactbody-contact .contactbody-title{color: #fff;}
.contactbody-contact .list{margin: 5% 0 0; color: #fff; display: flex; align-items: center; justify-content: flex-start;}
.contactbody-contact .listt{margin-top: 8%;}
.contactbody-contact .list .ico{color: #fff;}
.contactbody-contact .list .desc{flex: 1; margin-left: 10px; line-height: 1.6;}
.contactbody-contact .list .phone{color: #fff;}

.contactbody-map{width: 55%;}
.contactbody-map .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.contactbody-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactbody-map iframe, #map{width: 100%; height: 100%;}

.contactbody-message{margin-top: 2%;}

@media only screen and (max-width:1600px){
	.contactbody-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.contactbody-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.contactbody{margin: 8% auto;}
	.contactbody-mapcontact{margin-bottom: 6%;}
	.contactbody-contact{width: 100%; padding: 8% 5%;}
	.contactbody-contact .list{margin: 4% 0 0;}
	
	.contactbody-map{width: 100%;}
	.contactbody-map .box{position: relative; width: 100%; height: 0; padding-bottom: 60%;}
	
	.contactbody-message{margin-top: 4%;}
}
@media only screen and (max-width:560px){
	.contactbody-title{font-size: 24px; font-size: 2.4rem;}
	
	.contactbody-contact .list .ico{font-size: 18px; font-size: 1.8rem;}
	.contactbody-contact .list .desc{font-size: 18px; font-size: 1.8rem;}
	
	.contactbody-map .box{padding-bottom: 80%;}
}

/*内页留言*/
.message{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; display: flex; align-items: center; justify-content: space-between; background: #f2f2f2; transition: .5s;}
.message .list:hover{background: #e9e9e9;}
.message .listt{width: 100%; align-items: flex-start;}
.message .listtt{padding: 0 0; border: 1px solid #d41a1a;}
.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: #d41a1a;}
.message .listt i{margin-top: 1.8vw;}
.msg_input{width: 100%; padding: 1vw 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: 1vw 0; height: 10vw; min-height: 100px; 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: 1vw 0; margin: 0; background: #d41a1a; color: #fff; text-transform: uppercase; 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;}
}
@media only screen and (max-width:560px){
	.message .list{padding: 0 3vw; margin:1% 0;}
	.message .listtt{padding: 0 0;}
}

/*内页搜索*/
.searchcontainer{max-width: 1400px; margin: 4% 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; background: #fff; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #d41a1a; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 0 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #d41a1a; border-bottom: 3px solid #d41a1a;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list:first-child .listbox{padding-top: 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 2vw;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #d41a1a; 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 #d41a1a;}
.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: #d41a1a;}
.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;}

@media only screen and (max-width:800px){
	.searchcontainer{margin: 7% auto;}

	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0 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; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat'; font-weight: 500;}
.pagination-buttons a{width: 2vw; min-width: 26px; height: 2vw; min-height: 26px; margin: 0 3px; border-radius: 1000px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #d41a1a; color: #fff; border: 1px solid #d41a1a;}

/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin: 5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f3f3f3; padding: 2% 3%; border-radius: .6vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #d41a1a;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.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: 2% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #d41a1a;}
.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:#d41a1a;}

@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_info{margin: 4% 0 5% 0;}
	.page_list{margin: 4% 0 5% 0;}
	.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;}