@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:#1d2087; 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:#1d2087;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}}

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#1d2087;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#222;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 92%; max-width: 1720px; margin: 0 auto;}

@media only screen and (max-width:1780px) {
	.container{max-width: auto;}
}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 99; width: 100%; min-width: 900px; padding: 0 1.5%; border-bottom: 1px solid rgba(255,255,255, .2); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.header.fixed, .header:hover{background: #fff; box-shadow: 0 0 40px rgba(0,0,0, .2);}

.header .l{width: 70%; display: flex; align-items: center; justify-content: space-between;}

.header .logo{width: 18%; min-width: 50px;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:20%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}
.header.fixed .logo a, .header:hover .logo a{background: url(logo1.png)  no-repeat left center; background-size: 100%;}

.nav{flex: 1; width: 100%; margin-left: 8%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative;}
.nav ul li .f_a{}
.nav ul li .f_a a{position: relative; color: #fff; 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: #fff; transition: .5s;}
.header.fixed .nav ul li .f_a a::before, .header:hover .nav ul li .f_a a::before{background: #1d2087;}
.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%;}
.header:hover .nav ul li .f_a a, .header.fixed .nav ul li .f_a a{color: #222;}
.nav ul li.hovert .f_a a{color: #fff; /*text-shadow:-1px -1px 0 rgba(255,255,255, .5), 1px -1px 0 rgba(255,255,255, .5), -1px 1px 0 rgba(255,255,255, .5), 1px 1px 0 rgba(255,255,255, .5);*/}
.header:hover .nav ul li.hovert .f_a a, .header.fixed .nav ul li.hovert .f_a a, .header:hover .nav ul li:hover .f_a a{color: #1d2087;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: calc(100% + 1px); transform:translate(-50%, 0); width: 28vw; min-width: 300px; background: #fff; border-radius: 5px; box-shadow: 0 10px 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li:nth-child(4) .s_navbox{min-width: 480px;}
/*.nav ul li:nth-last-child(2) .s_navbox, .nav ul li:last-child .s_navbox{left: 50%; top: 190%; transform:translate(-90%, 0);}*/
.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%; padding-right: 5%; margin-right: 5%; border-right: 1px solid rgba(0,0,0,.1);}
.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: 100%; 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: #1d2087; 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: #1d2087;}
.nav ul li .s_navbox .s_img{width: 50%; min-width: 160px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.header .r{display: flex; align-items: center; justify-content: flex-end;}
.header .r .phone{border: 1px solid #fff; color: #fff; margin-right: 1vw; padding: .2vw 1vw; border-radius: 1000px; display: flex; align-items: center; justify-content: center;}
.header.fixed .r .phone, .header:hover .r .phone{border: 1px solid #1d2087; color: #1d2087;}
.header .r .phone i{margin-right: 5px;}

.search{*zoom: 1; position: relative;}
.search:after{content: ""; display: table; clear: both;}
.search-button{color: #fff; width: 36px; height: 36px; border-radius: 50%; background: url(s.png) no-repeat center center; background-size: 50%; text-transform: capitalize; position: relative; cursor: pointer; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.header.fixed .search-button, .header:hover .search-button{background: url(s1.png) no-repeat center center; background-size: 50%;}
#toggle-search:after{transition: top, 0.5s; position: absolute; top: 52px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-width: 8px 8px 12px;}
#search{transition: max-height, 0.5s; position: absolute; top: 30px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #ececec;}
#search.open{max-height: 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:#1d2087; border: none; cursor: pointer;}

@media screen and (max-width: 1366px){
	.search-button{width: 32px; height: 32px;}
	.nav ul li .s_navbox .s_a a{padding: 6px 0;}
}
@media screen and (max-width: 1024px){
	.search-button{width: 28px; height: 28px;}
}

.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:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}


/*banner*/
.banner{position: relative; width: 100%; height: 100vh;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 0; top: 50%; transform: translate(0, -40%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .container{}
.banner .swiper-slide .banner-text .btitle{margin: 1% 0;}
.banner .swiper-slide .banner-text .bmore{margin-top: 7%;}


.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(255,255,255,.7); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#15499a;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:#15499a;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: #15499a; 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:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 44px; font-size: 4.4rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 36px; font-size: 3.6rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.banner .swiper-slide .banner-text .btitle{font-size: 32px; font-size: 3.2rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 40px; font-size: 4rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}

@media only screen and (max-width:800px){
	.banner{margin-top: 50px; height: 0; padding-bottom: 52%; overflow: hidden;}
	.banner .swiper-slide .banner-text{transform: translate(0, -55%);}
	.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-slide .banner-text .btitle{font-size: 24px; font-size: 2.4rem;}
	.banner .swiper-slide .banner-text .btitle01{font-size: 30px; font-size: 3rem;}
	.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%; color: rgba(255,255,255, .8);}
.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;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 50px;}
	.aboutbanner-desc{transform: translate(-50%, -55%);}
	.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;}

}

/**首页栏目标题**/
.indextitle{color: #000;}
.indextitle .en{line-height: 1; text-transform: uppercase; display: flex; align-items: center; justify-content: flex-start;}
.indextitle .en .x{width: 3vw; min-width: 20px; height: 1px; background: #000; margin-right: 5px;}
.indextitle .cn{}

@media only screen and (max-width:1600px){
	.indextitle .cn{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indextitle .cn{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .cn{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .cn{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:560px){
	.indextitle .cn{font-size: 28px; font-size: 2.8rem;}
}

/**首页更多**/
.indexmore{position: relative; top: 0; transition: .5s; display: inline-block}
.indexmore:hover{top: -10px;}
.indexmore a{color: #1d2087; display: flex; align-items: center; justify-content: flex-start;}
.indexmore:hover a{color: #f48324;}
.indexmore a .ico{margin-right: 13px; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; border-radius: 50%; background: url(jt.png) #1d2087 no-repeat center center; background-size: 25%; overflow: hidden; transition: .5s;}
.indexmore:hover .ico{background: url(jt.png) #f48324 no-repeat center center; background-size: 25%; box-shadow: 0 0 30px rgba(244,131,36, .4);}

.indexmoret a .ico{margin-left: 13px; width: 2.2vw; min-width: 26px; height: 2.2vw; min-height: 26px;}

@media only screen and (max-width:800px){
	.indexmore a .ico{margin-right: 10px; width: 5vw; height: 5vw;}
}
@media only screen and (max-width:560px){
	.indexmore a .ico{margin-right: 8px;}
}

/**首页更多1**/
.bmore{margin-left: 1vw; display: inline-block;}
.bmore a{position: relative; padding: .7vw 1.6vw; border: 1px solid #1d2087; color: #1d2087; border-radius: 5px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bmore a:hover .title, .bmore.on a .title{position: relative; color: #fff;}
.bmore a::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1d2087; overflow: hidden; transition: .5s;}
.bmore a:hover::before, .bmore.on a::before{height: 100%;}
.bmore .ico{position: relative; width: .7vw; min-width: 10px; height: .7vw; min-height: 10px; margin-left: 1.8vw; background: url("jt1.png") no-repeat center center; background-size: 100%;}
.bmore a:hover .ico, .bmore.on a .ico{background: url("jt.png") no-repeat center center; background-size: 100%;}

.bbmore a{border: 1px solid #fff; color: #fff;}
.bbmore a:hover{border: 1px solid #1d2087;}
.bbmore .ico{background: url("jt.png") no-repeat center center; background-size: 100%;}

@media only screen and (max-width:1024px){
	.bmore{border-radius: 3px;}
}
@media only screen and (max-width:560px){
	.bmore .ico{min-width: 8px; min-height: 8px;}
}

/**首页关于朗固**/
.indexabout{padding: 5% 0; background: url(indexabout-bg.png) no-repeat center right; background-size: 70%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexabout .l{width: 33%;}
.indexabout .l .title{color: #000; padding: 12% 0 5% 0; border-bottom: 1px solid rgba(0,0,0, .1);}
.indexabout .l .img{margin-top: 5%; width: 100%;}
.indexabout .l .img img{width: 100%;}
.indexabout .l .indexmore{margin-top: 15%;}

.indexabout .r{width: 50%;}
.indexabout .r .content{margin: 8% 0; color: #888; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}

.indexaboutadv{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexaboutadv .list{width: calc((100% - 11%) / 2); padding: 4.5% 0 5.5% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; justify-content: space-between;}
.indexaboutadv .list .box{flex: 1; width: 100%;}
.indexaboutadv .list .box .numunit{color: #000; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .box .numunit .unit{margin-left: 5px;}
.indexaboutadv .list .box .title{color: #888;}
.indexaboutadv .list .ico{position: relative; width: 11%; height: 0; padding-bottom: 11%; margin-top: 3.5%; overflow: hidden;}
.indexaboutadv .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexaboutadv .list .ico p img{max-width: 100%; max-height: 100%;}

@media only screen and (max-width:1600px){
	.indexabout .l .title{font-size: 32px; font-size: 3.2rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1366px){
	.indexabout .l .title{font-size: 2.8px; font-size: 2.8rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.indexabout .l .title{font-size: 26px; font-size: 2.6rem;}
	
	.indexaboutadv .list .numunit .num{font-size: 44px; font-size: 4.4rem;}
	.indexaboutadv .list .title{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.indexabout{padding: 8% 0; background: url(indexabout-bg.png) no-repeat center 76%; background-size: 100%;}
	.indexabout .l{width: 100%;}
	.indexabout .l .title{padding: 6% 0 4% 0; font-size: 32px; font-size: 3.2rem;}
	.indexabout .l .img{margin-top: 4%;}
	.indexabout .l .indexmore{margin-top: 8%;}
	
	.indexabout .r{width: 100%;}
	.indexabout .r .content{margin: 10% 0 6% 0;}
}
@media only screen and (max-width:560px){
	.indexabout .l .title{font-size: 26px; font-size: 2.6rem;}
	
	.indexaboutadv .list{width: 100%;}
	.indexaboutadv .list .ico{width: 9%; padding-bottom: 9%; margin-top: 2%;}
}

/**首页产品中心**/
.indexproduct{padding: 5% 0; background: #f5f7f9;}
.indexproduct-top{display: flex; align-items: flex-end; justify-content: space-between; flex-flow: wrap;}
.indexproduct-top .indexproductcat{flex: 1; width: 100%;}

.indexproductcat{margin-left: 3vw; display: flex; justify-content: flex-start; flex-flow: wrap;}
.indexproductcat .list{margin-right: .5vw;}

.indexproductimg{position: relative; margin-top: 4%; padding-bottom: 40px; overflow: hidden;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{position: relative; background: #e7ebee; padding: 3% 4% 5% 4%; overflow: hidden;}
.indexproductimg .swiper-slide:hover{}
.indexproductimg .swiper-slide::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: url(indexproductimg-bg.jpg) no-repeat center center; background-size: cover; opacity: 0; transition: .5s;}
.indexproductimg .swiper-slide.on::before{opacity: 1;}
.indexproductimg .swiper-slide::after{content: ""; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: 0; background: linear-gradient(-190deg, transparent 62%, rgba(0,3,97, .7) 0); opacity: 0; transition: .3s;}
.indexproductimg .swiper-slide.on::after{height: 100%; opacity: 1;}
.indexproductimg .swiper-slide .box{position: relative; z-index: 2;}
.indexproductimg .swiper-slide .box .title{color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide.on .box .title{color: #1d2087;}
.indexproductimg .swiper-slide .box .desc{margin: 2% 0 4% 0; color: rgba(0,0,0, .5); line-height: 1.4; min-height: calc(1.4em * 2); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide .box .more{color: #1d2087;}
.indexproductimg .swiper-slide .box .more i{margin-left: 5px;}
.indexproductimg .swiper-slide .img{position: relative; top: 0; z-index: 2; width: 80%; height: 0; padding-bottom: 80%; margin: 20% auto 0; overflow: hidden; transition: .5s;}
.indexproductimg .swiper-slide.on .img{top: -15px;}
.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 p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-slide.on .img p img{/*transform: scale(1.1);*/}
.indexproductimg .swiper-button-prev, .indexproductimg .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;} 
.indexproductimg .swiper-button-prev{left: 1%;}
.indexproductimg .swiper-button-next{right: 1%;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #1d2087; 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, .3); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #1d2087; width: 30px; opacity: 1;}

@media only screen and (max-width:1366px){
	.indexproductimg{padding-bottom: 30px;}
	.indexproductimg .swiper-slide .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.indexproductimg .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.indexproductimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 2px !important;}
	.indexproductimg .swiper-pagination-bullet-active{width: 20px;}
}
@media only screen and (max-width:800px){
	.indexproduct{padding: 8% 0;}
	.indexproductimg{margin-top: 6%;}
}
@media only screen and (max-width:560px){
	.indexproduct-top .indexmore{display: none;}
	.indexproductcat .list .title{font-size: 16px; font-size: 1.6rem;}
	
	.indexproductimg{padding-bottom: 20px;}
	.indexproductimg .swiper-slide .box .title{line-height: 1.2; min-height: calc(1.2em * 2); -webkit-line-clamp: 2;}
	.indexproductimg .swiper-pagination-bullet{width: 7px; height: 7px;}
	.indexproductimg .swiper-pagination-bullet-active{width: 15px;}
}

/**首页应用领域**/
.indexapplications{padding: 5% 0; background: url(indexapplications-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; background-position: 100% 100%;}
.indexapplications .container{display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.indexapplications .l{width: 27%; margin-top: 5vw;}
.indexapplications .l .indextitle{color: #fff;}
.indexapplications .l .indextitle .en .x{background: #fff;}
.indexapplications .l .desc{margin: 2vw 0 7vw 0; color: rgba(255,255,255, .6); line-height: 1.8; text-align: justify;}
.indexapplications .l .indexmore a{color: #fff;}
.indexapplications .l .indexmore a .ico{background: url(jt1.png) #fff no-repeat center center; background-size: 25%;}
.indexapplications .l .indexmore:hover .ico{background: url(jt.png) #f48324 no-repeat center center; background-size: 25%; box-shadow: 0 0 30px rgba(244,131,36, .4);}
.indexapplications .l .indexmore:hover a{color: #f48324;}

.indexapplications .r{width: 60%;}
.indexapplicationsbox{position: relative; padding-bottom: 40px; overflow: hidden;}
.indexapplicationsbox .swiper-wrapper{width: 100%;}
.indexapplicationsbox .swiper-slide{position: relative; border-radius: .7vw; overflow: hidden;}
.indexapplicationsbox .swiper-slide .ico{position: absolute; left: 50%; top: 18%; transform: translate(-50%, 0); z-index: 1; width: 30%;}
.indexapplicationsbox .swiper-slide .ico p{position: relative; width: 100%; height: 0; padding-bottom: 113%; background: url(ico-bg.png) no-repeat center center; background-size: 100%; transition: 2s;}
.indexapplicationsbox .swiper-slide.on .ico p{background: url(ico-bg1.png) no-repeat center center; background-size: 100%; transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.indexapplicationsbox .swiper-slide .ico p img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 35%;}
.indexapplicationsbox .swiper-slide .title{position: absolute; left: 0; bottom: 5%; z-index: 2; width: 100%; text-align: center; color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; transition: .5s;}
.indexapplicationsbox .swiper-slide.on .title{bottom: 8%;}
.indexapplicationsbox .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 130%; background: #1d2087; overflow: hidden;}
/*.indexapplicationsbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .7; object-fit: cover; transition: .5s;}
.indexapplicationsbox .swiper-slide.on .img img{transform: scale(1.1);}*/
.indexapplicationsbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .7; object-fit: cover; transform: scale(1.15) translateY(0); transition: all .5s;}
.indexapplicationsbox .swiper-slide.on .img img {transform: scale(1.15) translateY(-30px);}
.indexapplicationsbox .swiper-slide .img .imgbg{position: absolute; left: 0; top: 0; width: 100%; height: 50%; background-image: linear-gradient(to bottom, rgba(29,32,135, .5), rgba(0,0,0, 0));}
.indexapplicationsbox .swiper-button-prev, .indexapplicationsbox .swiper-button-next{top: 45%; background:rgba(0,0,0,.6); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.indexapplicationsbox .swiper-button-prev{left: 1%;}
.indexapplicationsbox .swiper-button-next{right: 1%;}
.indexapplicationsbox .swiper-button-prev:hover, .indexapplicationsbox .swiper-button-next:hover{background: #1d2087; color: #fff;}
/*.indexapplicationsbox .swiper-pagination{bottom: 0; text-align: left; z-index: 99;}
.indexapplicationsbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 7px 0 0 !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexapplicationsbox .swiper-pagination-bullet-active{background: #1d2087; opacity: 1;}*/
.indexapplicationsbox .swiper-pagination-progressbar{height: 1px; background: rgba(255,255,255, .2); top: calc(100% - 2px);}
.indexapplicationsbox .swiper-pagination-progressbar-fill{height: 2px; background: #fff;}

@media only screen and (max-width:1366px){
	.indexapplicationsbox{padding-bottom: 30px;}
	.indexapplicationsbox .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.indexapplications .l .desc{line-height: 1.6;}
}
@media only screen and (max-width:800px){
	.indexapplications{padding: 8% 0;}
	.indexapplications .l{width: 100%; margin-top: 0;}
	.indexapplications .l .desc{margin: 4vw 0 10vw 0;}
	.indexapplications .r{width: 100%;}
	.indexapplicationsbox{margin-top: 8%;}
}
@media only screen and (max-width:560px){
	.indexapplicationsbox{padding-bottom: 20px;}
	.indexapplicationsbox .swiper-slide .ico{width: 35%;}
	.indexapplicationsbox .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}

/**首页新闻中心**/
.indexnews{padding: 5% 0;}

.indexnewsbox{margin-top: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexnewsbox .l{width: calc(100% / 3);}
.indexnewsbox .r{flex: 1; width: 100%;}

.indexnewsboxhot{position: relative; padding: 2vw; border: 1px solid rgba(0,0,0, .1); overflow: hidden;}
.indexnewsboxhot .img{position: relative; width: 100%; height: 0; padding-bottom: 61%; overflow: hidden;}
.indexnewsboxhot .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsboxhot:hover .img img{transform: scale(1.15);}
.indexnewsboxhot .title{margin: 2vw 0 3vw 0; 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;}
.indexnewsboxhot:hover .title{color: #1d2087;}
.indexnewsboxhot .time{color: #888;}

.indexnewslist{border-top: 1px solid rgba(0,0,0, .1); display: flex; justify-content: space-between; flex-direction: column; flex-flow: wrap;}
.indexnewslist .list{position: relative; width: calc(100% / 2); padding: 2vw; border-bottom: 1px solid rgba(0,0,0, .1); border-right: 1px solid rgba(0,0,0, .1); transition: .4s;}
.indexnewslist .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: #1d2087; transition: .5s;}
.indexnewslist .list.on::before{width: 100%;}
.indexnewslist .list .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;}
.indexnewslist .list.on .title{color: #1d2087;}
.indexnewslist .list .desc{margin: 1vw 0 2vw 0; color: #888; 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;}
.indexnewslist .list .time{color: #888;}

@media only screen and (max-width:1366px){
	.indexnewsboxhot .title{font-size: 20px; font-size: 2rem;}
	.indexnewslist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexnewsboxhot .title{font-size: 18px; font-size: 1.8rem;}
	.indexnewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 8% 0;}
	.indexnewsbox{margin-top: 6%;}
	.indexnewsbox .l{width: 100%;}
	.indexnewsbox .r{width: 100%;}

	.indexnewsboxhot{padding: 5%;}
	.indexnewsboxhot .title{font-size: 24px; font-size: 2.4rem;}

	.indexnewslist{margin-top: 4%;}
	.indexnewslist .list{width: 100%; padding: 5%; border-left: 1px solid rgba(0,0,0, .1);}
	.indexnewslist .list .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:560px){
	.indexnewsboxhot .title{font-size: 20px; font-size: 2rem;}
	.indexnewslist .list .title{font-size: 20px; font-size: 2rem;}
}

/**首页联系我们**/
.indexcontact{padding: 4% 4%; margin-bottom: 5%; border-radius: .7vw; background: url(indexcontact-bg.jpg) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap; overflow: hidden;}
.indexcontact .l{color: #fff;}
.indexcontact .r .indexmore a{color: #fff;}
.indexcontact .r .indexmore a .ico{background: url(jt1.png) #fff no-repeat center center; background-size: 25%;}
.indexcontact .r .indexmore:hover .ico{background: url(jt.png) #f48324 no-repeat center center; background-size: 25%; box-shadow: 0 0 30px rgba(244,131,36, .4);}
.indexcontact .r .indexmore:hover a{color: #f48324;}

@media only screen and (max-width:1600px){
	.indexcontact .l p:first-child{font-size: 33px; font-size: 3.3rem;}
	.indexcontact .l p:nth-child(2){font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indexcontact .l p:first-child{font-size: 30px; font-size: 3rem;}
	.indexcontact .l p:nth-child(2){font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indexcontact .l p:first-child{font-size: 27px; font-size: 2.7rem;}
	.indexcontact .l p:nth-child(2){font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indexcontact .l p:first-child{font-size: 24px; font-size: 2.4rem;}
	.indexcontact .l p:nth-child(2){font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:560px){
	.indexcontact{padding: 4% 6%;}
	.indexcontact .l p:first-child{font-size: 18px; font-size: 1.8rem;}
	.indexcontact .l p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}

/**底部**/
.footer{color: rgba(255,255,255, .5); background: #1d2087;}
.footer a{color: rgba(255,255,255, .5); transition: .5s;}
.footer a:hover{color: #fff;}

.footerbox{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.footerlogo img{width: 9vw; min-width: 110px;}

.footerphone{margin: 2vw 0 1.5vw 0;}
.footerphone p:nth-child(2){color: #fff;}

.footercode{display: flex; align-items: center; justify-content: flex-start;}
.footercode .list:first-child{margin-right: 10px;}
.footercode .list img{max-width: 6.5vw; min-width: 70px;}
.footercode .list p{margin-top: 5px;}

.footernav{flex: 1; width: 100%; margin-left: 8%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #fff;}
.footernav .navlist{margin-top: 1.5vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{}

.footercontact{padding: 3% 0; border-top: 1px solid rgba(255,255,255, .15); border-bottom: 1px solid rgba(255,255,255, .15); display: flex; justify-content: space-between;}
.footercontact .list p:nth-child(2){color: #fff;}
.footercontact .listx{width: 1px; background: rgba(255,255,255, .15); margin: 0 5%;}

.footercopy{border-top: 1px solid rgba(0,0,0, .06); 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;}

.ipv6{display: inline-block; background: url(ipv6.png) no-repeat center center; background-size: 100%; width: 37px; height: 16px;}
.zqkj{display: inline-block; background: url(zqkj.png) no-repeat center center; background-size: 100%; width: 107px; height: 10px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1366px){
	.footerphone p:nth-child(2){font-size: 35px; font-size: 3.5rem;}
	.footercontact .list p.ft24{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.footerphone p:nth-child(2){font-size: 30px; font-size: 3rem;}
	.footercontact .list p.ft24{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.footerlogophonecode{width: 100%; display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
	.footerlogo{}
	.footerlogo img{width: 25vw; min-width: 90px;}
	
	.footerphone{margin-left: 8%;}
	.footerphone p:first-child{font-size: 20px; font-size: 2rem;}
	.footerphone p:nth-child(2){font-size: 35px; font-size: 3.5rem;}
	
	.footercode{width: 100%; margin: 5% 0; justify-content: center;}
	.footercode .list:first-child{margin-right: 5%;}
	.footercode .list img{max-width: 16.5vw; min-width: 85px;}
	
	.footernav{flex: none; margin-left: 0;}
	.footernav .navlist{display: none;}
}
@media only screen and (max-width:560px){
	.footerphone p:first-child{font-size: 18px; font-size: 1.8rem;}
	.footerphone p:nth-child(2){font-size: 30px; font-size: 3rem;}
	
	.footernav .list{width: calc(100% / 3); text-align: center;}
	
	.footercontact{flex-flow: wrap;}
	.footercontact .list{width: 100%; margin: 2% 0;}
	.footercontact .listx{display: none;}
}

/*内页*/
.bodybg{background: #f8f8f8;}
.mainbody{padding: 3% 0;}

.productbody{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.productbody-left{width: 22%;}
.productbody-right{width: 75%; padding: 3% 3%; background: #fff;}

.mainbody_content{line-height:1.8; text-align:justify; color: #444;}
.mainbody_content p{margin:1vw 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1280px){
	.productbody-left{width: 25%;}
	.productbody-right{width: 72%;}
}
@media only screen and (max-width:900px){
	.productbody-left{width: 100%;}
	.productbody-right{width: 100%; padding: 6% 5%;}
}
@media only screen and (max-width:800px){
	.productshowbody{margin-top: calc(5% + 50px)}
	
	.mainbody_content{line-height: 1.6; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:2vw 0;}
}
@media only screen and (max-width:560px){
	.mainbody_content p{margin:4vw 0;}
}

/**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;}

.about-nav{flex: 1; width: 100%; border-left: 1px solid rgba(0,0,0, .1); display: flex; justify-content: flex-start; flex-flow: wrap;}
.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: #1d2087; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

@media only screen and (max-width: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-nav{flex: none; border-left: none; margin-top: 3%; padding: 0 4%;}
	.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;}
}

/*内页企业简介*/
.bodyprofile{margin: 5% auto; background: url(indexabout-bg.png) no-repeat center right; background-size: 70%;}
.bodyprofilebox{ display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyprofilebox .l{width: 33%;}
.bodyprofilebox .l .title{color: #000; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .1);}

.bodyprofilebox .r{width: 55%;}
.bodyprofilebox .r .mainbody_content{color: #555;}

.bodyprofileadv{margin-top: 4%;}
.bodyprofileadv .list{width: calc((100% - 10%) / 4); padding: 3% 0;}

@media only screen and (max-width:1600px){
	.bodyprofilebox .l .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.bodyprofilebox .l .title{font-size: 2.8px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.bodyprofilebox .l .title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:800px){
	.bodyprofile{margin: 8% auto; background: url(indexabout-bg.png) no-repeat center 76%; background-size: 100%;}
	.bodyprofilebox .l{width: 100%;}
	.bodyprofilebox .l .title{padding: 6% 0 4% 0; font-size: 32px; font-size: 3.2rem;}
	
	.bodyprofilebox .r{width: 100%; margin-top: 4%;}
	
	.bodyprofileadv .list{width: calc((100% - 11%) / 2); padding: 4.5% 0 5.5% 0;}
}
@media only screen and (max-width:560px){
	.bodyprofilebox .l .title{font-size: 26px; font-size: 2.6rem;}

	.bodyprofileadv .list{width: 100%;}
}

/*内页企业文化*/
.bodyculture{padding: 3% 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyculture .list{position: relative; top: 0; width: calc((100% - 2%) / 2); margin: 1% 0; padding: 5% 3%; background: #f0f0f7; border-radius: 0vw; background-position: right bottom; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyculture .list.on{box-shadow: 0 0 30px rgba(0,0,0, .1); background: url(bodyculture-hover-logo.png) #1d2087 no-repeat right bottom; background-size: 35%;}
.bodyculture .list .ico{position: relative; width: 10%; height: 0; padding-bottom: 10%; overflow: hidden;}
.bodyculture .list .ico p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodyculture .list .ico p img{width: 100%; transition: 1s;}
.bodyculture .list.on .ico p img{margin-top: -100%;}
.bodyculture .list.on .ico p img{transform:rotateY(360deg); -moz-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); -o-transform:rotateY(360deg);}
.bodyculture .list .box{flex: 1; width: 100%; margin-left: 10%;}
.bodyculture .list .box .title{}
.bodyculture .list.on .box .title{color: #fff;}
.bodyculture .list .box .desc{color: #888; margin-top: 3%; line-height: 1.6; text-align: justify;}
.bodyculture .list.on .box .desc{color: rgba(255,255,255, .6);}

@media only screen and (max-width:1366px){
	.bodyculture .list .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.bodyculture{padding: 5% 0;}
	.bodyculture .list{width: 100%; margin: 1.5% 0; padding: 8% 6%;}
	.bodyculture .list .title{font-size: 22px; font-size: 2.2rem;}
	.bodyculture .list .box .desc{margin-top: 2%; line-height: 1.4;}
}
@media only screen and (max-width:560px){
	.bodyculture .list .ico{width: 12%; padding-bottom: 12%;}
	.bodyculture .list .title{font-size: 20px; font-size: 2rem;}
	.bodyculture .list .desc{font-size: 16px; font-size: 1.6rem;}
}

/*内页资质荣誉*/
.bodyhonor{padding-top: 2%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyhonor:after{content: ''; width: calc((100% - 4%) / 3);}
.bodyhonor .list{position: relative; top:0; width: calc((100% - 4%) / 3); margin: 1% 0; padding: 3% 3%; background: #f0f0f7; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyhonor .list.on{top: -10px; box-shadow: 0 0 30px rgba(29,32,135, .1);}
.bodyhonor .list .img{position: relative; width: 45%; height: 0; padding-bottom: 31.5%; overflow: hidden; transition: .5s;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; transition: all 1s;}
.bodyhonor .list.on .img p img{}
.bodyhonor .list .title{flex: 1; margin-left: 5%;}
.bodyhonor .list.on .title{color: #1d2087;}

@media only screen and (max-width:800px){
	.bodyhonor:after{width: 100%;}
	.bodyhonor .list{width: 100%; margin: 2% 0; padding: 6% 6%;}
	.bodyhonor .list .title{font-size: 24px; font-size: 2.4rem;}
	.bodyhonor .list .img{width: 50%; padding-bottom: 35%;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻列表推荐新闻*/
.bodynewshot{position: relative; margin-top: 3%; padding-bottom: 40px;}
.bodynewshot .swiper-wrapper{width: 100%;}
.bodynewshot .swiper-slide{position: relative; background: #f0f0f7; border-radius: .5vw; overflow: hidden; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodynewshot .swiper-slide .img{position: relative; width: 55%; height: 0; padding-bottom: 30%; overflow: hidden;}
.bodynewshot .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynewshot .swiper-slide:hover .img img{transform: scale(1.15);}
.bodynewshot .swiper-slide .box{flex: 1; width: 100%; padding: 0 5%;}
.bodynewshot .swiper-slide .box .time{color: #888;}
.bodynewshot .swiper-slide .box .title{margin: 2% 0 5% 0; 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;}
.bodynewshot .swiper-slide:hover .title{color: #1d2087;}
.bodynewshot .swiper-slide .box .desc{color: #888; line-height: 1.8; min-height: calc(1.8em * 3); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodynewshot .swiper-slide .box .indexmoret{margin-top: 10%;}
.bodynewshot .swiper-button-prev, .bodynewshot .swiper-button-next{top: 45%; background: rgba(0,0,0,.8); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.bodynewshot .swiper-button-prev{left: 1%;}
.bodynewshot .swiper-button-next{right: 1%;}
.bodynewshot .swiper-button-prev:hover, .bodynewshot .swiper-button-next:hover{background: #1d2087; color: #fff;}
.bodynewshot .swiper-pagination{bottom: 2%; text-align: center; z-index: 99;}
.bodynewshot .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynewshot .swiper-pagination-bullet-active{background: #1d2087; width: 20px; opacity: 1;}

@media only screen and (max-width:1600px){
	.bodynewshot .swiper-slide .title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:1366px){
	.bodynewshot .swiper-slide .title{font-size: 22px; font-size: 2.2rem;}
	.bodynewshot .swiper-slide .box .desc{line-height: 1.6; min-height: calc(1.6em * 3);}
}
@media only screen and (max-width:1024px){
	.bodynewshot .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.bodynewshot .swiper-slide .img{width: 100%; padding-bottom: 60%;}
	.bodynewshot .swiper-slide .box{flex: none; padding: 7% 7%;}
	.bodynewshot .swiper-slide .box .title{margin: 1% 0 2% 0; font-size: 24px; font-size: 2.4rem;}
	.bodynewshot .swiper-slide .box .desc{font-size: 18px; font-size: 1.8rem;}
	.bodynewshot .swiper-slide .box .indexmoret{margin-top: 8%;}
}
@media only screen and (max-width:560px){
	.bodynewshot{padding-bottom: 30px;}
	.bodynewshot .swiper-slide .box .title{font-size: 20px; font-size: 2rem;}
	.bodynewshot .swiper-pagination-bullet{width: 7px; height: 7px; margin:0 2px !important;}
	.bodynewshot .swiper-pagination-bullet-active{width: 15px;}
}

/*内页新闻列表*/
.bodynewslist{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist::after{content: ""; width: calc((100% - 4%) / 3);}
.bodynewslist .list{position: relative; width: calc((100% - 4%) / 3); padding: 3%; margin: 1% 0; border-radius: .3vw; background: #f0f0f7; overflow: hidden; transition: .5s;}
.bodynewslist .list::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1d2087; transition: .5s;}
.bodynewslist .list.on::before{height: 100%;}
.bodynewslist .list .time{position: relative; color: #888;}
.bodynewslist .list.on .time{color: rgba(255,255,255, .7);}
.bodynewslist .list .title{position: relative; margin: 2% 0 5% 0; 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;}
.bodynewslist .list.on .title{color: #fff;}
.bodynewslist .list .desc{position: relative; color: #888; line-height: 1.8; min-height: calc(1.8em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list.on .desc{color: rgba(255,255,255, .5);}
.bodynewslist .list .indexmoret{position: relative; margin-top: 10%;}
.bodynewslist .list.on .indexmoret a{color: #fff;}
.bodynewslist .list.on .indexmoret a .ico{background: url(jt.png) #f48324 no-repeat center center; background-size: 25%;}

@media only screen and (max-width:1600px){
	.bodynewslist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.bodynewslist .list .desc{line-height: 1.6; min-height: calc(1.6em * 3);}
}
@media only screen and (max-width:1024px){
	.bodynewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodynewslist::after{width: 100%;}
	.bodynewslist .list{width: 100%; padding: 7% 7%;}
	.bodynewslist .list .title{margin: 1% 0 2% 0; font-size: 24px; font-size: 2.4rem;}
	.bodynewslist .list .desc{font-size: 18px; font-size: 1.8rem;}
	.bodynewslist .list .indexmoret{margin-top: 8%;}
}
@media only screen and (max-width:560px){
	.bodynewslist .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻详情*/
.newsbody-top{padding: 8% 0 4% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{max-width: 1600px; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.newsbody-top .l{width: 60%;}
.newsbody-top .r{width: 30%;}

.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%;}

.goback{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.goback i{margin-right: 10px; color: #888;}
.goback a{cursor: pointer;}

.newsshow-title{color: #000; line-height: 1.4; margin-top: 3%;}
.newsshow-info{color: #bebebe;}
.newsshow-info span{color: #888;}
.newsshow-info font{font-family: 'Montserrat'; font-size: 500;}
.newsshow-info a{font-family: 'Noto Sans SC'; font-size: 500; color: #bebebe;}
.newsshow-info a:hover{color: #1d2087;}

.newsbody{max-width: 1600px; margin: 3% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.newsbody .l{width: 60%;}
.newsbody .r{width: 30%; padding: 3% 3%; background: #f1f3f7;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1366px){
	.newsshow-title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 3.4px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:800px){
	.newsbody-top{padding: calc(6% + 50px) 0 6% 0;}
	.newsbody-top .l{width: 100%;}
	.newsbody-top .r{width: 100%;}

	.newsshowpreNext{display: none;}
	.goback{display: none;}

	.newsbody{margin: 4% auto;}
	.newsbody .l{width: 100%;}
	.newsbody .r{width: 100%; padding: 6%; margin-top: 6%;}
}
@media only screen and (max-width:560px){
	.newsshow-title {line-height: 1.5; font-size: 26px; font-size: 2.6rem;}
	.newsshow-info {font-size: 14px; font-size: 1.4rem;}
}

/*内页新闻详情——推荐新闻*/
.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: #1d2087;}
.newsbody-tj .list .time{/*color: #888;*/ color: #fff; background: rgba(0,0,0, .3); border-radius: 3px; display: inline-block; padding: 0 5px;}

@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;}
}
@media only screen and (max-width:560px){
	.newsbody-tjtitle{font-size: 24px; font-size: 2.4rem;}
}

/*内页产品中心*/
.bodyproduct{margin-top: 2%; padding-bottom: 0; margin-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct::after{content: ""; width: calc((100% - 6%) / 4);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 6%) / 4); margin: 1% 0; transition: .5s;}
.bodyproduct .list.on{top: -10px; box-shadow: 0 20px 30px rgba(0,0,0, .3);}
.bodyproduct .list .box .title{line-height: 1.4; min-height: calc(1.4em * 2); -webkit-line-clamp: 2;}
.bodyproduct .after-add{content: ""; width: calc((100% - 6%) / 4); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1366px){
	.bodyproduct .list .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.bodyproduct .list .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.bodyproduct::after{width: 100%;}
	.bodyproduct .list{width: 100%; padding: 10% 4%; margin: 2% 0;}
	.bodyproduct .list .box .title{font-size: 26px; font-size: 2.6rem; min-height: auto; -webkit-line-clamp: 4;}
	.bodyproduct .list .box .desc{font-size: 18px; font-size: 1.8rem; min-height: auto; -webkit-line-clamp: 2;}
	.bodyproduct .list .img{margin: 10% auto 0;}
}
@media only screen and (max-width:560px){
	.bodyproduct .list .box .title{font-size: 22px; font-size: 2.2rem;}
	.bodyproduct .list .box .desc{font-size: 16px; font-size: 1.6rem;}
}

/*内页产品中心详情*/
.bodyproductshow-location{padding: 8% 0 3% 0;}
.bodyproductshow-location i:first-child{color: #1d2087;}

.bodyproductshow-container{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow-container .l{width: 35%;}
.bodyproductshow-container .l .title{color: #000;}
.bodyproductshow-container .l .desc{margin: 4% 0 5% 0; color: #888; text-align: justify;}
.bodyproductshow-container .l .box{padding-top:5%; border-top: 1px solid rgba(0,0,0, .08);}
.bodyproductshow-container .l .box .list{padding: 1.5% 0; display: flex; align-items: flex-start; justify-content: flex-start;}
.bodyproductshow-container .l .box .list p:nth-child(2){flex: 1;}
.bodyproductshow-container .l .box .list:first-child p:nth-child(2) a{color: #888;}
.bodyproductshow-container .l .box .list:first-child p:nth-child(2) a:hover{color: #1d2087;}
.bodyproductshow-container .l .box .list p:first-child{color: #000;}
.bodyproductshow-container .l .box .list p:nth-child(2){color: #888;}
.bodyproductshow-container .l .box .list.phone p:nth-child(2){color: #1d2087;}
.bodyproductshow-container .l .box .list.address i{margin-left: 5px; color: #1d2087;}
.bodyproductshow-container .l .botton{margin-top: 15%; display: flex; align-items: center; justify-content: flex-start;}
.bodyproductshow-container .l .botton a{width: 35%; margin-right: 3%; position: relative; background: #f48324; color: #fff; padding: .7vw 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyproductshow-container .l .botton a:first-child{background: #1d2087;}
.bodyproductshow-container .l .botton a:last-child{margin-right: 0;}
.bodyproductshow-container .l .botton a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background:#1d2087; transition: .5s;}
.bodyproductshow-container .l .botton a:first-child::before{background:#f48324;}
.bodyproductshow-container .l .botton a:hover::before{height: 100%;}
.bodyproductshow-container .l .botton a span{position: relative;}
.bodyproductshow-container .l .botton a i{margin-right: 10px;}

.bodyproductshow-container .r{width: 45%;}
.bodyproductshow-container .img{position: relative; width: 100%; height: 0; padding-bottom: 75%; background: url(indexproductimg-bg.jpg) no-repeat center center; background-size: cover; overflow: hidden;}
.bodyproductshow-container .img::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(-190deg, transparent 62%, rgba(0,3,97, .7) 0);}
.bodyproductshow-container .img p{position: absolute; left: 10%; top: 15%; z-index: 2; width: 80%; height: 70%; display: flex; align-items: center; justify-content: center;}
.bodyproductshow-container .img p img{max-width: 100%; max-height: 100%;}

.bodyproductshow-preNext{padding: 1% 0; margin-top: 2%; border-top: 1px solid rgba(0,0,0, .08); border-bottom: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between;}
.bodyproductshow-preNext p:first-child{margin-right: 5%;}
.bodyproductshow-preNext p font{color: #888;}

.bodyproductshow-wlhxxz-container{padding: 4% 0;}
.bodyproductshow-wlhxxz{margin-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow-wlhxxz::after{content: ""; width: calc((100% - 2%) / 3);}
.bodyproductshow-wlhxxz .list{width: calc((100% - 2%) / 3); margin: .5% 0; padding: 2% 3%; background: #f5f7f9; display: flex; justify-content: space-between;}
.bodyproductshow-wlhxxz .list p:first-child{width: 50%; font-weight: 500; color: #000; }
.bodyproductshow-wlhxxz .list p:nth-child(2){flex: 1; margin-left: 10px; color: #666;}

.bodyproductshow-content{padding: 4% 0; background: #f5f7f9;}

.bodyproductshow-cptj{padding: 4% 0;}
.bodyproductshow-cptj .indexproductimg{margin-top: 3%;}
.bodyproductshow-cptj .indexproductimg .swiper-slide .box .title{line-height: 1.2; min-height: calc(1.2em * 2); -webkit-line-clamp: 2;}
.bodyproductshow-cptj .indexproductimg .swiper-slide .box .desc{margin: 0 0 4% 0;}
	
.bodyproductshow-title{color: #000;}

.bodyproductshow-message{background: #f5f7f9;}

@media only screen and (max-width:1600px){
	.bodyproductshow-container .l .title, .bodyproductshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1366px){
	.bodyproductshow-container .l .title, .bodyproductshow-title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.bodyproductshow-container .l .title, .bodyproductshow-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-container .l .title, .bodyproductshow-title{font-size: 28px; font-size: 2.8rem;}
	
	.bodyproductshow-wlhxxz .list p:first-child{width: 58%;}
}
@media only screen and (max-width:800px){
	.bodyproductshow-location{padding: calc(3% + 50px) 0 3% 0; background: #fff; width: 92%;}
	
	.bodyproductshow-container{flex-direction: column-reverse;}
	.bodyproductshow-container .l{width: 100%; margin-top: 5%;}
	.bodyproductshow-container .l .desc{margin: 2% 0 4% 0;}
	.bodyproductshow-container .l .box{padding-top:3%;}
	.bodyproductshow-container .l .botton{margin-top: 4%;}
	.bodyproductshow-container .l .botton a{padding: 1.6vw 0;}
	.bodyproductshow-container .r{width: 100%;}
	
	.bodyproductshow-preNext{padding: 2% 0; margin-top: 4%;}
	
	.bodyproductshow-content{padding: 6% 0;}
	
	.bodyproductshow-wlhxxz-container{padding: 6% 0;}
	.bodyproductshow-wlhxxz::after{width: calc((100% - 2%) / 2);}
	.bodyproductshow-wlhxxz .list{width: calc((100% - 2%) / 2); margin: 1% 0; padding: 3% 3%;}
	
	.bodyproductshow-cptj{padding: 6% 0;}
	.bodyproductshow-cptj .indexproductimg{margin-top: 4%;}
}
@media only screen and (max-width:560px){
	.bodyproductshow-container .l .title{font-size: 24px; font-size: 2.4rem;}
	
	.bodyproductshow-wlhxxz::after{width: 100%;}
	.bodyproductshow-wlhxxz .list{width: 100%; margin: 1% 0; padding: 3.5% 4%;}
	.bodyproductshow-wlhxxz .list p:first-child{width: 50%;}
	
	.bodyproductshow-title{font-size: 24px; font-size: 2.4rem;}
}

/*内页图片列表*/
.bodyimg{margin-top: 2%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 1.5% 0; transition: .5s;}
.bodyimg .list.on{/*top: -15px;*/}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f1f3f7; cursor: pointer; transition: .5s;}
.bodyimg .list.on .img{background: #1d2087;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; 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: #f1f3f7; transition: .5s;}
.bodyimg .list.on .imgt{background: #1d2087;}
.bodyimg .list .imgt p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}

.bodyimg .list .titlemore{position: relative; padding: 5% 5%; margin-top: 1%; background: #f0f0f7; /*border-bottom: 1px solid rgba(0,0,0, .1);*/ display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .titlemore::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1d2087; transition: .5s;}
.bodyimg .list.on .titlemore::before{height: 100%;}
.bodyimg .list .titlemore .title{position: relative; flex: 1; width: 100%; margin-right: 5px;}
.bodyimg .list.on .titlemore .title{color: #fff;}
.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: #fff;}

.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: #1d2087;}

.bodyimg .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1280px){
	.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{width:calc((100% - 4%) / 2);}
	.bodyimg .list{width:calc((100% - 4%) / 2); margin: 2% 0;}
}
@media only screen and (max-width:560px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%;}
	.bodyimg .list .titlemore{padding: 3% 5%;}
	.bodyimg .list .titlemore .title{font-size: 20px; font-size: 2rem;}
}

/**内页图片详情**/
.imgshowbody-tj{margin-top: 5%;}
.imgshowbody-tj .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #1d2087; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #fff; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .list .title{flex: 1; width: 100%; margin-left: 5%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.imgshowbody-tj .list.on .title{color: #1d2087;}

@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;}
}

/**内页应用领域**/
.bodyapplications-item{margin-top: 4%;}
.bodyapplications-item .desc{margin-top: 2%;}

.bodyapplications{padding: 4% 0; display: flex; justify-content: space-between;}
.bodyapplications .list{flex: 1; height: 30vw; border-radius: 0; transition: .5s;}
.bodyapplications .list.on{flex: 1.8;}
.bodyapplications .list .img{height: 100%; padding-bottom: auto;}
.bodyapplications .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .7; object-fit: cover; transition: .5s;}

@media only screen and (max-width:800px){
	.bodyapplications-item{margin-top: 6%;}
	.bodyapplications-item .desc{margin-top: 4%;}
	
	.bodyapplications{padding: 6% 0; margin-top: 0; flex-flow: wrap;}
	.bodyapplications .list{flex: none; height: auto; margin: 2% 0;}
	.bodyapplications .list.on{flex: none;}
	.bodyapplications .list .ico{top: 10%; width: 20%;}
	.bodyapplications .list .img{height: 0; padding-bottom: 70%;}
}


/**内页联系我们**/
.contactbody{margin: 4% auto;}

.contactbody-title{color: #000;}

.contactbody-mapcontact{margin-bottom: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}

.contactbody-map{width: 54%;}
.contactbody-map .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); border-radius: .5vw; overflow: hidden;}
.contactbody-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactbody-map iframe, #map{width: 100%; height: 100%;}

.contactbody-contact{width: 45%; padding: 5% 5%; background: #f0f0f7; border-radius: .5vw;}
.contactbody-contact .contactbody-title{color: #000;}
.contactbody-contact .list{margin: 5% 0 0;}
.contactbody-contact .listt{margin-top: 8%;}
.contactbody-contact .list .ico{color: #888;}
.contactbody-contact .list .desc{flex: 1; line-height: 1.6;}
.contactbody-contact .list .phone, .contactbody-contact .list font{color: #1d2087; font-family: 'Montserrat'; font-weight: 700;}

@media only screen and (max-width:1600px){
	.contactbody-title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1366px){
	.contactbody-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1280px){
	.contactbody-title{font-size: 26px; font-size: 2.6rem;}
}
@media only screen and (max-width:1024px){
	.contactbody-title{font-size: 24px; font-size: 2.4rem;}
}
@media only screen and (max-width:800px){
	.contactbody{margin: 4% auto;}
	.contactbody-mapcontact{margin-bottom: 6%;}

	.contactbody-map{width: 100%;}
	.contactbody-map .box{position: relative; width: 100%; height: 0; padding-bottom: 60%; border-radius: 1vw;}
	
	.contactbody-contact{width: 100%; padding: 6% 6%; margin-top: 2%; border-radius: 1vw;}
	.contactbody-contact .list{margin: 4% 0 0;}
	
	.contactbody-message{margin-top: 4%;}
}
@media only screen and (max-width:560px){
	.contactbody-title{font-size: 24px; font-size: 2.4rem;}
	
	.contactbody-contact .list .ico{font-size: 18px; font-size: 1.8rem;}
	.contactbody-contact .list .desc{font-size: 18px; font-size: 1.8rem;}
	
	.contactbody-map .box{padding-bottom: 80%;}
}

/*内页留言*/
.contactbody-message{background: #f0f0f7;}
.message{padding: 4% 0;}

.message form{width: 100%; margin-top: 2%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: calc((100% - 1%) / 2); position: relative; margin: .5% 0; padding: 0 1vw; display: flex; align-items: center; justify-content: space-between; background: #fff; transition: .5s;}
.message .listt{width: 100%; align-items: flex-start;}
.message .listtt{padding: 0 0; border: 1px solid #1d2087;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 5%; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; margin-top: 4px; color: #1d2087;}
.message .listt i{margin-top: 1.3vw;}
.msg_input{width: 100%; padding: 1vw 0; border: none; background: none; font-family: 'Noto Sans SC'; font-weight: 400;}
.message input::-webkit-input-placeholder{color: #999;}
.msg_textarea{width: 100%; padding: 1vw 0; height: 10vw; min-height: 100px; background: none; border: none; line-height: 1.4; font-family: 'Noto Sans SC'; font-weight: 400; resize: none;}
.message textarea::-webkit-input-placeholder{color: #999;}
.msg_submitt{width: 100%; padding: 1vw 0; margin: 0; background: #1d2087; color: #fff; text-transform: uppercase; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message{padding: 6% 0;}
	.message form{margin-top: 4%;}
	
	.message .list{width: 100%; padding: 0 3vw; margin:1% 0;}
	.message .listt i{margin-top: 3.9vw;}
	.message .listtt{padding: 0 0;}
	.msg_input{padding: 3vw 0;}
	.msg_textarea{padding: 3vw 0;}
	.msg_submitt{padding: 3vw 0;}
}

/*内页搜索*/
.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: #1d2087; 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: #1d2087; border-bottom: 3px solid #1d2087;}

.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: #1d2087; 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 #1d2087;}
.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: #1d2087;}
.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 #ebebeb; background: #e5e5e5; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #1d2087; color: #fff; border: 1px solid #1d2087;}

/*详细页上一页下一页收藏打印*/
.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: #1d2087;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 2% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #1d2087;}
.page_list{margin: 2% 0 3% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f2f2f2; color: #444; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.page_list a:hover,.page_list a.on{color:#fff; background:#1d2087;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}
@media only screen and (max-width:800px){
	.page_list a{margin: 0 2px; width: 4.6vw; height: 4.6vw;}
}
@media only screen and (max-width:560px){
	.page_info{margin: 4% 0 5% 0;}
	.page_list{margin: 4% 0 5% 0;}
	.page_list a{width: 7vw; height: 7vw;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}