@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#e5e5f4;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#0071b9; 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", "Arial",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:#0071b9;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}}

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*container*/
.container{width: 92%; max-width: 1600px; margin: 0 auto;}

@media only screen and (max-width: 1740px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 99; width: 100%; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0, .1); display: flex; justify-content: space-between; transition: .5s;}
.header.fixed{box-shadow: 0 8px 32px rgba(0,0,0, .15);}

.header .logo{width: 16.5%; min-width: 150px;}
.header .logo a{position: relative; width: 100%; height: 100%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}

.nav{flex: 1; width: 100%; margin: 0 10%;}
.nav .nav_pc{display: flex; justify-content:space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #000; text-align: center; font-weight: 500;  padding: 1.8vw 0; display: inline-block;}
.nav ul li .f_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: #0071b9; transition: .5s;}
.header .nav ul li .f_a a::before{background: #0071b9;}
.nav ul li.hovert .f_a a::before, .nav ul li .f_a a:hover::before, .header.fixed .nav ul li .f_a a:hover::before, .header:hover .nav ul li .f_a a:hover::before{width: 100%;}
.nav ul li.hovert .f_a a, .nav ul li:hover .f_a a{color: #0071b9; font-weight: 700;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: 100%; transform:translate(-50%, 0); width: 24vw; min-width: 330px; background: #fff; border-radius: 5px; box-shadow: 0 8px 32px rgba(0,0,0, .1); z-index: 9;}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%;}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 10px 0; width: 48%; 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: #0071b9; 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: #0071b9;}

.header .r{display: flex; justify-content: flex-end;}

.header .r .phone{color: #000; margin-right: 1.5vw; display: flex; align-items: center; justify-content: center;}
.header .r .phone i{color: #0071b9; margin-right: 5px;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{width: 5vw; height: 100%; background: url(s.png) #0071b9 no-repeat center center;  background-size: 20%; 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: calc(100% + 5px); z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 35px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 35px;}
#search input::-webkit-input-placeholder{color: #888;}
#search input[type="search"]{width:150px;padding: 0 5px 0 20px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#0071b9; border: none; cursor: pointer;}

@media screen and (max-width: 1440px){
	.nav{margin: 0 6%;}
	.nav ul li .s_navbox .s_a a{padding: 8px 0;}
    
    .header .r .phone{font-size: 22px; font-size: 2.2rem;}
}
@media screen and (max-width: 1280px){
    .header .r .phone{font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 1024px){
	.nav{margin: 0 4%;}
    .nav ul li .s_navbox .s_a a{padding: 6px 0;}
	
	.header .r .phone{font-size: 18px; font-size: 1.8rem;}
}

.m_nav{display:none}
.m_img{display: none}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:50px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; padding:0 2%; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{}
	.m_img .headlf .m_logo{height:36px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: center;}
	.m_img .headrg a .m_menuimg{height: 36px;}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#08476f;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:#08476f;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 rgba(255,255,255, .1);}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}


/*banner*/
.banner{position: relative; width: 100%; height: 0; padding-bottom: 47.5%; overflow: hidden;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}
.banner .swiper-slide .slide-inner:nth-child(2){display: none;}

.banner .swiper-pagination{bottom: 1%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.7); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#0071b9;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:#0071b9;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; background:rgba(0,0,0,.4); color: #fff; width: 40px; height: 40px; border-radius: 100px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #0071b9; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 3%; bottom: 3%; z-index: 1; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff;}
.banner .autoplay-progress svg {--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; color: #fff; stroke-width: 1px; stroke: #fff; fill: none; stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}

@media only screen and (max-width:1024px){
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; padding-bottom: 75%; overflow: hidden;}
    .banner .swiper-slide .slide-inner:first-child{display: none;}
    .banner .swiper-slide .slide-inner:nth-child(2){display: block;}
	.banner .swiper-button-prev, .banner .swiper-button-next{top: 46%; width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}
@media only screen and (max-width:560px){
	.banner .swiper-container .swiper-pagination{bottom:3px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%;  height: 0; padding-bottom: 35%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -20%); z-index: 3; color: #fff;}
.aboutbanner-desc p{/*text-shadow:-1px -1px 0 rgba(0,0,0, .1), 1px -1px 0 rgba(0,0,0, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);*/}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; background: #fff; width: 40px; height: 4px;}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

@media only screen and (max-width: 1600px){
	.aboutbanner-desc p:first-child{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 1440px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
    .aboutbanner-desc p:nth-child(2){width: 35px; height: 3px;}
}
@media only screen and (max-width: 1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
    .aboutbanner-desc p:nth-child(2){width: 30px;}
}
@media only screen and (max-width: 800px){
	.aboutbanner{margin-top: 50px;}
	.aboutbanner-desc{transform: translate(-50%, -55%);}
    .aboutbanner-desc p:nth-child(2){margin-top: 2%;}
	.aboutbanner .bg{display: none;}
	.aboutbanner .bg1{display: block;}
}
@media only screen and (max-width: 560px){
	.aboutbanner-desc p:first-child{font-size: 26px; font-size: 2.6rem;}
    .aboutbanner-desc p:nth-child(2){width: 25px;}
}

/**首页栏目标题**/
.indextitle{}
.indextitle .t{color: #0071b9;}
.indextitle .d{color: #000; line-height: 1.2; margin-top: 10px;}

@media only screen and (max-width: 1600px){
	.indextitle .d{font-size: 41px; font-size: 4.1rem;}
}
@media only screen and (max-width: 1440px){
	.indextitle .t{font-size: 22px; font-size: 2.2rem;}
	.indextitle .d{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 1280px){
	.indextitle .d{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width: 560px){
	.indextitle .t{font-size: 20px; font-size: 2rem;}
	.indextitle .d{font-size: 30px; font-size: 3rem;}
}

/**首页更多**/
.indexmore{transition: .5s; display: inline-block}
.indexmore a{position: relative; display: flex; align-items: center; justify-content: flex-start;}
.indexmore a .ico{margin-right: 15px; width: 60px; height: 60px; border-radius: 50%; background: url(jt.png) #0071b9 no-repeat center center; background-size: 22%; overflow: hidden; transition: .5s;}
.indexmore:hover a .ico{background: url(jt.png) #005a94 no-repeat center center; background-size: 22%; box-shadow: 0 8px 32px rgba(0,113,185, .4);}

@media only screen and (max-width: 1600px){
    .indexmore a .ico{margin-right: 13px; width: 55px; height: 55px;}
}
@media only screen and (max-width: 1440px){
    .indexmore a .ico{margin-right: 11px; width: 50px; height: 50px;}
}
@media only screen and (max-width: 1280px){
    .indexmore a .ico{margin-right: 9px; width: 45px; height: 45px;}
}
@media only screen and (max-width: 1024px){
    .indexmore a .ico{margin-right: 7px; width: 40px; height: 40px;}
}
@media only screen and (max-width: 560px){
    .indexmore a .ico{margin-right: 5px; width: 35px; height: 35px;}
}

/**首页关于太平洋科技**/
.indexabout{padding: 5.5% 0 calc(5.5% - 5vw) 0; background: #f4f8fa;}

.indexaboutbox{ background: url(logo-ico1.png) no-repeat left top; background-size: 32%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexaboutbox .l{width: 45%;}
.indexaboutbox .r{width: 50%;}
.indexaboutbox .r .content{color: #888; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; text-overflow: ellipsis; overflow: hidden;}
.indexaboutbox .r .indexmore{margin-top: 5%;}

.indexaboutimg{position: relative; width: 100%; height: 0; padding-bottom: 34.5%; margin-top: 5%; border-radius: 10px; overflow: hidden;}
.indexaboutimg img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.indexaboutadv{position: relative; top: -5vw; padding: 2.8% 2%; margin: 0 2%; background: #fff; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,113,185, .1); overflow: hidden; display: flex; justify-content: space-between;}
.indexaboutadv .list{position: relative; flex: 1; width: 100%; margin-right: 3.5%; padding-bottom: 2%; border-bottom: 1px solid rgba(0,0,0, .1);}
.indexaboutadv .list::after{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #0071b9; transition: .5s;}
.indexaboutadv .list.on::after{width: 100%;}
.indexaboutadv .list:last-child{margin-right: 0;}
.indexaboutadv .list .numunitico{display: flex; align-items: center; justify-content: space-between;}
.indexaboutadv .list .numunitico .numunit{position: relative; line-height: 1; color: #0071b9; display: flex; align-items: baseline; justify-content: space-between;}
.indexaboutadv .list .numunitico .numunit .unit{padding-left: 5px;}
.indexaboutadv .list .numunitico .ico img{height: 28px;}
.indexaboutadv .list .title{position: relative; color: #888; margin-top: 10px;}

@media only screen and (max-width: 1600px){
    .indexaboutadv .list .numunitico .numunit .num{font-size: 44px; font-size: 4.4rem;}
}
@media only screen and (max-width: 1440px){
    .indexaboutadv .list .numunitico .numunit .num{font-size: 40px; font-size: 4rem;}
    .indexaboutadv .list .numunitico .ico img{height: 25px;}
}
@media only screen and (max-width: 1024px){
    .indexaboutadv .list .numunitico .numunit .num{font-size: 36px; font-size: 3.6rem;}
    .indexaboutadv .list .numunitico .ico img{height: 22px;}
}
@media only screen and (max-width: 800px){
	.indexabout{padding: 8% 0  calc(8% - 5vw) 0;}
    
    .indexaboutbox{ background: url(logo-ico1.png) no-repeat center center; background-size: 80%;}
    .indexaboutbox .l{width: 100%;}
    .indexaboutbox .r{width: 100%; margin-top: 6%;}
    .indexaboutbox .r .indexmore{margin-top: 8%;}
    
    .indexaboutimg{padding-bottom: 45%; margin-top: 8%; border-radius: 8px;}
    
    .indexaboutadv{padding: 3% 4% 4%; border-radius: 8px; flex-flow: wrap;}
    .indexaboutadv .list{flex: none; width: 48%; margin-right: 0; padding: 2% 0; border-bottom: 1px solid rgba(0,0,0, .1);}
    .indexaboutadv .list:last-child{margin-right: 0;}
}
@media only screen and (max-width: 560px){
    .indexaboutadv .list .numunitico .numunit .num{font-size: 32px; font-size: 3.2rem;}
    .indexaboutadv .list .numunitico .ico img{height: 18px;}
}

/**首页我们的产品**/
.indexproduct{padding: 5.5% 0; background: url(indexproduct-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; background-position: 100% 100%; }

.indexproduct .indextitle .d{color: #fff;}

.indexproductbox{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}

.indexproductbox .l{width: 32.5%;}
.indexproductcat{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcat .list{position: relative; width: 49%; margin: 1% 0; padding: 4.2% 4%; border-radius: 5px; color: rgba(255,255,255, .7); background: rgba(0,0,0, .2); display: flex; align-items: center; justify-content: space-between;}
.indexproductcat .list.on{color: #fff; background: url(logo-ico2.png) #0071b9 no-repeat 195% center; background-size: 65%;}
.indexproductbox .l .indexmore{margin-top: 10%;}
.indexproductbox .l .indexmore span{color: #fff;}

.indexproductbox .r{width: 62.5%; margin-top: 1%;}
.indexproductimg{position: relative; padding-bottom: 40px; overflow: hidden;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{background: #fff; padding: 2%; border-radius: 10px; overflow: hidden; display: flex; justify-content: space-between;}
.indexproductimg .swiper-slide .box{width: 50%; padding: 2%;}
.indexproductimg .swiper-slide .box .title{color: #0071b9; line-height: 1.2; min-height: calc(1.2em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .box .x{position: relative; height: 1px; background: rgba(0,0,0, .1); margin: 4% 0 7% 0;}
.indexproductimg .swiper-slide .box .x::after{content: ""; position: absolute; left: 0; top: -1px; width: 10%; height: 3px; background: #0071b9;}
.indexproductimg .swiper-slide .box .feature{color: #666; line-height: 1.8;}
.indexproductimg .swiper-slide .box .feature p::before{content: "▪";}
.indexproductimg .swiper-slide .box .desc{color: #888; margin: 5% 0 6% 0; 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;}
.indexproductimg .swiper-slide .box .more a{color: #0071b9;}
.indexproductimg .swiper-slide .box .more img{width: 11px; margin: -3px 0 0 5px;}
.indexproductimg .swiper-slide .img{position: relative; width: 45%; height: 0; padding-bottom: 45%; overflow: hidden; transition: .5s;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{top: 31%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{left: 1%;}
.indexproductimg .swiper-button-next{right: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #0071b9; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #0071b9; width: 30px; opacity: 1;}

@media only screen and (max-width:1600px){
    .indexproductimg .swiper-slide .box .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1440px){
    .indexproductimg .swiper-slide .box .title{font-size: 26px; font-size: 2.6rem;}
    .indexproductimg .swiper-slide .box .more img{width: 10px;}
}
@media only screen and (max-width:1280px){
    .indexproductimg .swiper-slide .box .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1024px){
    .indexproductimg .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
    .indexproductbox .l{width: 100%;}

    .indexproductcat::after{content: ""; width: calc((100% - 2%) / 3);}
    .indexproductcat .list{width: calc((100% - 2%) / 3); padding: 2.5% 4%; margin: .5% 0; border-radius: 3px;}
    .indexproductbox .l .indexmore{margin-top: 6%;}
    
    .indexproductbox .r{width: 100%; margin-top: 10%;}
    .indexproductimg .swiper-slide .box .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
    .indexproductimg{padding-bottom: 25px;}
    .indexproductimg .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
    .indexproductimg .swiper-slide .box .feature{line-height: 1.4;}
    .indexproductimg .swiper-slide .box .desc{line-height: 1.3; min-height: calc(1.3em * 3); -webkit-line-clamp: 3;}
    .indexproductimg .swiper-slide .box .more img{width: 8px;}
    .indexproductimg .swiper-pagination-bullet{width: 7px; height: 7px; margin:0 2px !important;}
    .indexproductimg .swiper-pagination-bullet-active{width: 20px;}
}

/**首页我们的客户**/
.indexcase{padding: 5.5% 0; background: #f4f8fa;}
.indextop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indextop .indexmore{margin: 2% 0;}

.indexcaseimg{position: relative; margin-top: 4%; padding-bottom: 40px; overflow: hidden;}
.indexcaseimg .swiper-wrapper{width: 100%;}
.indexcaseimg .swiper-slide{position: relative; background: #fff; border-radius: 5px; cursor: pointer; overflow: hidden;}
.indexcaseimg .swiper-slide .title{position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; padding: 10% 1.5vw 1vw 1.5vw; color: #fff; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, .7));}
.indexcaseimg .swiper-slide.on .title{background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,113,185, 1));}
.indexcaseimg .swiper-slide .title p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexcaseimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 52.6%; border-radius: 5px; overflow: hidden; transition: .5s;}
.indexcaseimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexcaseimg .swiper-slide .img p img{width: 100%; height: 100%; transform: scale(1.1) translateY(0); object-fit: cover; transition: .5s;}
.indexcaseimg .swiper-slide.on .img p img{transform: scale(1.1) translateY(-15px);}
.indexcaseimg .swiper-button-prev, .indexcaseimg .swiper-button-next{top: 43%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexcaseimg .swiper-button-prev{left: 1%;}
.indexcaseimg .swiper-button-next{right: 1%;}
.indexcaseimg .swiper-button-prev:hover, .indexcaseimg .swiper-button-next:hover{background: #0071b9; color: #fff;}
/*.indexcaseimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexcaseimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexcaseimg .swiper-pagination-bullet-active{background: #0071b9; width: 30px; opacity: 1;}*/
.indexcaseimg .swiper-pagination-progressbar{height: 1px; background: rgba(0,0,0, .1); top: calc(100% - 1px);}
.indexcaseimg .swiper-pagination-progressbar-fill{background: #0071b9;}

@media only screen and (max-width:800px){
    .indexcase{padding: 8% 0;}
	.indexcaseimg{margin-top: 5%; padding-bottom: 30px;}
    .indexcaseimg .swiper-slide .title{padding: 15% 3vw 2vw 3vw;}
}	
@media only screen and (max-width:560px){
    .indexcaseimg{padding-bottom: 20px;}
}

/**首页新闻中心**/
.indexnews{padding: 5.5% 0;}

.indexnewslist{position: relative; margin-top: 4%; padding-bottom: 40px; overflow: hidden;}
.indexnewslist .swiper-wrapper{width: 100%;}
.indexnewslist .swiper-slide{position: relative; background: #f4f8fa; border-radius: 10px; padding: 4% 2%; overflow: hidden;}
.indexnewslist .swiper-slide::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #000; transition: .4s; opacity: 0;}
.indexnewslist .swiper-slide.on::before{height: 100%; opacity: 1;}
.indexnewslist .swiper-slide .time{position: relative; z-index: 3; color: #666;}
.indexnewslist .swiper-slide.on .time{color: rgba(255,255,255, .5);}
.indexnewslist .swiper-slide .title{position: relative; z-index: 3; color: #000; margin-top: 5%; line-height: 1.6; min-height: calc(1.6em * 5);}
.indexnewslist .swiper-slide.on .title{color: #fff;}
.indexnewslist .swiper-slide .title p{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .swiper-slide .more{position: relative; z-index: 3; color: #0071b9; margin-top: 35%;}
.indexnewslist .swiper-slide.on .more{color: #fff;}
.indexnewslist .swiper-slide .more img{width: 11px; margin: -3px 0 0 5px;}
.indexnewslist .swiper-slide .more img:nth-child(2){display: none;}
.indexnewslist .swiper-slide.on .more img:first-child{display: none;}
.indexnewslist .swiper-slide.on .more img:nth-child(2){display: inline-block;}
.indexnewslist .swiper-slide .img{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: 0; overflow: hidden;}
.indexnewslist .swiper-slide.on .img{opacity: 1;}
.indexnewslist .swiper-slide .img img{width: 100%; height: 100%; transform: scale(1.25) translateY(0); object-fit: cover; opacity: .6; transition: .5s;}
.indexnewslist .swiper-slide.on .img img{transform: scale(1.25) translateY(-20px);}
.indexnewslist .swiper-slide .bg{position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #0071b9; opacity: 0; transition: .4s;}
.indexnewslist .swiper-slide.on .bg{opacity: 1; height: 100%;}
.indexnewslist .swiper-slide .bg1{position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 50%; background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,113,185, 1)); opacity: 0;}
.indexnewslist .swiper-slide.on .bg1{opacity: 1;}
.indexnewslist .swiper-button-prev, .indexnewslist .swiper-button-next{top: 42%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height:25px; border-radius: 100px; --swiper-navigation-size: 6px; outline:none;} 
.indexnewslist .swiper-button-prev{left: 1%;}
.indexnewslist .swiper-button-next{right: 1%;}
.indexnewslist .swiper-button-prev:hover, .indexnewslist .swiper-button-next:hover{background: #0071b9; color: #fff;}
.indexnewslist .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexnewslist .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .6); opacity: 1; outline:none; transition: .3s;}
.indexnewslist .swiper-pagination-bullet-active{background: #0071b9; width: 30px; opacity: 1;}

@media only screen and (max-width:1440px){
    .indexnewslist .swiper-slide .more img{width: 10px;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewslist{margin-top: 6%; padding-bottom: 30px;}
	.indexnewslist .swiper-slide{padding: 6% 4%;}
}	
@media only screen and (max-width:560px){
    .indexnewslist .swiper-slide .title{line-height: 1.4; min-height: calc(1.4em * 5);}
    .indexnewslist .swiper-slide .more img{width: 8px;}
	.indexnewslist .swiper-pagination-bullet{width: 7px; height: 7px; margin:0 2px !important;}
	.indexnewslist .swiper-pagination-bullet-active{width: 18px;}
}

/**首页联系我们**/
.indexcontact{padding: 7% 0; background: url(indexcontact-bg.jpg) no-repeat center center; background-size: cover;}
.indexcontact .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexcontact .indextitle .d{color: #fff;}

.indexcontactbox{flex: 1; width: 100%; margin: 0 10%; display: flex; justify-content: flex-start; flex-flow: wrap;}
.indexcontactbox .list{width: 45%; color: #fff; margin: 1% 0;}
.indexcontactbox .list:nth-child(2n){width: 55%;}
.indexcontactbox .list i{color: #0071b9; margin-right: 5px;}

.indexcontact .indexmore span{color: #fff;}

@media only screen and (max-width: 1024px){
    .indexcontactbox{margin: 0 5%;}
}
@media only screen and (max-width: 800px){
    .indexcontact{padding: 10% 0;}
    .indexcontactbox{flex: none; margin: 5% 0;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: url(logo-ico3.png) #252b30 no-repeat right bottom; background-size: 40%;}
.footer a{color: rgba(255,255,255, .5); transition: .5s;}
.footer a:hover{color: #fff;}

.footerbox{padding: 5% 0; display: flex; justify-content: space-between; flex-flow: wrap;}

.footerlogophone{width: 22%;}
.footerlogo{}
.footerlogo img{width: 100%; min-width: 150px;}
.footerphone{margin-top: 20%;}
.footerphone p:nth-child(2){color: #fff;}

.footernav{flex: 1; width: 100%; margin: 0 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.5vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{}

.footercode{}
.footercode img{max-width: 7.5vw; min-width: 70px;}
.footercode p{margin-top: 5px;}

.footercopy{border-top: 1px solid rgba(255,255,255, .1); padding: 2% 0 3% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin: 0 15px 0 0;}
.footercopy p:last-child{margin-right: 0;}
.footercopy p.ipv6{margin-left: 5px;}

.zqkj{display: inline-block; background: url(zqkj.png) no-repeat center center; background-size: 100%; width: 108px; height: 12px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width: 1440px){
    .footerphone p:nth-child(2){font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width: 1280px){
    .footerphone p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width: 1024px){
    .footerphone p:nth-child(2){font-size: 28px; font-size: 2.8rem;}
    .footernav{margin: 0 3%;}
}
@media only screen and (max-width: 800px){
    .footer{background: url(logo-ico3.png) #252b30 no-repeat right bottom; background-size: 80%;}
    
    .footerbox{padding: 8% 0;}
    
    .footerlogophone{width: 60%; margin: 0 auto;}
    .footerphone{text-align: center; margin-top: 6%;}
    .footerphone p:nth-child(2){font-size: 36px; font-size: 3.6rem;}

	.footernav{flex: none; margin: 6% 0;}
	.footernav .navlist{display: none;}
    
    .footercode{text-align: center; width: 100%;}
    .footercode img{max-width: 25vw; min-width: 70px;}
    .footercode p{font-size: 18px; font-size: 1.8rem;}
    
    .footercopy{padding: 4% 0 6% 0; justify-content: center; font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width: 560px){
    .footernav{justify-content: flex-start;}
    .footernav .list{width: 25%; text-align: center; margin: 1% 0;}
}

/*内页*/
.bodybg{background: #f8f8f8;}
.mainbody{padding: 4% 0;}

.mainbody_content{line-height: 1.8; text-align:justify; color: #444;}
.mainbody_content p{margin: 1vw 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:800px){
    .mainbody{padding: 6% 0;}
    
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{font-size: 20px; font-size: 2rem;}
	.mainbody_content p{margin: 2vw 0;}
}
@media only screen and (max-width:560px){
    .mainbody_content{line-height: 1.6; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin: 3vw 0;}
}

/**about-navlocation**/
.about-navlocation{border-bottom: 1px solid rgba(0,0,0, .1);}
.about-navlocation .container{display: flex; align-items: center; justify-content: space-between;}

.location{}
.location a{}
.location i{color: #c9c9c9; margin: 0 10px;}
.location i:first-child{margin: 0 0;}
.location font{color: #0071b9; font-weight: 500;}

.about-nav{flex: 1; width: 100%; border-left: 1px solid rgba(0,0,0, .1); display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #333; padding: 1.8% 3%; text-align: center; border-right: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #0071b9; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

.about-navt{justify-content: space-between;}
.about-navt a{flex: 1; width: 100%; padding: 1.8% 0;}

@media only screen and (max-width:800px){
	.about-navlocation{padding: 0 0 3% 0;}
	.about-navlocation .container{width: 100%; flex-flow: wrap; flex-direction:column-reverse;}
	
	.location{width: 100%; padding: 3% 4%; background: rgba(0,0,0, .05);}
	.location i{color: #c9c9c9; margin: 0 8px;}
    
    .about-navt a{flex: none; width: calc((100% - 3%) / 4); padding: 2% 0;}

	.about-nav{flex: none; border-left: none; margin-top: 3%; padding: 0 4%; flex-flow: wrap;}
	.about-nav::after{content: ""; width: calc((100% - 3%) / 4);}
	.about-nav a{width: calc((100% - 3%) / 4); padding: 2% 0; margin: .5% 1% .5% 0; border: 1px solid rgba(0,0,0, .1); background: #fff; font-size: 18px; font-size: 1.8rem;}
	.about-nav a:nth-child(4n){margin-right: 0;}
}
@media only screen and (max-width: 560px){
	.location i{color: #c9c9c9; margin: 0 5px;}
}

/*内页公司简介*/
.bodyaboutadv{position: relative; margin-bottom: -5vw;}

/*内页董事长致辞*/
.bodyspeech{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyspeech .l{width: 40%;}
.bodyspeech .l .x{margin: 10% 0; height: 1px; background: rgba(0,0,0, .1);}
.bodyspeech .l .img img{width: 100%;}

.bodyspeech .r{width: 50%;}

@media only screen and (max-width: 800px){
    .bodyspeech{padding: 7% 0;}
    .bodyspeech .l{width: 100%;}
    .bodyspeech .l .x{margin: 5% 0;}
    
    .bodyspeech .r{width: 100%; margin-top: 5%;}
}

/*内页产品展示*/
.bodyproduct{padding: 3% 0 2% 0; display: flex; justify-content: space-between; flex-flow: wrap; overflow: visible;}
.bodyproduct::after{content: ""; width: calc((100% - 2%) / 2);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 2%) / 2); margin: 1% 0; padding: 2%; border: 1px solid rgba(0,0,0, .1); transition: .5s;}
.bodyproduct .list.on{top: -15px; box-shadow: 0 12px 48px rgba(0,113,185, .2);}
.bodyproduct .list .box .title{line-height: 1.2; min-height: auto;}
.bodyproduct .list .box .x{margin: 6% 0;}
.bodyproduct .list .box .feature{color: #666; line-height: 1.4;}
.bodyproduct .list .box .desc{line-height: 1.4; min-height: calc(1.4em * 3);}

@media only screen and (max-width:800px){
    .bodyproduct{padding: 5% 0 2% 0;}
    .bodyproduct::after{width: 100%;}
    .bodyproduct .list{width: 100%; margin: 2% 0;}
}
@media only screen and (max-width:560px){
    .bodyproduct .list.on{box-shadow: 0 8px 32px rgba(0,113,185, .2);}
}

/*内页客户案例*/
.bodycase{padding: 3% 0 2% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap; overflow: visible;}
.bodycase::after{content: ""; width: calc((100% - 4%) / 2);}
.bodycase .list{position: relative; top: 0; width: calc((100% - 4%) / 2); margin: 2% 0; transition: .5s;}
.bodycase .list.on{top: -15px; box-shadow: 0 12px 48px rgba(0,113,185, .2);}

@media only screen and (max-width:800px){
    .bodycase{padding: 5% 0 2% 0;}
    .bodycase::after{width: 100%;}
    .bodycase .list{width: 100%; margin: 2% 0;}
}
@media only screen and (max-width:560px){
    .bodycase .list{margin: 3% 0;}
    .bodycase .list.on{box-shadow: 0 8px 32px rgba(0,113,185, .2);}
}

/*内页图片列表*/
.bodyimg{padding: 3% 0 2% 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 4);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 4); margin: 1% 0; transition: .5s;}
.bodyimg .list.on{top: -15px;}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f4f8fa; cursor: pointer; overflow: hidden; transition: .5s;}
.bodyimg .list .img::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #0071b9; transition: .5s;}
.bodyimg .list.on .img::before{height: 100%;}
.bodyimg .list.on .img{box-shadow: 0 8px 32px rgba(0,113,185, .3);}
.bodyimg .list .img p{position: absolute; top: 1vw; left: 1vw; width: calc(100% - 2vw); height: calc(100% - 2vw); display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; transform: scale(1.15) translateY(0); object-fit: cover; transition: all .5s;}
.bodyimg .list.on .img p img {transform: scale(1.15) translateY(-15px);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f4f8fa; overflow: hidden; transition: .5s;}
.bodyimg .list .imgt::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #0071b9; transition: .5s;}
.bodyimg .list.on .imgt::before{height: 100%;}
.bodyimg .list.on .imgt{box-shadow: 0 8px 32px rgba(0,113,185, .3);}
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 2vw); height: calc(100% - 2vw); top: 1vw; left: 1vw; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: .5s;}
.bodyimg .list.on .imgt p img {transform: scale(1);}

.bodyimg .list .titlemore{position: relative; padding: 5% 0; border-bottom: 1px solid #e3ecf0; display: flex; align-items: center; justify-content: space-between; overflow: hidden;}
.bodyimg .list .titlemore .title{position: relative; flex: 1; width: 100%; margin-right: 5px;}
.bodyimg .list.on .titlemore .title{color: #0071b9;}
.bodyimg .list .titlemore .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list .titlemore .more{position: relative; color: #888;}
.bodyimg .list.on .titlemore .more{color: #0071b9;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list.on .video-ico{background: #0071b9;}

.bodyimg .after-add{content: ""; width: calc((100% - 4%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1280px){
	.bodyimg:after{width: calc((100% - 4%) / 3);}
	.bodyimg .list{width: calc((100% - 4%) / 3); margin: 0.75% 0;}
	.bodyimg .after-add{width: calc((100% - 4%) / 3);}
	.bodyimg .list .img p img{transform: scale(1.2) translateY(0);}
	.bodyimg .list.on .img p img {transform: scale(1.2) translateY(-15px);}
}
@media only screen and (max-width:800px){
	.bodyimg:after{content: ''; width: 100%;}
	.bodyimg .list{width: 100%; margin: 2% 0;}
    .bodyimg .list .img p{width: calc(100% - 8vw); height: calc(100% - 8vw); top: 4vw; left: 4vw;}
	.bodyimg .list .imgt p{width: calc(100% - 8vw); height: calc(100% - 8vw); top: 4vw; left: 4vw;}
	
    .bodyimg .list .titlemore .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:560px){
	.bodyimg .list .titlemore .title{font-size: 18px; font-size: 1.8rem;}
}

/**内页图片详情——最新推荐**/
.imgshowbody-tj{margin-top: 3%;}
.imgshowbody-tj .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #0071b9; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #f4f8fa; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .list .title{flex: 1; width: 100%; margin-left: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.imgshowbody-tj .list.on .title{color: #0071b9;}

@media only screen and (max-width:800px){
	.imgshowbody-tj{margin-top: 3%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
	.imgshowbody-tj .list{width: 48%; padding: 3% 0;}
	.imgshowbody-tj .list .img{width: 100%; padding-bottom: 65%;}
	.imgshowbody-tj .list .title{flex: none; margin-top: 5%; margin-left: 0; text-align: center;}
}

/*内页新闻列表*/
.bodynewslist{padding: 3% 0 2% 0; margin-top: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist::after{content: ""; width: calc((100% - 3%) / 4);}
.bodynewslist .list{position: relative; width: calc((100% - 3%) / 4); margin: .5% 0;}
.bodynewslist .list .title{margin: 5% 0; line-height: 1.6; min-height: calc(1.6em * 3);}
.bodynewslist .list .desc{color: #888; line-height: 1.4; min-height: calc(1.4em * 3);}
.bodynewslist .list.on .desc{position: relative; z-index: 3; color: rgba(255,255,255, .5);}
.bodynewslist .list .desc p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list .more{margin-top: 25%;}
.bodynewslist .after-add{content: ""; width: calc((100% - 4%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:800px){
	.bodynewslist::after{width: calc((100% - 4%) / 2);}
	.bodynewslist .list{width: calc((100% - 4%) / 2); margin: 2% 0;}
}
@media only screen and (max-width:560px){
	.bodynewslist::after{width: 100%;}
	.bodynewslist .list{width: 100%; padding: 10% 6%; margin: 2% 0;}
    .bodynewslist .list .title{margin: 5% 0 7% 0; line-height: 1.4; min-height: auto; font-size: 22px; font-size: 2.2rem;}
    .bodynewslist .list .title p{-webkit-line-clamp: 6;}
    .bodynewslist .list .desc{min-height: auto; font-size: 18px; font-size: 1.8rem;}
    .bodynewslist .list .more{margin-top: 15%; font-size: 17px; font-size: 1.7rem;}
}

/*内页新闻详情*/
.newsbody-top{padding: 9% 0 4% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.newsbody-top .l{width: 60%;}
.newsbody-top .r{width: 30%;}

.newsshow-info{color: #444; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.newsshow-info p{margin-right: 15px;}
.newsshow-info p:last-child{margin-right: 0;}
.newsshow-info p font{color: #888;}
.newsshow-info p a{color: #0071b9; font-weight: 500;}
.newsshow-title{color: #000; line-height: 1.4; margin-top: 3%;}

.newsshowpreNext{}
.newsshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.newsshowpreNext .list:first-child{padding-top: 0;}
.newsshowpreNext .list p:first-child{color: #888;}
.newsshowpreNext .list p:nth-child(2){font-weight: 500; margin-top: 1%;}

.newsbody{max-width: 1600px; margin: 2.5vw auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.newsbody .l{width: calc(70% - 2.5vw); background: #fff; padding: 4% 4%;}
.newsbody .r{width: 30%; padding: 3% 3%; background: #fff;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1440px){
	.newsshow-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 3px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:800px){
	.newsbody-top{padding: calc(7% + 50px) 0 7% 0;}
	.newsbody-top .l{width: 100%;}
	.newsbody-top .r{width: 100%;}

	.newsshowpreNext{display: none;}

	.newsbody{margin: 4% auto;}
	.newsbody .l{width: 100%; padding: 6% 4%;}
	.newsbody .r{width: 100%; padding: 6% 4%; margin-top: 4%;}
    
    .newsshow-info{font-size: 17px; font-size: 1.7rem;}
    .newsshow-title{margin-top: 5%;}
}
@media only screen and (max-width:560px){
    .newsshow-title {line-height: 1.4; font-size: 24px; font-size: 2.4rem;}
    .newsshow-info {font-size: 15px; font-size: 1.5rem;}    
}

/*内页新闻详情——推荐新闻*/
.newsbody-tjtitle{color: #000; padding-bottom: 3%;}

.newsbody-tj{margin-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.newsbody-tj .list{position: relative; width: 100%; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .08);}
.newsbody-tj .list:first-child{border-top: 1px solid rgba(0,0,0, .08);}
.newsbody-tj .list .title{margin-top: 2%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.newsbody-tj .list:hover .title{color: #0071b9;}
.newsbody-tj .list .time{color: #fff; background: rgba(0,0,0, .3); border-radius: 2px; display: inline-block; padding: 0 5px;}
.newsbody-tj .list:hover .time{background: #0071b9;}

@media only screen and (max-width:1600px){
	.newsbody-tjtitle{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1366px){
	.newsbody-tjtitle{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.newsbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.newsbody-tjtitle{font-size: 30px; font-size: 3rem;}
    .newsbody-tj .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width: 560px){
	.newsbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}

/**内页人力资源**/
.bodyjob{padding: 4% 0;}

.jobtitle{background: #0071b9; color: #fff; padding: 1.6% 3%; display: flex; justify-content: space-between;}
.jobtitle .mc{flex: 1;}
.jobtitle .rs{width: 15%;}
.jobtitle .xl{width: 22%;}
.jobtitle .xz{width: 18%;}
.jobtitle .dd{width: 20%;}

.job .list{border: 1px solid rgba(0,0,0,.07); border-top: none;}
.job .list .listbox{margin-top: 0; background: #fff; color: #222; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .box{display: none; background: #f8f8f8; padding: 3% 3%; border-top: 1px solid rgba(0,0,0, .07);}
.job .list .desc{color: #444; line-height: 1.8;}
.job .list .contact{margin-top: 2%; padding-top: 2%; border-top: 1px solid rgba(0,0,0, .07);}
.job .list .contact p{background: #0071b9; color: #fff; padding: 8px 20px; margin-top: 5px; display: inline-block;}

@media only screen and (max-width:800px){
	.contact-hr{padding: 7% 0;}
	
	.jobtitle{margin-top: 4%;}
}
@media only screen and (max-width:560px){
	.jobtitle{padding: 2.5% 2%;}
	.jobtitle .xl{display: none;}
    .jobtitle .rs{width: 18%;}
    .jobtitle .xz{width: 12%;}
	.job .list .desc{font-size: 18px; font-size: 1.8rem;}
	.job .list .contact p{font-size: 18px; font-size: 1.8rem;}
}

/**内页联系我们**/
.bodycontact{padding: 3% 0; display: flex; justify-content: space-between; flex-flow: wrap;}

.bodycontact-map{width: 50%;}
.bodycontact-map .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.bodycontact-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodycontact-map iframe, #map{width: 100%; height: 100%;}

.bodycontact-contact{width: 50%; padding: 5%; background: #f4f8fa;}
.bodycontact-contact .title{color: #000;}
.bodycontact-contact .list{margin: 3% 0 0;}
.bodycontact-contact .listt{margin-top: 8%;}
.bodycontact-contact .list .ico{color: #888;}
.bodycontact-contact .list .desc{margin-top: 10px;}

@media only screen and (max-width: 1600px){
	.bodycontact-contact .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width: 1440px){
	.bodycontact-contact .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width: 1024px){
	.bodycontact-contact .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.bodycontact{padding: 5% 0; flex-wrap: wrap-reverse;}
	.bodycontact-map{width: 100%;}
    .bodycontact-map .box{position: relative; width: 100%; height: 0; padding-top: 70%;}

	.bodycontact-contact{width: 100%; padding: 8% 6%;}
    .bodycontact-contact .title{font-size: 26px; font-size: 2.6rem;}
}

/*内页搜索*/
.searchcontainer{max-width: 1400px; width: 92%; margin: 2% auto;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; background: #fff; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #0071b9; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 0 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #0071b9; border-bottom: 3px solid #0071b9;}

.searchaboutlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchaboutlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchaboutlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchaboutlist .list .listbox:hover{border: 1px solid #0071b9;}
.searchaboutlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchaboutlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchaboutlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchaboutlist .list:hover .img img{transform: scale(1.15);}
.searchaboutlist .list .box{width: 55%;}
.searchaboutlist .list .box .cat{color: #888;}
.searchaboutlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchaboutlist .list:hover .box .title{color: #0071b9;}
.searchaboutlist .list .box .title font{color: red;}
.searchaboutlist .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;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list:first-child .listbox{padding-top: 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 2vw;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #0071b9; 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 #0071b9;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .cat{color: #888;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchproductlist .list:hover .box .title{color: #0071b9;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.searchcontainer{margin: 2% auto;}

	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat'; font-weight: 500;}
.pagination-buttons a{width: 2vw; min-width: 26px; height: 2vw; min-height: 26px; margin: 0 3px; border-radius: 1000px; border: 1px solid #f4f8fa; background: #f4f8fa; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #0071b9; color: #fff; border: 1px solid #0071b9;}

/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin: 5% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f3f3f3; padding: 2% 3%; border-radius: .6vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #0071b9;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 0 0 4% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #0071b9;}
.page_list{margin: 0 0 4% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f4f8fa; color: #444; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.page_list a:hover,.page_list a.on{color:#fff; background:#0071b9;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
    .page_info{margin: 0 0 6% 0;}
    .page_list{margin: 0 0 6% 0;}
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){

	.page_list a{width: 7vw; height: 7vw;}
}
