/*全局样式*/
body{padding: 0;margin: 0;font-family: 微软雅黑;font-size: 14px;color: #000;background-color: #edf0f3;}
body.modal-open{position: fixed;width: 100%;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #000;}
i,em{font-style: normal;}
img{display: block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 微软雅黑;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="submit"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 微软雅黑;font-size: 14px;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: 微软雅黑;font-size: 14px;cursor: pointer;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{content: '';display: table;clear: both;}
/*解决chrome 浏览器，当文本框，多行文本获得焦点的时候，会有一个边框的问题*/
input,textarea{outline: none;resize:none;}
/*去掉select默认样式*/
select:focus{outline: none;}
select{appearance:none; -moz-appearance:none;-webkit-appearance:none; }
/*去掉表格自带间隙*/
table{border-collapse:collapse;}
/*常用宽度*/
.w1520{position: relative;width: 96%;margin: 0 auto;max-width: 1520px;}
.w1200{position: relative;width: 96%;margin: 0 auto;max-width: 1200px;}
.w1000{position: relative;width: 96%;margin: 0 auto;max-width: 1000px;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
/*滚动条*/
.webkitScroll{overflow-y: auto;width: 100%;height: 100%;position: relative;right: -1px;}
.webkitScroll::-webkit-scrollbar-button{background-color: transparent;height: 0;}
body *::-webkit-scrollbar{width: 13px;height: 4px;background-image: url(../images/webkitScroll_bj.png);background-size: 3px 100%;background-repeat: no-repeat; background-position:5px 0;}
body *::-webkit-scrollbar-thumb{background-image: url(../images/webkitScroll_dian.png);width: 13px;height: 13px; display: block;background-repeat: no-repeat;background-position:0 50%;}

/*头部*/
.header .top > .w1200{display:flex;justify-content: space-between;    align-items: center;}
.header .top .logo{margin:12px 0;display: inline-flex;gap:30px;}
.header .top .logo a{}
.header .top .logo img{height:70px;display:block;}
.header .top .right{float: right;overflow:hidden;}
.header .top .right a{display: table;float: right; font-size: 14px;color:#868686;padding-left: 20px;line-height: 20px;margin:20px 0 0 0; background-image: url(../images/header_icon1.png);background-repeat: no-repeat;background-position: 0 5px;}
.header .top .search{width: 274px;height: 30px;border:1px solid #e1e1e1;box-sizing: border-box;background-color:#fff;}
.header .top .search .txt{background-color:#fff;width: calc(100% - 30px);height: 100%;line-height: 33px;padding-left: 10px;}
.header .top .search .btn{height: 100%;width: 30px;float: right;background-image:url(../images/search.jpg);background-repeat:no-repeat;color:transparent;background-size: 100% 100%;}
/*移动端导航按钮*/
.header .menu-btn{display: none;z-index: 1;position: absolute;right: 0;top: 30px;width: 30px;height: 18px;cursor: pointer;}
.header .menu-btn span{display: block;height: 2px;background-color: #0352bd;transition: 0.3s;}
.header .menu-btn span:nth-child(2){margin: 6px 0;}
/*导航*/
.nav-boxs{background-color: #0352bd;}
.nav-boxs .w1200{height: 46px;position: relative;}
.nav-box{}
.nav-box .nav{display: flex;    justify-content: space-between;}
.nav-box .nav > li{position: relative;flex:1}
.nav-box .nav > li:before{content: "";position: absolute;left: 0;top: 16px;width: 1px;height: 15px;background-color: #81a9de;}
.nav-box .nav > li:first-child:before{display: none;}
.nav-box .nav > li > a{display: block;line-height: 46px;font-size: 16px;text-align: center;color: #fff;white-space: nowrap;text-align:center;}
.nav-box .nav > li.on > a,.nav-box .nav > li:hover > a{font-weight: bold;}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 0;top: 46px;width: 100%;padding: 8px 0;background-color: rgba(3,82,198,.7);border-radius: 5px;}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 8px 0px;line-height: 20px;color: #fff;text-align:center;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;-webkit-transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #0352bd;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}
/*头部 end*/
/*foot*/
.foot{padding: 25px 0 22px 0; background-image: url(../images/foot_bj.jpg);background-size: cover;background-position: center;}
.foot:after{content: '';display: table;clear: both;}
.foot .left{float: left;}
.foot .left .foot_nav{overflow: hidden;display: inline-block;}
.foot .left .foot_nav > li{position: relative;float: left;padding: 0 10px;line-height: 20px;margin-bottom:20px;font-size: 16px;opacity: .9;}
.foot .left .foot_nav > li:before{content: "";position: absolute;left: 0;top: 3px;width: 1px;height: 15px;background-color: #81a9de;}
.foot .left .foot_nav > li:first-child{padding-left: 0;}
.foot .left .foot_nav > li:last-child{padding-right: 0;}
.foot .left .foot_nav > li:first-child:before{display: none;}
.foot .left .foot_nav > li .more-btn{display: none;}
.foot .left .foot_nav > li > a{display: block;color:#fff;}
.foot .left .foot_nav > li.on > a,.nav-box .nav > li:hover > a{font-weight: bold;}
.foot .left .foot_nav li{float: left;}
.foot .left .txt{font-size: 14px;line-height: 24px;color:#fff;opacity: .7;}
.foot .left .txt a{color:#fff;}
.foot .center{display: inline-block;vertical-align: top;}
.foot .center select{margin-left: 30px;width: 234px;height: 24px;border:1px solid rgba(255,255,255,.6);padding:0 0 0 10px;line-height: 22px;font-size: 14px;color:#fff; background-image: url(../images/foot_select.png);background-position: right;background-repeat: no-repeat;background-color: transparent;}
.foot .center select option{color:#333;}
.foot .right{float: right;}
.foot .right .other-info-list{}
.foot .right .other-info-list li{margin-bottom: 10px;line-height: 20px;color: #fff;}
.foot .right .other-info-list li .tit{float: left;width: 3em;}
.foot .right .other-info-list li .txt{margin-left: 3em;}
.foot .right .other-info-list li .txt img{width: 100px;}
.foot .right .other-info-list li .txt a{color: #fff;}
.foot .right .other-info-list li .txt a:hover{text-decoration: underline;}
/*foot end*/

/*banner*/
.banner{overflow: hidden;}
.banner .gallery-top{padding-left: 30px; float: left;width: 27.5%;height: 360px;background-image: url(../images/banner_txtbj.jpg);background-size: cover;background-position: center;background-repeat: no-repeat;}
.banner .gallery-top .day{margin:30px 0 28px 0; width: 97px;border:1px solid #fff;border-radius: 6px;text-align:center;overflow: hidden;}
.banner .gallery-top .day .top{font-size: 18px;color:#0352bd;line-height: 30px;font-weight: bold; background-color: #fff;}
.banner .gallery-top .day .bottom{font-size: 34px;color: #fff;background-color: #0352bd;line-height: 52px;}
.banner .gallery-top .h{margin-bottom: 12px; font-size: 18px;line-height: 24px;color:#fff;margin-right: 32px;text-align:justify;height: 48px;overflow: hidden;}
.banner .gallery-top .p{font-size: 14px;line-height: 24px;color:#fff;margin-right: 32px;text-align:justify;max-height: 72px;overflow: hidden;}
.banner .gallery-top .swiper-pagination{display: table;width: auto;bottom:20px;left: 36px;}
.banner .gallery-top .swiper-pagination .swiper-pagination-bullet{border:1px solid #fff;width: 10px;height: 10px;}
.banner .gallery-top .swiper-pagination .swiper-pagination-bullet-active{background-color: #fff;}
.banner .gallery-thumbs{float: right;width: 72.5%;height: 360px;}
.banner .gallery-thumbs .swiper-slide{width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
/*banner end*/

.part .index_tit{margin-bottom: 16px; height: 27px;border-bottom: 1px solid #dddddd;}
.part .index_tit .h i{position: relative; font-size: 18px;color:#9f9f9f;line-height: 18px;padding-bottom:6px;}
.part .index_tit .h i.on{color:#0352bd;}
.part .index_tit .h i.on:after{position: absolute;bottom:0;left: 0; content: "";width: 100%;height: 2px;background-color:#0352bd; }
.part .index_tit .h em{font-size: 16px;color:#a0a0a0;margin:0 20px;vertical-align: top;}
.part .index_tit .more{position: relative;top: 2px;margin-left: 10px; float: right;font-size: 12px;color:#8f8f8f;-webkit-transition: all .3s;transition: all .3s;}
.part .index_tit .more:hover{color:#b90101;top:0;}
.part .index_tit .b{float: right;}
.part .index_tit .b b{position: relative; font-size: 14px;color:#999999;padding:0 8px;font-weight: normal;vertical-align: top;cursor: pointer;}
.part .index_tit .b b.on{color:#0352bd;}
.part .index_tit .b b:after{content: "";position: absolute;top:3px;right: 0;width: 1px;height: 15px;background-color: #999;}
.part .index_tit .b b:last-child:after{display: none;}
.part1_2{overflow: hidden;margin-top:20px;}
.part1_2 .part1{float: left;width: 66.25%;background-color: #fff;padding:22px 30px;overflow: hidden;}
.part1_2 .part1 .box{float: left;width: 32%;margin-right: 2%;}
.part1_2 .part1 .box:last-child{margin-right: 0;}
.part1_2 .part1 .box .pics{position: relative; width: 100%;height: 130px; margin-bottom: 14px;overflow: hidden;}
.part1_2 .part1 .box .pics .pic{position: absolute;left: 0;top:0;  width: 100%;height: 100%; background-size: cover;background-position: center;background-repeat: no-repeat;-webkit-transition: all 0.3s;transition: all 0.3s;}
.part1_2 .part1 .box .p{font-size: 16px;color:#222222;line-height: 24px;width: 100%;height: 48px;overflow: hidden;}
.part1_2 .part1 .box .day{margin-top: 16px; font-size: 13px;line-height: 13px;color:#777;}
.part1_2 .part1 .box:hover .pic{transform: scale(1.03);}
.part1_2 .part1 .box:hover .p{color:#b90101;}
.part1_2 .part2{float: right;width: 32.5%;background-color: #fff;padding:22px 30px;}
.part1_2 .part2 .one .h{margin-bottom: 10px; font-size: 16px;color:#b90101;line-height: 16px;height: 16px;overflow: hidden;    white-space: nowrap;text-overflow: ellipsis;}
.part1_2 .part2 .one .day{margin-bottom: 14px; font-size: 13px;color:#909090;line-height: 13px;}
.part1_2 .part2 .one .p{font-size: 13px;color:#676767;line-height: 24px;height: 48px;overflow: hidden; margin-bottom: 11px;}
.part1_2 .part2 .list li{position: relative;padding-left: 15px; border-top: 1px dashed #676767;line-height: 34px;box-sizing: border-box;height: 36px;}
.part1_2 .part2 .list li a{position: relative;left: 0; font-size: 16px;color:#333;display: inline-block;width: calc(100% - 80px);height: 34px;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s; overflow: hidden;    white-space: nowrap;text-overflow: ellipsis;}
.part1_2 .part2 .list li:hover a{color:#b90101;left: 3px;}
.part1_2 .part2 .list li:after{position: absolute;left: 0;top:13px;content: "";width: 4px;height: 4px;border:1px solid #b2b2b2;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.part1_2 .part2 .list li:hover:after{background-color:#b90101;border-color: #b90101; }
.part1_2 .part2 .list li i{font-size: 13px;color:#777777;float: right;vertical-align: top;}
.part1_2 .part2 .index_tit{position: relative;}
.part1_2 .part2 .index_tit i{cursor: pointer;}
.part1_2 .part2 .index_tit i:nth-child(1){margin-right:41px;}
.part1_2 .part2 .index_tit .h em{position: absolute;left: 55px;}
.part1_2 .part2 .content{display: none;}
.part1_2 .part2 .content.show{display: block;}
.part3_5{overflow: hidden;margin-top: 20px;}
.part3_5 .part3{float: left;width: 32.5%;background-color: #fff;padding:22px 30px;margin-right: 1.25%;}
.part3_5 .part3 .pics{position: relative;margin-bottom: 16px; width: 100%;height: 181px; overflow: hidden;}
.part3_5 .part3 .pic{position: absolute;top:0;left: 0; width: 100%;height: 100%;background-size: cover;background-position:center;background-repeat: no-repeat;}
.part3_5 .part3 .list li{position: relative;padding-left: 15px; border-top: 1px dashed #676767;line-height: 34px;box-sizing: border-box;height: 36px;}
.part3_5 .part3 .list li:nth-child(1){border-top: none;}
.part3_5 .part3 .list li a{position: relative;left: 0; font-size: 16px;color:#333;display: inline-block;width: calc(100% - 80px);height: 34px;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;   white-space: nowrap;text-overflow: ellipsis;}
.part3_5 .part3 .list li:after{position: absolute;left: 0;top:13px;content: "";width: 4px;height: 4px;border:1px solid #b2b2b2;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.part3_5 .part3 .list li:hover:after{background-color:#b90101;border-color: #b90101; }
.part3_5 .part3 .list li i{font-size: 13px;color:#777777;float: right;vertical-align: top;}
.part3_5 .part3 .list li:hover a{color:#b90101;left: 3px;}
.part3_5 .part3 .content{display: none;}
.part3_5 .part3 .content.show{display: block;}
.part3_5 .part4{float: left;width: 32.5%;background-color: #fff;padding:22px 30px;margin-right: 1.25%;}
.part3_5 .part4 li a{display: block;padding:17px 0;border-bottom:1px dashed #8f8f8f; overflow: hidden;}
.part3_5 .part4 li:last-child a{padding-bottom: 0;border-bottom: 0;}
.part3_5 .part4 li:first-child a{padding-top: 0;}
.part3_5 .part4 .left{ width:63px;text-align:center;overflow: hidden;float: left;}
.part3_5 .part4 .left .top{font-size: 14px;color:#fff;line-height: 20px;font-weight: bold; background-color: #8f8f8f;border-top-right-radius: 4px;border-top-left-radius: 4px;}
.part3_5 .part4 .left .bottom{font-size: 24px;color: #676767;line-height: 34px;border:1px solid #ddd;border-top: none; border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
.part3_5 .part4 .right{float: right;width: calc(100% - 78px);}
.part3_5 .part4 .right .h{position: relative;left: 0; margin-bottom: 3px; font-size: 16px;line-height: 16px;color:#222222;height: 16px; overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;   white-space: nowrap;text-overflow: ellipsis;}
.part3_5 .part4 .right .p{font-size: 14px;color:#777777;line-height: 20px;height: 40px;overflow: hidden;}
.part3_5 .part4 .list li:hover .left .top{background-color: #0352bd;}
.part3_5 .part4 .list li:hover .right .h{color:#b90101;left: 3px; }
.part3_5 .part4 .content{display: none;}
.part3_5 .part4 .content.show{display: block;}
.part3_5 .part5{float: left;width: 32.5%;background-color: #fff;padding:22px 30px;margin-right: 0;}
.part3_5 .part5 .pics{position: relative;margin-bottom: 16px; width: 100%;height: 181px; overflow: hidden;}
.part3_5 .part5 .pic{position: absolute;top:0;left: 0; width: 100%;height: 100%;background-size: cover;background-position:center;background-repeat: no-repeat;}
.part3_5 .part5 .list li{position: relative;padding-left: 15px; border-top: 1px dashed #676767;line-height: 34px;box-sizing: border-box;height: 36px;}
.part3_5 .part5 .list li:nth-child(1){border-top: none;}
.part3_5 .part5 .list li a{position: relative;left: 0; font-size: 16px;color:#333;display: inline-block;width: calc(100% - 80px);height: 34px;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;   white-space: nowrap;text-overflow: ellipsis;}
.part3_5 .part5 .list li:after{position: absolute;left: 0;top:13px;content: "";width: 4px;height: 4px;border:1px solid #b2b2b2;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.part3_5 .part5 .list li:hover:after{background-color:#b90101;border-color: #b90101; }
.part3_5 .part5 .list li i{font-size: 13px;color:#777777;float: right;vertical-align: top;}
.part3_5 .part5 .list li:hover a{color:#b90101;left: 3px;}
.part3_5 .part5 .content{display: none;}
.part3_5 .part5 .content.show{display: block;}
.part6{overflow: hidden;margin-top: 20px;padding: 30px 20px; background-image: url(../images/part6_bj.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;margin-bottom: 14px;}
.part6 .tab{width: 172px;height: 100%;float: left;padding-left: 18px;margin-top: 30px;}
.part6 .tab li{margin-bottom: 28px; width: 120px;height: 38px;line-height: 36px;font-size: 18px;color:#fff;text-align: center;border:1px solid rgba(255,255,255,.6);border-radius: 4px;cursor: pointer;}
.part6 .tab li.on{color:#0352bd;background-color: #fff;}
.part6 .content{width: calc(100% - 184px);float: right;background-color: #fff;}
.part6 .content .box{display: none;overflow: hidden;}
.part6 .content .box.show{display: flex;}
.part6 .content .pics{position: relative;flex: 1;height: 300px;background-color: #eee;overflow: hidden;}
.part6 .content .pics .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size:cover;background-position: center;background-repeat: no-repeat;-webkit-transition: all 0.3s;transition: all 0.3s;}
.part6 .content .pics .pic:hover{transform: scale(1.03);}
.part6 .content .txts{flex: 0 0 55%;padding: 15px;overflow: hidden;}
.part6 .content .txt{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.part6 .content .txt .p{font-size: 14px;color:#333333;line-height: 24px;text-indent: 2em;margin-bottom: 14px;}
.part6 .content .txts .btn{position: relative;top:0; margin:0 auto;margin-top: 15px;text-align:center;font-size: 14px;color:#0352bd; display: block;width: 180px;height: 40px;line-height: 38px;border:1px solid #0352bd;border-radius: 15px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.part6 .content .txts .btn:hover{color:#fff;background-color:#0352bd;top:-3px; }

/*内页*/
.det_content{margin:42px 0 20px 0;padding-right: 30px; background-color: #fff;overflow: hidden;}
.side_nav{padding:26px;width: 280px;box-sizing: border-box;float: left;box-shadow: 0px -103px 14px #dcdcdc;}
.side_nav .top .h{padding-bottom: 25px;border-bottom: 1px solid #dbdbdb;padding:14px 0 12px 60px;}
.side_nav .top{position: relative; width: 100%;display: block;}
.side_nav .top .b_en{position: absolute;top:0;left: 14px;font-size: 46px;color:#0352bd; text-transform: uppercase;}
.side_nav .top .cn{font-size: 19px;color:#0352bd;line-height: 19px;}
.side_nav .top .en{font-size: 12px;color:#0352bd;text-transform: uppercase;}
.side_nav .list li{line-height: 64px;border-bottom: 1px solid #ededed;}
.side_nav .list li a{position: relative; padding:0 30px 0 40px;display: block;font-size: 16px;color:#333333;}
.side_nav .list li a:before{display: none; content:"";position: absolute;left: 20px;top: 27px; width: 9px;height: 9px;background-image: url(../images/side_nav_dian.png);}
.side_nav .list li a:after{content:"";position: absolute;right: 18px;top: 25px; width: 10px;height: 15px;background-image: url(../images/side_nav_jt.png);background-position: 0 0;}
.side_nav .list li a:hover,.side_nav .list li a.on{color: #b90101;}
.side_nav .list li a:hover:before,.side_nav .list li a.on:before{display: block;}
.side_nav .list li a:hover:after,.side_nav .list li a.on:after{background-position:0 -15px;}
.side_nav .bottom .h{position: relative; font-size: 20px;color:#333;padding-left: 40px;line-height: 44px;margin-top: 48px;border-bottom: 1px solid #dbdbdb;}
.side_nav .bottom .h:before{content: "";width: 21px;height: 21px;position: absolute; top:13px;left: 4px;background-image: url(../images/side_bottom_tit.png);}
.det_content .right_content{width: calc(100% - 330px);float: right;min-height: 700px;}
.det_content.about .right_content{padding-bottom: 30px;}
.det_content .det_tit{padding: 25px 0 17px 0;border-bottom: 1px solid #e9e9e9;}
.det_content .det_tit::after{content: '';display: table;clear: both;}
.det_content .det_tit .h{ font-size: 18px;color:#034fb6;line-height: 18px;padding-bottom: 13px;border-bottom: 2px solid #034fb6;box-sizing: border-box;}
.det_content .det_tit .list{float: right;overflow: hidden;padding-left: 21px;background-image: url(../images/dz_icon.png);background-repeat: no-repeat;background-position: 0 2px;}
.det_content .det_tit .list li{float: left;font-size: 14px;color:#878686;}
.det_content .det_tit .list li a{color:#878686;}
.det_content .det_tit .list li a.on{color:#034fb6;}

/*page*/
.page{padding: 20px 0;font-size: 0;text-align: center;}
.page > *{display: inline-block;padding: 0 10px;margin: 0 5px;height: 30px;background-color: #fff;border: 1px solid #ddd;font-size: 14px;line-height: 28px;color: #888;}
.page > *.on,.page > *:hover{background-color: #0063b6;border-color: #0063b6;color: #fff;}
.person-box .list li:hover{opacity: .9;}
/*page end*/

/*news_list1*/
.news_list1_content{}
.news_list1_content .one{display: block;margin:32px 0 17px 0;padding:20px; box-shadow: 1px 1px 14px #dcdcdc;overflow: hidden;}
.news_list1_content .one .pic{float: left; width: 190px;height: 276px;background-position: center;background-size: cover;}
.news_list1_content .one .txt{float: right;width: calc(100% - 216px);}
.news_list1_content .one .txt .top{padding-bottom: 12px;margin-bottom: 5px; border-bottom: 1px solid #dddddd;}
.news_list1_content .one .txt .top .h{font-size: 20px;color:#0352bd;line-height: 38px;}
.news_list1_content .one .txt .top .p{font-size: 14px;color:#444444;line-height: 14px;}
.news_list1_content .one .p1{font-size: 14px;color:#7f7f7f;line-height: 28px;}
.news_list1_content .one .p1 span{color:#202020;}
.news_list1_content .one .p1:last-child{position: relative; width: 100%;height: 112px;overflow: hidden;}
.news_list1_content .one .p1:last-child em{position: absolute;right: 0;bottom:0;background-color: #fff;color:#b90101;}
.news_list1_content .list{line-height: 46px;min-height: 260px;}
.news_list1_content .list1{line-height: 46px;min-height: 560px;}
.news_list1_content .list li a{display: block; font-size: 14px;color:#333333;overflow: hidden;border-bottom: 1px dashed #dbdbdb;}
.news_list1_content .list li a span.txt{position: relative;left: 0; display: block; padding-left: 14px; width: calc(100% - 100px);height: 46px;overflow: hidden; float: left;-webkit-transition: all 0.3s;transition: all 0.3s;}
.news_list1_content .list li a span.txt:before{content: "";position: absolute;left: 1px;top: 20px; width: 4px;height: 4px;display: block; border: 1px solid #dbdbdb;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.news_list1_content .list li a span.day{float: right;display: block}
.news_list1_content .list li a:hover .txt{color: #b90101;left: 3px;}
.news_list1_content .list li a:hover .txt:before{background-color: #b90101;border-color: #b90101;}
/*news_list1 end*/

/*pic_list*/
.pic_list_content .list{overflow: hidden;margin-top: 4px;min-height: 630px;}
.pic_list_content .list li{float: left;margin: 28px 0; width: 22.6%;margin-right:3.2%;padding:8px;border:1px solid #f2f2f2;}
.pic_list_content .list li:nth-child(4n){margin-right:0;}
.pic_list_content .list li a{display: block;width: 100%;}
.pic_list_content .list li a .pics{position: relative;width: 100%;padding-bottom: 122%;overflow: hidden;}
.pic_list_content .list li a .pics .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: cover;background-position: center;}
.pic_list_content .list li:hover{box-shadow: 1px 1px 14px #dcdcdc;}
.pic_list_content .list li .p{text-align:center;line-height: 40px;font-size:16px;color:#202020;}
.pic_list_content .list li:hover .p{color:#b90101;}
/*pic_list end*/

/*news_details*/
.news_details .right_content .tit{margin-bottom: 32px; padding-bottom: 16px;border-bottom: 1px dashed #dbdbdb;}
.about .right_content .tit{border-bottom:none;}
.news_details .right_content .tit .h{margin:30px 0 24px 0; font-size:24px;color:#333333;text-align:center;line-height: 24px;}
.about .right_content .tit .h{margin-bottom: 0;}
.news_details .right_content .tit .day{display: table;margin:0 auto;}
.news_details .right_content .tit .day span{margin:0 7px; color:#202020;opacity: .7;font-size:12px;}
.news_details .right_content img{margin:0 auto;margin-bottom: 38px;}
.news_details .right_content .p{margin-bottom: 14px; font-size: 14px;color:#333333;line-height: 26px;text-indent:2em;text-align:justify;}
.news_details .right_content .bottom{overflow: hidden;border-top: 1px dashed #dbdbdb;}
.news_details .right_content .bottom a{display: block;width: 48%;line-height: 68px;height: 68px;overflow: hidden; font-size: 16px;color:#000000;}
.news_details .right_content .bottom a:nth-child(1){float: left;}
.news_details .right_content .bottom a:nth-child(2){float: right;text-align:right;}
.news_details .right_content .bottom a:hover{color:#b90101;}
/*news_details end*/

/*news_list3*/
.news_list3 .right_content .list1{margin-top: 32px;}
.news_list3 .right_content .list1 li{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #dddddd;}
.news_list3 .right_content .list1 li a{display: block;overflow: hidden;}
.news_list3 .right_content .list1 li a .pics{width: 188px;float: left;}
.news_list3 .right_content .list1 li a .pics .pic{width:100%;padding-bottom: 61%;background-size: cover;background-position: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.news_list3 .right_content .list1 li a .txt{float: right;width: calc(100% - 204px);}
.news_list3 .right_content .list1 li a .txt .h{position: relative; font-size: 16px;color:#202020;line-height: 16px;margin:0 76px 28px 0;}
.news_list3 .right_content .list1 li a .txt .h:after{content:"";position: absolute;left: 0; bottom:-15px;width: calc(100% + 76px); border-bottom: 1px dashed #dbdbdb;}
.news_list3 .right_content .list1 li a .txt .h i{position: relative;left: 0; width: 100%;height: 16px;display: inline-block; overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.news_list3 .right_content .list1 li a .txt .h .day{position: absolute;top:0;right:-76px;line-height: 16px;font-size: 13px;color:#555555;}
.news_list3 .right_content .list1 li a .txt .p{position: relative; font-size: 14px;color:#202020;opacity: .9;line-height: 24px;width: 100%;height: 48px;overflow: hidden;}
.news_list3 .right_content .list1 li a .txt .p em{position: absolute;right: 0;bottom:0;line-height: 24px;font-size: 14px;color:#b90101;background-color: #fff;-webkit-transition: all 0.3s;transition: all 0.3s;}
.news_list3 .right_content .list1 li a:hover .pics .pic{-webkit-transform: scale(1.03);transform: scale(1.03);}
.news_list3 .right_content .list1 li a:hover .txt .h i{color:#b90101;left: 3px;}
.news_list3 .right_content .list1 li a .txt .p em:hover{bottom:3px;}
/*news_list3 end*/

/*teacher_list*/
.teacher_list{padding:0;}
.teacher_list .left1,.teacher_list .left2{float: left;width: calc(100% - 332px);padding-left: 32px;}
.teacher_list .right1,.teacher_list .right2{float: right;width: 302px;}
.teacher_list .left1 .left1_top{margin:30px 0 42px 0; padding:12px;box-shadow: 0px 0px 10px #dcdcdc;}
.teacher_list .left1 .left1_top img{width: 102px;float: left;}
.teacher_list .left1 .left1_top .txt{width: calc(100% - 120px);float: right;}
.teacher_list .left1 .left1_top .txt .h{margin:22px 0 16px 0; font-size: 18px;color:#034fb6;line-height: 18px;}
.teacher_list .left1 .left1_top .txt .p{position: relative; font-size: 14px;color:#202020;line-height:24px;text-align:justify;width: 100%;max-height: 480px;overflow: hidden;}
.teacher_list .left1 .left1_top .txt .p .open{position: absolute;padding-left: 2px; right: 0;bottom:0;background-color:#fff; color:#b90101;padding-right: 13px;background-image: url(../images/xjt.png);background-repeat:no-repeat;background-position:right 6px;cursor: pointer;}
.teacher_list .left1 .left1_top .txt .p .open.close{background-image: url(../images/xjt1.png);}
.teacher_list .left1 .left1_content .tit{border-bottom: 1px solid #e5e5e5;margin-bottom: 22px;}
.teacher_list .left1 .left1_content .tit span{font-size: 18px;color:#fff;background-color:#034fb6;display: block;width: 140px;height: 38px;text-align:center;line-height: 38px;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.teacher_list .left1 .left1_content .list{background-color:#fbfbfb;padding:14px 0 14px 36px;height: 328px;}
.teacher_list .left1 .left1_content .list li a{overflow: hidden; display: block; font-size: 16px; line-height: 50px;height: 50px; border-bottom: 1px dashed #d2d2d2;color:#202020;margin-right:36px;}
.teacher_list .left1 .left1_content .list li a .txt{position: relative;left: 0; display: block;float: left;width: calc(100% - 110px);height: 50px;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.teacher_list .left1 .left1_content .list li a .day{display: block;float: right;}
.teacher_list .left1 .left1_content .list li a .txt:hover{color:#b90101;left: 3px;}
.teacher_list .left2 .tit{border-bottom: 1px solid #e5e5e5;margin:36px 0 0 0;}
.teacher_list .left2 .tit span{font-size: 18px;color:#fff;background-color:#034fb6;display: block;width: 140px;height: 38px;text-align:center;line-height: 38px;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.teacher_list .left2 .list li a{display: block;overflow: hidden;padding:40px 0 35px 0;border-bottom: 1px solid #e5e5e5;}
.teacher_list .left2 .list .day{float: left; width: 74px;height: 72px;border:1px solid #034fb6;text-align:center;  box-sizing: border-box;}
.teacher_list .left2 .list .day .h{margin:14px 0 10px 0; font-size: 28px;color:#034fb6;line-height: 28px;}
.teacher_list .left2 .list .day .p{font-size: 14px;color:#034fb6;line-height: 14px;}
.teacher_list .left2 .list .txt{float: right;width: calc(100% - 104px);}
.teacher_list .left2 .list .txt .h{position: relative;left: 0; font-size: 16px;color:#202020;margin-bottom: 7px;-webkit-transition: all 0.3s;transition: all 0.3s;line-height: 16px;height: 16px;overflow: hidden;}
.teacher_list .left2 .list .txt .p{position: relative; font-size: 14px;color:#202020;line-height: 22px;height: 44px;overflow: hidden;}
.teacher_list .left2 .list .txt .p em{position: absolute;bottom:0;right: 0;font-size: 13px;color:#b90101;background-color: #fff;}
.teacher_list .left2 .list li a:hover .txt .h{color:#b90101;left: 3px;}
.teacher_list .right1{margin-top: 27px;padding:0 26px;padding-bottom: 80px; box-shadow:-5px 0px 7px -5px #dcdcdc;}
.teacher_list .right1 .tit{padding-left: 96px; background-color: #034fb6;color:#fff;font-size: 20px;line-height: 50px;border-top-left-radius: 4px;border-top-right-radius: 4px;background-image: url(../images/teacher_icon1.png);background-position:49px 9px;background-repeat:no-repeat;}
.teacher_list .right1 .list{overflow: hidden;}
.teacher_list .right1 .list li{overflow: hidden; text-align:center;line-height: 40px;font-size: 16px;color:#202020;border-bottom:1px solid #e8e8e8;}
.teacher_list .right1 .list li a{display: block;width: 50%;float: left;}
.teacher_list .right1 .list li a span{display: table;margin:0 auto;padding-bottom: 1px;}
.teacher_list .right1 .list li a:hover{background-image: url(../images/side_nav_dian.png);background-repeat:no-repeat;background-position:21px 16px;color:#b90101;}
.teacher_list .right1 .list li a:hover span{border-bottom: 1px solid #b90101;padding-bottom: 0;}
.teacher_list .right2{padding:0 26px; box-shadow:-5px 0px 7px -5px #dcdcdc;}
.teacher_list .right2 .tit{padding-left: 104px; background-color: #034fb6;color:#fff;font-size: 20px;line-height: 50px;border-top-left-radius: 4px;border-top-right-radius: 4px;background-image: url(../images/teacher_icon2.png);background-position:66px 14px;background-repeat:no-repeat;}
.teacher_list .right2 .list li a{position: relative;left: 0; font-size: 14px;color:#202020; display: block; line-height: 40px;height: 40px; padding:0 6px;border-bottom: 1px solid #e8e8e8;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.teacher_list .right2 .list li a .txt{float: left;width: calc(100% - 60px);height: 40px;overflow: hidden;}
.teacher_list .right2 .list li a .day{float: right;}
.teacher_list .right2 .list li a:hover{color:#b90101;left: 3px;}
/*teacher_list end*/

/*teacher_details*/
.teacher_details>.det_tit{float: left;width: calc(100% - 366px);margin-left: 32px;}
.teacher_details .right{float: right;width: 302px;}
.teacher_details .left{float: left;width: calc(100% - 332px);padding-left: 32px;}
.teacher_details .left .txts{padding:0 24px;}
.teacher_details .left .tit{margin-bottom: 32px; padding-bottom: 16px;border-bottom: 1px dashed #dbdbdb;}
.teacher_details .left .tit .h{margin:30px 0 24px 0; font-size:24px;color:#333333;text-align:center;line-height: 24px;}
.teacher_details .left .tit .day{display: table;margin:0 auto;}
.teacher_details .left .tit .day span{margin:0 7px; color:#202020;opacity: .7;font-size:12px;}
.teacher_details .left .p{ margin-bottom: 14px; font-size: 14px;color:#333333;line-height: 26px;text-indent:2em;text-align:justify;}
.teacher_details .left .p img{display:inline-block;}
.teacher_details .left .bottom{overflow: hidden;border-top: 1px dashed #dbdbdb;margin:0 24px;}
.teacher_details .left .bottom a{display: block;width: 48%;line-height: 68px;height: 68px;overflow: hidden; font-size: 16px;color:#000000;}
.teacher_details .left .bottom a:nth-child(1){float: left;}
.teacher_details .left .bottom a:nth-child(2){float: right;text-align:right;}
.teacher_details .left .bottom a:hover{color:#b90101;}
/*teacher_details end*/

.news_details .txts{margin:0 24px;}


/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	/*header*/
	.header .top .logo{width: 460px;}
	.header .top .search{margin-top:42px;}
	.nav-box .nav > li{padding: 0 48px;font-size: 14px;}
	/*header end*/
}

/*pad:>=769px && <=1024px*/
@media screen and (max-width: 1024px){
	/*header*/
	.header{position: relative;padding-bottom: 10px;}
	.header .top .right{float: none;}
	.header .top .search{margin:0;width: 100%;}
	.header .top .search .txt{line-height: 22px;}
	.header .top .search .btn{}
	/*移动端导航按钮*/
	.header .menu-btn{display: block;}
	/*导航*/
	.nav-boxs .w1200{height: 0;}
	.nav-box{display: none;z-index: 99;position: fixed;left: 0;top: 0;float: none;width: 100%;height: 100%;background-color: #fff;}
	.nav-box .nav{width: 80%;height: 80%;margin: 60px auto 0;overflow-y: auto;overflow-x: hidden;}
	.nav-box .nav::-webkit-scrollbar{width: 2px;background: #eee;border-radius: 2px;}
	.nav-box .nav::-webkit-scrollbar-thumb{background: #ccc;border-radius: 2px;}
	.nav-box .nav > li{float: none;padding: 0;border-bottom: 1px solid #eee;line-height: 50px;}
	.nav-box .nav > li:before{display: none;}
	.nav-box .nav > li:after{display: none;}
	.nav-box .nav > li .more-btn{display: block;position: absolute;right: 0;top: 0;width: 50px;font-size: 20px;text-align: center;color: #999;cursor: pointer;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
	.nav-box .nav > li > a{display: block;width: 80%;padding: 0 10px;font-size: 16px;color: #333;}
	.nav-box .nav > li.on,.nav-box .nav > li:hover{background-color: transparent;}
	.nav-box .nav > li.on .more-btn{transform: rotate(45deg);}
	.nav-box .nav > li.on > a{color: #0352bd;}
	.nav-box .nav-2nd{position: initial;width: 100%;margin-bottom: 20px;background-color: transparent;}
	.nav-box .nav-2nd > li > a{color: #999;}
	.nav-box .nav-2nd > li > a:hover{background-color: transparent;}
	/*header end*/
	.foot .center{display: table;margin:0 auto;}
	.foot .center select{margin:0 auto;}
	.banner .gallery-thumbs{float: none;width: 100%;height: 320px;}
	.banner .gallery-top{float: none;width: 100%;height: auto;padding:10px 0 30px 10px;}
	.banner .gallery-top .day{display: none;}
	.banner .gallery-top .h{height: 24px;font-size: 14px;margin-bottom: 0;}
	.banner .gallery-top .p{max-height:24px;font-size: 12px;}
	.banner .gallery-top .swiper-pagination{left: 8px;bottom: 10px;}
	.part1_2 .part1{float: none;width: 100%;margin-bottom: 14px;}
	.part1_2 .part2{float: none;width: 100%;}
	.part3_5 .part3{float: none;width: 100%;margin-bottom: 14px;}
	.part3_5 .part3 .pics{height: 300px;}
	.part3_5 .part4{float: none;width: 100%;margin-bottom: 14px;}
	.part3_5 .part5{float: none;width: 100%;margin-bottom: 14px;}
	.part3_5 .part5 .pics{height: 300px;}
	.part6{margin-top: 0;}
	.part6 .tab{width: 100%;margin-top: 0;}
	.part6 .tab li{display: inline-block;}
	.part6 .content{width: 100%;}
	/*内页*/
	.det_content{padding:0 15px;margin-top: 20px;}
	.side_nav{display: none;}
	.det_content .right_content{width: 100%;}
	.teacher_list .left1 .left1_top{margin:15px 0 20px 0;}
	.teacher_list .left1 .left1_content .tit span{font-size: 16px;height: 30px;line-height: 30px;width: 100px;}
	.teacher_list .left1 .left1_content .list li a{font-size: 14px;height: 36px;line-height: 36px;}
	.teacher_list .right1{width: 100%;float: none;padding:0;padding-bottom: 20px;margin-top:0;}
	.teacher_list .right2{width: 100%;float: none;padding:0;}
	.teacher_list .left1{width: 100%;float: none;padding-left: 0;}
	.teacher_list .left2{width: 100%;float: none;padding-left: 0;}
	.teacher_list .left1 .left1_content .list{padding-left: 0;}
	.teacher_list .left1 .left1_content .tit{margin-bottom: 0;}
	.teacher_list .left2 .tit span{font-size: 16px;height: 30px;line-height: 30px;width: 100px;}
	.teacher_list .left2 .list li a{padding:15px 0 10px 0;}
	.teacher_list .left2 .list .day{margin-right: 10px;height: 68px;}
	.teacher_list .left2 .list .day .h{font-size: 24px;margin:10px 0 8px 0; }
	.teacher_list .left2 .list .txt{float: none;width: 100%}
	.teacher_list .left2 .list .txt .h{margin-bottom:11px;}
	.teacher_list .right1 .tit{font-size: 16px;padding-left: 56px;background-position: 17px 6px;height: 40px;line-height: 40px;}
	.teacher_list .right2 .tit{font-size: 16px;padding-left: 56px;background-position: 17px 8px;height: 40px;line-height: 40px;}
	.teacher_details>.det_tit{float: none;width: 100%;margin-bottom: 16px;margin-left: 0;}
	.teacher_details .left{float: none;width: 100%;padding-left: 0;}
	.teacher_details .right{float: none;width: 100%;}
	.teacher_details .right1{float: none;width: 100%;}
	.teacher_details .right2{float: none;width: 100%;}
	.teacher_details .left .tit{margin-bottom: 20px;}
	.teacher_details .left .tit .h{font-size: 20px;}
	.teacher_details .left .tit .day{text-align: center;}
	.teacher_details .left .p{margin-bottom: 6px;}
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*header*/
.header .top .w1200{flex-wrap:wrap;}
	.header .top .logo{width: 100%;}
.header .top .logo img{height:auto;}
.header .top .right{width:87%;}
.header .menu-btn{top:auto;bottom:9px;}
	/*.header .top .right{display: none;}*/
	/*.header .menu-btn{top:-50px;}*/
	/*header end*/
	.foot .left .foot_nav{text-align: center;font-size: 0;}
	.foot .left .foot_nav > li{display: inline-block;float: none; font-size: 12px;padding:0 6px;margin-bottom:6px;}
	.foot .left .txt{font-size: 12px;line-height: 20px;text-align: center;}
	.foot .right{display: none;}
	.part1_2 .part1 .box{width: 49%;}
	.part3_5 .part3 .pics{height: 180px;}
	.part3_5 .part5 .pics{height: 180px;}
	.part6 .content{padding:15px 10px;}
	.part6 .content .pics{width: 100%;height: 190px;}
	.part6 .content .txts{width: 100%;}
	.part6 .tab li{width:76px;font-size: 14px;margin-bottom: 14px;}
	.part6 .content .txts em{width: 110px;height: 30px;line-height: 28px;font-size: 12px;}
	.teacher_details .left .bottom a{font-size: 14px;}
	 .news_details .right_content .bottom a{font-size: 14px;}
     .nav-box .nav > li:last-child{display:block;}

}
@media screen and (max-width: 500px){
     .part1_2 .part1 .box{width: 100%;}
     .part1_2 .part1 .box .pics{height: 184px;}
     .news_list1_content .one .pic{width: 100%;background-size:contain;background-repeat:no-repeat;}
     .det_content .det_tit{padding:15px 0 10px 0;}
     .det_content .det_tit .list li{font-size: 12px;}
     .pic_list_content .list li{width: 48%;margin:10px 0; margin-right:4%;}
     .pic_list_content .list li:nth-child(2n){margin-right:0;}
     .news_list1_content .one .txt{width: 100%;}
     .news_list1_content .one .txt .top .h{text-align:center;}
     .news_list1_content .one .txt .top .p{text-align:center;}
     .news_list3 .right_content .list1 li a .pics{width: 100%;margin-bottom: 6px;}
     .news_list3 .right_content .list1 li a .txt{width: 100%;}
     .news_list3 .right_content .list1 li a .txt .h{margin-bottom: 18px;}
     .news_list3 .right_content .list1 li a .txt .h:after{bottom:-10px;}
     .news_details .right_content .tit{margin-bottom: 15px;}
     .news_details .right_content img{margin-bottom: 12px;}
     .news_details .right_content .tit .h{font-size: 18px;margin:15px 0 12px 0;}
     .news_details .right_content .tit .day{text-align:center;}
     .news_details .right_content .tit .day span{margin:0 3px;}
}

/*2022.3.21*/
/*纵向导航栏*/
/*一级*/
.vertical-nav-box .nav-1st{padding: 5px 0;}
.vertical-nav-box .nav-1st > li{border-bottom: 1px solid #EDEDED;}
.vertical-nav-box .nav-1st > li > .tit{position: relative;}
.vertical-nav-box .nav-1st > li > .tit .name{position: relative;display: block;padding: 10px 30px 10px 40px;font-size: 16px;line-height: 40px;}
.vertical-nav-box .nav-1st > li > .tit > .name::before{display: none;content: '';position: absolute;left: 17px;top: 50%;width: 6px;height: 6px;margin-top: -3px;background-color: rgba(185,1,1,.5);border-radius: 50%;}
.vertical-nav-box .nav-1st > li > .tit > .name::after{display: none;content: '';position: absolute;left: 14px;top: 50%;width: 12px;height: 12px;margin-top: -6px;background-color: rgba(185,1,1,.1);border-radius: 50%;}
.vertical-nav-box .nav-1st > li > .tit .fold-btn{position: absolute;right: 10px;top: 50%;width: 20px;height: 20px;margin-top: -10px;color: #ccc;cursor: pointer;transition: 0.3s;}
.vertical-nav-box .nav-1st > li > .tit .fold-btn::after{content: '';position: absolute;left: 50%;top: 50%;width: 40%;height: 40%;border-top: 2px solid currentColor;border-right: 2px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.vertical-nav-box .nav-1st > li > .tit .fold-btn:hover{color: #B90101;}
.vertical-nav-box .nav-1st > li:hover > .tit > .name{color: #B90101;}
.vertical-nav-box .nav-1st > li:hover > .tit > .name::before{display: block;}
.vertical-nav-box .nav-1st > li:hover > .tit > .name::after{display: block;}
.vertical-nav-box .nav-1st > li.open > .tit > .name{color: #B90101;}
.vertical-nav-box .nav-1st > li.open > .tit > .name::before{display: block;}
.vertical-nav-box .nav-1st > li.open > .tit > .name::after{display: block;}
.vertical-nav-box .nav-1st > li.open > .tit .fold-btn{transform: rotate(90deg);}
.vertical-nav-box .nav-1st > li.open .nav-2nd{display: block;}
/*二级*/
.vertical-nav-box .nav-2nd{display: none;padding: 0 0 10px;}
.vertical-nav-box .nav-2nd > li{}
.vertical-nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px 30px 10px 50px;line-height: 20px;color: #666;transition: 0.3s;}
.vertical-nav-box .nav-2nd > li > a::before{content: '';position: absolute;left: 40px;top: 50%;width: 2px;height: 2px;background-color: currentColor;border-radius: 50%;transform: translateY(-50%);}
.vertical-nav-box .nav-2nd > li > a:hover{color: #B90101;}
.vertical-nav-box .nav-2nd > li.on > a{color: #B90101;}

/*首页图片展示*/
.index-pic-show{margin-top: 20px;position:relative;overflow:hidden;}
.index-pic-show .item{display: block;width: 100%;}
.index-pic-show .item .pic{overflow: hidden;}
.index-pic-show .item .pic{position: relative;display: block;padding-top: 36%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.8s;}
.index-pic-show .item .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.index-pic-show .item:hover .pic em{transform: scale(1.05);}
/*面包屑导航*/
.bread-nav-1st{z-index: 1;;position: relative;display: inline-block;vertical-align: top;font-size: 0;}
.bread-nav-1st > li{position: relative;display: inline-block;vertical-align: top;padding-right: 30px;font-size: 14px;}
/* .bread-nav-1st > li:after{content: '';position: absolute;right: 10px;top: 10px;width: 6px;height: 6px;border-top: 1px solid #999;border-right: 1px solid #999;transform: translate(-50%,-50%) rotate(135deg);} */
.bread-nav-1st > li:after{content: '';position: absolute;right: 0;top: 0;width: 20px;height: 20px;background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxkZWZzPjxzdHlsZT5AZm9udC1mYWNle2ZvbnQtZmFtaWx5OmZlZWRiYWNrLWljb25mb250O3NyYzp1cmwoJnF1b3Q7Ly9hdC5hbGljZG4uY29tL3QvZm9udF8xMDMxMTU4X3U2OXc4eWh4ZHUud29mZjI/dD0xNjMwMDMzNzU5OTQ0JnF1b3Q7KSBmb3JtYXQoJnF1b3Q7d29mZjImcXVvdDspLHVybCgmcXVvdDsvL2F0LmFsaWNkbi5jb20vdC9mb250XzEwMzExNThfdTY5dzh5aHhkdS53b2ZmP3Q9MTYzMDAzMzc1OTk0NCZxdW90OykgZm9ybWF0KCZxdW90O3dvZmYmcXVvdDspLHVybCgmcXVvdDsvL2F0LmFsaWNkbi5jb20vdC9mb250XzEwMzExNThfdTY5dzh5aHhkdS50dGY/dD0xNjMwMDMzNzU5OTQ0JnF1b3Q7KSBmb3JtYXQoJnF1b3Q7dHJ1ZXR5cGUmcXVvdDspfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik01MTIgOTU4LjAxN2MtMTE5LjY0OCAwLTIzMi4xMjktNDYuMzY4LTMxNi43MzctMTMwLjU2QzExMC42MjMgNzQzLjIwMiA2NCA2MzEuMjAxIDY0IDUxMi4wMDJjMC0xMTkuMTY5IDQ2LjYyNC0yMzEuMiAxMzEuMjMyLTMxNS40MjUgODQuNjA4LTg0LjE5MSAxOTcuMDg5LTEzMC41NiAzMTYuNzM3LTEzMC41NnMyMzIuMTI5IDQ2LjM2OSAzMTYuNzA0IDEzMC41NmM4NC42NzIgODQuMjI1IDEzMS4yNjMgMTk2LjI1NiAxMzEuMjYzIDMxNS4zOTIuMDMzIDExOS4yLTQ2LjU5MSAyMzEuMjMzLTEzMS4yNjMgMzE1LjQ1NUM3NDQuMTMgOTExLjYxNiA2MzEuNjQ4IDk1OC4wMTcgNTEyIDk1OC4wMTd6bTAtODI4LjAzNGMtMTAyLjYyNCAwLTE5OS4wNzIgMzkuNzQ0LTI3MS41ODMgMTExLjkzN0MxNjcuOTM3IDMxNC4wNDggMTI4IDQwOS45ODQgMTI4IDUxMnMzOS45MDMgMTk3Ljk1MiAxMTIuMzg0IDI3MC4wNDdjNzIuNTEyIDcyLjE5MiAxNjguOTYgMTExLjkzNyAyNzEuNTgzIDExMS45MzcgMTAyLjU5MyAwIDE5OS4wNzItMzkuNzQ0IDI3MS41ODQtMTExLjkzNyA3Mi40OC03Mi4xNiAxMTIuNDE2LTE2OC4wNjMgMTEyLjM4NC0yNzAuMDggMC0xMDIuMDE2LTM5LjkwNC0xOTcuOTE5LTExMi4zODQtMjcwLjAxNkM3MTEuMDcgMTY5Ljc2IDYxNC41OTMgMTI5Ljk4MyA1MTIgMTI5Ljk4M3oiIGZpbGw9IiMwMDI2NzciLz48cGF0aCBkPSJNNzM2IDQ4MEg1NDRWMjg4YzAtMTcuNjY0LTE0LjMzNS0zMi0zMi0zMnMtMzIgMTQuMzM2LTMyIDMydjE5MkgyODhjLTE3LjY2NCAwLTMyIDE0LjMzNy0zMiAzMi4wMDJzMTQuMzM2IDMyIDMyIDMyaDE5MnYxOTJjMCAxNy42OTYgMTQuMzM3IDMyLjAwMSAzMi4wMDIgMzIuMDAxczMyLTE0LjMwMyAzMi0zMlY1NDRoMTkyYzE3LjY5NiAwIDMyLjAwMS0xNC4zMzYgMzIuMDAxLTMyLjAwMXMtMTQuMzA2LTMyLTMyLjAwMi0zMnoiIGZpbGw9IiMwMDI2NzciLz48L3N2Zz4=');background-size: 100% 100%;}
.bread-nav-1st > li > a{display: block;padding-bottom: 15px;border-bottom: 2px solid #0352bd;font-size: 18px;line-height: 20px;color: #0352bd;transition: 0.3s;}
.bread-nav-1st > li > a:hover{color: #0352bd;}
.bread-nav-1st > li:hover .bread-nav-2nd{visibility: visible;opacity: 1;margin-top: 0;transition: 0.3s;}
.bread-nav-2nd{position: absolute;left: calc(50% - 15px);top: 100%;min-width: 180px;box-sizing: border-box;padding: 10px 20px;background-color: #fff;border: 1px solid #ddd;transform: translateX(-50%);box-shadow: 1px 1px 5px rgba(0,0,0,.1);visibility: hidden;opacity: 0;margin-top: 10px;}
.bread-nav-2nd:before{content: '';position: absolute;left: 50%;top: 0;width: 10px;height: 10px;background-color: #fff;border-top: 1px solid #ddd;border-right: 1px solid #ddd;transform: translate(-50%,-50%) rotate(-45deg);}
.bread-nav-2nd > li{}
.bread-nav-2nd > li > a{display: block;padding: 6px 0;line-height: 20px;color: #666;transition: 0.3s;}
.bread-nav-2nd > li > a:hover{color: #0352bd;}
/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*首页图片展示*/
	.index-pic-show{padding: 20px;background-color: #fff;}
	.index-pic-show .item{margin-bottom: 15px;}
	/*面包屑导航*/
	.bread-nav-1st{display: none;}
}

/*分享栏*/
.share-wrap{font-size: 0;}
.share-wrap .pre{display: inline-block;vertical-align: bottom;margin-right: 10px;font-size: 14px;line-height: 32px;color: #999;}
.share-wrap .pre .icon{display: inline-block;vertical-align: middle;width: 12px;height: 12px;margin: -.25em .4em 0 0;}
.share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 40px;height: 40px;margin-left: 20px;border: 1px solid #D8D8D8;border-radius: 50%;font-size: 14px;cursor: pointer;}
.share-wrap .item:nth-of-type(1){margin-left: 0;}
.share-wrap .item .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50%;height: 50%;margin: auto;filter: brightness(0) invert(1);}
.share-wrap .item:hover .icon{filter: none;}
.share-wrap .item .hidden-wrap{position: absolute;left: 50%;bottom: 100%;padding-bottom: 10px;transform: translateX(-50%) scale(0);transform-origin: bottom;transition: 0.3s;}
.share-wrap .item .hidden-wrap img{max-width: none;width: 100px;height: 100px;}
.share-wrap .item .hidden-wrap .info{padding: 10px;background-color: #fff;white-space: nowrap;color: #0352bd;}
.share-wrap .item:hover .hidden-wrap{box-shadow: 0 0 10px rgba(0,0,0,.1);transform: translateX(-50%) scale(1);}