@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:#cc9900; 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:#cc9900;}

.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:1.6;border-top:1px solid #ddd}
/*.product_tb table tr:hover{background: #f8f8f8;}*/
.product_tb table .odd td{background: #f8f8f8;}
.product_tb table .odd td.oddt{background: none;}
/*.product_tb table tr:hover td.oddt{background: #fff;}*/
.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:#cc9900;}
.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:#a47f0e;}
.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 1.5%; background: #fff; box-shadow: 0 0 45px rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between; transition:1s;}
.header.fixed{}

.header .logo{width: 11%; min-width: 130px; transition: 0.5s;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:31%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}

.headerbox{width: 60%; 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%; padding: 35px 0; display:inline-block; display: flex; align-items: center; justify-content:center;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #cc9900; 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{color: #cc9900; font-weight: 700;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top:100%; transform:translate(-50%, 0); width: 28vw; min-width: 360px; background:#fff; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:last-child .s_navbox{left: 50%; top:100%; transform:translate(-70%, 0);}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_l{width: 50%; min-width: 160px;}
.nav ul li .s_navbox .s_l .s_l_img{position: relative; width: 100%; height: 0; padding-bottom: 58%; overflow: hidden;}
.nav ul li .s_navbox .s_l .s_l_img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.nav ul li .s_navbox .s_l .s_l_content p:first-child{margin: 3% 0; color: #000;}
.nav ul li .s_navbox .s_l .s_l_content p:nth-child(2){color: #666;}
.nav ul li .s_navbox .s_a{flex: 1; padding-left: 5%; margin-left: 5%; border-left: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a{position: relative; text-transform:uppercase; display:block; padding: 10px 4%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #cc9900; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before, .nav ul li .s_navbox .s_a a.on::before{width: 100%;}
.nav ul li .s_navbox .s_a a:hover, .nav ul li .s_navbox .s_a a.on{color: #cc9900;}
.nav ul li .s_navbox .s_a a span{position: relative;}

.lag{margin: 0 5%;}
.lag img{width: 1.2vw; margin-right: 5px;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{background: url("search.png") #cc9900 no-repeat center center; background-size: 45%; width: 1.6vw; height: 1.6vw; border-radius: 50%; cursor: pointer;}

#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;}
#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:#cc9900; border: none; cursor: pointer;}

.m_nav{display:none}
.m_img{display: none}
.m_nav_k{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: 70%;}
	.nav ul li .f_a a{padding: 25px 0;}
}
@media screen and (max-width: 1280px){
	.nav ul li .s_navbox{width: 125px;}
}
@media screen and (max-width: 1024px){
	.nav ul li .f_a a{padding: 20px 0;}
}

/*移动端导航*/
@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;}
	.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;}
	
	.m_nav_k{display:block; height: 50px;}
}

/*banner*/
.banner{position: relative; width: 100%; height: 100vh; overflow: hidden;}
.aboutbanner{padding-bottom: 25%;}
.searchbanner{display: none;}

.banner .swiper-container{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide{}

.banner .swiper-slide .swiper-slide-img{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p{width: 100%; height: 100%;}
.banner .swiper-slide .swiper-slide-img p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-img p img{width: 100%; height: 100%; object-fit: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -40%); z-index: 2;}
.banner .swiper-slide .banner-text01{transform: translate(-50%, -80%);}
.banner .swiper-slide .banner-text .titleen{color: #000;}
.banner .swiper-slide .banner-text .titlex p{margin-top: 1%; width: 45px; height: 1px; background: #000;}
.banner .swiper-slide .banner-text .title{color: #000; margin: 2% 0; max-width: 50%;}
.banner .swiper-slide .banner-text .title02{color: #fff; margin: 0 0 2% 0;}
.banner .swiper-slide .banner-text .stock{color: #cc9900;}
.banner .swiper-slide .banner-text .desc{color: #666; max-width: 39%;}
.banner .swiper-slide .banner-text .desc01{color: #fff; max-width: 60%;}
.banner .swiper-slide .banner-text .more{position: relative; margin-top: 4%; display: flex; align-items: center; justify-content: space-around; width: 10%; min-width: 110px; padding: 10px 1%; color: #cc9900; border: 1px solid #cc9900; border-radius: 1000px; transition: .5s;}
.banner .swiper-slide .banner-text .more01{color: #fff; border: 1px solid #fff;}
.banner .swiper-slide .banner-text .more:hover{color: #fff; background: #cc9900; border: 1px solid #cc9900;}
.banner .swiper-slide .banner-text .more p:nth-child(2){width: 13%;}
.banner .swiper-slide .banner-text .more p:nth-child(2) img{width: 100%;}
.banner .swiper-slide .banner-text .more:hover p:nth-child(2) img:first-child, .banner .swiper-slide .banner-text .more p:nth-child(2) img:nth-child(2){display: none;}
.banner .swiper-slide .banner-text .more:hover p:nth-child(2) img:nth-child(2){display: block;}

.banner .swiper-slide  .banner-text .text-stroke{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-slide  .banner-text .text-stroke01{text-shadow:-1px -1px 0 rgba(255,255,255, .3), 1px -1px 0 rgba(255,255,255, .3), -1px 1px 0 rgba(255,255,255, .3), 1px 1px 0 rgba(255,255,255, .3);}

.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); z-index: 3; color: #fff;}
.aboutbanner-desc p{text-shadow: 0 0 40px rgba(0,0,0,.8);}

.banner .swiper-container .swiper-pagination{text-align: center; bottom: 10px;}
.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:#cc9900;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:#cc9900; 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:18px; 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: #cc9900;}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .titleen{font-size: 60px; font-size: 6rem;}
	.banner .swiper-slide .banner-text .title{font-size: 52px; font-size: 5.2rem;}
	.banner .swiper-slide .banner-text .title01{font-size: 30px; font-size: 3rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 23px; font-size: 2.3rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .titleen{font-size: 50px; font-size: 5rem;}
	.banner .swiper-slide .banner-text .title{font-size: 46px; font-size: 4.6rem;}
	.banner .swiper-slide .banner-text .title01{font-size: 28px; font-size: 2.8rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 21px; font-size: 2.1rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .titleen{font-size: 44px; font-size: 4.4rem;}
	.banner .swiper-slide .banner-text .titlex p{width: 35px;}
	.banner .swiper-slide .banner-text .title{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .title01{font-size: 26px; font-size: 2.6rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 19px; font-size: 1.9rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 12px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .titleen{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .titlex p{width: 30px;}
	.banner .swiper-slide .banner-text .title{font-size: 3.4px; font-size: 3.4rem;}
	.banner .swiper-slide .banner-text .title01{font-size: 24px; font-size: 2.4rem;}
	.banner .swiper-slide .banner-text .stock{font-size: 20px; font-size: 2rem;}
	.banner .swiper-slide .banner-text .desc{}
	.banner .swiper-slide .banner-text .more{padding: 8px 1%;}
	
	.aboutbanner-desc p{font-size: 45px; font-size: 4.5rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 12px; width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{height: 0; padding-bottom: 70%;}
	.banner .swiper-slide .swiper-slide-img p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-img p:nth-child(2){display: none;}
	
	.banner .swiper-slide .banner-text{transform: translate(-50%, -60%);}
	.banner .swiper-slide .banner-text01{transform: translate(-50%, -60%);}
	.banner .swiper-slide .banner-text .titleen{font-size: 35px; font-size: 3.5rem;}
	.banner .swiper-slide .banner-text .titlex p{width: 25px;}
	.banner .swiper-slide .banner-text .title{max-width: none; margin: 5% 0; display: flex; align-items: center; justify-content: flex-start;}
	.banner .swiper-slide .banner-text .title p:first-child{margin-right: 5%;}
	.banner .swiper-slide .banner-text .desc{font-size: 20px; font-size: 2rem; max-width: none;}
	.banner .swiper-slide .banner-text .more{padding: 6px 1%; margin-top: 8%;}
	
	.aboutbanner-desc p{font-size: 38px; font-size: 3.8rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{border-radius: 8px; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.aboutbanner-desc p{font-size: 30px; font-size: 3rem;}
	
	.banner .swiper-slide .banner-text{transform: translate(-50%, -50%);}
	.banner .swiper-slide .banner-text .titleen{font-size: 25px; font-size: 2.5rem;}
	.banner .swiper-slide .banner-text .titlex p{width: 20px;}
	.banner .swiper-slide .banner-text .title{font-size: 22px; font-size: 2.2rem;}
	.banner .swiper-slide .banner-text .title01{font-size: 17px; font-size: 1.7rem;}
	.banner .swiper-slide .banner-text .desc{font-size: 16px; font-size: 1.6rem;}
	.banner .swiper-slide .banner-text .more{padding: 4px 1%; min-width: 80px; font-size: 14px; font-size: 1.4rem;}
	
	.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;}
}

/**aboutbanner-searchbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 35%; overflow: hidden;}
.aboutbanner .text{position: absolute; left: 7%; top: 50%; transform: translate(-50%, 0); z-index: 1; text-transform: uppercase; text-align: left; color: #fff;}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

.searchbanner{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner .text{font-size: 55px; font-size: 5.5rem; left: 4%;}
}
@media only screen and (max-width:1366px){
	.aboutbanner .text{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner .text{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{width: 100%; height: 0; padding-bottom: 50%; overflow: hidden;}
	.aboutbanner .text{top:45%;}
	.aboutbanner .bg{display: none; opacity: 0;}
	.aboutbanner .bg1{display: block;}
}
@media only screen and (max-width:560px){
	.aboutbanner .text{font-size: 40px; font-size: 4rem;}
}

/**首页栏目标题**/
.indextitle h1{color: #cc9900;}
.indextitle p{color: #666;}

@media only screen and (max-width:1600px){
	.indextitle h1{font-size: 43px; font-size: 4.3rem;}
	.indextitle p{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1366px){
	.indextitle h1{font-size: 40px; font-size: 4rem;}
	.indextitle p{font-size: 23px; font-size: 2.3rem;}
}
@media only screen and (max-width:1280px){
	.indextitle h1{font-size: 36px; font-size: 3.6rem;}
	.indextitle p{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indextitle h1{font-size: 32px; font-size: 3.2rem;}
	.indextitle p{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:560px){
	.indextitle h1{font-size: 30px; font-size: 3rem;}
}

/**首页更多**/
.indexmore{}
.indexmore a{position: relative; top: 0; display: inline-block; width: 2.5vw; height: 2.5vw; border-radius: 50%; background: url(arrow-ico-white.png) #cc9900 no-repeat center center; background-size: 34%; transition: .6s;}
.indexmore a:hover{top: -15px; background: url(arrow-ico-white.png) #a37c08 no-repeat center center; background-size: 34%; box-shadow: 0 0 35px rgba(204,153,0,.6);}

@media only screen and (max-width:800px){
	.indexmore a{width: 4.5vw; height: 4.5vw; min-width: 30px; min-height: 30px;}
}
@media only screen and (max-width:560px){
	.indexmore a{min-width: 24px; min-height: 24px;}
}

/**应用领域**/
.indexappl{background: #f2f2f2; padding: 4.5% 0;}
.indexappl-indextitle{display: none;}
.indexappl-container{display: flex; justify-content: space-between; flex-flow: wrap; flex-direction: column-reverse;}

.indexapplbox{position: relative; width: 100%;}
.indexapplbox .swiper-wrapper{}
.indexapplbox .swiper-slide{position: relative; background: #f2f2f2; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexapplbox .swiper-slide .l{width: 36%;}
.indexapplbox .swiper-slide .l .indextitle{padding-bottom: 8%; border-bottom: 1px solid rgba(0,0,0,.08);}
.indexapplbox .swiper-slide .l .ico{margin-top: 8%; height: 2vw;}
.indexapplbox .swiper-slide .l .ico img{max-height: 100%;}
.indexapplbox .swiper-slide .l .title{color: #000; margin: 4% 0;}
.indexapplbox .swiper-slide .l .desc{color: #666; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexapplbox .swiper-slide .l .desc::after{content: ""; width: calc((100% - 2%) / 3);}
.indexapplbox .swiper-slide .l .desc p{width: calc((100% - 2%) / 3); margin: 2% 0; color: #666; display: flex; align-items: center; justify-content: flex-start;}
.indexapplbox .swiper-slide .l .desc p::before{content: ""; margin-right: 5px; width: 7px; height: 7px; border-radius: 50%; border: 1px solid rgba(0,0,0,.2); margin-top: 2px;}
.indexapplbox .swiper-slide .l .indexmore{margin-top: 8%;}
.indexapplbox .swiper-slide .l .indexmore a:hover{box-shadow:none;}

.indexapplbox .swiper-slide .r{position: relative; width: 57%; height: 0; padding-bottom: 34.7%; overflow: hidden;}
.indexapplbox .swiper-slide .r p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexapplbox .swiper-slide .r p img{max-width: 100%; max-height: 100%;}

.indexappltab{width: 100%; margin-top: 3%; display: flex; justify-content: space-between;}
.indexappltab .list{position: relative; flex: 1; padding: 1% 0; margin-right: 2%; border-bottom: 1px solid rgba(0,0,0,.08); overflow: hidden; transition: .5s; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.indexappltab .list:last-child{margin-right: 0;}
.indexappltab .list.onf{color: #cc9900; border-bottom: 1px solid #cc9900;}

@media only screen and (max-width:1600px){
	.indexapplbox .swiper-slide .l .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.indexapplbox .swiper-slide .l .title{font-size: 29px; font-size: 2.9rem;}
	
	.indexappltab .list .title{font-size: 23px; font-size: 2.3rem;}
}
@media only screen and (max-width:1280px){
	.indexapplbox .swiper-slide .l .title{font-size: 26px; font-size: 2.6rem;}

}
@media only screen and (max-width:1024px){
	.indexapplbox .swiper-slide .l .title{font-size: 23px; font-size: 2.3rem;}

	.indexappltab .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.indexappl{padding: 8% 0;}
	.indexappl-indextitle{display: block;}
	.indexappl-container{flex-direction: row;}
	
	.indexapplbox .swiper-slide .l{width: 100%;}
	.indexapplbox .swiper-slide .l .indextitle{display: none;}
	.indexapplbox .swiper-slide .l .ico{height: 3.5vw; min-height: 20px;}
	.indexapplbox .swiper-slide .l .title{font-size: 26px; font-size: 2.6rem; margin: 3% 0;}
	.indexapplbox .swiper-slide .l .desc p{width: calc((100% - 2%) / 3); margin: 1% 0;}
	.indexapplbox .swiper-slide .l .desc p::before{margin-right: 3px; width: 5px; height: 5px;}
	.indexapplbox .swiper-slide .l .indexmore{margin-top: 6%;}

	.indexapplbox .swiper-slide .r{width: 100%; padding-bottom: 61%;}
	
	.indexappltab{flex-flow: wrap;}
	.indexappltab::after{content: ""; width: calc((100% - 6%) / 3);}
	.indexappltab .list{flex: none; width: calc((100% - 6%) / 3); margin-right: 0; padding: 3% 0;}
}
@media only screen and (max-width:560px){
	.indexapplbox .swiper-slide .l .desc::after{width: calc((100% - 2%) / 2);}
	.indexapplbox .swiper-slide .l .desc p{width: calc((100% - 2%) / 2); font-size: 16px; font-size: 1.6rem;}
	
	.indexappltab .list .title{font-size: 18px; font-size: 1.8rem;}
}

/**关于我们**/
.indexabout{padding: 4.5% 0 20% 0; background: url(indexabout-bg.jpg) no-repeat center bottom; background-size: 100%;}
.indexabout-container{display: flex; justify-content: space-between; flex-flow: wrap;}

.indexabout .l{width: 41%; background: url(logo-bg.png) no-repeat 26% 10%; background-size: 65%;}
.indexabout .l .numadv{margin-top: 24%}

.numadv{display: flex; justify-content: space-between; flex-flow: wrap;}
.numadv .list{padding-bottom: 3%; border-bottom: 1px solid rgba(0,0,0, .1);}
.numadv .list .num{color: #cc9900;}
.numadv .list .title{}

.indexabout .r{width: 50%;}
.indexabout .r .since{color: #cc9900;}
.indexabout .r .company{color: #000; margin: 1.5% 0 4% 0;}
.indexabout .r .desc{color: #666; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}
.indexabout .r .indexmore{margin-top: 8%;}


@media only screen and (max-width:1600px){
	.numadv .list .num{font-size: 50px; font-size: 5rem;}
	.indexabout .r .since{font-size: 61px; font-size: 6.1rem;}
}
@media only screen and (max-width:1366px){
	.numadv .list .num{font-size: 46px; font-size: 4.6rem;}
	.indexabout .r .since{font-size: 55px; font-size: 5.5rem;}
	.indexabout .r .company{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.numadv .list .num{font-size: 42px; font-size: 4.2rem;}
	.indexabout .r .since{font-size: 50px; font-size: 5rem;}
	.indexabout .r .company{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.numadv .list .num{font-size: 38px; font-size: 3.8rem;}
	.indexabout .r .since{font-size: 45px; font-size: 4.5rem;}
	.indexabout .r .company{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.indexabout{padding: 8% 0 25% 0;}
	.indexabout-container{background: url(logo-bg.png) no-repeat center 5%; background-size: 100%;}
	.indexabout .l{width: 100%; background: none;}
	.indexabout .l .numadv{margin-top: 8%}
	
	.indexabout .r{width: 100%; margin-top: 8%;}
	.indexabout .r .indexmore{margin-top: 6%;}
}
@media only screen and (max-width:560px){
	.numadv .list .num{font-size: 28px; font-size: 2.8rem;}
	.indexabout .r .since{font-size: 36px; font-size: 3.6rem;}
	.indexabout .r .company{font-size: 24px; font-size: 2.4rem;}
}

/**我们的服务优势**/
.indexadv{padding: 4.5% 0; background: url(indexadv-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexadv-container{margin-top: 3.5%; display: flex; justify-content:space-between; flex-flow: wrap;}
.indexadvtab{width: 34%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexadvtab .list{width: 100%; padding: 6.5% 0; border-bottom: 1px solid rgba(0,0,0,.07); overflow: hidden;}
.indexadvtab .list:first-child{padding-top: 0;}
.indexadvtab .list .titleico{display: flex; align-items: center; justify-content: space-between;}
.indexadvtab .list .titleico .title{color: #000; line-height: 1; display: flex; align-items: center; justify-content: flex-start;}
.indexadvtab .list.onf .titleico .title{color: #cc9900;}
.indexadvtab .list .titleico .title img{width: 3.1vw;}
.indexadvtab .list .titleico .title p{margin-left: 10px;}
.indexadvtab .list .titleico .ico{color: #9f9f9f; opacity: 1; transition: .5s;}
.indexadvtab .list.onf .titleico .ico{opacity: 0;}
.indexadvtab .list .desc{position: relative; top: 40px; height: 0; color: #777; line-height: 1.6; opacity: 0; overflow: hidden; transition: 1s; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden;}
.indexadvtab .list.onf .desc{top: 0; opacity: 1; margin-top: 4%; height: auto; overflow: auto;}

.indexadvbox{position: relative; width: 56%; margin-right: 0;}
.indexadvbox .swiper-wrapper{}
.indexadvbox .swiper-slide{position: relative; width: 100%; height: 100%; overflow: hidden;}
.indexadvbox .swiper-slide p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 1vw; overflow: hidden;}
.indexadvbox .swiper-slide p img{width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:1600px){
	.indexadvtab .list .titleico .title{font-size: 27px; font-size: 2.7rem;}
}
@media only screen and (max-width:1366px){
	.indexadvtab .list .titleico .title{font-size: 25px; font-size: 2.5rem;}
}
@media only screen and (max-width:1280px){
	.indexadvtab .list .titleico .title{font-size: 23px; font-size: 2.3rem;}
}
@media only screen and (max-width:1024px){
	.indexadvtab .list .desc{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.indexadv{padding: 8% 0;}
	.indexadv-container{flex-direction: column-reverse;}
	.indexadvtab{width: 100%; margin-top: 5%;}
	.indexadvtab .list{padding: 4% 0;}
	.indexadvtab .list .titleico .title img{width: 4.1vw; min-width: 22px;}
	
	.indexadvbox{width: 100%; height: 0; padding-bottom: 50%; margin-top: 5%; overflow: hidden;}
	.indexadvbox .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
}
@media only screen and (max-width:560px){
	.indexadvtab .list{padding: 6% 0;}
	.indexadvtab .list .titleico .title{font-size: 20px; font-size: 2rem;}
}

/**新闻中心**/
.indexnews{padding: 4.5% 0;}

.indexnewsbox{position: relative; margin-top: 3%; padding-bottom: 3%;}
.indexnewsbox .swiper-wrapper{width: 100%;}
.indexnewsbox .swiper-slide{}
.indexnewsbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 50%; border-top-left-radius: .6vw; border-top-right-radius: .6vw; 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.1);}
.indexnewsbox .swiper-slide .box{position: relative; padding: 7%; border: 1px solid rgba(0,0,0,.07);}
.indexnewsbox .swiper-slide:hover .box{background: #f7f7f7;}
.indexnewsbox .swiper-slide .box .title{color: #000; line-height: 1.4; min-height: calc(1.4em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexnewsbox .swiper-slide:hover .title{color: #cc9900;}
.indexnewsbox .swiper-slide .box .desc{margin: 6% 0 8% 0; color: #888; line-height: 1.6; min-height: calc(1.6em * 3); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewsbox .swiper-slide .box .time{color: #888;}
.indexnewsbox .swiper-slide .box .time i{margin-right: 5px; color: #222;}
.indexnewsbox .swiper-button-prev, .indexnewsbox .swiper-button-next{top: 20%; background:rgba(0,0,0,.7); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.indexnewsbox .swiper-button-prev{left: 1%;}
.indexnewsbox .swiper-button-next{right: 1%;}
.indexnewsbox .swiper-button-prev:hover, .indexnewsbox .swiper-button-next:hover{background: #cc9900; 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: #e0e0e0; opacity: 1; outline:none; transition: .3s;}
.indexnewsbox .swiper-pagination-bullet-active{background: #cc9900; opacity: 1;}

@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox{padding-bottom: 6%;}
}
@media only screen and (max-width:560px){
}

/**欢迎留言**/
.indexcustom{padding: 4% 0;}
.indexcustom .title{color: #fff;}
.indexcustom .more{position: relative; margin: 1% auto 0; display: flex; align-items: center; justify-content: space-around; width: 10%; max-width: 170px; min-width: 110px; padding: 13px 1%; color: #fff; border: 1px solid #fff; border-radius: 1000px; transition: .5s;}
.indexcustom .more:hover{color: #fff; background: #cc9900; border: 1px solid #cc9900;}
.indexcustom .more p:nth-child(2){width: 13%;}
.indexcustom .more p:nth-child(2) img{width: 100%;}

@media only screen and (max-width:1600px){
	.indexcustom .title{font-size: 45px; font-size: 4.5rem;}
	.indexcustom .more{padding: 11px 1%;}
}
@media only screen and (max-width:1280px){
	.indexcustom .title{font-size: 40px; font-size: 4rem;}
	.indexcustom .more{padding: 9px 1%;}
}
@media only screen and (max-width:560px){
	.indexcustom{padding: 7% 0;}
	.indexcustom .title{font-size: 35px; font-size: 3.5rem;}
	.indexcustom .more{margin: 3% auto 0; padding: 8px 1%;}
}

/**底部**/
.footer{padding-top: 5%;}
.aboutfooter{background: #f5f5f5;}
.footerbox{display: flex; justify-content: space-between; flex-flow: wrap;}

.footernav{flex: 1; width: 100%; 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.7vw 0; display: block; color: #888;}
.footernav .navlist a:hover{color: #cc9900;}

.footercontactcode{margin-left: 10%; max-width: 436px;}
.footercontact{}
.footercontact .list:nth-child(2){margin: 3% 0 2% 0; line-height: 2;}
.footercode{margin-top: 12%; display: flex; justify-content: flex-start;}
.footercode .list{margin-right: 5%;}
.footercode .list:last-child{margin-right: 0;}
.footercode .list .img img{width: 100%; max-width: 116px; border: 1px solid rgba(0,0,0, .8);}
.footercode .list .name{margin-top: .5vw;}

.footercopy{color: #888; border-top: 1px solid rgba(0,0,0,.07); padding: 2.5% 0; margin-top: 5%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.footercopy a{color: #888;}
.footercopy a:hover{color: #cc9900;}
.footercopy .l, .footercopy .r{margin: 0.5% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin-right: 15px;}
.footercopy p:last-child{margin-left: 0;}

.zqkj{display: inline-block; background: url(zqkj1.png) no-repeat center center; background-size: 100%; opacity: .6; width: 107px; height: 10px;}

@media only screen and (max-width:1366px){
	.footercode .list .img img{max-width: 100px;}
}
@media only screen and (max-width:1280px){
	.footercontactcode{margin-left: 3%;}
	.footercode .list .img img{max-width: 90px;}
}
@media only screen and (max-width:1024px){
	.footernav .flist-title{font-size: 21px; font-size: 2.1rem;}
	.footercode{margin-top: 8%;}
	.footercode .list .img img{max-width: 85px;}
}
@media only screen and (max-width:800px){
	.footer{padding-top: 8%;}
	.footernav{flex: none; padding-bottom: 2%; border-bottom: 1px solid rgba(0,0,0,.07); flex-flow: wrap;}
	.footernav .list{width: calc(100% / 3); margin-bottom: 3%; text-align: center;}
	.footernav .navlist{display: none;}
	
	.footercontactcode{margin-left: 0; max-width: 100%; width: 100%; margin-top: 5%;}
	.footercontact .list{text-align: center;}
	.footercode{justify-content: center;}
	.footercopy, .footercopy .l, .footercopy .r{justify-content: center;}
}
@media only screen and (max-width:560px){
	.footernav .flist-title{font-size: 17px; font-size: 1.7rem;}
	.footercontact{font-size: 16px; font-size: 1.6rem;}
}


/*内页*/
.bodybg{background: #f5f5f5;}
.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;}

.newsbody{padding: 4% 5%; margin: 10% auto 4%; max-width: 1200px; 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){
	.newsbody{margin-top: calc(5% + 50px)}
	
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height:1.6; font-size: 16px; font-size: 1.6rem;}
	.mainbody_content p{margin:3% 0;}
}

/*about-nav*/
.about-nav{background: #4a4a4a;}
.about-nav .about-navbox{display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #fff; padding: 1.5% 3%; border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center;}
.about-nav a:first-child{padding-left: 0;}
.about-nav a font{position: relative;}
.about-nav a:hover, .about-nav a.cur{color: #cc9900;}

.location{color: #888;}
.location a{color: #888;}
.location i{color: #cc9900;}

@media only screen and (max-width:800px){
	.about-nav{background: none; margin: 2% 0;}
	.about-nav .about-navbox{width: 100%; flex-flow: wrap;}
	.about-nav a{width: calc((100% - 4%) / 4); margin: 0.5% 0.5%; background: #4a4a4a; border: none;}
	.about-nav a:first-child{padding: 1.5% 3%;}
}

/**内页人才招聘**/
.bodyjob{margin-top: 4%; display: flex; justify-content: space-between; flex-direction:row-reverse;}
.bodyjob .logo{margin-top: 7px;}
.bodyjob .logo img{width: 16vw;}
.bodyjob .desc{flex: 1; margin-right: 7%; color: #444; line-height:2; text-align:justify;}
.bodyjob .desc p{margin:2% 0;}
.bodyjob .desc p:first-child{margin-top: 0;}
.bodyjob .desc img{max-width:100%;}

.job{margin-top: 3%;}
.job .list{padding: 0 2%; border-bottom: 1px solid rgba(0,0,0,.2);}
.job .list:first-child{border-top: 1px solid rgba(0,0,0,.2);}
.job .list.on{box-shadow: 0 0 35px rgba(0,0,0,.1); border-top: 3px solid #cc9900; border-bottom: none;}
.job .list:last-child.on{border-bottom: none;}
.job .list .listbox{padding: 2.5% 0; color: #888; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .listbox .title{width: 25%; color: #000; transition: .5s;}
.job .list.on .listbox .title{color: #cc9900;}
.job .list .listbox .xl{width: 22%;}
.job .list .listbox .xz{width: 23%;}
.job .list .listbox .gzdd{width: 15%;}
.job .list .listbox .more{width: 5%; display: flex; align-items: center; justify-content: flex-end;}
.job .list .listbox .more p{width: 1.6vw; min-width: 20px; height: 1.6vw; min-height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,.3); display: flex; align-items: center; justify-content: center;}
.job .list .listbox .more p i{color: #afafaf; transition: .5s;}
.job .list.on .listbox .more p{border: 1px solid #cc9900; background: #cc9900}
.job .list.on .listbox .more p i{transform: rotate(90deg); color: #fff;}
.job .list .desc{display: none; padding: 2% 0 3% 0; line-height: 1.6; color: #666; border-top: 1px solid rgba(0,0,0,.1);}
.job .list .desc p{margin: 1% 0;}
.job .list .desc p:first-child{margin-top: 0;}
.job .list .desc p:last-child{margin-bottom: 0;}
.job .list .desc img{max-width: 100%;}
.job .list .contact{display: none; padding-bottom: 3%;}
.job .list .contact p{display: inline-block; padding: .7vw 2vw; color: #fff; /*background: #cc9900;*/ background-image: linear-gradient(to right, #cc9900, #c8ae5f); border-radius: 100px;}

@media only screen and (max-width:800px){
	.bodyjob .desc{line-height: 1.6;}
}
@media only screen and (max-width:560px){
	.bodyjob{flex-flow: wrap;}
	.bodyjob .logo{margin-top: 3%; width: 50%;}
	.bodyjob .logo img{width: 100%;}
	.bodyjob .desc{flex: none; margin-right: 0; width: 100%; margin-top: 5%; font-size: 17px; font-size: 1.7rem;}
	
	.job{margin-top: 5%;}
	.job .list .listbox{padding: 4% 0; font-size: 16px; font-size: 1.6rem;}
	.job .list .listbox .title{width: 45%;}
	.job .list .listbox .xl{display: none;}
	.job .list .listbox .xz{width: 35%;}
	.job .list .listbox .gzdd{width: 15%;}
	.job .list .listbox .more p{min-width: 16px; min-height: 16px;}
	.job .list .desc{padding: 4% 0 6% 0;}
	.job .list .contact{padding-bottom: 6%;}
	.job .list .contact p{padding: .8vw 3.5vw;}
}

/**内页联系我们**/
.bodycontact{padding: 3% 0;}

.contacttitle{border-bottom: 1px solid rgba(0,0,0,.9); padding-bottom: 4%; margin:2% auto 3% auto;}
.contacttitle p:nth-child(2){margin-top: 2%;}

.contact-contact{display: flex; justify-content:space-between; flex-flow: wrap;}
.contact-contact .list{}
.contact-contact .list .title{color: #000;}
.contact-contact .list .desc{color: #000; line-height: 1.8; min-height: 70px; margin: .8vw 0 2vw 0;}
.contact-contact .list .ico{color: #cc9900;}

.contact-map{margin: 6% 0 2% 0;}
.contactmapbox{position: relative; width: 100%; height: 0; padding-bottom: 40%; overflow: hidden; border: 1px solid #eaecf0;}
.contactmapbox #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactmapbox iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:1280px){
	.contact-contact .list .desc{min-height: 58px;}
}
@media only screen and (max-width:800px){
	.contacttitle{padding-bottom: 6%; margin:8% 0 6% 0;}
	.contact-contact .list{width: 100%; margin-bottom: 7%;}
	.contact-contact .list .desc{line-height: 1.6; min-height: auto; margin: .8vw 0 2vw 0;}
	
	.contactmapbox{padding-bottom: 80%;}
}
@media only screen and (max-width:560px){
	.contacttitle p:first-child{font-size: 20px; font-size: 2rem}
	.contacttitle p:nth-child(2){font-size: 26px; font-size: 2.6rem}
	
	.contact-contact .list:nth-child(2) .desc{font-size: 17px; font-size: 1.7rem;}
	
	.contact-map{margin-top: 8%;}
	.contactmapbox{padding-bottom: 80%;}
}

/*内页产品形状*/
.bodyproductshape{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductshape::after{content: ""; width: calc((100% - 6%) / 3);}
.bodyproductshape .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin:1.5% 0; background: url(bodyproductshape-list-bg.jpg) no-repeat center center; background-size: cover; border-radius: 5px; transition: .5s;}
.bodyproductshape .list:hover{top: -25px; box-shadow: 0 10px 30px rgba(0,0,0, .1);}
.bodyproductshape .list .img{position: relative; width: 100%; height: 0; padding-bottom: 79%; overflow: hidden;}
.bodyproductshape .list .img p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -55%); width: 80%; height: 62%; display: flex; align-items: center; justify-content: center;}
.bodyproductshape .list .img p img{max-width: 100%; max-height: 100%;}

@media only screen and (max-width:800px){
	.bodyproductshape::after{width: calc((100% - 4%) / 2); margin:2% 0;}
	.bodyproductshape .list{width:calc((100% - 4%) / 2);}
}
@media only screen and (max-width:560px){
	.bodyproductshape::after{width: 100%;}
	.bodyproductshape .list{width:100%; margin:4% 0;}
}

/*内页公司简介*/
.bodyabout{margin: 5% auto;}
.bodyaboutbox{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyaboutbox .left{width: 42%; margin-top: 1.5%;}
.bodyaboutbox .left .img{width: 100%;}
.bodyaboutbox .left .img img{width: 100%;}
.bodyaboutbox .left .numadv{margin-top: 4%;}

.bodyaboutbox .right{width: 50%;}

@media only screen and (max-width:800px){
	.bodyaboutbox .left{width: 100%;}
	.bodyaboutbox .right{width: 100%; margin-top: 4%;}
}
@media only screen and (max-width:560px){

}

/*内页发展历程*/
.bodyhistory-title{margin:5% auto 3% auto;}
.bodyhistory{padding: 5% 0 6% 0; background: url(bodyhistory-bg.jpg) no-repeat center center; background-size: cover;}

.bodyhistorybox{position: relative; --imgmt: 35px;}
.bodyhistorybox .swiper-wrapper{width: 100%;}
.bodyhistorybox .swiper-slide{border-bottom: 1px solid #000;}
.bodyhistorybox .swiper-slide:first-child{border-left: 1px solid rgba(0, 0, 0, .1);}
.bodyhistorybox .swiper-slide .desc .box{padding: 0 5%; color: #000; line-height: 1.6; min-height: calc(1.6em * 12); border-right: 1px solid rgba(0, 0, 0, .1); transition: .5s;}
.bodyhistorybox .swiper-slide-active .desc .box{padding-top: calc(3*var(--imgmt));}
.bodyhistorybox .swiper-slide .desc p{margin: 1% 0;}
.bodyhistorybox .swiper-slide .desc p::before{content: "·"; color: #666;}
.bodyhistorybox .swiper-slide .time{margin: 3% 0; color: #000;}
.bodyhistorybox .swiper-slide .line{display: flex; align-items: flex-end; justify-content: space-between;}
.bodyhistorybox .swiper-slide .line p{height: 10px; width: 1px; background: #333333;}
.bodyhistorybox .swiper-slide .line p:last-child{opacity: 0;}
.bodyhistorybox .swiper-slide .line .t{width: 2px; height: 15px;}
.bodyhistorybox .swiper-slide-active + .swiper-slide .desc .box{padding-top: calc(2*var(--imgmt));}
.bodyhistorybox .swiper-slide-active + .swiper-slide + .swiper-slide .desc .box{padding-top: calc(1*var(--imgmt));}
.bodyhistorybox .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .desc .box{padding-top: 5px;}
.bodyhistorybox .swiper-button-prev, .bodyhistorybox .swiper-button-next{top: calc(100% - 25px); background:rgba(0,0,0,1); color: #fff; width: 25px; height: 25px; --swiper-navigation-size: 7px; outline:none;} 
.bodyhistorybox .swiper-button-prev{left: 0;}
.bodyhistorybox .swiper-button-next{right: 0;}
.bodyhistorybox .swiper-button-prev:hover, .bodyhistorybox .swiper-button-next:hover{background: #cc9900; color: #fff;}
.bodyhistorybox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.bodyhistorybox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #e0e0e0; opacity: 1; outline:none; transition: .3s;}
.bodyhistorybox .swiper-pagination-bullet-active{background: #cc9900; opacity: 1;}

/*内页合作客户*/
.bodyclient{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyclient::after{width: calc((100% - 6%) / 4);}
.bodyclient .list{background: #fff; width: calc((100% - 8%) / 5); margin: 1% 0;}
.bodyclient .list .ico{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 50%; border: 1px solid #e9e9e9; border-radius: 50%; margin: 0 auto; overflow: hidden;  transition: .5s;}
.bodyclient .list:hover .ico{box-shadow: 0 15px 35px rgba(204,153,0, .3); border: 1px solid #cc9900; top: -15px; z-index: 2;}
.bodyclient .list .ico p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70%; height: 50%; display: flex; align-items: center; justify-content: center;}
.bodyclient .list .ico p img{max-width: 100%; max-height: 100%; transition: 3s;}
.bodyclient .list:hover .ico p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg); }
.bodyclient .list .title{margin: 5% auto; color: #888; line-height: 1.2; display: flex; align-items: center; justify-content: center; transition: .5s;}
.bodyclient .list:hover .title{color: #cc9900;}

@media only screen and (max-width:1280px){
	.bodyclient::after{width: calc((100% - 6%) / 4);}
	.bodyclient .list{width: calc((100% - 6%) / 4); margin: 1% 0;}
}
@media only screen and (max-width:800px){
	.bodyclient::after{width: calc((100% - 4%) / 3);}
	.bodyclient .list{width: calc((100% - 4%) / 3); margin: 1% 0; border-radius: 4px;}
	.bodyclient .list:hover{top: -10px;}
}
@media only screen and (max-width:560px){
	.bodyclient::after{width: calc((100% - 3%) / 2);}
	.bodyclient .list{width: calc((100% - 3%) / 2); margin: 1.5% 0;}
}

/*内页新闻里列表新闻推荐*/
.bodynewsswiper{width: 100%; padding: 4.5% 0; background: #f5f5f5;}
.bodynewsswiper .indexnewsbox{margin-top: 0; padding-bottom: 0;}
.bodynewsswiper .swiper-slide{display: flex; justify-content: space-between;}
.bodynewsswiper .swiper-slide .img{width: 48%; height: auto; padding-bottom: 0; border-top-left-radius: 0; border-top-right-radius: 0; overflow: hidden;}
.bodynewsswiper .swiper-slide .box{width: 52%; padding: 5% 6%; background: #fff;}
.bodynewsswiper .swiper-slide:hover .box{background: #fff;}
.bodynewsswiper .swiper-slide .box .desc{margin: 2% 0 4% 0;}
.bodynewsswiper .swiper-slide .box .time{margin-top: 8%; padding-top: 5%; border-top: 1px solid rgba(0,0,0,.08); color: #888;}
.bodynewsswiper .swiper-pagination{bottom: 10%; padding-right: 4%; text-align: right; z-index: 99;}

.bodynews{width: 100%; margin-top: 0; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynews::after{content: ""; width: calc((100% - 6%) / 3);}
.bodynews .list{width: calc((100% - 6%) / 3); margin: 1.5% 0;}
.bodynews .list:hover{}

@media only screen and (max-width:800px){
	.bodynewsswiper{padding: 6% 0;}
	.bodynewsswiper .swiper-slide .box{padding: 3% 4%;}
	.bodynewsswiper .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
	.bodynewsswiper .swiper-slide .box .desc{line-height: 1.4; min-height: calc(1.4em * 2); -webkit-line-clamp: 2;}
	
	
	.bodynews::after{width: 100%;}
	.bodynews .list{width: 100%; margin: 3% 0;}
}
@media only screen and (max-width:560px){
	.bodynewsswiper .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem; line-height: 1.2; min-height: calc(1.2em * 2);}
	.bodynewsswiper .swiper-slide .box .time{margin-top: 5%; padding-top: 3%;}
}

/*内页新闻详情推荐*/
.newsshow-title{color: #000; line-height: 1.5;}
.newsshow-info{color: #acacac; padding-bottom:2.5%; margin-top: 2%; border-bottom: 1px solid #eaeaea;}
.newsshow-info font{font-family: 'Roboto'; font-weight: 300;}

@media only screen and (max-width:800px){
	.newsshow-title {line-height: 1.5; font-size: 34px; font-size: 3.4rem;}
}
@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;}
}

/**内页资质荣誉**/
.bodyhonor{}
.bodyhonor-gjj{padding: 7% 0 4% 0;}

.bodyhonor-desc{line-height: 1.6; text-align: justify; max-width: 35%; max-height: 380px; margin: 3% 0 0 0; overflow: auto;}
.bodyhonor-desc p{padding: 1.5% 0;}
.bodyhonor-desc p::before{content: ""; background: url(honor-ico.png) no-repeat center center; background-size: 100%; width: 22px; height: 22px; display: inline-block; margin-right: 10px;}
.bodyhonor-desc p:first-child{margin-top: 0;}
.bodyhonor-desc p:last-child{margin-bottom: 0;}

.bodyhonor-ssj{margin: 4% auto;}
.bodyhonor-ssjdesc{padding: 6% 5%; margin-top: 3.5%;}
.bodyhonor-ssj .bodyhonor-desc{background: rgba(255,255,255, .77); margin: 0 0; padding: 3% 3%; max-width: 40%; max-height: 440px;}

.bodyhonor-zlgk{margin-bottom: 4%;}
.bodyhonor-zlgk-top{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor-zlgk-top .left{width: 42%;}
.bodyhonor-zlgk-top .left .numadv{margin-top: 6%;}
.bodyhonor-zlgk-top .right{width: 42%; text-align: justify; color: #666; line-height: 1.6; margin-top: 10px;}

.bodyhonorzlgkbox{position: relative; margin-top: 5%; padding-bottom: 5.5%; background: url(bodyhonorzlgkbox-bg.jpg) no-repeat center bottom; background-size: 100%;}
.bodyhonorzlgkbox .swiper-wrapper{width: 100%;}
.bodyhonorzlgkbox .swiper-slide{}
.bodyhonorzlgkbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 135%; background: url(bodyhonor-zlgk-list-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.bodyhonorzlgkbox .swiper-slide .img p{position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); overflow: hidden; display: flex; align-items: center; justify-content: center;}
.bodyhonorzlgkbox .swiper-slide .img p img{max-width: 100%; max-height: 100%; object-fit: cover; transition: .5s;}
.bodyhonorzlgkbox .swiper-slide:hover .img p img{transform: scale(1.1);}
.bodyhonorzlgkbox .swiper-slide .title{margin-top: 10px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyhonorzlgkbox .swiper-slide:hover .title{color: #cc9900;}
.bodyhonorzlgkbox .swiper-button-prev, .bodyhonorzlgkbox .swiper-button-next{top: 35%; background:rgba(0,0,0,.7); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.bodyhonorzlgkbox .swiper-button-prev{left: 1%;}
.bodyhonorzlgkbox .swiper-button-next{right: 1%;}
.bodyhonorzlgkbox .swiper-button-prev:hover, .bodyhonorzlgkbox .swiper-button-next:hover{background: #cc9900; color: #fff;}
.bodyhonorzlgkbox .swiper-pagination{bottom: 5%; z-index: 99;}
.bodyhonorzlgkbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #c3c3c3; opacity: 1; outline:none; transition: .3s;}
.bodyhonorzlgkbox .swiper-pagination-bullet-active{background: #cc9900; opacity: 1;}

@media only screen and (max-width:1280px){
	.bodyhonor-title{font-size: 36px; font-size: 3.6rem;}
	
	.bodyhonor-desc{max-width: 45%;}
	.bodyhonor-desc p::before{width: 18px; height: 18px; margin-right: 7px;}
		
	.bodyhonor-ssj .bodyhonor-desc{max-width: 47%;}
}
@media only screen and (max-width:800px){
	.bodyhonor-title{font-size: 32px; font-size: 3.2rem;}
	
	.bodyhonor-desc{max-width: 65%; margin: 6% 0 0 0;}
	.bodyhonor-desc p::before{width: 16px; height: 16px; margin-right: 5px;}
	
	.bodyhonor-ssj{margin: 8% auto;}
	.bodyhonor-ssjdesc{margin-top: 6%;}
	.bodyhonor-ssj .bodyhonor-desc{max-width: 70%;}
	
	.bodyhonor-zlgk{margin-bottom: 8%;}
	.bodyhonor-zlgk-top .left{width: 100%;}
	.bodyhonor-zlgk-top .right{width: 100%; margin-top: 5%;}
	.bodyhonorzlgkbox{margin-top: 7%; padding-bottom: 6%;}
	.bodyhonorzlgkbox .swiper-slide .img p{left: 7px; top: 7px; width: calc(100% - 14px); height: calc(100% - 14px);}
	.bodyhonorzlgkbox .swiper-pagination{bottom: 0;}
}
@media only screen and (max-width:560px){
	.bodyhonor-title{font-size: 30px; font-size: 3rem;}
	
	.bodyhonor-desc{max-width: 100%;}
	
	.bodyhonor-ssj .bodyhonor-desc{max-width: 100%;}
	
	.bodyhonorzlgkbox .swiper-slide .img p{left: 5px; top: 5px; width: calc(100% - 10px); height: calc(100% - 10px);}
	.bodyhonorzlgkbox .swiper-pagination-bullet{width: 6px; height: 6px;}
}

/*内页家电及电动工具*/
.bodyapplt{margin: 3% auto;}
	
.bodyappltswiper{position: relative; margin-top: 5%; padding-bottom: 4%; background: url(bodyhonorzlgkbox-bg.jpg) no-repeat center bottom; background-size: 100%;}
.bodyappltswiper .swiper-wrapper{width: 100%;}
.bodyappltswiper .swiper-slide{padding: 1% 1%;}
.bodyappltswiper .swiper-slide .img{position: relative; top: 0; width: 100%; height: 0; padding-bottom: 100%; background-size: cover; overflow: hidden; transition: .5s;}
.bodyappltswiper .swiper-slide:hover .img{top: -20px;}
.bodyappltswiper .swiper-slide .img p{position: absolute; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); overflow: hidden; display: flex; align-items: flex-end; justify-content: center;}
.bodyappltswiper .swiper-slide .img p img{max-width: 100%; max-height: 100%; object-fit: cover; transition: .5s;}
.bodyappltswiper .swiper-slide .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyappltswiper .swiper-slide:hover .title{color: #cc9900;}
.bodyappltswiper .swiper-button-prev, .bodyappltswiper .swiper-button-next{top: 35%; background:rgba(0,0,0,.7); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.bodyappltswiper .swiper-button-prev{left: 1%;}
.bodyappltswiper .swiper-button-next{right: 1%;}
.bodyappltswiper .swiper-button-prev:hover, .bodyappltswiper .swiper-button-next:hover{background: #cc9900; color: #fff;}
.bodyappltswiper .swiper-pagination{bottom: 5%; z-index: 99;}
.bodyappltswiper .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #c3c3c3; opacity: 1; outline:none; transition: .3s;}
.bodyappltswiper .swiper-pagination-bullet-active{background: #cc9900; opacity: 1;}


/*内页交通领域-其他应用*/
.bodyappl{margin: 3% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyappl::after{content: ""; width: calc((100% - 6%) / 3);}
.bodyappl .list{position: relative; width: calc((100% - 6%) / 3); margin:1.5% 0; border-radius: .5vw; overflow: hidden;}
.bodyappl .list .box{position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; padding: 15% 5% 4% 5%; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1)); transition: .5s;}
.bodyappl .list.on .box{padding-bottom: 8%; background-image: linear-gradient(to bottom, rgba(204,153,0, 0), rgba(204,153,0, 1));}
.bodyappl .list .box .title{color: #fff;}
.bodyappl .list .box .desc{margin-top: 2%; color: rgba(255,255,255, .8); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.bodyappl .list .box .desc p{margin: 1% 2% 1% 0; display: inline-block; padding: 0 7px; border: 1px solid #fff; border-radius: 100px;}
.bodyappl .list .box .desc p:last-child{margin-right: 0;}
.bodyappl .list .img{position: relative; width: 100%; height: 0; padding-bottom: 130%; overflow: hidden;}
.bodyappl .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

@media only screen and (max-width:800px){
	.bodyappl{margin: 6% auto;}
	.bodyappl::after{width: 100%;}
	.bodyappl .list{width:100%; margin:2% 0; border-radius: 2vw;}
	.bodyappl .list .box{padding: 10% 3% 2% 3%;}
	.bodyappl .list.on .box{padding-bottom: 4%;}
	.bodyappl .list .box .desc{margin-top: 1%;}
	.bodyappl .list .box .desc p{padding: 0 5px;}
	.bodyappl .list .img{padding-bottom: 60%;}
}
@media only screen and (max-width:560px){
	.bodyappl .list .box .title{font-size: 22px; font-size: 2.2rem;}
	.bodyappl .list .img{padding-bottom: 70%;}
}

/*内页核心优势*/
.bodyadv{margin: 4% auto;}

@media only screen and (max-width:800px){
	.bodyadv .numadv{justify-content: flex-start;}
	.bodyadv .numadv .list{margin-right: 2%; padding-top: 2%;}
}
@media only screen and (max-width:560px){

}

/*内页产品列表*/
.bodyproduct{width: 100%; height: auto; padding-bottom: 0; margin-top: 2%; 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:2% 0; height: auto; transition: .5s;}
.bodyproduct .list:hover{top:-20px;}

@media only screen and (max-width:800px){
	.bodyproduct::after{width: calc((100% - 4%) / 2);}
	.bodyproduct .list{width:calc((100% - 4%) / 2);}
}
@media only screen and (max-width:560px){
	.bodyproduct::after{width: 100%;}
	.bodyproduct .list{width:100%; margin:4% 0;}
}

/*内页图片列表*/
.bodyimg{margin-top: 3%; 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(38,59,152, .3);}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; border: 1px solid #eaecf0; transition: .5s;}
.bodyimg .list:hover .img{border: 1px solid #263b98;}
.bodyimg .list .img p{position: absolute; width: calc(100% - 16px); height: calc(100% - 16px); top: 8px; left: 8px; 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 #eaecf0; transition: .5s;}
.bodyimg .list:hover .imgt{border: 1px solid #263b98;}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 16px); height: calc(100% - 16px); top: 8px; left: 8px; 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: #263b98; 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: #263b98;}

@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;}
}

/*内页样品申请*/
.bodycustom{margin-bottom: 3%;}
.bodycustom-title{margin: 4% 0 2% 0;}
.bodycustom-form{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodycustom-form::after{content: ""; width: calc((100% - 4%) / 3);}
.bodycustom-form .list{position: relative; width: calc((100% - 4%) / 3); margin-bottom: 2%;}
.bodycustom-form .listt{width: 100%;}
.bodycustom-form .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.bodycustom-form .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.bodycustom_input{width: 100%; border: none; background: #f0f0f0; padding: 1.3vw 2vw; font-family: 'Noto Sans SC'; font-weight: 400;}
.bodycustom_input input::-webkit-input-placeholder{color: #999;}
.bodycustom_textarea{width: 100%; height: 10vw; background: #f0f0f0; border: none; line-height: 1.4; padding: 1.3vw 2vw; font-family: 'Noto Sans SC'; font-weight: 400; resize: none;}
.bodycustom_textarea textarea::-webkit-input-placeholder{color: #999;}
.bodycustom_submit{padding: 1vw 4vw; background: #cc9900; color: #fff; text-transform: uppercase; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}
.bodycustom-form input[type="validate"]{text-transform: uppercase;}

@media only screen and (max-width:800px){
	.bodycustom-title{margin: 6% 0 4% 0;}
	
	.bodycustom-form .list{width: 100%;}
	.bodycustom_input{padding: 2.5vw 2.5vw;}
	.bodycustom_textarea{padding: 2.5vw 2.5vw;}
	.bodycustom_submit{padding: 1.5vw 4vw;}
	.bodycustom_textarea{height: 20vw;}
}
@media only screen and (max-width:560px){
	.bodycustom-form .list{margin-bottom: 3%;}
	.bodycustom_input{padding: 3.5vw 2.5vw;}
	.bodycustom_textarea{padding: 3.5vw 2.5vw;}
	.bodycustom_submit{padding: 2vw 8vw;}
	.bodycustom_textarea{height: 30vw;}
}

/*内页搜索*/
.searchcontainer{max-width: 1200px; margin: 10% auto 5%;}

.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: #cc9900; 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: #cc9900; border-bottom: 2px solid #cc9900;}

.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: #cc9900; 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 #cc9900;}
.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: #cc9900;}
.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: #cc9900; color: #fff; border: 1px solid #cc9900;}


/*详细页上一页下一页收藏打印*/
.preNext{width: 100%; margin-top: 20px; border-top: 1px solid rgba(0,0,0,.1); position: relative;}
.preNext .text{color:#999; margin-top: 20px; line-height: 30px;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -70px;}
.preNext .actBox li#act-pnt{background-position:4px -105px;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.preNext{margin-top: 0;}
	.preNext .text{margin-top: 10px; line-height: 20px;}
	.preNext .actBox{top:7px;}
}

/*分页样式*/
.page_info{text-align:center; padding-top:30px; color:#666; font-size: 14px; font-size: 1.4rem;}
.page_info span{padding:0 2px;font-weight:bold; color: #cc9900;}
.page_list{line-height:25px; text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top:2%;}
.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; border-radius: 100px; color:#666; text-align:center; padding:4px 13px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#cc9900; border: 1px solid #cc9900; 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;}