@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#eff4f9;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#d60d0e; 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:#d60d0e;}

.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;}

.Roboto100{font-family: 'Roboto'; font-weight: 100;}
.Roboto300{font-family: 'Roboto'; font-weight: 300;}
.Roboto400{font-family: 'Roboto'; font-weight: 400;}
.Roboto500{font-family: 'Roboto'; font-weight: 500;}
.Roboto700{font-family: 'Roboto'; font-weight: 700;}
.Roboto900{font-family: 'Roboto'; font-weight: 900;}

.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:#d60d0e;}
.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;}

/*head*/
.header{position: fixed; z-index: 999; width: 100%; padding:0 2%; border-bottom: 1px solid rgba(255,255,255, .17); transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.aboutheader{position: relative;}
.header.fixed, .aboutheader{background: #fff; border-bottom: none; box-shadow: 0 0 55px rgba(0,0,0, .1);}
.aboutheader.fixed{position: fixed;}

.header .container{display: flex; align-items: center; justify-content: space-between;}
.header .logo{width: 11%; min-width: 130px; transition: 0.5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:23%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.header.fixed .logo a, .aboutheader .logo a{background: url(logo1.png) no-repeat left center; background-size: 100%;}

.headerbox{width: 69%; display: flex; align-items: center; justify-content: space-between;}

.nav{flex: 1; width: 100%;}
.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: 35px 0; display:inline-block; display: flex; align-items: center; justify-content:center;}
.header.fixed .nav ul li .f_a a, .aboutheader .nav ul li .f_a a{color: #000;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #d60d0e; transition: .6s;}
.nav ul li:hover .f_a a::before, .nav ul li.hovert .f_a a::before{width: 100%;}
.nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a{color: #d60d0e; font-weight: 700;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; transform:translate(-50%,0); top:100%; width: 150px; background:#fff; z-index: 9;}
.nav ul li .s_navbox .s_a a{position: relative; text-transform:uppercase; display:block; text-align: center; padding: 10px 5px; border-bottom: 1px solid rgba(0,0,0,.08); border-left: 1px solid rgba(0,0,0,.08); border-right: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a:first-child{border-top: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: -1px; bottom: -1px; width: calc(100% + 2px); height: 0; background: #d60d0e; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before{height: calc(100% + 2px);}
.nav ul li .s_navbox .s_a a:hover{color: #fff;}
.nav ul li .s_navbox .s_a a span{position: relative;}

.phone{color: #fff;  margin: 0 2% 0 4%;}
.phone i{color: #d60d0e; margin-right: 8px;}
.header.fixed .phone, .aboutheader .phone{color: #000;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; width: 30px; height: 30px; border-radius: 50%; background: #d60d0e; 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: 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[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#d60d0e; border: none; cursor: pointer;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1600px){
	.nav ul li .f_a a{padding: 30px 0;}
}
@media screen and (max-width: 1366px){
	.headerbox{width: 75%;}
	.nav ul li .f_a a{padding: 25px 0;}
	
	.search-button{width: 28px; height: 28px;}
}
@media screen and (max-width: 1280px){
	.nav ul li .s_navbox{width: 125px;}
	
	.search-button{width: 26px; height: 26px;}
}
@media screen and (max-width: 1024px){
	.headerbox{width: 80%;}
	
	.nav ul li .f_a a{padding: 20px 0;}
	
	.search-button{width: 24px; height: 24px;}
}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.top{display:none}
	.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;}
	.m_img .headlf{padding:0 2%; height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
	.m_img .headlf .m_logo{height:40px; display: block;}
	.m_img .headrg{padding-right:2%; padding-top:16px; float: right;}
	.m_img .headrg a .m_menuimg{height:16px; 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(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: calc(100vh); overflow: hidden;}
.aboutbanner{height: 0; padding-bottom: 25%;}
.searchbanner{display: none;}

.banner-bg{position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 15%; background-image: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0));}

.banner .swiper-container{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide{}
.banner .swiper-slide .swiper-slide-img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; color: #fff;}
.banner .swiper-slide .banner-text .title{margin: 2% 0;}
.banner .swiper-slide .banner-text .desc{margin: 2% 0;}

.banner .swiper-slide  .banner-text .text-stroke{text-shadow:-1px -1px 0 rgba(38,59,152, .3), 1px -1px 0 rgba(22,68,127, .3), -1px 1px 0 rgba(22,68,127, .3), 1px 1px 0 rgba(22,68,127, .3);}

.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, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);}

.banner .swiper-container .swiper-pagination{text-align: right; position:absolute; bottom: 4%; left: -4%;}
.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(255,255,255,0.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#d60d0e;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:#d60d0e; 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,.2); color: #fff; border-radius:118px; width: 45px; height: 45px; --swiper-navigation-size: 15px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #d60d0e;}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .title{font-size: 54px; font-size: 5.4rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .title{font-size: 50px; font-size: 5rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .title{font-size: 45px; font-size: 4.5rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 26px; font-size: 2.6rem;}
	
	.aboutbanner-desc p{font-size: 45px; font-size: 4.5rem;}
	
	.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: 36vh;}
	.aboutbanner{height: 0; padding-bottom: 45%;}
	
	.banner .swiper-slide .banner-text .title{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 24px; font-size: 2.4rem;}

	.aboutbanner-desc p{font-size: 38px; font-size: 3.8rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.banner .swiper-slide .banner-text .title{font-size: 30px; font-size: 3rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 22px; font-size: 2.2rem;}
	
	.aboutbanner-desc p{font-size: 30px; font-size: 3rem;}
	
	.banner .swiper-container .swiper-pagination{bottom:3px;}
	.banner .swiper-pagination-bullet{width:10px; height:10px;}
	.banner .swiper-pagination-bullet span{width:7px;height:7px;}
	.banner .swiper-pagination-bullet i{top:3px;}
}

/**首页栏目标题**/
.indextitle{color: #000;}
.indextitle .en{text-transform:uppercase;}

@media only screen and (max-width:1600px){
	.indextitle .en{font-size: 34px; font-size: 3.4rem;}
	.indextitle .cn{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1366px){
	.indextitle .en{font-size: 32px; font-size: 3.2rem;}
	.indextitle .cn{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .en{font-size: 30px; font-size: 3rem;}
	.indextitle .cn{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .en{font-size: 2.4px; font-size: 2.4rem;}
	.indextitle .cn{font-size: 33px; font-size: 3.3rem;}
}
@media only screen and (max-width:800px){
	.indextitle .cn{font-family: 'Noto Sans SC'; font-weight: 700;}
}
@media only screen and (max-width:560px){
	.indextitle .en{font-size: 2px; font-size: 2rem;}
	.indextitle .cn{font-size: 26px; font-size: 2.6rem;}
}


/**首页更多**/
.indexmore{}
.indexmore a{position: relative; top: 0; display: inline-block; padding: .64vw 1.2vw; color: #fff; border: 1px solid #fff; border-radius: 200px; transition: .4s; overflow: hidden;}
.indexmore a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #d60d0e; transition: .5s;}
.indexmore a:hover::before{height: 100%;}
.indexmore a span{position: relative;}
.indexmore a i{margin-left: 1.8vw; transition: .4s;}
.indexmore a:hover{top: -15px; box-shadow: 0 0 35px rgba(214,13,14, .3); border: 1px solid #d60d0e;}

@media only screen and (max-width:560px){
	.indexmore a{padding: 6px 14px;}
	.indexmore a i{margin-left: 12px;}
}

/**关于我们**/
.indexabout{position: absolute; left: 0; bottom: 0; z-index: 3; width: 100%; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4));}
.indexaboutbox{padding: 0.9% 0; border-top: 1px solid rgba(255,255,255, .25); color: #fff; display: flex; align-items: center; justify-content: flex-start;}
.indexaboutbox .desc{max-width: 48%; margin: 0 5%; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexaboutbox .desc p{margin: 1% 0;}

@media only screen and (max-width:1366px){
	.indexaboutbox .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1024px){
	.indexaboutbox .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.indexabout{position: relative; left: auto; bottom: auto; background: none; padding: 3% 0;}
	.indexaboutbox{color: #222; flex-flow: wrap;}
	.indexaboutbox .title{color: #000; white-space: nowrap; line-height: 1; font-family: 'Noto Sans SC'; font-weight: 700;}
	.indexaboutbox .title br{display: none;}
	.indexaboutbox .desc{flex: none; max-width: 100%; color: #666; line-height: 1.6; margin: 3% 0; -webkit-line-clamp: 5;}
	.indexaboutbox .indexmore a{color: #d60d0e; border: 1px solid #d60d0e;}
	.indexaboutbox .indexmore a:hover{color: #fff;}
}
@media only screen and (max-width:560px){
	.indexabout{padding: 7% 0;}
	.indexaboutbox .title{font-size: 26px; font-size: 2.6rem;}
	.indexaboutbox .desc{margin: 4% 0;}

}

/**宜业产品五大系列**/
.indexproduct{padding: 5.5% 0 0; background: url(indexproduct-bg.jpg) no-repeat center center; background-size: cover;}

.indexproducttop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexproducttop .indextitle{color: #fff;}
.indexproducttop .indexproducttop-desc{max-width: 33%; line-height: 1.8;}

.indexproductbox{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcat{width: 29%; margin-top: 2%;}
.indexproductcat .list{border-bottom: 1px solid rgba(255,255,255, .48); padding: 7% 0; transition: .5s;}
.indexproductcat .list.on{border-bottom: 1px solid rgba(255,255,255, 1);}
.indexproductcat .list .titleico{color: #fff; display: flex; align-items: center; justify-content: space-between;}
.indexproductcat .list .titleico .title{flex: 1; width: 100%; display: flex; align-items: center; justify-content: flex-start;}
.indexproductcat .list .titleico .title .ico{position: relative; width: 5.3%; height: 0; padding-bottom: 5.3%; margin-right: 2%; background: url(logo-white.png) no-repeat center center; background-size: 100%;}
.indexproductcat .list .titleico .title .name{line-height: 1;}
.indexproductcat .list .titleico .jtico{transition: .5s;}
.indexproductcat .list.on .titleico .jtico{transform: rotate(90deg);}
.indexproductcat .list .desc{color: #dba7a8; line-height: 1.5; height: 0; opacity: 0; overflow: hidden; transition: .5s; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}
.indexproductcat .list.on .desc{margin: 5% 0; opacity: 1; height: auto;}
.indexproductcat .list .indexmore{display: none; opacity: 0; transition: .5s;}
.indexproductcat .list.on .indexmore{display: block; opacity: 1; height: auto;}

.indexproductimg-feature{width: 49%; padding: 2% 0 7% 0;}
.indexproduct-img{width: 100%;}
.indexproduct-img img{width: 100%;}
.indexproduct-feature{width: 88%; margin: 3% auto 0; display: flex; align-items: center; justify-content: space-between;}
.indexproduct-feature p:first-child{margin-right: 3%;}
.indexproduct-feature img{width: 100%;}

@media only screen and (max-width:1600px){
	.indexproducttop .indexproducttop-desc{max-width: 40%;}
}
@media only screen and (max-width:1500px){
	.indexproductcat .list .titleico .title .name{font-size: 26px; font-size: 2.6rem;}
	.indexproductcat .list .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:1366px){
	.indexproductcat .list .titleico .title .name{font-size: 24px; font-size: 2.4rem;}
	.indexproductcat .list .desc{font-size: 15px; font-size: 1.5rem;}
	
	.indexproductimg-feature{padding: 3% 0 7% 0;}
}
@media only screen and (max-width:1280px){
	.indexproductcat .list .titleico .title .name{font-size: 22px; font-size: 2.2rem;}
	.indexproductcat .list .desc{font-size: 14px; font-size: 1.4rem;}
}
@media only screen and (max-width:1024px){
	.indexproducttop .indexproducttop-desc{max-width: 55%;}
	
	.indexproductcat .list .titleico .title .name{font-size: 20px; font-size: 2rem;}
	.indexproductimg-feature{width: 52%;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0 0;}
	
	.indexproducttop .indextitle{flex: 1; width: 100%; color: #000;}
	.indexproducttop .indexproducttop-desc{max-width: 100%; text-align: justify; margin-top: 5%; line-height: 1.4;}
	
	.indexproductcat{width: 100%;}
	.indexproductcat .list{padding: 4% 0; border-bottom: 1px solid rgba(0,0,0, .1);}
	.indexproductcat .list.on{border-bottom: 1px solid #d60d0e;}
	.indexproductcat .list .titleico{color: #000;}
	.indexproductcat .list.on .titleico{color: #d60d0e;}
	.indexproductcat .list .titleico .title .ico{background: url(logo-black.png) no-repeat center center; background-size: 100%;}
	.indexproductcat .list.on .titleico .title .ico{background: url(logo-red.png) no-repeat center center; background-size: 100%;}
	.indexproductcat .list .desc{color: #666;}
	.indexproductcat .list .indexmore a{color: #d60d0e; border: 1px solid #d60d0e;}
	.indexproductcat .list .indexmore a:hover{color: #fff;}
	
	.indexproductimg-feature{width: 100%; padding: 10% 0;}
	.indexproduct-feature{width: 85%; margin: 3% auto 0; flex-flow: wrap;}
	.indexproduct-feature p{width: 100%;}
	.indexproduct-feature p:first-child{margin-right: 0; margin-bottom: 5%;}
}

/**千万客户的信赖选择**/
.indexcase{padding: 5.5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexcase .left{position: relative; width: 35%;}
.indexcasecat{position: absolute; left: 0; bottom: 0; height: 70%; background: #f3f3f3; padding: 12% 10%; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.indexcasecat .list{position: relative; display: flex; align-items: center; justify-content: flex-start;}
.indexcasecat .list:nth-child(2n-1){width: 45%;}
.indexcasecat .list .ico{max-width: 26px; max-height: 22px; margin-right: 10px;}
.indexcasecat .list .ico img{max-width: 100%; max-height: 100%;}
.indexcasecat .list:hover .title{color: #d60d0e;}

.indexcase .right{width: 65%;}
.indexcasebox{position: relative; width: 100%; margin-left: 0}
.indexcasebox .swiper-wrapper{width: 100%;}
.indexcasebox .swiper-slide{}
.indexcasebox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 61%; overflow: hidden;}
.indexcasebox .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexcasebox .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexcasebox .swiper-slide:hover .img p img{transform: scale(1.1);}
.indexcasebox .swiper-slide .box{position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; padding: 1% 3%; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4));}
.indexcasebox .swiper-slide .box::before{content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 4px; background: #d60d0e; transition: .6s;}
.indexcasebox .swiper-slide .box .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexcasebox .swiper-slide:hover .title{color: #d60d0e;}
.indexcasebox .swiper-slide .box .desc{margin: 4% 0; line-height: 1.8; color: #888; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexcasebox .swiper-button-prev, .indexcasebox .swiper-button-next{top: 40%; background:rgba(0,0,0,.5); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.indexcasebox .swiper-button-prev{left:0;}
.indexcasebox .swiper-button-next{right:0;}
.indexcasebox .swiper-button-prev:hover, .indexcasebox .swiper-button-next:hover{background: #d60d0e; color: #fff;}
.indexcasebox .swiper-pagination{bottom: 7px; text-align: right; z-index: 99;}
.indexcasebox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #d1d7e1; opacity: 1; outline:none; transition: .3s;}
.indexcasebox .swiper-pagination-bullet-active{background: #d60d0e; opacity: 1;}

@media only screen and (max-width:1440px){
	.indexcasecat .list .ico{max-width: 22px; max-height: 20px; margin-right: 8px;}
	.indexcasecat .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1280px){
	.indexcasecat .list .ico{max-width: 20px; max-height: 18px; margin-right: 6px;}
	.indexcasecat .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1080px){
	.indexcasecat{height: 65%; padding: 5% 10%;}
	.indexcasecat .list .ico{max-width: 18px; max-height: 16px; margin-right: 5px;}
	.indexcasecat .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:900px){
	.indexcase .left{width: 100%;}
	.indexcasecat{position: relative; height: auto; padding: 3% 5% 5%; margin-top: 4%; justify-content: space-between;}
	.indexcasecat::after{content: ""; width: calc((100% - 6%) / 3);}
	.indexcasecat .list{width: calc((100% - 6%) / 3); padding: 2% 0; border-bottom: 1px solid rgba(0,0,0, .07);}
	.indexcasecat .list:nth-child(2n-1){width: calc((100% - 6%) / 3);}
	.indexcasecat .list .ico{max-width: 16px; max-height: 14px;}
	
	.indexcase .right{width: 100%;}
}
@media only screen and (max-width:800px){
	.indexcase{padding: 8% 0;}
}
@media only screen and (max-width:560px){
	.indexcasecat::after{width: calc((100% - 6%) / 2);}
	.indexcasecat .list{width: calc((100% - 6%) / 2); padding: 3% 0;}
	.indexcasecat .list:nth-child(2n-1){width: calc((100% - 6%) / 2);}
	
	.indexcasebox .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
}

/**新闻中心**/
.indexnews{padding: 5.5% 0; background: #f0f0f0;}
.indexnewstop{display: flex; align-items: flex-end; justify-content: space-between;}
.indexnewstop .indexmore a{color: #d60d0e; border: 1px solid #d60d0e;}
.indexnewstop .indexmore a:hover{color: #fff;}

.indexnewsbox{position: relative; padding-bottom: 30px; margin-top: 3%;}
.indexnewsbox .swiper-wrapper{width: 100%;}
.indexnewsbox .swiper-slide{}
.indexnewsbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.indexnewsbox .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexnewsbox .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsbox .swiper-slide:hover .img p img{transform: scale(1.2);}
.indexnewsbox .swiper-slide .box{position: relative; padding: 6% 8%; background: #fff;}
.indexnewsbox .swiper-slide .box .cat{color: #d60d0e;}
.indexnewsbox .swiper-slide .box .title{margin: 3% 0 0; color: #000; 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;}
.indexnewsbox .swiper-slide:hover .title{color: #d60d0e; text-decoration: underline;}
.indexnewsbox .swiper-slide .box .desc{margin: 10% 0; color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsbox .swiper-slide .box .timeico{display: flex; align-items: center; justify-content: space-between;}
.indexnewsbox .swiper-slide .box .timeico .time{color: #888;}
.indexnewsbox .swiper-slide .box .timeico .ico{width: 1.9vw; min-width: 20px; height: 1.9vw; min-height: 20px; border-radius: 50%; color: #d60d0e; border: 1px solid #d60d0e; display: flex; align-items: center; justify-content: center; transition: .5s;}
.indexnewsbox .swiper-slide:hover .box .timeico .ico{color: #fff; background: #d60d0e;}
.indexnewsbox .swiper-button-prev, .indexnewsbox .swiper-button-next{top: 40%; background:rgba(0,0,0,.5); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.indexnewsbox .swiper-button-prev{left:0;}
.indexnewsbox .swiper-button-next{right:0;}
.indexnewsbox .swiper-button-prev:hover, .indexnewsbox .swiper-button-next:hover{background: #d60d0e; color: #fff;}
.indexnewsbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewsbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .2); opacity: 1; outline:none; transition: .3s;}
.indexnewsbox .swiper-pagination-bullet-active{background: #d60d0e; opacity: 1;}

@media only screen and (max-width:1280px){
	.indexnewsbox .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox .swiper-slide .box .desc{margin: 7% 0;}
}
@media only screen and (max-width:560px){
	.indexnewsbox{margin-top: 6%;}
	.indexnewsbox .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
}

/**欢迎留言**/
.indexmessage{padding: 3% 0; background: url(indexmessage-bg.jpg) no-repeat center center; background-size: cover;}
.indexmessagecontainer{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexmessagecontainer .title{color: #fff; line-height: 1;}

@media only screen and (max-width:800px){
	.indexmessage{padding: 8% 0;}
}
@media only screen and (max-width:560px){
	.indexmessagecontainer .title{font-size: 26px; font-size: 2.6rem;}
}


/**底部**/
.footer{padding: 5% 0 3% 0;}
.footer a{color: #666;}
.footer a:hover{color: #d60d0e;}

.aboutfooter{background: #f6f6f6;}

.footerbox{display: flex; justify-content: space-between; flex-flow: wrap;}

.footernav{flex: 1; width: 100%; margin-right: 4%; display: flex; justify-content: space-between;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #000;}
.footernav .navlist{margin-top: 2vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{color: #d60d0e; text-decoration: underline;}

.footercontactcode{max-width: 24%; min-width: 315px;}
.footercontact{}
.footercontact .list:nth-child(2){margin: 3% 0 7% 0;}
.footercode{display: flex; align-items: center; justify-content: flex-end;}
.footercode .list{flex: 1; margin-left: 3%;}
.footercode .list .img img{width: 100%; border: 1px solid rgba(0,0,0, .1);}
.footercode .list .name{margin-top: .5vw;}

.footerlogocopy{margin-top: 8%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footerlogo{}
.footerlogo img{width: 7vw; min-width: 100px;}
.footercopy{padding: 1.5% 0; color: #666; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin-left: 15px;}
.footercopy p:first-child{margin-left: 0;}

.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;}

@media only screen and (max-width:1280px){
	.footernav{margin-right: 3%;}
	.footernav .flist-title{font-size: 20px; font-size: 2rem;}
	.footercontactcode{min-width: 270px;}
}
@media only screen and (max-width:800px){
	.footernav{flex: none;}
	.footernav .navlist{display: none;}
	
	.footercontactcode{max-width: 100%; min-width: 100%;}
	.footercontact{text-align: center; margin-top: 5%;}
	.footercontact .list:first-child{font-size: 30px; font-size: 3rem; color: #d60d0e;}
	.footercontact .list:nth-child(2){margin: 1% 0 4% 0;}
	.footercode{justify-content: center;}
	.footercode .list{flex: none; width: calc((100% - 9%) / 4); margin: 0 1.5%;}
	
	.footerlogocopy{justify-content: center;}
	.footerlogo{width: 100%; text-align: center;}
	.footercopy{justify-content: center;}
	.footercopy p{margin: 2px 5px;}
}
@media only screen and (max-width:560px){
	.footernav{align-items: center; flex-flow: wrap;}
	.footernav .list{width: calc(100% / 3); text-align: center; margin: 8px 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:2; text-align:justify;}
.mainbody_content p{margin:2% 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{font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:4% 0;}
}

/*about-navbox*/
.about-navbox{background: #fff; border-bottom: 1px solid rgba(0,0,0, .1);}

/*about-nav*/
.about-nav{display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #555; padding: 2% 3%; border-right: 1px solid rgba(0,0,0, .1);}
.about-nav a:first-child{border-left: 1px solid rgba(0,0,0, .1);}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: -1px; width: 0; height: 3px; background: #d60d0e; transition: 1s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a font{position: relative;}
.about-nav a:hover, .about-nav a.cur{color: #d60d0e;}

.about-navt a{padding: 2% 2%; font-size: 20px; font-size: 2rem;}

.location{position: absolute; left: 0; bottom: 0; width: 100%; z-index: 22; color: #fff; padding: 1% 0; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.4));}
.location a{color: #fff;}
.location i, .location a:hover{color: #d60d0e;}

@media only screen and (max-width:1280px){
	.about-navt a{padding: 2% 1.5%; font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:900px){
	.about-navbox{border-bottom: none;}
	
	.about-nav{margin-top: 4%; flex-flow: wrap; border-top: 1px solid rgba(0,0,0, .1);}
	.about-nav a{width: calc(100% / 4); padding: 2.5% 1%; background: #fff; border-bottom: 1px solid rgba(0,0,0, .1); font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(5n){border-left: 1px solid rgba(0,0,0, .1);}

	.location{padding: 3% 0;}
}
@media only screen and (max-width:560px){
	.about-navt a{width: calc(100% / 3); padding: 3.5% 0; font-size: 16px; font-size: 1.6rem;}
	.about-navt a:nth-child(4n){border-left: 1px solid rgba(0,0,0, .1);}
	.about-navt a:nth-child(5n){border-left: none;}
}

/**内页企业文化**/
.bodyculture{background: url(bodyculture-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%; display: flex; justify-content: space-between; flex-flow:wrap; margin: 3% 0;}
.bodyculture::after{content: ""; width: calc(100% / 3);}
.bodyculture .list{width: calc(100% / 3); padding: 10% 1%; color: #fff; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.4); transition: .5s;}
.bodyculture .list.on{background: rgba(0,0,0,.6);}
.bodyculture .list:nth-child(3n){border-right: none;}
.bodyculture .list .title{position: relative; top: 0; transition: .5s;}
.bodyculture .list:hover .title{top: -40px;}
.bodyculture .list .desc{position: relative; top: 0; transition: .5s; margin-top: 3%;}
.bodyculture .list:hover .desc{top: -20px;}

@media only screen and (max-width:800px){
	.bodyculture::after{width: calc(100% / 2);}
	.bodyculture .list{width: calc(100% / 2);}
	.bodyculture .list:nth-child(2n){border-right: none;}
	.bodyculture .list:nth-child(3n){border-right: 1px solid rgba(255,255,255,.1);}
	.bodyculture .list:hover .title{top: -30px;}
	.bodyculture .list:hover .desc{top: -10px;}
}
@media only screen and (max-width:560px){
	.bodyculture::after{width: 100%;}
	.bodyculture .list{width: 100%; border-right: none; padding: 14% 1%;}
	.bodyculture .list .title{font-size: 28px; font-size: 2.8rem;}
	.bodyculture .list:hover .title{top: -20px;}
}



/**内页企业荣誉列表**/
.bodyhonor{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 4%) / 2);}
.bodyhonor .list{position: relative; top:0; width:calc((100% - 4%) / 2); margin:2% 0; padding: 2% 3%; background: #f6f6f6; transition: .5s; display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse;}
.bodyhonor .list:hover{top:-20px; box-shadow: 0 0 35px rgba(0,0,0, .15);}
.bodyhonor .list .img{position: relative; width: 45%; height: 0; padding-bottom: 30%; overflow: hidden; transition: .5s;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; max-height: 100%;}
.bodyhonor .list .box{width: 45%;}
.bodyhonor .list .box .title{margin-top: 4%;}
.bodyhonor .list:hover .box .title, .bodyhonor .list:hover .box .year{color: #d60d0e;}

@media only screen and (max-width:1600px){
	.bodyhonor .list .box .year{font-size: 35px; font-size: 3.5rem;}
}
@media only screen and (max-width:1366px){
	.bodyhonor .list .box .year{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.bodyhonor:after{width:100%;}
	.bodyhonor .list{width:100%; padding: 4% 5%;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .box .year{font-size: 25px; font-size: 2.5rem;}
	.bodyhonor .list .box .title{font-size: 16px; font-size: 1.6rem;}
}


/*内页产品中心*/
.bodyproduct{margin: 3% 0;}
.bodyproduct .list{margin-bottom: 5%;}
.bodyproduct .list .title{color: #d60d0e;}
.bodyproduct .list .desc{background: #f4f4f4; margin-top: 2%; padding: 3% 2%; border-radius: 1vw; line-height: 1.6; text-align: justify;}
.bodyproduct .list.on .desc{background: #d60d0e; color: #fff;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.bodyproduct .list .title{font-size: 28px; font-size: 2.8rem;}
}

/*内页图片列表*/
.bodyimg{display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 4%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 4%) / 3); margin:1% 0; transition: .5s;}
.bodyimg .list:hover{top:-20px; box-shadow: 0 0 35px rgba(0,0,0, .1);}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodyimg .list:hover .img{border: 1px solid #d60d0e;}
.bodyimg .list .img p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; 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;}
/*.productny-list .list:hover .img p img {transform: scale(1.2);}*/

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodyimg .list:hover .imgt{border: 1px solid #d60d0e;}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
/*.productny-list .list:hover .imgt p img {transform: scale(1.2);}*/

.bodyimg .list .title{position: relative; z-index: 2; padding: 4% 0; text-align: center; overflow: hidden;}
.bodyimg .list:hover .title{color: #fff;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #d60d0e; transition: .5s;}
.bodyimg .list:hover .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list:hover  .video-ico{background: #d60d0e;}

@media only screen and (max-width:800px){
	.bodyimg:after{width:calc((100% - 3%) / 2);}
	.bodyimg .list{width:calc((100% - 3%) / 2);}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%; margin:3% 0;}
}


/*内页工程案例*/
.bodycase{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycase::after{content: ""; width: calc((100% - 6%) / 3);}
.bodycase .list{position: relative; top: 0; width: calc((100% - 6%) / 3); margin: 1.5% 0; transition: .8s;}
.bodycase .list:hover{top: -20px; box-shadow: 0 0 35px rgba(0,0,0, .1);}
.bodycase .list .img{position: relative; width: 100%; height: 0; padding-bottom: 61%; overflow: hidden;}
.bodycase .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodycase .list .img p img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); transition: 2.5s;}
.bodycase .list:hover .img p img{transform: scale(1);}
.bodycase .list .box{position: relative; padding: 3% 4%; border: 1px solid rgba(0,0,0, .1); border-top: none; display: flex; align-items: center; justify-content: space-between;}
.bodycase .list .box::before{content: ""; position: absolute; left: -1px; bottom: 0; width: calc(100% + 2px); height: 0; background: #d60d0e; transition: .6s;}
.bodycase .list:hover .box::before{height: 100%;}
.bodycase .list .box .cattitle{flex: 1; position: relative;}
.bodycase .list .box .cattitle .cat{color: #d60d0e;}
.bodycase .list:hover .box .cattitle .cat{color: #dba7a8;}
.bodycase .list .box .cattitle .title{margin-top: 2%; position: relative; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodycase .list:hover .cattitle .title{color: #fff;}
.bodycase .list .box .ico{position: relative; width: 1.9vw; min-width: 20px; height: 1.9vw; min-height: 20px; border-radius: 50%; color: #d60d0e; border: 1px solid #d60d0e; display: flex; align-items: center; justify-content: center; transition: .5s;}
.bodycase .list:hover .box .ico{color: #fff; border: 1px solid #fff;}

@media only screen and (max-width:800px){
	.bodycase::after{width: calc((100% - 3%) / 2);}
	.bodycase .list{width: calc((100% - 3%) / 2);}
}
@media only screen and (max-width:560px){
	.bodycase::after{width: 100%;}
	.bodycase .list{width: 100%; margin: 3% 0;}
}

/*内页发展历程*/
.bodyfzlc{width: 100%; max-width: 1000px; margin: 2% auto;}
.bodyfzlc .list{position: relative; display: flex; justify-content: space-between;}
.bodyfzlc .list .time{color: #d60d0e; display: flex; align-items: center; justify-content: center;}
.bodyfzlc .list .time p{text-align: left; width: 100%;}
.bodyfzlc .list .yd{position: relative; width: 20%;}
.bodyfzlc .list .yd::before{content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1px; height: 100%; background: #e8ebf1; border: none;}
.bodyfzlc .list .yd p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 14px; height: 14px; border-radius: 50%; border:3px solid #c3c3c3; background: #fff;}
.bodyfzlc .list:hover .yd p{border:3px solid #d60d0e;}
.bodyfzlc .list .box{position: relative; top: 0; flex: 1; padding:5% 0; border-bottom: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodyfzlc .list:hover .box{/*top: -10px; box-shadow: 0 0 35px rgba(0,0,0, .1);*/}
.bodyfzlc .list:nth-child(2n) .box{/*background: #f6f6f6;*/}
.bodyfzlc .list .desc{line-height: 1.6;}
.bodyfzlc .list .desc p{text-align: justify; margin: 2% 0;}
.bodyfzlc .list .desc p::before{content: "·"; color: #999;}

@media only screen and (max-width:128px){
	.bodyfzlc .list .yd{width:15%;}
}
@media only screen and (max-width:800px){
	.bodyfzlc{margin: 8% auto;}
	.bodyfzlc .list .time{font-size: 30px; font-size: 3rem;}
	.bodyfzlc .list .yd{width:13%;}
	.bodyfzlc .list .yd p{width: 10px; height: 10px; border:2px solid #c3c3c3;}
}
@media only screen and (max-width:560px){
	.bodyfzlc .list .time{font-size: 24px; font-size: 2.4rem;}
	.bodyfzlc .list .yd{width:13%;}
}

/*内页新闻列表*/
.bodynews{margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynews::after{content: ""; width: calc((100% - 6%) / 3);}
.bodynews .list{position: relative; top: 0; width: calc((100% - 6%) / 3); margin: 1.5% 0; border: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodynews .list:hover{top: -20px; box-shadow: 0 0 35px rgba(0,0,0, .1);}
.bodynews .list .box{}
.bodynews .list:hover .img p img{transform: scale(1);}

.bodynews .list .box .desct{margin: 0 0 6% 0;}

@media only screen and (max-width:800px){
	.bodynews{padding-bottom: 0;}
	.bodynews::after{width: calc((100% - 3%) / 2);}
	.bodynews .list{width: calc((100% - 3%) / 2); margin: 1.5% 0;}
}
@media only screen and (max-width:560px){
	.bodynews::after{width: 100%;}
	.bodynews .list{width: 100%; margin: 3% 0;}
	.bodynews .list .box{padding: 6% 6%;}
	.bodynews .list .box .title{font-size: 22px; font-size: 2.2rem;}
}

/*内页新闻详情推荐*/
.newsbody{padding: 4% 5%; margin: 4% auto 0; max-width: 1200px; background: #f8f8f8;}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2.5%; margin-top: 1%; border-bottom: 1px solid #eaeaea;}
.newsshow-info font{font-family: 'Roboto'; font-weight: 300;}

@media only screen and (max-width:800px){
	.newsbody{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;}
}

/**内页联系我们**/
.bodycontact-map{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodycontact{width: 30%; padding: 4% 4%; color: #fff; background: #d60d0e;}
.bodycontact .list{display: flex; align-items: flex-start; justify-content: flex-start;}
.bodycontact .list .ico{margin-top: 11%;}
.bodycontact .list:first-child .ico{margin-top: 1%;}
.bodycontact .list .desc{flex: 1; margin-left: 20px; padding: 10% 0; border-bottom: 1px solid rgba(255,255,255,.3);}
.bodycontact .list:first-child .desc{padding-top: 0;}
.bodycontact .list .desc p:nth-child(2){margin-top: 5%;}

.bodycontact-code{margin-top: 5%; display: flex; justify-content: space-between;}
.bodycontact-code .listlist{flex: 1; margin-right: 10%;}
.bodycontact-code .listlist:last-child{margin-right: 0;}
.bodycontact-code .listlist img{width: 100%;}
.bodycontact-code .listlist .name{margin-top: 10px;}

.bodymap{position: relative; flex: 1; width: 100%; border: 1px solid rgba(0,0,0,.1);}
.bodymap #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodymap iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:1280px){
	.bodycontact{width: 35%;}
}
@media only screen and (max-width:900px){
	.bodycontact{width: 100%; padding: 10% 6%;}
	.bodycontact .list .ico{margin-top: 6%;}
	.bodycontact .list:first-child .ico{margin-top: 1%;}
	.bodycontact .list .desc{flex: 1; margin-left: 20px; padding: 5% 0;}
	.bodycontact .list .desc p:nth-child(2){margin-top: 2%;}
	
	.bodymap{flex: none; height: 0; padding-bottom: 80%; overflow: hidden;}
}
@media only screen and (max-width:560px){

}

/*内页留言*/
.bodymessage{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodymessage .img{position: relative; width: 48%;}
.bodymessage .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodymessage .img p img{width: 100%; height: 100%; object-fit: cover;}

.message{flex: 1; width: 100%; padding: 4% 5%; border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: center;}
.message form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: 100%; position: relative; margin:0 0 3.5% 0; padding: 4% 5%; border: 1px solid rgba(0,0,0,.1); display: flex; justify-content: space-between; transition: .5s;}
.message .list:hover{background: #f9f4f4;}
.message .list:nth-child(5){border: none; padding: 0; margin-bottom: 0;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; margin-top: 4px; color: #d8d8d8;}
.msg_input{width: 100%; border: none; background: none; font-family:"Microsoft YaHei",sans-serif;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; height: 120px; background: none; border: none; line-height: 1.4; font-family:"Microsoft YaHei",sans-serif;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%;  padding: 4% 0; background: #d60d0e; color: #fff; text-transform: uppercase; border: none;}	

@media only screen and (max-width:1024px){
	.msg_textarea{height: 100px;}
}
@media only screen and (max-width:800px){
	.bodymessage .img{width: 100%; height: 0; padding-bottom: 40%;}
	.message{flex: none; padding: 3% 0; border: none;}
}





/*内页下载列表*/
.bodydownload{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodydownload::after{content: ""; width: calc((100% - 2%) / 2);}
.bodydownload .list{position: relative; top: 0; width: calc((100% - 2%) / 2); margin: 1% 0; padding: 1.5% 2%; border: 1px solid rgba(0,0,0, .1); transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodydownload .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: url(bodydownload-list-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden; opacity: 0; transition: .5s;}
.bodydownload .list:hover::before{height: 100%; opacity: 1;}
.bodydownload .list:hover{top: -20px; box-shadow: 0 0 35px rgba(0,0,0, .1);}
.bodydownload .list .box{position: relative; flex: 1; margin-right: 10%;}
.bodydownload .list .box .logo{width: 16%;}
.bodydownload .list .box .logo img{width: 100%;}
.bodydownload .list .box .logo img:nth-child(2), .bodydownload .list:hover .box .logo img:first-child{height: 0; opacity: 0; transition: .7s;}
.bodydownload .list:hover .box .logo img:nth-child(2){height: auto; opacity: 1;}
.bodydownload .list .box .title{color: #000; margin: 5% 0 2% 0;}
.bodydownload .list:hover .box .title{color: #fff;}
.bodydownload .list .box .time{color: #888;}
.bodydownload .list:hover .box .time{color: #dba7a8;}
.bodydownload .list .ico{position: relative; margin-right: 2%; width: 1.9vw; min-width: 20px; height: 1.9vw; min-height: 20px; border-radius: 50%; color: #d60d0e; border: 1px solid #d60d0e; display: flex; align-items: center; justify-content: center;}
.bodydownload .list:hover .ico{color: #fff; border: 1px solid #fff;}

@media only screen and (max-width:800px){
	.bodydownload::after{width: 100%;}
	.bodydownload .list{width: 100%; margin: 2% 0; padding: 4% 4%;}
	.bodydownload .list .box .logo{width: 22%;}
}
@media only screen and (max-width:800px){
	.bodydownload{margin: 3% 0;}
	.bodydownload .list .box .logo{width: 30%;}
}


/*内页搜索*/
.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: #d60d0e; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #666; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #d60d0e; border-bottom: 2px solid #d60d0e;}

.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: #d60d0e; 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 #d60d0e;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #d60d0e;}
.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{padding: 14% 0 4% 0;}
	
	.search{margin-top: 60px;}
	.search 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){
	.searchcontainer{padding: 20% 0 4% 0;}
	
	.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: #d60d0e; color: #fff; border: 1px solid #d60d0e;}


/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1200px; padding: 2% 0 5% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.preNext p{color: #666; max-width: 48%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.preNext p a{color: #666;}
.preNext p a:hover{color: #d60d0e;}

@media only screen and (max-width:800px){
	.preNext p{max-width: 100%; margin: 1% 0;}
}
@media only screen and (max-width:560px){

}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 14px; font-size: 1.4rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #d60d0e;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:0;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid #dfe1e6; background: #f3f4f6; margin: 0 3px; text-align:center; padding:4px 13px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#d60d0e; border: 1px solid #d60d0e; font-weight: bold;}


@media only screen and (max-width:800px){
	.page_info{font-size: 14px; padding-top:5px;}
	.page_list{font-size: 14px; line-height:22px; margin-top:20px;}
	.page_list a{padding:2px 9px; margin:0 3px;}
}
@media only screen and (max-width:560px){
	.page_info{font-size: 12px;}
	.page_list{font-size: 12px; line-height:18px; margin-top:10px;}
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.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;}