* {margin: 0 auto;padding: 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clear{clear: both;}
.wp_14{width: 14rem;}
.fl{float: left;}
.fr{float: right;}
a:hover{color: #0C6FCF;}
a.more:hover{text-decoration: underline;}

/*头部*/
.header_box {z-index: 10000;height: 0px;position: fixed;width: 100%;}
.header_box_li {position: relative; z-index: 1; }
#header {z-index: 999; width: 100%; transition: all 0.36s ease 0s; }
.header_box_li #header::before {content: "";position: absolute;height: 1.72rem;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: 1;visibility: visible;background: url("top_bg.png") center top / 100% 100% repeat-x;}
.header_top {position: relative; z-index: 10;overflow: hidden; width: 100%;}
#header .right {padding-left: 10%;flex: 1; display: flex; flex-direction: column; align-items: flex-end;}
.right-b{display:flex;align-items: center;width: 100%;justify-content: flex-end;}

#logo {padding: 0px;position: relative;max-width: 4.77rem;}
#logo img {max-width: 100%;transition: all 0.5s ease 0s;}
.header_box .wp {height: 1.25rem;display: flex;justify-content: space-between;transition: all 0.5s;align-items: center;width: 100%;max-width: 100%;padding: 0 .5rem;}
#header.xg::before {height: 100%; background: #fff; box-shadow: rgb(0 0 0 / 30%) 0px 0px 10px;}
.header_box .xg .wp {height: 1.25rem;align-items:center;}
.header_box .xg .wp #logo{transition: all 0.36s ease 0s;}

/*pc搜索*/
.search{float: right; height: 0.32rem; width: 2.23rem; background: url(search.png) no-repeat 0 0; background-size: 100% auto;}
.search .txt,.search .btn{border: none; background: none; height: 0.32rem; line-height: 0.32rem; float: left;}
.search .txt{padding: 0 0.08rem; width: 1.86rem; color: #333;}
.search .btn{width: 0.37rem;}

/*手机端*/
.m_header_box {transition: all 0.6s ease 0s;display: none;position: relative;z-index: 100000;height: .7rem;}
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;    padding: 0.05rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); position: absolute; }
#m_nav .list_box0 .li > a{margin:0;}

/*手机端导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn_box{position:absolute;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1; right: 0;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0054D3;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #0054D3;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0054D3 url(submit.svg) center no-repeat; background-size: .28rem;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*手机端搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(submit.svg) center no-repeat #0054D3;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */

/*导航*/
#nav {width: 100%;/* max-width: 11rem; */}
#nav ul { display: flex; justify-content: space-between; }
#nav ul li {float: left;z-index: 0;height: 100%;position: relative;/* padding: 0 0.2rem; */}
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2;    cursor: pointer; }
#nav ul li h3 {font-size: 18px;color: #004E9A;line-height: 0.48rem;position: relative;transition: all 0.36s ease 0s;display: inline-block;font-weight: bold;}
#nav ul li h3::after { content: ""; position: absolute; }

#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;border-radius: 0px 0px 0.08rem 0.08rem;min-width: 1.6rem;}
#nav ul li .sub::after {content: "";height: 3px;width: 100%;position: absolute;left: 0px;top: 0px;background: #ff9d03;}
#nav ul li .sub .box {padding: 0.14rem 15px;text-align: center;}
#nav ul li .sub a {padding: 8px 0;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 16px;color: rgb(51, 51, 51);text-align: center;white-space: nowrap;display: block;}
#nav ul li .sub a span{display:inline-block;line-height:1.3;border-bottom:1px solid rgba(0,0,0,0);}
#nav ul li .sub a:hover {color: #0054D3;/* background: #0054D3; */}
#nav ul li .sub a:hover span{border-bottom: 1px solid #0054D3;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav > ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {/* color: #fff; *//* opacity: .8; */}
#nav > ul > li h3::before { content: ""; position: absolute; width: 12px; height: 12px; right: -0.22rem; top: 50%; margin-top: -6px; transition: all 0.3s ease 0s; background: url("") center center / 100% no-repeat; display: none; }
#nav > ul > li.xiala h3::before { display: block; }
#nav > ul > li:hover h3::after, #nav ul li.on h3::after { transform: scale(1); }
#nav > ul > li.noSubMenu h3::before { display: none; }

/* banner */
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; width: 100vw;position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; }

.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }

.main-visual-slider video{transform: scale(1.2)\0;}
.swiper-box1 .imged{padding-bottom: 9.35rem;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}

.text-box{position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 100%; padding: 0 2%;}
.text-box .title-box {text-align: center;}
.text-box .title-box .title {color: #fff; font-size: 0.49rem; font-weight: bold; line-height: 1em; margin-bottom: 0.2rem; letter-spacing: 0.3em;}
.text-box .title-box .note {color: #fff; font-size: 0.2rem; font-weight: bold; letter-spacing: 0.6em;}
.ban-dot{display: none;}
.ban-dot {display: flex; justify-content: center; position: absolute; width: 100%; bottom: .35rem;}
.ban-dot .swiper-pagination span {margin: 0px 0.1rem !important; font-size: 0rem; position: relative; opacity: 1; background: #ddd;}
.ban-dot .swiper-pagination span.swiper-pagination-bullet-active {background: #0C6FCF;}

/*水波纹*/
/* article{display: block;} */
.bottom-box {width: 100%; position: absolute; bottom: 0; height: 0.6rem; z-index: 1;}
.wavify-box {position: relative; height:0.6rem; overflow: hidden;}
.wavify-wrapper .wavify-item {position: absolute; left: 0; right: 0;bottom: 0;}
svg:not(:root) {overflow: hidden;}

/*头条*/
.toutiao{margin-top: 0.2rem;}
.toutiao_box{background: url(toutiao.png) no-repeat left center; line-height: 0.58rem; border: 1px solid #C8E0F2;}
.tempWrap{width: 100%; padding-left: 2rem; padding-right: 1rem; overflow: hidden; height: 0.58rem;}
#marquee6{width: 100%; overflow:hidden; height: 100%;}
#marquee6 ul li{height:0.58rem; overflow:hidden; float: left; line-height: 0.58rem; margin: 0 28px;}
#marquee6 ul li a{font-size: 0.26rem; color: #C60000; font-weight: bold;}
#marquee6 ul li a:hover{color: #b40606;}
.tt_img{float: left; display: inline-block; height: 0.58rem;}

/*图片轮播*/
.tplb{width: 46.5%; margin-top: 0.3rem;}
.tplb .imged{padding-bottom: 4.64rem;}
.tplb-con{width: 100%; position: absolute; line-height: 0.4rem; bottom: 0; z-index: 10; background: url(p_bg.png) repeat-x left center;}
.tplb-con .txt1{color: #fff; font-size: 0.17rem; padding: 0 1.5rem 0 0.1rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.swiper-container-horizontal>.swiper-pagination-bullets{position: absolute; display: flex; justify-content: flex-end; bottom: 0.1rem !important;}
.tplb .cir span{width: 0.2rem; height: 0.2rem; text-align: center; background: #fff; border-radius: 0%; line-height: 0.2rem; font-size: 0.16rem; }
.tplb .cir span.swiper-pagination-bullet{background: #fff; opacity: 1;}
.tplb .cir span.swiper-pagination-bullet-active{background: #0C6FCF; color: #fff;}

/*公共代码*/
.item_th{line-height: 0.5rem; height:0.5rem; border-bottom: 1px solid #707070;}
.item_th p{float: left; font-size: 0.24rem; font-weight: 500; color: #000;  border-bottom: 1px solid #0C6FCF;}
.more{float: right;}
.news-li {display: block; padding: 0.18rem 0; line-height: 1; color: #333;}
.news-li:hover{transform: scale(1) translateY(-1px);-ms-transform: scale(1) translateY(-1px);-moz-transform: scale(1) translateY(-1px);-webkit-transform: scale(1) translateY(-1px);-o-transform: scale(1) translateY(-1px);transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s; }
.news-li .time {float: right; padding-left: 25px; color: #9d9d9d; font-size: 0.16rem;}
.news-li .title {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.16rem;}
.news-li:hover .title{color: #0C6FCF;}

.news-info{display: block; overflow: hidden; margin:7px 0; color: #000;}
.news-info .time{float: left; width: 70px; height: 70px; font-family: 'SimHei'; text-align: center; font-size: 14px; color: #1A1A1A;}
.news-info .time .em{display: block; font-size: 18px; line-height: 40px; background: #f2f2f2; height: 40px; color: #0C6FCF; font-weight: bold;}
.news-info .time .em1{display: block; font-size: 14px; line-height: 30px; height: 30px; color: #808080; background: #D0D0D0;}
.news-info .txt{display: block; overflow: hidden; padding-left: 20px; text-overflow: ellipsis; white-space: nowrap; font-size: 16px;}

/*新闻选项卡*/
.news_box{width: 51.313%; margin-top: 0.2rem;}
#tabs-container{}
.tabs_new{width: 100%; height:0.5rem;border-bottom: 1px solid #707070;}
.tabs {width:5rem; float: left; height:0.5rem; overflow:hidden;}
.tabs a {font-weight:500; text-align:center; float:left; height:0.5rem; line-height:0.5rem; color:#000; text-decoration:none; margin-right: 3%; font-size: 0.2rem; padding: 0 0.05rem;}
.tabs a.active {background: #0C6FCF; color: #fff;}
.tabs_new .more{float: right; margin-right: 0; line-height: 0.5rem; transition: 0.5s;}
.tabs_new .more a{font-size: 0.14rem;}
.tabs_new .more a{display: none;}
.tabs_new .more a.on{display: block;}

.news-list {margin-top: 0.1rem;}

/*专题活动*/
.zthd_box{overflow: hidden; margin-top: 0.3rem;}
.zthd_box ul li{float: left;}
.zthd_box ul li:last-child{margin-right: 0;}
.zthd_box ul li .zthd_img1 img,.zthd_box ul li .zthd_img2 img{width: 100%;}
.zthd_box ul li .zthd_img2{display: none;}
.zthd_box ul li{width: 9.69%;}
.zthd_box ul li.active{width: 70.753%;}
.zthd_box ul li.active .zthd_img1 {width: 13.7%; float: left;}
.zthd_box ul li.active .zthd_img2 {width: 86.3%; float: left;}
.zthd_box ul li.active .zthd_img2{display: block;}

/*业务板块*/
.ywbk_box .title {margin: 0.66rem 0 0.45rem 0; text-align: center;}
.ywbk_box .title h3{font-size: 0.48rem; color: #0C6FCF; text-align: center; line-height: 0.7rem; letter-spacing: 0.07rem;}
.ywbk_box .title img{width: 2.95rem; height: auto; margin: auto; }
.ywbk_box .title p{text-align: center; color: #5D2727; font-size: 0.24rem; line-height: 0.36rem;}

.ywbk{background: url(ywbk_bg.jpg) no-repeat center center; background-size: 100% auto; margin: 0.8rem auto;}
.ywbk .swiper-container .swiper-wrapper{display: -webkit-box; display: -ms-flexbox; display: flex; position: relative;}
.ywbk .swiper-container{overflow: inherit;}
.ywbk  .item{position: relative;width: 3.06rem;padding-left: 0.45rem;-webkit-transition: all 1.4s;transition: all 1.4s;}
.ywbk .item .l-box .l-tit {font-size: 0.26rem; text-shadow: 0 3px 3px #00000099; color: #481b1b; position: absolute; overflow: hidden; width: 0.45rem; left: 0; z-index: 2;
display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 0.8s; transition: all 0.8s; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; color: #43A8FF; letter-spacing: 3px;}
.ywbk  .item .l-box .l-tit::before {content: ''; height: 100%; border-left: 12px solid; position: absolute; top: 0; right: -1px; -webkit-transform: skewY(-50deg); transform: skewY(-50deg); -webkit-transform-origin: left top; transform-origin: left top;}

.ywbk .swiper-slide:nth-child(1n) .item .l-box .l-tit{color: #43A8FC;}
.ywbk .swiper-slide:nth-child(2n) .item .l-box .l-tit{color: #F9DC30;}
.ywbk .swiper-slide:nth-child(3n) .item .l-box .l-tit{color: #32F9A2;}
.ywbk .swiper-slide:nth-child(4n) .item .l-box .l-tit{color: #37FCFB;}
.ywbk .swiper-slide:nth-child(5n) .item .l-box .l-tit{color: #48F642;}

.ywbk .swiper-slide:nth-child(1n) .item .l-box .l-tit::before {border-color: #43A8FF;}
.ywbk .swiper-slide:nth-child(2n) .item .l-box .l-tit::before {border-color: #F8DC2A;}
.ywbk .swiper-slide:nth-child(3n) .item .l-box .l-tit::before {border-color: #32F9A2;}
.ywbk .swiper-slide:nth-child(4n) .item .l-box .l-tit::before {border-color: #38FBFB;}
.ywbk .swiper-slide:nth-child(5n) .item .l-box .l-tit::before {border-color: #48F642;}

.ywbk .swiper-slide:nth-child(1n) .item .img_wz{background: #43A8FF;}
.ywbk .swiper-slide:nth-child(2n) .item .img_wz{background: #D2B711;}
.ywbk .swiper-slide:nth-child(3n) .item .img_wz{background: #10975C;}
.ywbk .swiper-slide:nth-child(4n) .item .img_wz{background: #119897;}
.ywbk .swiper-slide:nth-child(5n) .item .img_wz{background: #169B12;}

.ywbk .swiper-slide:nth-child(even) .item .l-box .l-tit{bottom: 10px;}

.ywbk .swiper-slide:hover .item .l-box .l-tit{-webkit-transform:translateY(-54px);transform:translateY(-54px);-webkit-transition-delay:0.02s;transition-delay:0.02s}
.ywbk .swiper-slide:hover .item .img{-webkit-transform:translateY(-44px);transform:translateY(-44px)}

.ywbk .swiper-slide .item .l-box .bg {width: 95px; background-repeat: no-repeat; background-position: bottom center; background-size: cover; position: absolute; top: 17.23625%; bottom: 130px; left: 0; z-index: 1;}
.ywbk .item .img {position: relative;  overflow: hidden; -webkit-transition: all 0.8s; transition: all 0.8s;}
.ywbk .item .img::before {content: '';display: block;  padding-top: 139%;}
.ywbk .item .img a {display: block;}
.ywbk .item .img .i {position: absolute;left: 0;top: 0; width: 100%;-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.ywbk .item .img .txtbox {position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding-top: 20px; padding-left: 20px;}
.ywbk .item .img .img_wz{padding: 0.2rem 0.2rem 0.3rem 0.2rem; background: #1F71B5; }
.ywbk .item .img .img_wz p{width: 100%;color: #fff; font-size: 0.16rem; line-height: 0.22rem; text-indent: 2em; display: -webkit-box; -webkit-line-clamp: 6; height: 1.32rem; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box;}
.ywbk .item .img .txtbox .t {font-size: 0.2rem; color: #fff; line-height: 1.8; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; float: left;}


/*精品课程*/
.jpkc_box .title {margin: 0.66rem 0 0.45rem 0; text-align: center;}
.jpkc_box .title h3{font-size: 0.48rem; color: #0C6FCF; text-align: center; line-height: 0.7rem; letter-spacing: 0.07rem;}
.jpkc_box .title img{width: 2.95rem; height: auto; margin: auto; }
.jpkc_box .title p{text-align: center; color: #5D2727; font-size: 0.24rem; line-height: 0.36rem;}

.jpkc_box .item_th{margin: 0.3rem 0 0.2rem;width: 100%;position: relative; height: 30px; line-height: 30px; border-bottom: none;}
.jpkc_box .item_th:before{content: ''; position: absolute; left: 0; height: 1px; background-color: #707070; top: 50%; z-index: 2; width: 100%;}
.jpkc_box .item_th h3{width: 150px; text-align: center; margin: 0 auto; height: 30px; line-height: 30px; position: relative; z-index: 10; background: #fff; font-size: 0.24rem; letter-spacing: 2px; font-weight: 500; color: #000;}
.jpkc_box ul { margin: 0 -0.15rem;}
.jpkc_box li{width: 33.3%; padding: 0;}
.jpkc_box li a{display: block; position: relative; z-index: 1; padding: .2rem .112rem 0;}
.jpkc_box li .scale .imged {padding-bottom: 61.02%; transform: scale(1); transition: all 6s ;}
.jpkc_box li a:hover .scale .imged .p_txt{font-weight: bold;}
.jpkc_box li .scale .imged {padding-bottom: 61.02%;}
.jpkc_box ul li .p_txt{position: absolute; bottom: 0; background: url(jpkc_bg.png) no-repeat 0 0; background-size: 100% 100%; text-align: center; color: #fff; line-height: 0.44rem; width: 100%; padding:  0 0.15rem; font-size: 0.2rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/*友情链接*/
.link_box{background: #eee; width: 100%; margin-top: 0.5rem;}
.link{padding: 0.2rem 0;}
.link>p{font-size: 0.18rem; float: left; line-height: 0.5rem;}
.link>a{font-size: 0.16rem; display: inline-block; float: left; line-height: 0.5rem; margin-right: 2%;}
.label{float: left; width: 20%; line-height: 0.5rem; margin-right: 2%;}
.label select.input{background: #0C6FCF; width: 100%; line-height: 0.5rem; height: 0.5rem; color: #fff; font-size: 0.16rem; border: none; padding: 0 1%;}
.label select.input option{color: #fff; font-size: 0.16rem; line-height: 0.3rem; height: 0.3rem; border: none;}

/*网站底部*/
.footer{background: #0C6FCF; padding: 20px 0;}
.footer p{ line-height: 0.3rem;}
.footer p,.footer p a{color: #fff; font-size: 14px;}
.footer p span{padding: 0 5px;}
.footer p a img{display: inline-block; width: 16px;}
.bqxx{padding-right: 2rem; border-right: 1px solid #fff; border-color: rgb(255, 255, 255,0.3); margin-top: 0.2rem;}
.ewm{width: 1.29rem;}
.ewm img{width: 100%;}
.ewm p{width: 100%; color: #fff; font-size: 0.18rem; text-align: center;}


/*列表页列表*/
.bann{width: 100%; margin-top: 1rem;}
.bann img{width: 100%;}
/*内页头部*/
.header_box_list{position:static;}
.header_box_li_list{position: static;}
.header_box_list .wp{height: 1rem;}
.header_box_list .xg .wp {height: 1rem;}
.header_box_li_list #header::before{background: none; height: 1rem;}
.header_box_li_list #header.xg::before{background: none;}

.header_box_li_list #nav ul li h3{color: #000;}
.menu_box{line-height: 0.5rem; background: #F0F4F7; height: 0.5rem;}
.menu{width: 60%;}
.menu ul{height: auto;}
.menu ul li{line-height: 0.5rem; height: 0.5rem; float: left; margin-right: 10%;}
.menu ul li a{font-size: 0.2rem; color: #333; font-weight: 500;}
.menu ul li.on{border-bottom: 2px solid #0C6FCF;}
.menu ul li.on a{color: #0C6FCF;}
.menu ul li:hover{border-bottom: 2px solid #0C6FCF;}
.menu ul li:hover a{color: #0C6FCF;}

.local{padding-left: 35px; background: url(local.png) no-repeat left center; background-size: 7%; font-size: 0.16rem; color: #808080;}
.local a{color: #808080; font-size: 0.16rem; }

.list-con{margin-top: 0.2rem;}
.list-con .list-item{margin-bottom: 0.6rem; min-height:5rem;}
.list-con .list-item>li{width: 100%; height: 2.56rem; margin-bottom: 0.24rem; position: relative; padding: 0.35rem 0.2rem 0.35rem 0.2rem; background: #FFF; /* box-shadow: 0 10px 10px #00000029;*/ border-bottom: 1px solid #E8E8E8; }
.list-con .list-item>li a{display: block; position: relative; z-index: 2;}
.list-con .list-item>li:before{content: '';background:url(li_bg.jpg) repeat-x left bottom;display: block;position: absolute;width: 100%;height:0;left:0%;top: 50%;background-size: 100% 100%; background-repeat: no-repeat;transition: all 0.3s ease-in-out;}
.list-con .list-item>li:after{height: 0;width: 0}
.list-con .list-item>li .list-item-img{display: none; float: left; width: 2.25rem; height: 1.69rem; overflow: hidden; margin-right: 0.2rem;}
.list-con .list-item>li .list-item-img img{width: 100%; height: 100%; object-fit: cover;transform: scale(1);transition: all 2s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 2s ease 0s;}
.list-con .list-item>li .list-item-left{position: absolute; top: 0.68rem; left: 1rem; width: 0.61rem; padding-top: 0.1rem; z-index: 999;}
.list-con .list-item>li .list-item-share{width: 0.61rem; height: 0.6rem; cursor: pointer; position: relative; background: url(list-item-share-blue.png) no-repeat top right; background-size: 100% 100%; box-shadow: 0 10px 10px #00000029;}
.list-con .list-item>li .list-item-share ul{width: max-content; position: absolute; left: 0.61rem; top: 0; display: none;}
.list-con .list-item>li .list-item-share ul li{width: 0.61rem; height: 0.61rem; cursor: pointer; float: left;}
.list-con .list-item>li .list-item-share ul li img{width: 100%; height: 100%;}
.list-con .list-item>li .list-item-share .bdshare-button-style0-16 .bds_more{padding: 0; margin: 0;}
.list-con .list-item>li .list-item-con {float: right; width: calc(100% - 2.45rem);}
.list-con .list-item>li .list-item-con div{font-size: 0.2rem; color: #343434; line-height: 0.25rem; margin-bottom: 0.18rem;overflow: hidden; display: -webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.list-con .list-item>li .list-item-con p{font-size: 0.16rem; line-height: 0.32rem; color: #343434;overflow: hidden; /*display: -webkit-inline-box;*/ display: inherit; /* -webkit-box-orient:vertical;*/ -webkit-line-clamp:5;text-align: justify; text-indent: 2em;}
.list-con .list-item>li:hover:before{width: 100%;height: 100%;left:0 ;top:0%;content: '';box-shadow:3px 35px 77px -17px rgba(0, 0, 41, 0.5);}
.list-con .list-item>li:hover:after{content: '';width: 100%;height: 100% overflow: hidden;position: absolute;left: 0;top: 0;z-index: 1}
.list-con .list-item>li:hover .list-item-img img{transform: scale(1.3);transition: all 2s ease 0s;-webkit-transform: scale(1.1);-webkit-transform: all 2s ease 0s;}
.list-con .list-item>li:hover .list-item-time{color: #FFF;}
.list-con .list-item>li:hover .list-item-time span{color: #FFF;}
.list-con .list-item>li:hover .list-item-share{background: url(list-item-share.png) no-repeat top right; background-size: 100% 100%; z-index: 3;}
.list-con .list-item>li:hover .list-item-con{position: relative;}
.list-con .list-item>li:hover .list-item-con div{color: #FFF;}
.list-con .list-item>li:hover .list-item-con p{color: #FFF;}
.list-con .list-item>li .list-item-share:hover ul{display: block;}
.list-con .list-item>li.list-item-imgs .list-item-share{background: url(list-item-share.png) no-repeat top right; background-size: 100% 100%;}
.list-con .list-item>li.list-item-imgs .list-item-con{width: calc(100% - 2.45rem); float:left;}
.list-con .list-item>li.list-item-imgs .list-item-img{display: block;}
.pages{text-align: center; padding: 0.3rem 0;}

/*内容页内容*/
.list-con-con{margin-top: 0.13rem; margin-bottom: 0.6rem; padding-bottom: 0.6rem; border-bottom: 1px solid #E8E8E8;}
.con-title{font-size: 0.24rem; color: #000; padding: 0 0.9rem; line-height: 0.52rem; text-align: center; margin-bottom: 0.06rem;}
.con-txt{font-size: 14px; color: #484848; text-align: center; line-height: 0.24rem; margin-bottom: 0.32rem;}
.con_con,.con_con p,.con_con div,.con_con span,.con_con font,.con_con strong,.con_con b,.con_con a{font-size: 0.18rem !important; line-height: 0.33rem !important; font-family: "微软雅黑" !important; color: #686868; background-color:inherit !important; background:none !important;}
.con_con a:hover{color: #B4252B;}
.con_con img{max-width: 80% !important; height: auto !important;}
.con_con b,.con_con strong{font-weight: bold;}
.con_con table{margin:0 auto !important;}
.con_con table tr td{border:1px solid #B4252B !important;}

 .con_con .icon-icon_location,.con_con .icon-dianhuatianchong,.con_con .icon-fax-full,.con_con .icon-youzhengyinhang,.con_con .icon-jubao,.con_con .icon-youxiang,.icon-icon_location span,.icon-dianhuatianchong span,.icon-fax-full span,.icon-youzhengyinhang span,.icon-jubao span,.icon-youxiang span {
        color: #0C6FCF;
        font-size: 0.2rem !important;
        padding-right: .5%;
    }
    .conts-list {padding: 1% 0;}
    .conts-listsbtm {width: 25%;padding: 1% 0;float: left;}
    .conts-lists {width: 50%; float: left;}
    .bx,.bx div {box-sizing: border-box; font-size: 0.16rem !important;}
    .r-n {display: flex;}			
    .f-st {justify-content: flex-start;align-items: flex-start;align-content: flex-start;}			
    .alc {align-items: center;justify-items: center;}
    .wd {width: 100%;}

/*内容页视频宽高*/
.edui-faked-video{width: 54% !important; height: auto !important;}

.con-share{text-align: right; height: 0.23rem; padding:20px 0;}
.con-share p{line-height: 0.23rem; display: inline-block;}
.con-share ul{display: inline-block;}
.con-share ul li{display: inline-block; line-height: 0.23rem; font-size: 0.16rem; color: #343434;}
.con-share ul li img{height: 0.23rem; width: auto; cursor: pointer; margin-left: 0.23rem;}
.con-bot{text-align: center; margin-top: 0.45rem; line-height: 0.2rem; height: 0.2rem; font-size: 0.16rem; color: #343434;}
.con-bot span{display: inline-block; margin-right: 0.3rem;}
.con-bot span:last-child{margin: 0;}
.con-page {text-align: center; margin-top: 0.25rem;}
.con-page a {height: 0.5rem; line-height: 0.5rem; display: inline-block; font-size: 0.15rem;  font-weight: bold; color: #363636; margin: 0 0.11rem;}
.con-page-left{background: url(con-page2.png) no-repeat right top; background-size: 0.5rem 0.5rem; padding-right: 0.72rem; }
.con-page-right{background: url(con-page1.png) no-repeat left top; background-size: 0.5rem 0.5rem; padding-left: 0.72rem; }

.goback{ width: 100%; padding: 0.3rem 0;}
.goback ul{overflow: hidden;}
.goback ul li{float: right; margin-left: 0.2rem; line-height: 0.3rem;}
.goback ul li a{font-size: 0.16rem; color: #686868;}

/*图片列表页*/
.list-con-photo{min-height: 6rem;}
.list-con-photo ul { margin: 0 -0.15rem;}
.list-con-photo li{width: 25%; padding: 0;}
.list-con-photo li a{display: block; position: relative; z-index: 1; padding: .2rem .112rem 0;}
.list-con-photo li .scale .imged {padding-bottom: 61.02%; transform: scale(1); transition: all 6s ;}
.list-con-photo li a:hover .scale .imged .p_txt{font-weight: bold;}
.list-con-photo ul li .p_txt{position: absolute; bottom: 0; background: url(jpkc_bg.png) no-repeat 0 0; background-size: 100% 100%; text-align: center; color: #fff; line-height: 0.44rem; width: 100%; padding:  0 0.15rem; font-size: 0.2rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


/*  板块列表页  */
.menu_bk{margin-top: -1.8rem; height: 1.8rem;}
#s1{height: 0.8rem;}
.bk_item ul li{height: 6.35rem;position: relative;}
.bk_item ul li:nth-child(5n+4){margin-top: 0.78rem; height: 5.3rem;}
.bk_item ul li:nth-child(5n+5){margin-bottom: 0.78rem;}
.bk_item ul li:last-child{margin-bottom: 0;}
.bk_item ul li .bk_item_bg{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
.bk_item ul li img{width: 7.1rem; height: 4rem; object-fit: cover; position: absolute; z-index: 3;}
.bk_item ul li:nth-child(5n+1) .bk_item_bg{ background: url(bk_item_img1.png) no-repeat left top; background-size: auto 5.3rem;}
.bk_item ul li:nth-child(5n+2) .bk_item_bg{ background: url(bk_item_img2.png) no-repeat right bottom; background-size: 100% auto;}
.bk_item ul li:nth-child(5n+3) .bk_item_bg{ background: url(bk_item_img3.png) no-repeat left top; background-size: 100% auto;}
.bk_item ul li:nth-child(5n+4) .bk_item_bg{ background: url(bk_item_img4.png) no-repeat right top; background-size: 100% 100%;}
.bk_item ul li:nth-child(5n+5) .bk_item_bg{ background: url(bk_item_img5.png) no-repeat right bottom; background-size: auto 5.3rem;}
.bk_item ul li:nth-child(5n+1) img{ top: 0.66rem; left: 4.6rem;}
.bk_item ul li:nth-child(5n+2) img{width: 100%; height: 99%; z-index: 1;}
.bk_item ul li:nth-child(5n+3) img{ top: 0.66rem; right: 3.43rem;}
.bk_item ul li:nth-child(5n+4) img{width: 80%; height: 99%; z-index: 1;}
.bk_item ul li:nth-child(5n+5) img{ top: 1.12rem; left: 6.67rem;}
.bk_item ul li .bk_item-con{position: absolute; z-index: 4;}
.bk_item ul li .bk_item-con h2{color: #000; font-size: 0.4rem; line-height: 0.5rem; display: inline-block; margin-bottom: 0.1rem;}
.bk_item ul li .bk_item-con p{color: #351E12; font-size: 0.14rem; line-height: 0.26rem; text-indent: 2em;}
.bk_item ul li .bk_item-con a{color: #0C6FCF; font-size: 0.18rem; line-height: 0.26rem; float: right;}
.bk_item ul li:nth-child(5n+1) .bk_item-con{right: 3.45rem; top: 1.63rem;}
.bk_item ul li:nth-child(5n+2) .bk_item-con{right: 3.45rem; bottom: 0.32rem;}
.bk_item ul li:nth-child(5n+3) .bk_item-con{left: 2.62rem; top: 1.66rem;}
.bk_item ul li:nth-child(5n+4) .bk_item-con{right: 2.65rem; top: 1.11rem;}
.bk_item ul li:nth-child(5n+5) .bk_item-con{left: 3.09rem; top: 1.73rem;}

/*  板块列表页2  */
.bk2_box1{overflow: hidden; position: relative;}
.bk2_box1_div{position: absolute; top: 0; left: 0; width: 100%; min-height: 2rem;}
.bk2_box1-con{width: 5rem; margin: 0.54rem 0 0.9rem 0; min-height: 1.21rem; display: none;}
.bk2_box1-con.active{display: block;}
.bk2_box1-con h2{color: #084FF0; font-size: 0.22rem; line-height: 0.34rem; margin-bottom: 0.17rem; font-weight: bold;}
.bk2_box1-con p{color: #7D7D7D; font-size: 0.18rem; line-height: 0.28rem;}
.bk2_box1-img{width: 100%; min-height: 3rem;}
.bk2_box1-img img{width: 100%; display: none;}
.bk2_box1-img img.active{display: block;}
.bk2_box2{margin-top: 0.77rem;}
.bk2_box2_title{height: 0.95rem; background: url(bk2_box2_title_bg.png) no-repeat left top; background-size: auto 0.95rem;}
.bk2_box2_title p{font-size: 0.4rem; color: #28232C; line-height: 0.95rem;}
.bk2_box2_con{background: url(bk2_box2_con_bg.png) no-repeat right top; background-size: 100% 100%; min-height: 2rem;}
.bk2_box2_con p{padding: 0.4rem; font-size: 0.18rem; color: #28232C; line-height: 0.4rem; text-indent: 2em; display: none;}
.bk2_box2_con p.active{display: block;}
.bk2_box3{margin-top: 0.75rem; min-height: 6.4rem; background: url(bk2_box3_bg.png) no-repeat right bottom; background-size: auto 5.47rem; }
.bk2_box3_title{font-size: 0.4rem; color: #28232C; line-height: 0.6rem; margin-bottom: 0.4rem;}
.xxk_con,.xxk_column{display: none;}
.tabLink{overflow: hidden; margin-bottom: 0.26rem; display: none;}
.tabLink b,.tabItem .conTabLink b{font-weight: bold; height: 0.4rem; line-height: 0.4rem; font-size: 0.24rem; color: #000000; float: left; padding:0 0.15rem; margin: 0.09rem 0; cursor: pointer;}
.tabLink b.active{color: #fff; background: #0C6FCF;}
.tabDiv{min-height: 2.7rem;}
.tabItem{display: none; overflow: hidden;}
.tabItem.active{display: block;}
.tabItem .conTabLink{overflow: hidden; margin-bottom: 0.26rem; width: 55%;}
.tabItem .conTabLink b{font-weight: normal; font-size: 0.16rem; color: #181D24;}
.tabItem .conTabLink b.active{background: url(bk2_box3_item_bg.png) no-repeat right top #FFF; background-size: auto 100%; color: #0C6FCF;}
.tabItem .conTabDiv{width: 100%;}
.tabItem .conTabItem{display: none; min-height: 2.7rem; position: relative; padding-right: 45%;}
.tabItem .conTabItem.active{display: block;}
.tabItem .conTabItem .conTabItemCon .conTabItemCon_title{font-size: 0.24rem; line-height: 0.36rem; font-weight: bold; margin-bottom: 0.08rem; display: none;}
.conTabItemCon_con,.conTabItemCon_con p,.conTabItemCon_con div,.conTabItemCon_con span,.conTabItemCon_con font,.conTabItemCon_con strong,.conTabItemCon_con b,.conTabItemCon_con a{font-size: 0.18rem !important; line-height: 0.33rem !important; color: #28232C;}
.conTabItemCon_con table{margin:0 auto !important;}
.conTabItemCon_con table tr td{border: none !important;}
.tabItem .conTabItem .conTabItemImg{position: absolute; bottom: 0.32rem; right: 0; width: 32%;}


/*版本过低提示*/
.pageTips {position: fixed;left: 0;top: 0;width: 100%; height: 100%; background: #000; z-index: 99999999;}
.pageTips .container {color: #fff;position: absolute;left: 50%;top: 50%;width: 630px;margin-left: -315px;margin-top: -160px;}
.pageTips .container a.close {display: block;width: 50px;height: 50px;position: absolute;z-index: 1;left: auto;right: -15px;top: 40px;bottom: auto;}
.pageTips .container .img {text-align: center;}
.pageTips .container .msg {font-size: 18px;line-height: 36px;padding-top: 30px;color: #fff;}
.pageTips .container a {color: #fff; text-decoration: underline;}

@media screen and (max-width: 1440px) {
.tempWrap{padding-left: 2.5rem; padding-right: 1rem;}
}


@media screen and (max-width: 1200px) {
.header_box { display: none; }
.m_header_box { display: block; }
.swiper-box1 .imged{padding-bottom: 50%;}
#logo {max-width: 3.5rem;}

/*轮播图*/
.bottom-box{display: none;}
.text-box .title-box .title{font-size: 18px;}
.text-box .title-box .note{font-size: 12px; line-height: 24px; letter-spacing:0;}
  
/*头条*/
.toutiao{display: none;}
.tempWrap{padding-left: 3rem;}

/*图片轮播*/
.tplb{width: 100%;}
.news_box{width: 100%;}
.tplb .imged{padding-bottom: 65%;}
.tabs{width: 100%;}
.tabs a{font-size: 18px; font-weight: normal; margin-right: 0;}
.tabs_new .more{display: none;}

/*公共代码*/
.news-li .title{font-size: 16px;}
.news-li .time{font-size: 16px;}

/*业务板块*/
.ywbk_box .title h3,.jpkc_box .title h3{font-size: 0.42rem;}
.ywbk{background: none; margin: 0;}
.ywbk .item{width: 90%;}
.ywbk .swiper-slide:hover .item .l-box .l-tit{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition-delay:0.02s;transition-delay:0.02s}
.ywbk .swiper-slide:hover .item .img{-webkit-transform:translateY(0);transform:translateY(0)}
.ywbk .item .img .img_wz p{font-size: 16px; line-height: 22px; height: auto;}

/*专题*/
.zthd_box{margin-top: 0.1rem;}
.zthd_box ul{margin: 0 -0.15rem; display: flex; flex-wrap: wrap;}
.zthd_box ul li{width: 25%; padding: 0; margin-right: 0;}
.zthd_box ul li.active{width: 25%;}
.zthd_box ul li .zthd_img1{width: 100%;}
.zthd_box ul li .zthd_img1{padding: 0.2rem 0.112rem 0;}
.zthd_box ul li.active .zthd_img2{display: none;}
.zthd_box ul li.active .zthd_img1{display: block; width: 100%;}

/*精品课程*/
.jpkc_box li{width: 50%;}
.jpkc_box ul li .p_txt{}

/*友情链接*/
.link>p,.link>a{font-size: 16px;}
.label{width: 100%; margin: 3% 0;}
.label select.input{font-size: 16px;}

/*网站底部*/
.bqxx{width: 100%; border-right: none; padding-right: 0;}
.footer p, .footer p a{text-align: center;}
.ewm{width: 100%; text-align: center; margin-top: 0.2rem;}
.ewm img{max-width: 35%;}
.ewm p{font-size: 14px; line-height: 30px;}

/*列表页*/
.menu{width: 100%; display: flex; flex-wrap: wrap;}
.menu ul{display: flex; flex-wrap: wrap; width: 100%;}
.menu ul li{margin-right: 0; display: none;}
.menu ul li.on{display: block;}
.local{display: none;}
.bann{margin-top: 0;}
.list-con .list-item>li{height: auto; overflow: hidden; padding: 0.3rem 0; margin-bottom: 0;}
.list-con .list-item>li .list-item-left{display: none;}
.list-con .list-item>li .list-item-img{width: 30%; height: auto; margin-right: 5%;}
.list-con .list-item>li .list-item-con{float: left; width: 100%;}
.list-con .list-item>li.list-item-imgs .list-item-con{width: calc(100% - 35%);}
.list-con .list-item>li .list-item-con div{-webkit-line-clamp: 1; font-weight: bold;}
.list-con .list-item>li .list-item-con p{-webkit-line-clamp: 2; text-indent: 0;}

/*内容页内容*/
.con-title{padding: 0; margin-bottom: 0.2rem;}
.con-txt{margin-bottom: 0.25rem; line-height: 24px;}
.con_con, .con_con p, .con_con div, .con_con span, .con_con font, .con_con strong, .con_con b, .con_con a{font-size: 16px !important; line-height: 32px !important; color: #333;}
.con-share{display: none;}

.goback ul li{display: none;}
.goback ul li.scroll-top{display: block;}

/*图片列表页*/
.list-con-photo li{width: 50%;}

/*  板块列表页  */
.bk_item{padding: 30px 15px 0 15px;}
.bk_item ul li{position: inherit; height: auto !important; overflow: hidden; margin:0 0 0.2rem 0 !important;}
.bk_item ul li .bk_item_bg{display: none;}
.bk_item ul li img{width: 50% !important; height: auto !important; position: inherit; float: left !important; top: inherit !important; left: inherit !important; bottom: inherit !important; right: inherit !important;}
.bk_item ul li .bk_item-con{width: 50% !important; float: right; position: inherit;}
.bk_item ul li .bk_item-con h2{line-height: 0.7rem;}
.bk_item ul li .bk_item-con p{line-height: 0.3rem; font-size: 0.16rem;}
.bk_item ul li .bk_item-con a{line-height: 0.4rem; font-size: 0.2rem;}

/*  板块列表页2  */
.menu_box{display: none;}
.bk2_box1{padding-top: 0.5rem;}
.tabItem .conTabItem .conTabItemImg{right: inherit; left: 60%;}

}
.bk2_box2 .bk2_box2_ul{display: none;}
#round1{width: 100%; height: 2.4rem; margin: 0.2rem auto 0 auto; overflow: hidden;}
#inround1{width: 10000%; float: left;}
#inround1 ul{float: left;}
#inround1 li{float: left; height: 2.4rem; margin: 0 0.1rem; position: relative;}
#inround1 li a{display: inline-block; height: 100%; width: max-content;}
#inround1 li img{height: 100% !important; width: auto !important; max-width: 100% !important;}
#inround1 li p{width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: absolute; bottom: 0;
    line-height: .4rem !important;
    background: url(p_bg.png) repeat-x left center !important;
    color: #fff;
    padding: 0 0.1rem;}



@media screen and (max-width: 800px) {

/*  板块列表页  */
.bk_item ul li img{width: 100% !important;}
.bk_item ul li .bk_item-con{width: 100% !important;}
.bk_item ul li .bk_item-con h2{line-height: 0.5rem; font-size: 0.4rem; margin-top: 0.15rem;}
.bk_item ul li .bk_item-con p{line-height: 0.36rem; font-size: 0.2rem; margin-top: 0.05rem;}
.bk_item ul li .bk_item-con a{line-height: 0.5rem; font-size: 0.22rem;}

/*  板块列表页2  */
.bk2_box1{position: inherit; padding-top: 0.2rem;}
.bk2_box1_div{position: inherit;}
.bk2_box1-con{width: 100%; margin: 0.1rem 0 0 0;}
.bk2_box1-con h2{font-size: 0.3rem; line-height: 0.5rem;}
.bk2_box1-con p{font-size: 0.2rem; line-height: 0.3rem;}
.bk2_box1-img{min-height: auto;}
.bk2_box2_title{width: 45%; height: 0.8rem; float: left; background: url(bk2_box2_title_bg.png) no-repeat right top; background-size: auto 0.8rem;}
.bk2_box2_title p{line-height: 0.8rem;}
.bk2_box2_con{width: 90% !important;}
.bk2_box2_con p{padding: 0.2rem 0.2rem 0.2rem 0; font-size: 0.22rem;}
.bk2_box3{background: none;}
.bk2_box3_title{margin-bottom: 0.2rem;}
.tabLink b, .tabItem .conTabLink b{font-size: 0.26rem; line-height: 0.44rem; height: auto;}
.tabItem .conTabLink{width: 100%; margin-bottom: 0.3rem;}
.tabItem .conTabLink b{font-size: 0.22rem;}
.tabItem .conTabItem{padding: 0; position: inherit;}
.tabItem .conTabItem .conTabItemCon .conTabItemCon_title{font-size: 0.3rem; line-height: 0.4rem; margin-bottom: 0.15rem;}
.tabItem .conTabItem .conTabItemImg{width: 100%; position: inherit; margin-top: 0.15rem;}
.conTabItemCon_con,.conTabItemCon_con p,.conTabItemCon_con div,.conTabItemCon_con span,.conTabItemCon_con font,.conTabItemCon_con strong,.conTabItemCon_con b,.conTabItemCon_con a{font-size: 0.22rem !important; line-height: 0.38rem !important;}


}
