/* CSS Reset*/
html {font-family:"Microsoft YaHei","SimSun",sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 100px;}
body {font-family:"Microsoft YaHei","SimSun",sans-serif; margin: 0; color: #000;background: #fff; height: 100%;overflow-x: hidden; -webkit-overflow-scrolling: touch; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
a { background: transparent; text-decoration: none; color: #000;transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
a:active { outline: 0; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
b, strong { font-weight: bold; }
dfn { font-style:normal;}
img { border: 0; vertical-align: middle; }
* {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent; /* For some Androids */
        outline: none;
}
input,textarea,button { border: 0; margin: 0; padding: 0;}
textarea { resize: none;}
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #fff; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }
.box-content{-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
.center {text-align: center;}
.txt_bold {font-weight: bold;}
a:focus, a:hover { text-decoration:none; outline: none;}
input { outline:none; }
#bg{background: url("../images/bg.jpg") top center;width: 100%}
.fr { float: right; } .fl { float: left; }
.t-l{text-align: left;}.t-c{text-align: center;}.t-r{text-align: right;}
.clear{clear:both; height: 0; line-height: 0; font-size: 0}
.an { transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.img-width { max-width: 100%; height: auto!important; }
.clearfix:before, .clearfix:after {content:""; display:table;}   
.clearfix:after {clear:both;}   
.clearfix { zoom:1;}
.jwlogo {display:none;}
.p30{padding-left: 10px;padding-right: 10px;}
/*public*/

.search_bar{position: absolute;top: 0px;right: 0; width: 0%;min-width: 40px;height:33px;overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.input{position: absolute;opacity: 0;filter: alpha(opacity=0);top: 0;right: 0;border: none;outline: none; width: 100%;text-indent: 12px; height:33px; line-height:33px;z-index: 10; font-size: 14px;color: #fff;background:#bbb;  } 
.search_ico,.search_btn  { width: 40px;height:33px;display: block; position: absolute;right: 0;top: 0; padding: 0;margin: 0;line-height:33px;cursor: pointer;background: transparent; } 
.search_ico{background-image: url(../images/se.png);background-repeat:no-repeat;background-position:center;text-align: center;z-index:90;text-indent: 20px;color: #fff;font-size: 14px;} 
.search_open{width: 228px!important; z-index:1002;} 
.search_open .input {opacity: 1;filter: alpha(opacity=100);}

.search {width: 230px;float: right;padding-top: 38px;}
.search-con {position: relative;overflow: hidden;}
.se_txt {margin-right: 20px;padding: 0 30px 0 15px;width: 100%;height: 40px;line-height: 40px;font-size: 12px;color: #d7d7d7;border-radius: 40px;background:#d11219;}
.se_txt::-webkit-input-placeholder {color: #d7d7d7;}
.se_txt::-moz-input-placeholder {color: #d7d7d7;}
.se_txt::-ms-input-placeholder {color: #d7d7d7;}
.se_sub {position: absolute;right: 0;top: 0; width: 40px;height: 40px;border: none;margin:0;padding:0;cursor: pointer;border-radius: 20px;background:  url(../images/se.png) no-repeat center;} 

a.selected {
    background: #ff3239;
}

.t_nav {background: url("../images/top-bg.jpg")  bottom center/cover no-repeat;width: 100%;z-index: 999; position: relative;}
.n-box{background: #fff;border-radius: 10px;margin: 0 -15px;}
.t_topCon {float: right;position: relative;z-index: 99;width: 100%;}
.n-link{width: 100%;float: left;padding: 30px 0;}
.n-link ul li{}
.n-link ul li a{width:1.4rem;height: 0.7rem;line-height:0.7rem;background:#017cc0 url("../images/b.jpg") top left/cover no-repeat;text-align: center;margin-right: 0.1rem;border-radius: 10px;font-size: 0.2rem;float: left;color: #fff;}
.n-link ul li:hover a{color: #ffe710;width:1.6rem;}

.links{width: 100%;float: left;margin-top: 65px;}
.select {position: relative;display: inline-block;width: 46%;margin-left:2%;float: right;}
.select p {position: relative;padding-left: 15px;line-height: 50px;font-size: 18px;color: #8b8b8b;background: #fff;border-radius: 10px;cursor: pointer;text-align: left;}
.select p i.arrow {display: block;position: absolute;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #b3b3b3;right: 10px;top: 50%;transform: translateY(-50%);transition: transform 0.3s ease;}
.select p i.arrow.up {transform: translateY(-50%) rotate(180deg);}
.select ul {display: none;position: absolute;bottom: 100%;width: 100%;;border-radius: 0px;transition: max-height 0.3s ease-out;border-radius:10px 10px 0 0;background: rgb(255 61 61 / 70%)}
.select ul li {padding:8px 15px;width:100%;transition: all 0.4s;border-bottom: 1px dashed #f36464;}
.select ul li a {display: block;font-size: 12px;color:#ffffff;line-height: 24px;transition: all 0.4s;}
.select ul li:hover a {color: #fff;border-radius:10px 10px 0 0}
.select ul li:hover{background: rgba(255, 100, 61, 0.7);border-radius:10px 10px 0 0}

.logo_table {display: table;width: 100%;height: 70px;text-align: center;}
.logo_cell {display: table-cell;vertical-align: middle;}
.logo_cell img {max-width: 879px;width: 100%;height: auto;}
.top_r_a1 {z-index: 11; position: absolute;right: 0;top: 24px; width: 34px;background-image:url(../images/se.png);background-repeat:no-repeat;background-position:center;display:block;height: 28px;}
.top_r_a1:hover {background-color:#333;}
.top_nav {width: 100%;margin-top: 0px;float: left;}
.pc_menuCon li {width:20% ;float: left;position: relative;transition: all 0.8s;transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.pc_menuCon li a {display:block;color: #fff;font-size: 0.18rem; text-align: center;transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.pc_menuCon > li:hover > a { color: #e4ff84;background: rgba(255, 0, 0, 0.7);} 
.top_nav .pc_menuCon > li.dropdown > a::after{content:'';position:absolute;top:46%;right:0.24rem;
 width:0;height:0;border-width:0.06rem;border-style:solid;border-color:transparent transparent #fff transparent;transform:translateY(-50%);transition:transform 0.3s ease;transform-origin:center bottom;}
.top_nav .pc_menuCon > li.dropdown:hover > a::after{transform:translateY(-50%) rotate(180deg);/* 悬停时向上的三角形 */
 top:40%;border-color:transparent transparent #e4ff84 transparent;}


.dh{background:#d11219;height: 66px;line-height: 66px;width: 100%;}
.dh.fixed {position: fixed;top: 0;z-index: 1000; }
.logo{height: auto;padding: 18px 0;}
.nav-x{border-top: 1px #9f9f9f solid}
.pc_menuCon ul { position: absolute;left: 50%;display: none;width: 140px; margin: 0 0 0 -70px; padding:0;background: rgba(0,0,0,0.7);list-style: none;}
.pc_menuCon ul li { width: 100%; float: left;background:transparent;height: 40px;line-height: 40px;border-bottom:1px solid #333;transition: all 0.4s;}
.pc_menuCon ul li a {display:block;color:#fff;height: 40px;line-height: 40px;font-size: 12px;padding:0;text-align: center;border:none;font-weight: normal;}
.pc_menuCon ul li:hover {background: rgba(255, 0, 0, 0.7);}
.pc_menuCon ul li a:hover {color: #ffffff;background: rgba(158, 13, 13, 0.7);}
.dropdown-menu{border:0px solid #ccc;border-radius:0px;}

.top_nav2 { float: right; height: 30px;line-height: 30px;background: url("../images/top-nav.png") left center no-repeat;padding-left: 60px;padding-right: -15px!important;}
.t_search{float: left}
.top-an{float: left;padding: 0 15px;}
.top-an a{color: #5f8ff7}

/* flexslider */
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{width: 100%;height: auto;}
.slides li img{width: 100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:0.27rem;height:.27rem;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:.27rem;height:.27rem;line-height:40px;overflow:hidden;background:rgba(255, 255, 255, 0.6);cursor:pointer;font-size: 0;border-radius:0.20rem;border: 3px solid #ccc;}
.flex-control-nav .flex-active{background:rgba(255, 210, 0, 0.8);border: 3px solid #ffd200;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.banner {position: relative;width: 100%;overflow: hidden;}

.part01 {padding:50px 0 20px 0;background:#f4d3ca;}
.part02 {padding:50px 0 50px 0;background:#faeae5;}
.part03 {padding:50px 0 50px 0;background:#f4d3ca;}
.in-title{width:100%;margin-bottom:20px;float:left;position:relative;border-bottom:1px solid red !important;padding-bottom:0;}
.title-x{float:left;width:300px;height:70px;line-height:70px;position:relative;color:white;font-size:30px;font-weight:bold;}
.title-x::before{content:'';position:absolute;left:0;top:0;width:167px;height:70px;background:#d11219;z-index:0;}
.title-x::after{content:'';position:absolute;left:167px;top:0px;width:0;height:0;border-style:solid;border-width:0 100px 70px 0px;border-color:transparent transparent #d11219 #d11219;z-index:0;}

.x-b{position:relative;z-index:2;margin-left:40px;}
.title-x i{display:inline-block;width:0;height:0;border-left:24px solid transparent;border-right:24px solid transparent;border-bottom:42px solid #fdac39;vertical-align:middle;margin-left:6px;position:relative;z-index:2;transform:rotate(270deg);bottom:7px;}
.titile-more{float:right;height:70px;display:flex;align-items:center;transition:all 0.3s}
.titile-more:hover{padding-right:5px}
.in-title::after{content:'';display:block;clear:both;}
.in-news-img {margin-top:0px;width: 100%;margin-bottom: 0px;transition: all 0.4s;}
.in-news-img .bxslider01 li {background-repeat:no-repeat;background-position:center;background-size:cover;transition: all 0.4s;}
.in-news-img .bxslider01 li a {display: block;width: 100%;height: 100%;}
.in-news-img .bxslider01 li .top{width:100%;height:80px;background:linear-gradient(to right,#d11219,#ff6022);color:#fff;transition:all 0.5s;display:flex;align-items:center;overflow:hidden;position:relative;z-index:1;}
.in-news-img .bxslider01 li .top .time{font-size:12px;color:#fff;font-weight:bolder;transition:all 0.5s;width:80px;height:80px;background:#880005;text-align:center;line-height:28px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;}
.in-news-img .bxslider01 li .top .time i{font-size:40px;font-family:"Cambria";width:100%;display:block;padding-top:15px;font-style:normal;}
.in-news-img .bxslider01 li .top .tit{flex:1;font-size:18px;color:#fff;padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.4s;line-height:80px;}
.in-news-img .bxslider01 li .top .info{font-size:14px;color:#b5cefc;padding:0 20px;height:42px;overflow:hidden;transition:all 0.4s;width:80%;float:left;}
.in-news-img .bxslider01 li .top::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#ff8800;opacity:0;transition:opacity 0.5s ease;z-index:-1;}
.in-news-img .bxslider01 li .img{overflow:hidden !important;position:relative;}
.in-news-img .bxslider01 li .img div{transition:transform 0.6s ease-out !important;transform:scale(1);}
.in-news-img .bxslider01 li:hover .img div{transform:scale(1.03);}

.in-news-img .bxslider01:hover .top::before{opacity:1;}

.in-news-img .bxslider01:hover .top .time{color: #fff;background: #ff5100d0;}
.in-news-img .bxslider01:hover .top .tit{color: #fff;}
.in-news-img .bxslider01:hover .top .info{color: #fff;}

.in-news-img .bx-wrapper .bx-pager.bx-default-pager a {text-indent: 9999px;display: block;width: 10px;height: 10px;margin: 0 1px;outline: 0;background:#fff;border-radius: 10px;}
.in-news-img .bx-wrapper .bx-pager.bx-default-pager a:hover,
.in-news-img .bx-wrapper .bx-pager.bx-default-pager a.active {background: #ff6600;}
.in-news-img .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {top:420px;right: 5px;text-align: right;width: auto;position:absolute;height: 20px;}

.item-text{width:100%;height:50px;display:flex;justify-content:space-between;align-items:center;}
.news-listB-item .info{position:relative;}
.news{overflow:hidden;}
.news-listB-item{position:relative;width:100%;height:50px;transition:all 0.4s;
 margin-bottom:17px;background:#fff2ef;overflow:hidden;box-sizing:border-box;}
.news-listB-item::before{content:'';position:absolute;left:0;top:0;width:4px;/* 竖线粗细 */
 height:100%;background:#f01e25;}
.news-listB-item .info{width:100%;height:100%;padding-left:6px;/* 避开左侧红线 */
 box-sizing:border-box;}
.news-listB-item .info .time{width:60px;height:50px;flex-shrink:0;background:#d11219;font-size:12px;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all 0.5s;box-sizing:border-box;}
.news-listB-item .info .time i{font-size:24px;font-family:"Cambria";font-style:normal;line-height:1.1;font-weight:bolder;}
.news-listB-item .info h3{flex:1;margin:0;padding:0 16px;font-size:16px;font-weight:bold;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all 0.4s;}
.news-listB-item:hover{background:#d11219;}
.news-listB-item:hover .info h3{color:#fff;padding-left:20px;}
.news-listB-item:hover .info .time{background:#ff8800;}
/* 新闻列表容器 */
.notice ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;/* 上下间距 20px */
 row-gap:20px;}
.notice li{width:100%;background:#fffcf8;box-sizing:border-box;transition:all 0.3s ease;}

.notice li a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#333;padding:12px 15px;transition:all 0.3s ease;}
.notice li h1{margin:0;font-size:16px;font-weight:normal;/* 超出显示省略号 */
 white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;transition:all 0.3s ease;}
.notice li span{font-size:14px;color:#666;transition:all 0.3s ease;}
.notice li:hover{background:red;}
.notice li:hover a,.notice li:hover h1,.notice li:hover span{color:#fff !important;}
.qngy{display:flex;flex-wrap:wrap;margin:0 -8px;padding:0;width:calc(100% + 16px);}
.qngy .life-item{position:relative;width:100%;overflow:hidden;border-radius:0;cursor:pointer;margin-bottom: 10px;}
.qngy .life-item a{display:block;text-decoration:none;}
.qngy .item-img{position:relative;width:100%;height:250px;overflow:hidden;}
.qngy .item-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}
.qngy .item-text{position:absolute;left:0;bottom:0;width:100%;padding:50px 12px 50px;background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);color:#fff;font-size:16px;line-height:1.5;z-index:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:background 0.4s ease;}
.qngy .life-item:hover .item-img img{transform:scale(1.12);}
.qngy .life-item:hover .item-text{background:linear-gradient(to top,#d11219,transparent);color:#ffffff;}
/*------jquery.bxslider.css begin-----*/
.bx-wrapper{position: relative;margin: 0 auto;padding: 0;zoom: 1;}
.bx-wrapper img{width: 100%;display: block;}
.bx-wrapper .bx-viewport{-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position: absolute;bottom: -30px;width: 100%;}
.bx-wrapper .bx-controls-auto{display: none;}
.bx-wrapper .bx-loading{min-height: 50px;background: url(../images/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 60;}
.bx-wrapper .bx-pager{text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display: inline-block;zoom: 1;}
.bx-wrapper .bx-pager.bx-default-pager a{background: #666;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{background: #000;}
.bx-wrapper .bx-prev{left: 10px;background: url(../images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next{right: 10px;background: url(../images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover{background-position: 0 0;}
.bx-wrapper .bx-next:hover{background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a{position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 130;}
.bx-wrapper .bx-controls-direction a.disabled{display: none;}
.bx-wrapper .bx-controls-auto{text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start{display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active{background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop{display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(../images/controls.png) -86px -44px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active{background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align: center;width: 100%;position: absolute;left: 0;bottom: 20px;z-index: 130;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right: 0;width: 35px;}
.bx-wrapper .bx-caption{position: absolute;bottom: 0;left: 0;background: #666;background: rgba(80, 80, 80, 0.75);width: 100%;}
.bx-wrapper .bx-caption span{color: #fff;font-family: Arial;display: block;font-size: .85em;padding: 10px;}
/*------jquery.bxslider.css end-----*/

.back-top {width: 58px;height: 58px;background:#ff7b80 url(../images/top.png) no-repeat center;float: right;margin-top:15px;transition: all 0.6s;float: right;border-radius: 30px;}
.back-top:hover {cursor: pointer;background:#d3ac00 url(../images/top.png) no-repeat center -5px;border-radius: 55px;}
.in-bottom {width: 100%;margin-top: 0px;}
.bottom {background:url("../images/bg4.jpg") no-repeat center bottom/cover;padding:0;position: relative; }
.logo2{padding: 56px 0;}
.logo2 img{width: 100%;max-width: 678px;}
.ewm{padding: 15px 0;float: right;text-align: right}
.wechat {position: relative;float: right;width: auto;text-align: right;cursor: pointer;vertical-align: middle;padding: 24px 20px 0 20px;transition: all 0.4s;}
.wechat-img {display: none;position: absolute;left: 50%;bottom: 50px;transform: translateX(-50%);z-index: 99;transition: all 0.4s;}
.wechat-img img {max-width: 100px;    transition: all 0.4s;}
.wechat:hover .wechat-img {display: block;}
.c_bottom{border-top:1px solid #ff7b80 ;}
.copyright{width:auto;color: #f4d3ca;text-align: left;line-height: 24px;font-size: 14px;float: left;padding: 20px 0;}
.copyright a{color: #c5141a}
.p-banner {width: 100%;max-height: 200px;overflow: hidden; background-repeat:no-repeat;background-position:center;background-size: cover;}
.p-banner img{width: 100%}
.page-main { padding-top: 20px;background: #fff;}
.in-main-con {padding-bottom: 0px;}
.pageCon > div{padding-left: 0;padding-right: 0;}
.pageCon {position: relative;}
.pageCon-left { position: absolute;left: 0;top: 0;height: 100%;background: #f7f7f7;}
.pageNav{width: 20%;float: left;position: relative;top:-80px}
.pageNav h3 {width: 100%;height: 1.1rem;line-height: 1.1rem;color: #fff;font-size: 0.18rem;font-weight: normal; text-align: center;}
.pageNav h3 a {display: block;background: #d11219;color: #fff;font-size: 0.3rem;border-top-left-radius:10px;border-top-right-radius:10px;font-weight: bolder;cursor: pointer;}

.vertical-wrap-nav{width: 190px;float: left; position:relative;z-index: 800}
.vertical-wrap-nav.fixTop{position: fixed;top: 0;left:50%;margin-left:-630px;}
.vertical-wrap-nav.fixBottom{position: absolute;left: 0;bottom: 10px;}














.pageNav-h {width: 100%;height: 60px;line-height: 60px;color: #fff;font-size: 0.18rem;font-weight: normal;}
.pageNav-h a {display: block;background: #017cc0;color: #fff;font-size: 0.18rem;padding:0 10px;}
.pageNav-ul{display: none;padding: 0 0.2rem 0.5rem;background:#ffb7b2 url("../images/menubg.jpg") bottom center/cover no-repeat;border-radius: 0 0 10px 10px;}
.pageNav ul li {float: left;width: 100%;text-align: center;}
.nav-one { display: block;position: relative;transition: all 0.4s;border-bottom: 1px dashed #fff;border-top: 1px dashed #b3b3b3;}
.nav-one a {display: block;position: relative;font-size: 0.2rem;color: #333;float: left;line-height: 0.6rem;width: 100%;text-align: center}
.nav-one:hover {color: #fff;}
.nav-one:hover a{background:rgba(255, 255, 255, 0.6);color: #b31212;padding-left: 10px;}
.nav-two {display: block;border:none;border-bottom: 1px dashed #fff;border-top: 1px dashed #b3b3b3;line-height: 40px;}
.nav-two a {display: block;position: relative;line-height: 16px;font-size: 0.16rem;color: #666;padding:12px 0px 12px 0px;border:none;}
.nav-one.on .nav-two a {color:#666;}
.nav-one.on .nav-two a:hover {background: rgba(252, 72, 72, 0.6);color: #fff;}
.nav-one.on .nav-two.on a {background: rgba(252, 72, 72, 0.6);color: #fff;}
li.nav-one.on {border: none;}
li.nav-one.on a{color: #b31212;background:#fff;}
li.nav-one.on a.on1{background:rgb(255 147 151);color:#fff;width:100%;}
li.nav-one.on a:hover{background: #c41818;color: #fff;padding-left: 10px;}
li.nav-one.on a:hover i{color: #fff;}
.nav-one.on:hover {padding-left: 0;}
.nav-one.on:hover i{color: #333;}
.nav-one.on:hover a{color: #333;}

#news_list {margin:10px 0 40px 0;min-height: 5rem;}
#news_list ul.news_ul li {padding: 10px 90px 10px 24px;line-height: 30px;height: 50px;position: relative;border-bottom: 1px solid #dedede;background: url(../images/li_i.png) 10px center no-repeat;}
#news_list ul.news_ul li a {display: block;width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#news_list ul.news_ul li span {width: 80px;position: absolute;display: block;right: 0;top: 10px;height: 30px;line-height: 30px;font-size: 12px; color: #919191;text-align: center;}
#news_list ul.news_ul li:hover a {color: #017cc0;}

.p-list-item {position: relative;padding: 40px 20px 30px 20px;border-bottom: 1px dashed #c0c0c0;}
.p-list-item .date {width: 70px;height: 70px;line-height: 32px;font-family:"Arial";color: #fff;text-align: center;margin-bottom: 10px;float: left;margin-right: 20px;border-radius: 0px;background: #d11219;transition: all 0.4s;border-radius: 10px;}
.p-list-item .date span {font-style: normal;display: block;float: left;width: 100%;border: none;height: 42px;line-height: 42px;font-size: 42px;color: #ffffff;font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";transition: all 0.4s;}
.p-list-item .date em {display: block;float: left;width: 100%;height: 28px;line-height: 28px;font-size: 14px;font-style: normal;border-radius:0 0 10px 10px;}
.p-list-item .text .title {display:block;color: #222;font-size: 18px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bolder;transition: all 0.4s;} 
.p-list-item .text .info {color: #969696;font-size: 12px;font-family:"SimSun";margin-top: 5px;line-height: 24px;}
.p-list-item .text .info span {margin-right: 10px;}
.p-list-item .text .des {font-size: 14px;color: #434343;line-height: 22px;height: 66px;overflow: hidden;margin-top: 5px;transition: all 0.4s;}
.p-list-item .img {margin-top: 10px;}
.p-list-item:hover .text .info{color: #be0f34}
.p-list-item:hover .text .des{color: #666;padding-left: 10px;}
.p-list-item:hover .date span{background: #d11219;border-radius: 10px 10px 0 0;}
.p-list-item:hover {background: #fff;border-bottom: 1px dashed #ffffff; -webkit-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.1);}
.p-list-item:hover .text .title {color: #8f0303;padding-left: 10px;}      
.p-list-item:hover .date {margin-right: 10px;width: 80px;height: 80px;background: #d11219;text-align: center;}
.p-list-item:hover .date span{height: 47px;line-height: 47px;}
.p-list-item:hover .date em{}

.p-list-item2 {position: relative;padding: 40px 0px 30px 0px;border-bottom: 1px dashed #c0c0c0;width: 100%;float: left;}
.p-list-item2 .image{width: 30%;float: left;overflow: hidden;border-radius: 10px;}
.p-list-item2 .image img{width: 100%;  -webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;}
.p-list-item2 .text{width: 68%;float: left;padding-left: 2%;}
.p-list-item2 .text .title {display:block;color: #222;font-size: 0.18rem;line-height: 0.26rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: bolder;transition: all 0.4s;height: 40px;line-height: 40px;} 
.p-list-item2 .text .info {color: #969696;font-size: 0.12rem;font-family:"SimSun";margin-top: 5px;line-height: 0.26rem;transition: all 0.4s;}
.p-list-item2 .text .info span {margin-right: 10px;}
.p-list-item2 .text .des {font-size: 0.15rem;color: #434343;line-height: 0.26rem;overflow: hidden;margin-top: 5px;transition: all 0.4s;}
.p-list-item2 .xian{height: 2px;width: 0%;border-bottom: 1px #ffffff solid;}
.p-list-item2:hover .xian{height: 2px;width: 90%;border-bottom: 1px #d11219 solid;-webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;}
.p-list-item2:hover .text .title {color: #d11219;padding-left: 10px;border-left: 5px solid #d11219;}  
.p-list-item2:hover .text .des {padding-left: 0px;}
.p-list-item2:hover .text .info{padding-left: 0px;}
.p-list-item2:hover img{transition: all 0.4s;transform: scale(1.1);opacity: 1; -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */filter: grayscale(0%);opacity: 1;}

.news_img_ul {flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.small-news-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.small-news{position:relative;overflow:hidden;}
.small-news img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s;display: block;}
.small-news:hover img{transform:scale(1.08);}
.small-news .small-news-title{position:absolute;bottom:0;left:0;width:100%;padding:0.8rem 0.3rem 0.3rem;background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));color:#fff;font-size:14px;text-align:center;transition:all 0.5s;}
.small-news:hover .small-news-title{background: linear-gradient(to top, rgb(12, 18, 114), rgba(0,0,0,0));color: #fff;}

.small-news2{position:relative;overflow:hidden;border-radius:0px;display:flex;flex-direction:column;}
.small-news2 .img{position:relative;width:100%;height:2.6rem;overflow:hidden;}
.small-news2 img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;display:block;}
.small-news2:hover img{transform:scale(1.08);}
.small-news2 .img span{position:absolute;top:0;left:0;z-index:10;
background:#d11219;padding:6px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all 0.3s ease;backdrop-filter:blur(2px);box-shadow:0 4px 8px rgba(0,0,0,0.2);}
.small-news2 .img span i{font-size:0.28rem;font-weight:bold;color:#fff;line-height:1;font-style:normal;display:block;}
.small-news2 .img span b{font-size:0.12rem;font-weight:normal;color:#fff;line-height:1.2;font-style:normal;display:block;}
.small-news2 .news-title{padding:12px 5px;color:#333;transition:all 0.3s ease;}
.small-news2 .news-title .title{font-size:16px;font-weight:bold;line-height:1.4;margin-bottom:6px;color:#222;transition:all 0.3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.small-news2 .news-title .info{font-size:14px;line-height:1.5;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

.small-news2:hover .title{color:#e60000;}
.small-news2:hover .info{color:#c45b5b;}
.small-news2:hover .img span{background:#ffa047;cursor:pointer;}


.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

.pageR_article {padding:0px 0px;margin-top: 25px;background: #fff}
.pageR_article .title {font-size: 0.28rem;font-weight: bolder; color: #000;text-align: center;line-height: 45px;padding:25px 0;}
.pageR_article .infoA {font-size: 14px;color: #777777;line-height: 34px;text-align: center;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada}
.pageR_article .infoA span {display: inline-block;padding:5px 6px;}
.pageR_article .con {color: #333;font-size: 16px;line-height:30px;padding-bottom: 15px;margin-top: 25px;min-height: 5rem;}
.pageR_article .con img {    width: auto !important;
    max-width: 90% !important;
    height: auto !important;
    display: block;}
.pageR_article .con p{text-indent:2em;line-height:2em;margin-bottom:0.2rem;text-align:justify;}




.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

/*----index----*/
.foot {position: relative;background: url(../images/bg05.jpg) no-repeat center;background-size:cover;padding:100px 0 0;}
.page-bottom {margin-top: 0px;}




/*----index----*/


.pageR {padding:5px 10px 30px;width: 77%;float: right;}
.pageR_t {width: 100%;height: 50px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t b {display: block;float: left;font-size:24px; color: #333;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;font-weight: bolder}
.pageR_t_a {float: left;height: 40px;line-height: 40px;color: #999;font-size: 12px;padding:0 5px;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #0a2b54;}
.pageR .line {width: 100%;height: 2px;background: #efa5a8;}




/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {
.container {padding-left: 0;padding-right: 0;position: relative;}
.top_r_a a {padding:0 10px;}
.logo_table {text-align: left;}
.slide .dotList{bottom:35px;}
.part01_l_list .a01{width: 33.33%;}


.fo_row dl {width: 10%;}
.bo_r {text-align: right;}

.listR_tL {width: auto;}
.listR_tR {float:right;width: auto;}

.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}
	
.p-banner {background-position: center;}
.pageNav-h {text-align: center;}
.pageCon-left {border-left: 0px solid #017cc0;}/* page bg color */
.pageR_t_a {float: right;}
.listR_tL {width: auto;}
.listR_tR {float:right;width: auto;}




.pageR {padding:0px 0 0 0px;}
.pageR-con {border-top:0px solid #ccc;border-left:0px solid #ccc;padding:0px 15px 0px;}
.pageR_news_list {margin:10px 0 40px;} 

.pageR {padding:0px 0 0 30px;}
.pageR-con {border-top:0px solid #ccc;border-left:0px solid #ccc;padding:0px 15px 0px;}
.pageR_news_list {margin:10px 0 40px;} 

.pageR_img_list .row {margin-left: -10px;margin-right: -10px;}
.pageR_img_list .row .col {padding-left: 10px;padding-right: 10px;}
.pageR_img_item {margin-top: 20px;}

.p-nav-newR {text-align: right;}
.p-right-article .title {font-size: 30px;}
.p-right-article .con {color: #000;font-size: 16px;}
.p-right-article .other {font-size: 16px;}

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) {
.fo_row {padding-left: 40px;padding-right: 40px; }
.bo_r {padding:40px 0 0; }



}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
.container {width: 1100px;}
.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}

}

/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media screen and (min-width:1400px) {
.container {width: 1300px;}

.add-info {font-size: 16px;color: #fefefe;line-height: 36px;}

}

/* 大屏幕（大桌面显示器，大于等于 1600px） */
@media screen and (min-width:1600px) {
    .container {width: 1500px;}

    .add-info {font-size: 16px;color: #fefefe;line-height: 36px;}
    
    }
