@charset "utf-8";
/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.poHidden{position: relative;overflow: hidden;}

/* 单页默认样式 */
.pageStyle{color: #555555;line-height: 2;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;max-width: 100% !important;}
.pageStyle ul,.pageStyle ul li{list-style: disc inside;}


/* 三级栏目 */
.third-nav{background: #F5F9FC;border-radius: 0.8rem;margin-bottom: 1.8rem;}
.third-nav  a{display: block;color: #3D3D3D;font-weight: bold;text-align: center;line-height: 3rem;position: relative;}
.third-nav  a::before{content: "";width: 1px;height: 0.5rem;background: #DDE2E5;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #DDE2E5;}
.third-nav .swiper-slide:first-child a::before{display: none;}
.third-nav .on a,
.third-nav  a:hover{background: #0058A8;color: #fff;}
.third-nav .on a::before,
.third-nav  a:hover::before{opacity: 0;}

/* 组织架构 */
.org-container .org-item{margin-bottom: 2rem;}
.org-container .org-item:last-child{margin-bottom: 0;}
.org-container .org-title{margin-bottom: 1rem;color: #0058A8;font-weight: bold;line-height: 2rem;display: flex;align-items: center;}
.org-container .org-title .icon{height: 1.4rem;margin-right: 0.4rem;}
.org-container .org-table1{background: rgba(0, 88, 138, 0.04);border-top: 1px solid #0058A8;}
.org-container .org-table1 table{width: 100%;border-collapse: collapse;border-spacing: 0;}
.org-container .org-table1 table tr{border-bottom: 1px solid #DDE2E5;}
.org-container .org-table1 table tr:last-child{border: none;}
.org-container .org-table1 table td{line-height: 1.4rem;color: #666666;padding: 1rem 0;}
.org-container .org-table1 table td:nth-child(2n+1){padding-left: 3.5rem;}
.org-container .org-table1 table .name{min-width: 4.3rem;text-align-last: justify;font-weight: bold;color: #1A1A1A;display: inline-block;}
.org-container .org-table2 table{width: 100%;border-collapse: collapse;border-spacing: 0;}
.org-container .org-table2 table th{text-align: left;color: #FFFFFF;font-weight: bold;line-height: 3.5rem;background: #0058A8;}
.org-container .org-table2 table td{line-height: 1.4rem;padding: 1rem 0;color: #666666;border-bottom: 1px solid #DDE2E5;}
.org-container .org-table2 table th:nth-child(1),
.org-container .org-table2 table td:nth-child(1){padding-left: 3.5rem;}
.org-container .org-table2 table td .name{font-weight: bold;color: #1A1A1A;}
.org-container .org-table2 table tr:nth-child(2n+1) td{background: #F5F9FC;}
.org-container .org-list .nLi{margin-bottom: 1.5rem;background: rgba(0, 88, 138, 0.04);border-top: 1px solid #0058A8;}
.org-container .org-list .nLi .title{padding: 1rem 8rem 1rem 3rem;color: #1A1A1A;line-height: 1.4rem;font-weight: bold;cursor: pointer;position: relative;}
.org-container .org-list .nLi .title .icon{position: absolute;top: 50%;right: 3rem;transform: translateY(-50%);}
.org-container .org-list .nLi .title .icon1{width: 0.8rem;height: 0.8rem;box-sizing: border-box;border: 2px solid #0058A8;border-radius: 50%;}
.org-container .org-list .nLi .title .icon2{width: 0.8rem;height: 2px;background: #0058A8;opacity: 0;}
.org-container .org-list .nLi .content{color: #666666;line-height: 2.1;display: none;}
.org-container .org-list .nLi .content .wrap{padding: 0 3rem 1.8rem;}
.org-container .org-list .nLi.on .title{color: #0058A8;}
.org-container .org-list .nLi.on .title .icon1{opacity: 0;}
.org-container .org-list .nLi.on .title .icon2{opacity: 1;}

/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
/* 三级栏目 */
.third-nav{border-radius: 0.5rem;margin-bottom: 1rem;}
.third-nav 	.swiper-slide{width: auto;}
.third-nav  a{padding: 0 1.5rem;line-height: 2rem;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
/* 组织架构 */
.org-container .org-title{margin-bottom: 0.5rem;}
.org-container .org-title .icon{height: 1rem;}
.org-container .org-table1{overflow: auto;}
.org-container .org-table1 table{min-width: 800px;}
.org-container .org-table1 table td{padding: 0.6rem 0;}
.org-container .org-table1 table td:nth-child(2n+1){padding-left: 1rem;}
.org-container .org-table2{overflow: auto;}
.org-container .org-table2 table{min-width: 800px;}
.org-container .org-table2 table th{line-height: 2.5rem;}
.org-container .org-table2 table td{padding: 0.6rem 0;}
.org-container .org-table2 table th:nth-child(1), 
.org-container .org-table2 table td:nth-child(1){padding-left: 1rem;}

}