@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#dfe8f4;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#00439a; 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:#333; PADDING-TOP:0px; overflow-x: hidden;}
a{color:#333; text-decoration:none;}
a:hover{color:#00439a;}

.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;}

.NSSF100{font-family: 'Noto Serif SC'; font-weight: 100;}
.NSSF300{font-family: 'Noto Serif SC'; font-weight: 300;}
.NSSF400{font-family: 'Noto Serif SC'; font-weight: 400;}
.NSSF500{font-family: 'Noto Serif SC'; font-weight: 500;}
.NSSF700{font-family: 'Noto Serif SC'; font-weight: 700;}
.NSSF900{font-family: 'Noto Serif SC'; font-weight: 900;}

.Roboto100{font-family: 'Roboto'; font-weight: 100;}
.Roboto300{font-family: 'Roboto'; font-weight: 300;}
.Roboto400{font-family: 'Roboto'; font-weight: 400;}
.Roboto500{font-family: 'Roboto'; font-weight: 500;}
.Roboto700{font-family: 'Roboto'; font-weight: 700;}
.Roboto900{font-family: 'Roboto'; font-weight: 900;}

.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:#00439a;}
.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: 1500px; margin: 0 auto;}

@media only screen and (max-width:1500px) {
	.container{width: 92%;}
}

/*head*/
.header{width: 100%; background: #fff; transition: .5s;}
.headerbox{padding: 1.5% 0; display: flex; align-items: center; justify-content: space-between;}

.logo{width: 36%; min-width: 170px; display: flex; justify-content: flex-start; transition: 0.5s;}
.logo .logo-jwjt{width: 11%;}
.logo .logo-jwjt a{position: relative; width: 100%; height: 0; padding-bottom:100%; overflow: hidden; display: block; background: url(jwjt-logo.png) no-repeat left center; background-size: 100%; transition: 1s;}
.logo .x{width: 1px; margin: 0 calc((5% - 1px) / 2); background: #ebebeb;}
.logo .logo-jwkc{width: 84%;}
.logo .logo-jwkc a{position: relative; width: 100%; height: 0; padding-bottom:13%; overflow: hidden; display: block; background: url(logo.png) no-repeat left center; background-size: 100%; transition: 1s;}

.header .r{display: flex; align-items: center; justify-content: flex-end;}
.search{width: 13vw; min-width: 160px; margin-right: 10%;}
.search form{padding: 8px 15px; border-radius: 5px; background: #f0f4f9; display: flex; align-items: center; justify-content: space-between;}
.search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}
.search input[type="search"]{flex: 1; width: 100%; background:none; border: none; color: #222;}
.search input::-webkit-input-placeholder{color: #8c96a2;}
.search input[type="submit"]{position: relative; width: 8%; height: 0; padding-bottom: 8%; text-indent: 9999px; text-transform: uppercase; color: #fff; background:url("s.png") no-repeat center center; background-size: 100%; border: none; cursor: pointer;}

.header .lag{display: flex; align-items: center ;justify-content: flex-start;}
.header .lag i{color: #00439a; margin-right: 5px;}

.nav{width: 100%; background: #00439a;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; flex: 1; width: 100%;}
.nav ul li .f_a{width: 100%; display: flex; align-items: center; justify-content:center; text-align: center;}
.nav ul li .f_a a{position: relative; width: 100%; padding: 10% 0; color: #fff; display: inline-block;}
.nav ul li.hovert .f_a a, .nav ul li .f_a a:hover{color: rgba(255,255,255,1); background: #0c366d;}
.nav ul li .s_navbox{display:none; position: absolute; left: 0; top: 100%; width: 20vw; padding: 10% 15%; background:#fff; z-index: 999;}
.nav ul li:nth-last-child(2) .s_navbox, .nav ul li:last-child .s_navbox{left: auto; right: 0;}
.nav ul li .s_navbox .s_a{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; width: calc((100% - 4%) / 2); padding: 3% 0; border-bottom: 1px solid rgba(0,0,0,.08); transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: -1px; bottom: -1px; width: calc(100% + 2px); height: 0; background: #00439a; transition: .5s;}
.nav ul li .s_navbox .s_a a:hover::before{height: calc(100% + 2px);}
.nav ul li .s_navbox .s_a a:hover{color: #fff; padding: 3% 4%;}
.nav ul li .s_navbox .s_a a span{position: relative;}
.nav ul li .s_navbox .s_a a i{color: #d3d3d3;}

.m_nav{display:none}
.m_img{display: none}

@media screen and (max-width: 1366px){
	.nav ul li .s_navbox{width: 23vw; min-width: 255px;}
}
@media screen and (max-width: 1024px){

}

/*移动端导航*/
@media screen and (max-width: 800px) and (min-width: 0px){
	.header{display:none}
	.m_img{display:block; height:55px; background:#fff; position:fixed; top:0px; left:0px; width:100%; z-index:9999; border-bottom:1px solid #ddd; padding:0 2%; display: flex; align-items: center; justify-content: space-between;}
	.m_img .headlf{height: 100%; display: flex; align-items: center; justify-content: center;}
	.m_img .headlf .logo{min-width:50vw;}
	.m_img .headlf .m_logo{height:40px; display: block;}
	.m_img .headrg{display: flex; align-items: center; justify-content: center;}
	.m_img .headrg a .m_menuimg{width:26px; display: block}
	.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #232530}
	.m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.m_nav .m_navList ul li .m_f_a{display: flex; align-items: center; justify-content: space-between; width: 100%}
	.m_nav .m_navList ul li .m_f_a a{flex: 1;}
	.m_nav .m_navList ul li .m_f_a i{width: 40px; height:35px; box-sizing: border-box; padding:0 5px; display: block;}
	.icon{ background:url(plus.png) 100% no-repeat; background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
	.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}
@media screen and (max-width: 560px) and (min-width: 0px){
	.m_img .headlf .logo{min-width:70vw;}
}

/*banner*/
.banner{position: relative; width: 100%; height: 0; padding-bottom: 30%; overflow: hidden;}
.banner .swiper-container{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;}
.banner .swiper-slide{transition:.8s;}
.banner .swiper-slide .swiper-slide-img p:first-child{display: none;}
.banner .swiper-slide .swiper-slide-img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.banner .swiper-container .swiper-pagination{position:absolute; bottom: 2%;}
.banner .swiper-pagination-bullet{background:none;opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#00439a;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:#00439a; position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 47%; background:rgba(0,0,0,.2); color: #fff; border-radius:5px; width: 40px; height: 40px; --swiper-navigation-size: 10px;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #00439a;}

.banner .autoplay-progress{position: absolute; right: 2%; bottom: 2%; 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){
	.aboutbanner-desc p{font-size: 45px; font-size: 4.5rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 10px;}
}
@media only screen and (max-width:800px){
	.banner{margin-top: 50px; padding-bottom: 60%;}
	.banner .swiper-slide .swiper-slide-img p:first-child{display: block;}
	.banner .swiper-slide .swiper-slide-img p:nth-child(2){display: none;}
	
	.aboutbanner{height: 0; padding-bottom: 45%;}

	.banner .swiper-button-prev, .banner .swiper-button-next{width: 25px; height: 25px; --swiper-navigation-size: 8px;}
}

@media only screen and (max-width:560px){
	.aboutbanner-desc p{font-size: 30px; font-size: 3rem;}
	
	.banner .swiper-container .swiper-pagination{bottom:3px;}
	.banner .swiper-pagination-bullet{width:10px; height:10px;}
	.banner .swiper-pagination-bullet span{width:7px;height:7px;}
	.banner .swiper-pagination-bullet i{top:3px;}
}

/**aboutbanner-searchbanner**/
.aboutbanner{position: relative; width: 100%; height: 0; padding-bottom: 22%; overflow: hidden;}
.aboutbanner .container{position: absolute; left: 50%; top: 42%; transform: translate(-50%, 0); z-index: 1;}
.aboutbanner .text{color: #fff; display: flex; align-items: center; justify-content: flex-start;}
.aboutbanner .text .en{text-transform: uppercase; margin-left: 10px;}
.aboutbanner .bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}

.searchbanner{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner .text{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner .text{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner .text{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:800px){
	.aboutbanner{margin-top: 55px; width: 100%; height: 0; padding-bottom: 35%; overflow: hidden;}
	.aboutbanner .container{top: 32%;}
}
@media only screen and (max-width:560px){
	.aboutbanner .text{font-size: 30px; font-size: 3rem;}
}

/**首页栏目标题**/
.indextitle{line-height: 1; display: flex; align-items: baseline; justify-content: flex-start;}
.indextitle .cn{color: #000; padding-left: 2.5vw; box-sizing:border-box;line-height: normal; background: url(logo-ico.png) no-repeat left 60%; background-size: 2.2vw;}
.indextitle .en{color: #00439a; text-transform:capitalize; margin-left: 10px;}

@media only screen and (max-width:1600px){
	.indextitle .cn{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .cn{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .cn{font-size: 28px; font-size: 2.8rem; padding-left: 3vw; background-size: 2.7vw;}
	.indextitle .en{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:800px){
	.indextitle .cn{padding-left: 4vw; padding-left: 5vw; background-size: 4vw;}
}
@media only screen and (max-width:560px){
	.indextitle .cn{font-size: 26px; font-size: 2.6rem; padding-left: 6.5vw; background-size: 5.5vw;}
}

/**首页更多**/
.indexmore{}
.indexmore a{display: flex; align-items: center; justify-content: flex-end;} 
.indexmore a p{position: relative; margin-left: 10px; display: inline-block; border-radius: 100px; color: #00439a; border: 1px solid #00439a; width: 26px; height: 26px;}
.indexmore a:hover p{background: #b9c9de;}
.indexmore a p span{position: absolute; left: 25%; top: 25%; width: 50%; height: 50%; background: url(more.png) no-repeat center top; background-size: 100%; transition: .5s;}
.indexmore a:hover p span{transform: rotate(360deg);}

@media only screen and (max-width:1366px){
	.indexmore a p{width: 22px; height: 22px;}
}
@media only screen and (max-width:1024px){
	.indexmore a p{width: 18px; height: 18px; margin-left: 6px;}
}
@media only screen and (max-width:560px){
	.indexmore a p{width: 16px; height: 16px;}
}

/**通知公告**/
.indexnotice{background: #00439a; padding: 1% 2%; display: flex; align-items: center; justify-content: flex-start;}
.indexnotice-title{color: #fff;}

.indexenoticelist{flex: 1; height: 30px; width: 100%; margin-left: 20px;}
.indexenoticelist .swiper-wrapper{}
.indexenoticelist .swiper-slide{position: relative; line-height: 1; display: flex; align-items: center; justify-content: flex-start;}
.indexenoticelist .swiper-slide .title{color: rgba(255,255,255, 1); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexenoticelist .swiper-slide:hover .title{color: #fff;}
.indexenoticelist .swiper-slide .time{margin-left: 3vw; margin-top: 3px; min-width: 85px; text-align: right; font-family: Arial; color: rgba(255,255,255, .5);}

@media only screen and (max-width:800px){
	.indexenoticelist .swiper-slide .time{margin-left: 1vw; min-width: 70px;}
}

/**新闻中心**/
.indexnews{padding: 4% 0;}
.indexnewstop{display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.indexnewsbox{margin-top: 2.5%; display: flex; justify-content: space-between; flex-flow: wrap;}

.indexnewsimg{position: relative; width: 53.3333%; margin-left: 0;}
.indexnewsimg .swiper-wrapper{width: 100%;}
.indexnewsimg .swiper-slide{position: relative; overflow: hidden;}
.indexnewsimg .swiper-slide .img{position: relative; width: 100%; height: 100%; overflow: hidden;}
.indexnewsimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexnewsimg .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewsimg .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 10% 14% 2% 3%; background-image: linear-gradient(to bottom, rgba(0,67,154, 0), rgba(0,67,154, 1));}
.indexnewsimg .swiper-slide .title p{color: #fff; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewsimg .swiper-button-prev, .indexnewsimg .swiper-button-next{top: 48%; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; border-radius: 100px; --swiper-navigation-size: 10px; outline:none;} 
.indexnewsimg .swiper-button-prev{left:1%;}
.indexnewsimg .swiper-button-next{right:1%;}
.indexnewsimg .swiper-button-prev:hover, .indexnewsimg .swiper-button-next:hover{opacity: 1; background:#00439a; color: #fff;}
.indexnewsimg .swiper-pagination{bottom: 4%; text-align: right; padding-right: 1%; z-index: 99;}
.indexnewsimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(255,255,255, .3); opacity: 1; outline:none; transition: .3s;}
.indexnewsimg .swiper-pagination-bullet-active{background: #fff; opacity: 1;}

.indexnewsbox .r{width: 44%;}

.indexnewstj{position: relative; background: #f0f4f9; padding: 5% 6% 4% 6%; display: flex; align-items: center; justify-content: space-between;}
.indexnewstj .icotime{margin-right: 8%;}
.indexnewstj .icotime .time{font-family: Arial; color: #00439a; margin-top: 20%;}
.indexnewstj .icotime .time p:first-child{font-weight: bold;}
.indexnewstj .titledesc{flex: 1;}
.indexnewstj .titledesc .title{text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewstj:hover .titledesc .title{color: #00439a;}
.indexnewstj .titledesc .x{height: 1px; background: rgba(0,0,0, .1); margin: 3% 0;}
.indexnewstj .titledesc .desc{color: #666; line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}

.indexnewslist{width: 100%; margin-top: 1%;}
.indexnewslist .list{position: relative; line-height: 2.5; display: flex; align-items: center; justify-content: space-between; transition: .3s;}
.indexnewslist .list.on{background-image: linear-gradient(to right,rgba(0,67,154, .2) 10%, #fff 90%); transform: scale(1.02);}
.indexnewslist .list .title{flex: 1; width: 100%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{color: #00439a; font-weight: 700;}
.indexnewslist .list .time{margin-left: 1vw; font-family: Arial; color: #888;}
.indexnewslist .list:hover .time{}

@media only screen and (max-width:1600px){
	.indexnewstj .icotime .ico img{width: 50px;}
}
@media only screen and (max-width:1366px){
	.indexnewstj{padding: 4% 5% 3% 5%;}
	.indexnewstj .icotime .ico img{width: 46px;}
	.indexnewstj .icotime .time{margin-top: 15%;}
	.indexnewstj .icotime .time p:first-child{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.indexnewstj .icotime .ico img{width: 42px;}
	.indexnewstj .icotime .time{margin-top: 10%;}
	.indexnewstj .icotime .time p:first-child{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:800px){
	.indexnews{padding: 6% 0;}
	
	.indexnewsimg{width: 100%; height: 0; padding-bottom: 60%;}
	.indexnewsimg .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
	.indexnewsimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 2px !important;}
	
	.indexnewsbox .r{width: 100%; margin-top: 3%;}
	.indexnewslist{margin-top: 2%;}
}
@media only screen and (max-width:560px){
	.indexnewsimg .swiper-slide .title{font-size: 18px; font-size: 1.8rem;}
	.indexnewsimg .swiper-pagination{bottom: 6%;}
	
	.indexnewstj .icotime .ico img{width: 35px;}
	.indexnewstj .titledesc .title{font-size: 18px; font-size: 1.8rem;}
	.indexnewstj .titledesc .desc{line-height: 1.5;}
}


/**首页业务布局**/
.indexbusiness{padding: 0 0 4% 0;}

.indexbusinessbox{margin-top: 2.5%; padding-bottom: 2%;}
.indexbusinessbox .swiper-wrapper{}
.indexbusinessbox .swiper-slide{position: relative; border-top-right-radius: 1.6vw; border-bottom-left-radius: 1.6vw; overflow: hidden;}
.indexbusinessbox .swiper-slide .box{position: absolute; left: 0; bottom: 0; z-index: 3; width: 100%; padding: 15% 6% 5% 6%; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, 1)); display: flex; align-items: center; justify-content: flex-start;}
.indexbusinessbox .swiper-slide.on .box{background-image: linear-gradient(to bottom, rgba(0,67,154, 0), rgba(0,67,154, 1));}
.indexbusinessbox .swiper-slide .box .ico img{height: 1.5vw; min-height: 15px; margin-right: 5px;}
.indexbusinessbox .swiper-slide.on .ico img{opacity: .8;}
.indexbusinessbox .swiper-slide .box .title{color: #fff; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexbusinessbox .swiper-slide.on .title{opacity: .8;}
.indexbusinessbox .swiper-slide .img{width: 100%; height: 0; padding-bottom: 67%; overflow: hidden;}
.indexbusinessbox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexbusinessbox .swiper-slide:hover .img img{transform: scale(1.1);}
.indexbusinessbox .swiper-button-prev, .indexbusinessbox .swiper-button-next{top: 40%; background:rgba(0,0,0, .5); color: #fff; width: 1.8vw; min-width: 25px; height: 1.8vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.indexbusinessbox .swiper-button-prev{left: 0;}
.indexbusinessbox .swiper-button-next{right: 0;}
.indexbusinessbox .swiper-button-prev:hover, .indexbusinessbox .swiper-button-next:hover{background: #00439a;}
.indexbusinessbox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexbusinessbox .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: #e0e0e0; opacity: 1; outline:none; transition: .3s;}
.indexbusinessbox .swiper-pagination-bullet-active{background: #d32c2c; opacity: 1;}

@media only screen and (max-width:1280px){
	.indexbusinessbox .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexbusiness{padding: 0 0 6% 0;}
}
@media only screen and (max-width:560px){
}

/**首页党群工作**/
.indexparty{padding: 4% 0; background:url(indexparty-bg.jpg) no-repeat center top; background-size: 100%;}
.indexpartycontainer{padding: 2% 2.5% 3.1% 2.5%; background: linear-gradient(to bottom, rgba(255,255,255, .25), rgba(255,255,255, 0)); /*box-shadow: 0 5px 20px rgba(0,40,92, .1);*/ border-top-left-radius: 4vw; border-bottom-right-radius: 4vw;}

.indexpartybox{margin-top: 2.5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexpartybox .l{width: 53.5%;}
.indexpartybox .r{width: 44%;}

.indexpartyimg{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexpartyimg .list{position: relative; width: calc((100% - 5%) / 2); padding-bottom: 4%; border-bottom: 1px solid rgba(0,0,0, .09);}
.indexpartyimg .list .img{position: relative; width: 100%; height: 0; padding-bottom: 65%; overflow: hidden;}
.indexpartyimg .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .6s;}
.indexpartyimg .list.on .img img{transform: scale(1.15);}
.indexpartyimg .list .title{margin-top: 5%; text-align: justify; 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;}
.indexpartyimg .list.on .title{color: #00439a;}
.indexpartyimg .list .desc{margin: 6% 0 8% 0; color: #888; text-align: justify; line-height: 1.4; min-height: calc(1.4em * 3); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexpartyimg .list .time{color: #888; font-family: Arial;}

.indexpartylist{margin-top: 0; display: flex; justify-content: space-between; flex-direction:column;}
.indexpartylist .list{height: 100%; border-bottom: 1px solid rgba(0,0,0, .09);}
.indexpartylist .list .title{color: #000;}
.indexpartylist .list .time{color: #666;}
.indexpartylist .list.on{background-image: linear-gradient(to right,rgba(255,255,255, .6) 10%, rgba(0,67,154, 0) 90%);}

@media only screen and (max-width:1280px){
	.indexpartyimg .list .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexparty{padding: 6% 0;}
	.indexpartycontainer{padding: 4% 3%;}
		
	.indexpartybox{margin-top: 3%;}
	.indexpartybox .l{width: 100%;}
	.indexpartybox .r{width: 100%;}
	
	.indexpartylist{margin-top: 2%;}
	.indexpartylist .list{line-height: 3; height: auto;}
	.indexpartylist .list .title{color: #333;}
	.indexpartylist .list .time{color: #888;}
	.indexpartylist .list.on{background-image: linear-gradient(to right,rgba(0,67,154, .2) 10%, #fff 90%);}
}

/**首页典型案例**/
.indexcase{padding: 0 0 4% 0;}

.indexcasebox{margin-top: 2.5%; padding-bottom: 2%;}
.indexcasebox .swiper-wrapper{}
.indexcasebox .swiper-slide{position: relative; display: flex; justify-content: space-between; overflow: hidden;}
.indexcasebox .swiper-slide .img{position: relative; width: 46%; height: 0; padding-bottom: 33%; overflow: hidden;}
.indexcasebox .swiper-slide .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexcasebox .swiper-slide:hover .img img{transform: scale(1.1);}
.indexcasebox .swiper-slide .box{flex: 1; width: 100%; padding: 3% 5%; background: #f0f4f9; display: flex; align-items: center; justify-content: center;}
.indexcasebox .swiper-slide.on .box{}
.indexcasebox .swiper-slide .box .title{text-align: justify; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.indexcasebox .swiper-slide.on .title{color: #00439a;}
.indexcasebox .swiper-slide .box .x{width: 100%; height: 1px; margin: 3% 0; background: rgba(0,0,0, .1);}
.indexcasebox .swiper-slide .box .desc{color: #888; text-align: justify; line-height: 1.4; min-height: calc(1.4em * 3); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.indexcasebox .swiper-button-prev, .indexcasebox .swiper-button-next{top: 40%; background:rgba(0,0,0, .5); color: #fff; width: 1.8vw; min-width: 25px; height: 1.8vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.indexcasebox .swiper-button-prev{left: 0;}
.indexcasebox .swiper-button-next{right: 0;}
.indexcasebox .swiper-button-prev:hover, .indexcasebox .swiper-button-next:hover{background: #00439a;}
.indexcasebox .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexcasebox .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: #e0e0e0; opacity: 1; outline:none; transition: .3s;}
.indexcasebox .swiper-pagination-bullet-active{background: #00439a; opacity: 1;}

@media only screen and (max-width:1280px){
	.indexcasebox .swiper-slide .box .title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.indexcase{padding: 0 0 6% 0;}
	
	.indexcasebox{margin-top: 3%; padding-bottom: 4%;}
	.indexcasebox .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 2px !important;}
}
@media only screen and (max-width:560px){
	.indexcasebox .swiper-slide .box .desc{min-height: calc(1.4em * 2); -webkit-line-clamp: 2;}
}

/**首页关于我们**/
.indexabout{display: flex; justify-content: space-between; flex-flow: wrap;}
.indexabout .l{width: 57%; padding: 4% 4%; background: url(indexaboutbox-bg.jpg) no-repeat center center; background-size: cover;}
.indexabout .r{flex: 1; width: 100%;}

.indexaboutbox{}
.indexaboutbox .title{margin: 5% 0 1% 0;}
.indexaboutbox .title, .indexaboutbox .slogan{color: #00439a;}
.indexaboutbox .desc{margin-top: 3%; line-height: 1.8; color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; text-overflow: ellipsis; overflow: hidden;}
.indexaboutbox .indexmore{margin-top: 8%; display: flex; align-items: center; justify-content: flex-start;}

.indexaboutadv{padding: 1% 5.5% 5% 5.5%; background: url(indexaboutadv-bg.jpg) no-repeat center center; background-size: cover; display: flex; justify-content: space-between; flex-direction:column;}
.indexaboutadv .list{height: 100%; color: #fff; padding-bottom: 2%; border-bottom: 1px solid rgba(255,255,255, .35); display: flex; align-items:flex-end; justify-content: space-between;}
.indexaboutadv .list .box .title{color: rgba(255,255,255, .5);}
.indexaboutadv .list .box .num{display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .box .num p:nth-child(2){margin-left: 5px;}
.indexaboutadv .list .ico{margin-bottom: 3%;}
.indexaboutadv .list .ico img{height: 2vw;}

@media only screen and (max-width:1600px){
	.indexaboutadv .list .box .num p:first-child{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1280px){
	.indexaboutbox .title, .indexaboutbox .slogan{font-size: 28px; font-size: 2.8rem;}
	.indexaboutbox .desc{font-size: 16px; font-size: 1.6rem;}
		
	.indexaboutadv .list .box .num p:first-child{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1024px){
	.indexaboutadv .list .box .num p:first-child{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:800px){
	.indexabout .l{width: 100%; padding: 6% 6%;}
	.indexabout .r{flex: none;}

	.indexaboutadv{padding: 1% 6% 6% 6%;}
	.indexaboutadv .list{padding: 5% 0 3% 0;}
	.indexaboutadv .list .ico img{height: 4vw;}
}
@media only screen and (max-width:560px){
	.indexaboutbox .title, .indexaboutbox .slogan{font-size: 22px; font-size: 2.2rem;}
	
	.indexaboutadv .list .ico img{height: 6vw;}
}

/**友情链接**/
.link{margin: 3% auto; display: flex; align-items: center; justify-content: flex-start;}
.link .title{color: #00439a;}
.link .layui-form{width: 20%; margin-left: 10px;}
.link .layui-form .layui-this{color: #00439a;}
.layui-input:focus, .layui-textarea:focus{border-color: #00439a!important;}
.link .layui-form dd{color: #888;}

@media only screen and (max-width:560px){
	.link .layui-form{width: 25%; margin-left: 5px;}
}

/**底部**/
.footer{color: #aaaaab; background: #242627;}
.footer a{color: #aaaaab;}
.footer a:hover{color: #fff;}

.footernav{padding: 3% 8% 2% 8%; border-bottom: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: space-between;}
.footernav .list a{color: #fff;}
.footernav .list a:hover{color: #aaaaab;}

.footerbox{margin: 3% 0; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}

.footerlogo .logo-jwkc a{position: relative; width: 100%; height: 0; padding-bottom:13%; overflow: hidden; display: block; background: url(logo1.png) no-repeat left center; background-size: 100%; transition: 1s;}

.footercontact{line-height: 1.8;}

.footercode{display: flex; justify-content: flex-end;}
.footercode .list{flex: 1; max-width: 7vw; min-width: 70px; margin-right: 5%;}
.footercode .list:last-child{margin-right: 0;}
.footercode .list .img img{width: 100%;}
.footercode .list .name{margin-top: 5px;}

.footercopy{padding: 2% 0; color: #888; line-height: 1.6; border-top: 1px solid rgba(255,255,255, .1); display: flex; align-items: center; justify-content: center; flex-flow: wrap;}
.footercopy p{margin: 0 8px;}
.footercopy a{color: #888;}
.footercopy a:hover{color: #fff;}

.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:800px){
	.footernav{padding: 5% 0 4% 0;}
	
	.footerlogo{width: 80%; margin: 0 auto;}
	.footercontact{width: 100%; margin: 3% 0; text-align: center;}
	.footercode{width: 100%; justify-content: center;}
	.footercode .list{max-width: 20vw; min-width: 80px;}
}
@media only screen and (max-width:560px){
	.footernav{font-size: 18px; font-size: 1.8rem; flex-flow: wrap; justify-content: flex-start;}
	.footernav .list{width: calc(100% / 4); margin-top: 2%;}
}

/*内页*/
.bodybg{background: #f0f4f9;}
.mainbody{display: flex; justify-content: space-between; flex-flow: row-reverse;}
.mainbody-left{width: 23%; padding: 3% 0;}
.mainbody-right{width: 73%; padding: 3% 4% 3% 0; border-right: 1px solid rgba(0,0,0, .08);}

.mainbody_content{margin-top: 3%; line-height:1.8; text-align:justify;}
.mainbody_content p{margin:1.5% 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: 4% 0; flex-flow: wrap;}
	.mainbody-left{width: 100%; padding: 0;}
	.mainbody-right{width: 100%; padding: 6% 0 0; border-right: none;}
	
	.mainbody_content{margin-top: 4%; line-height: 1.6; font-size: 18px; font-size: 1.8rem;}
	.mainbody_content p{margin:4% 0;}
}
@media only screen and (max-width:560px){
	.mainbody_content{}
	.mainbody_content p{margin:3% 0;}
}

/*location*/
.location{border-bottom: 1px solid rgba(0,0,0, .08); line-height: 1; padding: 0 0 2% 0; display: flex; align-items: center; justify-content: space-between;}
.location .l{color: #00439a;}
.location .r{color: #666;}
.location .r a{color: #666;}
.location .r a:hover{color: #00439a;}

@media only screen and (max-width:1280px){
	.location .l{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.location .l{font-size: 18px; font-size: 1.8rem;}
}

/*about-nav*/
.about-nav{background: url(about-nav-bg.jpg) no-repeat center center; background-size: cover; padding: 8% 10%; display: flex; justify-content: flex-start; flex-flow: wrap;}
.about-nav a{position: relative; color: #fff; width: 100%; padding: 6% 0; margin: 2% 0; border-bottom: 1px solid rgba(255,255,255, .2); overflow: hidden; display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.about-nav a::before{position: absolute; content: ""; left: 0; top: 0; width: 0; height: 100%; background:rgba(255,255,255, .2); transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{width: 100%;}
.about-nav a i{color: rgba(255,255,255, .5); font-size: 12px; font-size: 1.2rem;}
.about-nav a:hover, .about-nav a.cur{padding: 6% 8%;}
.about-nav a:hover, .about-nav a.cur, .about-nav a:hover i, .about-nav a.cur i{color: #fff;}
.about-nav a:hover span, .about-nav a.cur span{position: relative; font-weight: 700;}

@media only screen and (max-width:1280px){
	.about-nav{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:800px){
	.about-nav{padding: 3% 4%;}
	.about-nav a{width: calc((100% - 6%) / 3); padding: 3% 0; margin: 0 3% 0 0;}
	.about-nav a:nth-child(3n){margin-right: 0;}
	.about-nav a:hover, .about-nav a.cur{padding: 3% 2%;}
}
@media only screen and (max-width:560px){
	.about-nav a{}
}

/**内页公司简介数据优势**/
.bodyaboutadv{margin-top: 4%; padding: 3% 5% 5% 5%; background: url(indexaboutadv-bg.jpg) no-repeat center center; background-size: cover; display: flex; justify-content: space-between; flex-direction:row; flex-flow: wrap;}
.bodyaboutadv .list{width: calc((100% - 5%) / 2); height: auto; padding: 2% 0;}

@media only screen and (max-width:560px){
	.bodyaboutadv .list{width: 100%; padding: 5% 0 3% 0;}
}

/**内页左侧最新新闻列表**/
.bodyleftnews{}
.bodyleftnews-title{color: #000; margin: 10% 0 5% 0; padding-bottom: 4%; border-bottom: 1px solid rgba(0,0,0, .1);}
.bodyleftnews .list{position: relative; margin: 4% 0; display: flex; align-items: center; justify-content: space-between;}
.bodyleftnews .list .title{flex: 1; color: #666; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyleftnews .list:hover .title{color: #00439a;}
.bodyleftnews .list .time{color: #b9b9b9; margin-left: 10px;}

@media only screen and (max-width:1280px){
	.bodyleftnews-title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:800px){
	.bodyleftnews{display: none;}
}

/**内页资质荣誉列表**/
.bodyhonor{padding-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 3%) / 2);}
.bodyhonor .list{position: relative; width:calc((100% - 3%) / 2); margin:1.5% 0; padding: 3% 3%; background: #f0f4f9; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyhonor .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #00439a; transition: .5s;}
.bodyhonor .list.on::before{height: 100%;}
.bodyhonor .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 35%; overflow: hidden; transition: .5s;}
.bodyhonor .list.on .img{top: -10px;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; max-height: 100%;}
.bodyhonor .list .box{width: 45%;}
.bodyhonor .list .box .title{position: relative; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .box .title{color: #fff;}

@media only screen and (max-width:800px){
	.bodyhonor:after{width:100%;}
	.bodyhonor .list{width:100%; padding: 4% 6%; border-radius: 1.5vw;}
	.bodyhonor .list .box .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:560px){
	.bodyhonor .list .box .year{font-size: 25px; font-size: 2.5rem;}
	.bodyhonor .list .box .title{font-size: 16px; font-size: 1.6rem;}
}

/**内页专家团队列表**/
.bodyteam{padding-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyteam .list{position: relative; width: 100%; margin:1.5% 0; padding: 3% 3%; border: 1px solid rgba(0,0,0, .07); transition: .5s; display: flex; justify-content: space-between;}
.bodyteam .list:nth-child(2n){background: #f0f4f9;}
.bodyteam .list .img{position: relative; top: 0; width: 20%; overflow: hidden; transition: .5s;}
.bodyteam .list .img p img{width: 100%; max-width: 100%;}
.bodyteam .list .box{flex: 1; width: 100%; margin-left: 5%; display: flex; align-items: center; justify-content: center;}
.bodyteam .list .box .titlerank{margin: 0 0 3% 0; padding-bottom: 3%; border-bottom: 1px solid rgba(0,0,0, .07); display: flex; align-items: baseline; justify-content: flex-start;}
.bodyteam .list .box .titlerank .title{position: relative; color: #00439a;}
.bodyteam .list .box .titlerank .rank{color: #666; margin-left: 10px;}
.bodyteam .list .box .desc{color: #888; line-height: 1.6; text-align: justify; overflow: hidden;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){
	.bodyteam .list .img{width: 30%;}
}


/*内页业务领域*/
.bodybusiness{margin-top: 2.5%; padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodybusiness::after{content: ""; width: calc((100% - 4%) / 2);}
.bodybusiness .list{position: relative; top: 0; width: calc((100% - 4%) / 2); margin: 2% 0; border: 1px solid rgba(0,0,0, .07); overflow: hidden; transition: .5s;}
.bodybusiness .list.on{top: -15px; box-shadow: 0 10px 40px rgba(0,0,0, .3);}


@media only screen and (max-width:1280px){
	.bodybusiness .list .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:800px){
	.bodybusiness::after{width: 100%;}
	.bodybusiness .list{width: 100%;}
}

/**内页典型案例列表**/
.bodycase{margin-top: 0; padding-bottom: 0;}
.bodycase .list{margin: 3% 0;}
.bodycase .list .box .x{margin: 5% 0;}
.bodycase .list .box .desc{line-height: 1.8; min-height: auto;}
.bodycase .list .box .indexmore{margin-top: 8%; display: flex; align-items: center; justify-content: flex-start;}

@media only screen and (max-width:560px){
	.bodycase .list{margin: 5% 0;}
	.bodycase .list .img{padding-bottom: 35%;}
	.bodycase .list .box{padding: 1% 4%;}
	.bodycase .list .box .x{margin: 2% 0;}
	.bodycase .list .box .indexmore{margin-top: 2%;}
}

/*内页图片列表*/
.bodyimg{padding-top: 2%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 4%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 4%) / 3); margin:1% 0; background: #f0f4f9; transition: .5s;}
.bodyimg .list.on{top:-10px; background:#00439a; box-shadow: 0 0 35px rgba(0,0,0, .1);}

.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .img{border: 1px solid #00439a;}*/
.bodyimg .list .img p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
/*.productny-list .list:hover .img p img {transform: scale(1.2);}*/

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; transition: .5s;}
/*.bodyimg .list:hover .imgt{border: 1px solid #00439a;}*/
.bodyimg .list .imgt p{position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}
/*.productny-list .list:hover .imgt p img {transform: scale(1.2);}*/

.bodyimg .list .title{position: relative; z-index: 2; padding: 0 5px 15px 5px; text-align: center; overflow: hidden;}
.bodyimg .list.on .title{color: #fff;}
.bodyimg .list .title::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; transition: .5s;}
.bodyimg .list.on .title::before{height: 100%;}
.bodyimg .list .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list.on  .video-ico{background: #00439a;}

@media only screen and (max-width:800px){
	.bodyimg:after{content: ''; width:100%;}
	.bodyimg .list{width:100%; margin:2% 0;}
}

/*内页新闻列表推荐*/
.bodynewsimg{position: relative; width: 100%; margin: 3% 0; padding-bottom: 3%;}
.bodynewsimg .swiper-wrapper{width: 100%;}
.bodynewsimg .swiper-slide{position: relative; overflow: hidden;}
.bodynewsimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.bodynewsimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodynewsimg .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynewsimg .swiper-slide.on .img p img{transform: scale(1.1);}
.bodynewsimg .swiper-slide .title{position: absolute; left: 0; bottom: 0; width: 100%; padding: 5% 3% 2% 3%; background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));}
.bodynewsimg .swiper-slide.on .title{background-image: linear-gradient(to bottom, rgba(0,67,154, 0), rgba(0,67,154, 1));}
.bodynewsimg .swiper-slide .title p{color: #fff; line-height: 1.6; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodynewsimg .swiper-button-prev, .bodynewsimg .swiper-button-next{top: 40%; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 25px; height: 2vw; min-height: 25px; --swiper-navigation-size: 10px; outline:none;} 
.bodynewsimg .swiper-button-prev{left: 0;}
.bodynewsimg .swiper-button-next{right: 0;}
.bodynewsimg .swiper-button-prev:hover, .bodynewsimg .swiper-button-next:hover{opacity: 1; background:#00439a; color: #fff;}
.bodynewsimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.bodynewsimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 10px; height: 10px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .3); opacity: 1; outline:none; transition: .3s;}
.bodynewsimg .swiper-pagination-bullet-active{background: #00439a; opacity: 1;}

@media only screen and (max-width:1280px){
	.bodynewsimg .swiper-pagination-bullet{width: 8px; height: 8px; margin:0 3px !important;}
}
@media only screen and (max-width:800px){
	.bodynewsimg .swiper-slide .img{height: 0; padding-bottom: 60%;}
}
@media only screen and (max-width:560px){
	.bodynewsimg .swiper-slide .title{font-size: 16px; font-size: 1.6rem;}
}

/*内页新闻列表*/
.bodynewslist{}
.bodynewslist .list{padding: 1% 0; border-bottom: 1px solid rgba(0,0,0, .09); }
.bodynewslist .list.on{border-right: none;}

@media only screen and (max-width:1280px){
	.bodynewslist .list .title{font-size: 20px; font-size: 2rem;}
	.bodynewslist .list .time{font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:560px){
	.bodynewslist .list .title{font-size: 18px; font-size: 1.8rem;}
	.bodynewslist .list .time{font-size: 14px; font-size: 1.4rem;}
}

/*内页新闻详情推荐*/
.newsbody{padding: 3% 5%; margin: 3% auto; max-width: 1300px; background: #fff; box-shadow: 0 5px 30px rgba(0,40,92, .1);}

.newsshow-title{color: #000; line-height: 1.6;}
.newsshow-info{color: #acacac; padding-bottom:2.5%; margin-top: 1%; border-bottom: 1px solid #eaeaea;}
.newsshow-info font{font-family: Arial; font-weight: 300;}

@media only screen and (max-width:800px){
	.newsbody{margin: calc(5% + 50px) auto 4%;}
	
	.newsshow-title {line-height: 1.5; font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:560px){
	.newsshow-title {font-size: 24px; font-size: 2.4rem;}
	.newsshow-info {font-size: 15px; font-size: 1.5rem;}
}

/*内页招聘*/
.job{margin-top: 4%; border-left: 1px solid rgba(0,0,0,.1); border-right: 1px solid rgba(0,0,0,.1);}
.job .list{padding: 0 2%; border-bottom: 1px solid rgba(0,0,0,.1);}
.job .list:first-child{border-top: 3px solid #00439a;}
.job .list.on{box-shadow: 0 0 25px rgba(0,0,0,.05);}
.job .list .listbox{padding: 2% 0; color: #888; cursor: pointer; display: flex; align-items: center; justify-content: space-between;}
.job .list .listbox .title{flex: 1; width: 100%; color: #000; transition: .5s;}
.job .list.on .listbox .title{color: #00439a;}
/*.job .list .listbox .xl{width: 22%;}
.job .list .listbox .xz{width: 23%;}
.job .list .listbox .gzdd{width: 15%;}*/
.job .list .listbox .more{width: 5%; display: flex; align-items: center; justify-content: flex-end;}
.job .list .listbox .more p{width: 1.6vw; min-width: 20px; height: 1.6vw; min-height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,.3); display: flex; align-items: center; justify-content: center;}
.job .list .listbox .more p i{color: #afafaf; transition: .5s;}
.job .list.on .listbox .more p{border: 1px solid #00439a; background: #00439a}
.job .list.on .listbox .more p i{transform: rotate(90deg); color: #fff;}
.job .list .desc{display: none; padding: 2% 0 3% 0; line-height: 1.6; color: #666; border-top: 1px solid rgba(0,0,0,.1);}
.job .list .desc p{margin: 1% 0;}
.job .list .desc p:first-child{margin-top: 0;}
.job .list .desc p:last-child{margin-bottom: 0;}
.job .list .desc img{max-width: 100%;}
.job .list .contact{display: none; padding-bottom: 3%;}
.job .list .contact p{display: inline-block; padding: .7vw 2vw; color: #fff; background: #00439a; border-radius: 100px;}

@media only screen and (max-width:560px){
	.job{margin-top: 5%;}
	.job .list .listbox{padding: 4% 0; font-size: 16px; font-size: 1.6rem;}
	.job .list .listbox .title{width: 45%;}
	.job .list .listbox .xl{display: none;}
	.job .list .listbox .xz{width: 25%;}
	.job .list .listbox .gzdd{width: 22%;}
	.job .list .listbox .more p{min-width: 16px; min-height: 16px;}
	.job .list .desc{padding: 4% 0 6% 0;}
	.job .list .contact{padding-bottom: 6%;}
	.job .list .contact p{padding: .8vw 3.5vw;}
}

/**内页电子地图**/
.bodymap{position: relative; width: 100%; height: 0; padding-bottom: 60%; margin: 4% 0; border: 1px solid rgba(0,0,0,.2); overflow: hidden;}
.bodymap #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.bodymap iframe, #map{width: 100%; height: 100%;}

@media only screen and (max-width:800px){
	.body map{padding-bottom: 70%;}
}
@media only screen and (max-width:560px){
	.bodymap{padding-bottom: 100%;}
}

/*内页留言*/
.message{margin-top: 4%; padding: 6% 6%; background: #f0f4f9; display: flex; align-items: center; justify-content: center;}
.message form{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{width: 100%; position: relative; margin: 0.5% 0; padding: 0 1vw; border: 1px solid rgba(0,0,0,.1); display: flex; align-items: center; justify-content: space-between; background: #fff; transition: .5s;}
.message .list:last-child{border: none;}
.message .list:hover{background: #fff;}
.message .listt{width: 100%; align-items: flex-start;}
.message .listtt{padding: 0 0;}
.message .list span{position: absolute; right: 10px; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 4%; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; margin-top: 4px; color: #00439a;}
.message .listt i{margin-top: 1.5vw;}
.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; 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: 1.2vw 0; margin: 0; background:#00439a; color: #fff; text-transform: uppercase; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message{padding: 4% 4%;}
	.message .list{width: 100%; margin: 1% 0; padding: 0 3vw;}
	.message .listt i{margin-top: 2.8vw;}
	.message .listtt{padding: 0 0;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0; height: 20vw;}
	.msg_submitt{padding: 2vw 0;}
}

/*内页搜索*/
.searchcontainer{padding: 5%; margin: 3% auto; background: #fff; border-radius: .5vw;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #00439a; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 6% 0;}
.searchcat a{color: #000; margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #00439a; border-bottom: 2px solid #00439a;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 20px;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #00439a; 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:hover{border: 1px solid #00439a;}
.searchproductlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6;}
.searchproductlist .list:hover .box .title{color: #00439a;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .cat{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: calc(55px + 3%) auto 0;}

	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem;}
.pagination-buttons a{padding:7px 12px; margin: 0 2px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: inline-block;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #00439a; color: #fff; border: 1px solid #00439a;}


/*详细页上一页下一页收藏打印*/
.preNext{margin-top: 5%; padding-top: 2%; border-top: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.preNext p{color: #333; width: 100%; margin: .5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.preNext p a{color: #888;}
.preNext p a:hover{color: #00439a;}

@media only screen and (max-width:800px){

}
@media only screen and (max-width:560px){

}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 15px; font-size: 1.5rem; margin-top: 3%;}
.page_info span{padding:0 2px;font-weight:bold; color: #00439a;}
.page_list{text-align:center; letter-spacing:0; font-size:15px; font-size: 1.5rem; margin-top: 3%;}
.page_list div{text-align: center; display: inline-block; padding:2px 25px;}
.page_list a{display:inline-block; border: 1px solid #dfe1e6; background: #f3f4f6; margin: 0 3px; text-align:center; padding:4px 13px;}
.page_list a:hover,.page_list a.on{color:#fff; background:#00439a; border: 1px solid #00439a; font-weight: bold;}

@media only screen and (max-width:800px){
	.page_info{margin-top: 5%;}
	.page_list{margin-top: 5%;}
	.page_list a{margin:0 3px; border-radius: 3px;}
}
@media only screen and (max-width:560px){
	.page_list div{padding: 0 2px;}
	.page_list a{padding:1px 7px; margin:1px 1px;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}