/* CSS Reset*/
html {font-family:"微软雅黑","SimSun",sans-serif;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 100px;}
body {font-family:"微软雅黑","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: 210px;float: right;padding-top: 32px;}
.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:rgba(15, 105, 255, 0.66);}
.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;} 



.t_nav {background: url("../images/top-bg.jpg")  top left/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: 30px;}
.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: rgba(3, 105, 213, 0.7);}
.select ul li {padding:8px 15px;width:100%;transition: all 0.4s;border-bottom: 1px dashed #64d2f3;}
.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;}
.select ul li:hover{background: #2243d8;}



.logo_table {display: table;width: 100%;height: 70px;text-align: center;}
.logo_cell {display: table-cell;vertical-align: middle;}
.logo_cell img {max-width: 464px;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:9.09%;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;} 
.top_nav .pc_menuCon > li.dropdown > a::after {
    content: '';
    position: absolute;
    top: 46%;
    right: 0.04rem; /* 调整箭头与文本的距离 */
    width: 0;
    height: 0;
    border-width: 0.06rem;
    border-style: solid;
    border-color: transparent transparent #999 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:rgba(0, 12, 93, 0.7);height: 66px;line-height: 66px;width: 100%;}
.dh.fixed {position: fixed;top: 0;z-index: 1000; }
.logo{height: 106px;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(7, 3, 65, 0.7);}
.pc_menuCon ul li a:hover {color: #fbff92;background: rgba(29, 14, 240, 0.7);}

.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 i {display: block;position: relative;width: 100%;height: 0;padding-top: 25.014%;overflow: hidden;}
.slides li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.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{display: none;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 50px 0;background:url(../images/bg.jpg) center center/cover fixed no-repeat;}

.title-x{float: left;width: 100%;font-size: 0.25rem;color: #233596;font-weight: bolder;padding-bottom: 0.15rem;}
.title-x i{width: 0.47rem;height: 0.37rem;float: left;margin-right: 0.10rem;}
.title-x i img{width: 100%;}
.x-a{display: block;width: 100%;}
.x-b{display: block;width: 100%;}
.x-c{display: block;width: 100%;}
.in-title {width: 31.333%;margin: 1%;float: left;background: #fff;border-radius: 10px;padding: 0.30rem;}
.in-title .neir{width: 100%;float: left;}
.in-title .neir ul li{width: 100%;float: left;height: 0.50rem;line-height: 0.50rem;border-bottom:#aaa dotted 1px ;padding: 0 10px;}
.in-title .neir ul li a{width: 100%;float: left;font-size:0.16rem ;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-title .neir ul li a span b{font-size:0.14rem ;color:#999 ;font-weight: 500;}
.in-title .neir ul li:hover{background: #1c3bc7;}
.in-title .neir ul li:hover a{color: #fff;}
.in-title .neir ul li:hover a span b{color: #fff;}
.in-title .titile-more{width: 0.86rem;float: left;background:#233596 ;padding: 0.05rem 0.10rem;text-align: center;margin-top: 0.20rem;border-radius: 6px;transition: all 0.4s;}
.in-title .titile-more a{color: #fff;font-size: 0.14rem;}
.in-title .titile-more:hover{background: #3374ff;width: 1rem;}

.notice {margin-top: 50px;padding: 0.30rem;background: #fff;border-radius: 10px;overflow: hidden;}
.notice .title-x {padding-bottom: 0.3rem;border-bottom: 1px solid #aaa;}

.notice-con {font-size: 0;}
.notice .in-title {display: inline-block;float: none;width: 100%;padding: 0;vertical-align: top;}
.notice .in-title .title-x {font-size: 18px;margin-top: 20px;padding: 0 0 .12rem;border-bottom: none;}


/*------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: 55px;height: 55px;background:#1e38d8 url(../images/top.png) no-repeat center;float: right;margin-top:15px;transition: all 0.6s;float: right;border-radius: 8px;}
.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 top/cover;padding:0;position: relative; }

.logo2{padding: 56px 0 0 0;}
.logo2 img{width: 100%;max-width: 479px;}
.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 #5966b3 ;}
.copyright{width:auto;color: #b9bee3;text-align: left;line-height: 24px;font-size: 14px;float: left;padding: 20px 0;}
.copyright a{color: #4a63cc}
.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 {background: #f5f5f5 url("../images/bg.jpg") no-repeat center top/cover;;padding-top: 20px}
.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{max-width: 3rem;width: 100%;padding: 2px;border: 0px solid #57c0ff;}
.pageNav h3  {width: 100%;height: 110px;line-height: 110px;text-align: center;display: block;background: #1d2974 url("../images/bg4.jpg") no-repeat center center;color: #fff;font-size: 0.36rem;font-weight: bolder;} */
.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: #233596;color: #fff;font-size: 0.3rem;border-top-left-radius:0px;border-top-right-radius:0px;font-weight: bolder;}

.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:#017cc0 url("../images/menubg.jpg") bottom center/cover no-repeat;}
.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(35, 53, 150, 0.2);color: #343ed1;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: #017cc0;padding:12px 0px 12px 0px;border:none;}
.nav-one.on .nav-two a {color:#666;}
.nav-one.on .nav-two a:hover {background: rgba(72, 177, 252, 0.6);color: #fff;}
.nav-one.on .nav-two.on a {background: rgba(72, 177, 252, 0.6);color: #fff;}
li.nav-one.on {border: none;}
li.nav-one.on a{color: #155bff;background: rgba(35, 53, 150, 0.2);}
li.nav-one.on a.on1{background: rgba(0, 42, 128, 0.6);color: #fff;width: 100%;}
li.nav-one.on a:hover{background: #48b1fc;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;}
#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: #233596;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: #1347d4;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: #1347d4;padding-left: 10px;}      
.p-list-item:hover .date {margin-right: 10px;width: 80px;height: 80px;background: #1347d4;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: 30%;border-bottom: 1px #1347d4 solid;-webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;}
.p-list-item2:hover .text .title {color: #1347d4;padding-left: 20px;background: url(../images/more.png) left center no-repeat;}  
.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;}


.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;}
.pageR_article .con img {max-width: 930px; height: auto;}
.pageR_article .con p, .pageR_article .con span {font-size: 16px;text-indent: 2em;line-height: 2em;margin-bottom: 0.2rem;text-align: justify;}

.wp_entry p, .wp_entry span {font-size: 16px;line-height: 2em;margin-bottom: 0.2rem;}
.wp_entry img {max-width: 930px;}

.pageR_article .con table p, .pageR_article .con table p {text-indent: 0;margin-bottom: 0;}




.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 p {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: #064078;}




/* 超小屏幕（手机，小于 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%;}

.notice {}
.notice .in-title {width: 48%;padding: 0;}


.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) {
.flex-direction-nav {display: block;}
.fo_row {padding-left: 40px;padding-right: 40px; }
.bo_r {padding:40px 0 0; }

.notice {margin: 50px 1% 0;}
.notice-con {margin: 0 -1%;}
.notice .in-title .title-x {padding: 0 0 .12rem;}

}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
.container {width: 1100px;}
.add-info {font-size: 14px;color: #fefefe;line-height: 26px;}

.notice .in-title {width: 31.333%;}

}




/* 大屏幕（大桌面显示器，大于等于 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;}
    
    }
