/*Technical Support SudyTech*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 16px;font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#000; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#005296;}
/*页面尺寸*/
.wrapper {    overflow: hidden; width:100%; margin:0 auto;}
.wrapper .inner {width: 100%;max-width: 1400px;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.body-top {background:  url('images/head_bg.png') no-repeat center bottom;height:200px;background-size: cover;position: fixed;z-index: 99;width: 100%;}
#header .inner{position:relative;max-width: 100%;}
#header{    overflow: inherit;}
.header .sitelogo{padding-top: 20px;text-align: left;padding-left:30px;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/


.header .head-left{float:left;display:inline-block;margin-left:25px;}
.header .head-right{float:right;position: relative;margin-right:30px;}
.hr-t{margin-bottom: 37px;    position: relative;}
.searchbox .serBtn{cursor: pointer;width:38px;height:38px;border: 1px solid #fff;display: inline-block;border-radius: 50%;text-align: center;line-height: 33px;}
.searchbox .serBtn img{vertical-align: middle;}


.body-top .header .head-left{margin-left:0px;}
.body-top .header .head-top {padding-top: 15px;}
.body-top .header .head-bottom {     padding-top: 5px;   padding-right: 35px;}

/*一屏*/
body.main {height: 100%;padding: 0;    /*zoom: normal !important;*/}
.body_home{height: 100%;    overflow: hidden;}
.bb {cursor: pointer;z-index: 10;animation: bb 2s linear 0s infinite;width: 84px;height: 34px;background: url(images/bb.png) no-repeat center;position: absolute;left: 50%;bottom: 10px;}
.bb:hover {animation-play-state: paused;color: #fff;}
@keyframes bb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 5px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
.body_b {position: fixed;left: 0%;top: 100%;bottom: 0;right: 0;background: #fff;overflow-x: hidden;transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;z-index: 888;outline: none;}
.body_b.showdiv {top: 0;}
.body_b-top{
   transition: all 0.7s ease-out 0s;
   transform: translateY(-100%);
   background: #fff;
   background-size: 100% 100%;
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 10;
   opacity: 0;
   filter: Alpha(opacity=00);
   box-shadow: 0 2px 0 #ddd;
}
.body_b .searchbox {margin-top:0;}
.body_b.showdiv .body_b-top {
   transition: all 0.7s ease-in-out 0.5s;
   transform: none;
   opacity: 1;
   filter: Alpha(opacity=100);
}
.body_b .header {
   transition: all 0.5s ease-out 0s;
   overflow: hidden;
   height: 47px;
   background: #005296;
}
.body_b .header .inner{
    width: 94%;
    height: 47px;
}

.body_b #nav{padding: 0;width:100%;margin-top: 0px;}
.body_b #nav .inner .wp-panel{float: right;display: inline-block;height: 110px;}
.body_b .header .head-right {margin-top:0;}
.body_b .nav-l{float: left;padding-top: 17px;}
.body_b .nav .wp-menu .menu-item a.menu-link {
   padding: 0 18px 0px;
   line-height: 110px;
   color: #333;
}
.body_b .nav .sub-menu{top: 90px;}
.body_b .nav .wp-menu .menu-item a.menu-link:after{background: #1758a7;margin-top:-80px;}
.body-top .nav .wp-menu .menu-item a.menu-link:after {margin-top:-35px;}
body.list .list-top{
   transition: all 0.7s ease-out 0s;
   background: #fff;
   background-size: 100% 100%;
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 10;
   box-shadow: 0 2px 0 #ddd;
}
body.list .header {
   transition: all 0.5s ease-out 0s;
   overflow: hidden;
   height: 47px;
   background: #005296;
}
body.list .header .inner{
    width: 94%;
    height: 47px;
}

body.list #nav{padding: 0;width:100%;margin-top:0;}
body.list #nav .inner .wp-panel{float: right;display: inline-block;height: 110px;}
body.list .header .head-right {margin-top:0;}
body.list .searchbox {margin-top:0;}
body.list .nav-l{float: left;padding-top: 17px;}
body.list .nav .wp-menu .menu-item a.menu-link {
   padding: 0 18px 0px;
   line-height: 110px;
   color: #333;
}
body.list .nav .sub-menu{top: 90px;}
body.list .nav .wp-menu .menu-item a.menu-link:after{background: #1758a7;margin-top:-80px;}

.main1 .ml{transform: translate(-80px,0);transition: all 1s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main1 .mr{transform: translate(80px,0);transition: all 1s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main1.showdiv .ml,.main1.showdiv .mr{transform: none;opacity: 1;filter:Alpha(opacity=100);}
.main2 .post-21{ transition: all 1s ease-out 0s;/* opacity: 0; */position: relative;top: 50vh;}
.main2.showdiv .post-21{    top: 0;}
.main3 .post-31 {clear: both;transform: translate(0, -100%);transition: all 1.2s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main3.showdiv .post-31 {    transform: none;opacity: 1;filter:Alpha(opacity=100);}
.main4 .ml{transform: translate(-80px,0);transition: all 1s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main4 .mc{transition: all 1s ease-out 0s;/* opacity: 0; */position: relative;top: 40vh;}
.main4 .mr{transform: translate(80px,0);transition: all 1s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main4.showdiv .ml,.main4.showdiv .mr{transform: none;opacity: 1;filter:Alpha(opacity=100);}
.main4.showdiv .mc{    top: 0;}
.main4 .post-51 {transform: perspective(2500px) rotateX(-200deg);transition: all 1.5s ease-out 0s;opacity: 0;filter:Alpha(opacity=0);}
.main4.showdiv .post-51{    transform: none;opacity: 1;filter:Alpha(opacity=100);}
.main6 .post-61{ transition: all 1s ease-out 0s;/* opacity: 0; */position: relative;top: 50vh;}
.main6.showdiv .post-61{    top: 0;}

/*进度条*/

::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 70px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}


/*lang样式*/
.site-lang{/* float: right; *//* margin-right: 46px; */}
.site-lang ul{}
.site-lang ul li.links{float:left;position: relative;padding: 0 20px 0 22px;}
.site-lang ul li.links.i1{padding-left: 0;}
.site-lang ul li.links.i1::before{display: none;}
.site-lang ul li.links:before{position: absolute;content: "";width: 2px;height: 20px;background: #fff;opacity: 0.5;left: 0;top: 10px;}
.site-lang ul li.links a{line-height: 34px;font-size: 17px;color: #fff;display: inline-block;position: relative;}
.site-lang ul li.links a::before{content:"";width:00px;height:2px;display:block;background:#fff;margin:0 auto;transition:all 0.4s ease;}
.site-lang ul li.links:hover a::before{width:100%;}

.site-rale{
    float: right;
    padding-right: 50px;
    display: inline-block;
}
.site-rale ul{}
.site-rale ul li.links{float:left;margin-right:0px;}
.site-rale ul li.links a{line-height: 34px;padding: 0px 0px 0 0px;font-size: 17px;color: #fff;display: inline-block;position: relative;}
.site-rale  span.topline {color: #fff;padding: 0 15px;font-size: 12px;line-height: 12px;}
.site-rale ul li.links.i8 .topline {display:none;}
/*.site-rale ul li.links.i1 a{background: url(images/icon-1.png) no-repeat left center;}
.site-rale ul li.links.i2 a{background: url(images/icon-2.png) no-repeat left center;}
.site-rale ul li.links.i3 a{background: url(images/icon-3.png) no-repeat left center;}
.site-rale ul li.links.i4 a{background: url(images/icon-4.png) no-repeat left center;}
.site-rale ul li.links.i5 a{background: url(images/icon-1.png) no-repeat left center;}
.site-rale ul li.links.i6 a{background: url(images/icon-3.png) no-repeat left center;}*/
.site-rale ul li.links a::before{content:"";width:00px;height:2px;display:block;background:#fff;margin:0 auto;transition:all 0.4s ease;}
.site-rale ul li.links:hover a::before{width:100%;}
.body_b-top .site-rale ul li.links.i4 span.topline {display:none;}
body.list .list-top .site-rale ul li.links.i4 span.topline {display:none;}
body.list .list-top .site-rale ul li.links.i1,body.list .list-top .site-rale ul li.links.i2,body.list .list-top .site-rale ul li.links.i3,body.list .list-top .site-rale ul li.links.i4{display:none;}
/*默认主导航样式*/
#nav{
    /*padding-top: 25px;*/overflow: inherit;   
}
#nav .inner{}
#nav .inner .wp-panel{
    text-align: center;
    height: 52px;
}/*导航*/
#nav .inner .wp-panel .wp-window{
    display: inline-block;
}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto; position: relative;}
.nav .wp-menu .menu-item {display: inline-block; float: left;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item.i8 a.menu-link{    margin-right: 0;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 13.2px;line-height: 34px;color: #fff;font-size: 20px;/* position: relative; */}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{    font-weight: bold;}
.nav .sub-menu {display: none;position: absolute;left: 0;right: 0;top: 34px;min-width: 100%;z-index: 100;background:url(images/nav-bg.png) no-repeat right center;/*background: #fff;*/background-size: cover;min-height:220px;}
.nav .sub-menu .con{    padding: 40px 350px 13px 50px;}
.nav .sub-menu .sub-item {    margin-bottom: 10px; position: relative; white-space: nowrap; vertical-align: top; _zoom:1;    float: left;width: 33.3%;}
.nav .sub-menu .sub-item a {display: block;color: #333;line-height: 30px;padding: 0 16px;font-size: 16px;background:none;text-align: left;background: url(images/nav-li.png) no-repeat left center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{color:#005296; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.nav .wp-menu .menu-item.hover a.menu-link:after {
   width: 100%;
}
.nav .wp-menu .menu-item a.menu-link:after {
   content: "";
   width: 0px;
   height: 2px;
   display: block;
   background: #fff;
   margin: 0 auto;
   transition: all 0.4s ease;
    margin-top: -50px; 
}

/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 100%;text-align: center;position:relative;}
#banner ul.news_list li.news{position: relative;}
#banner ul.news_list li.news .news_imgs{width: 100%;height: 100vh;overflow: hidden;}
#banner ul.news_list li.news .news_imgs img{width: 100%;height: 100%;}
#banner ul.news_list li.news .news_wz{position: absolute;bottom: 0;width: 100%;background: linear-gradient(0deg,rgba(0,0,0,.5) 10%,transparent 100%);    background-size: cover;height: 380px;}
#banner ul.news_list li.news .news_con{position: absolute;bottom: 60px;left: 13.5%;text-align: left;    width: 55%;}
#banner ul.news_list li.news .news_title{display: none;/* margin-left: 66.5px; */font-size: 26px;font-weight: bold;color: #fff;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 80%;}
#banner ul.news_list li.news .news_title a{color: #fff;}
.mbanner li.news {
   overflow: hidden;
 }
 
 .mbanner li.news .news_imgs {
   position: relative;
   height: 100vh;
   overflow: hidden;
   transform: scale(1.2);
   -webkit-transform: scale(1.2);
   webkit-transform: scale(1.2);
   transition: linear 5s
  /* transition: 6s;*/
 }
 

.mbanner li.news.slick-current .news_imgs { transform: scale(1.05);-webkit-transform: scale(1.05);webkit-transform: scale(1.05);}
.mbanner li.news.slick-current.first .news_imgs{transform: scale(1); -webkit-transform: scale(1);webkit-transform: scale(1); /*   transition: 6s;*/}


 .mbanner li.news .news_imgs video,
 .mbanner li.news .news_imgs img {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   object-fit: cover;height: 100%;
     width: 100%;
 }
 
 video:focus {undefined
 outline:none;
 }

/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{/* background: #F4F5FA; */margin-top: 157px;background: url(images/m4-bg.png) no-repeat bottom center;background-size: cover;}
.main1 .inner{padding: 40px 0px 38px;}
.main1 .post-10{margin-bottom: 20px;}
.main1 .post-10 .more_btn{background: #1758a7;padding: 0 22px 0 17px;border-radius: 40px;border: 0;width: auto;line-height: 40px;height: 40px;margin-top:0;}
.main1 .post-10 .more_btn .more_text{color: #fff;line-height: 40px;border: 0;    padding: 0;    font-size: 16px;font-weight: bold;width:100%;text-align:center; }

.main1 ul.news_list li.news{box-shadow: 0 5px 20px rgb(10 2 4 / 7%);}
.main1 ul.news_list li.news .news_imgs{overflow: hidden;position: relative;}
.main1 ul.news_list li.news .news_imgs img{width: 100%;height: 100%;transition-duration: 0.8s;position: absolute;top: 0;left: 0;right: 0;}
.main1 ul.news_list li.news .news_imgs img:hover{ transform: scale(1.12);}

.main1 ul.news_list li.news .news_meta{font-size: 15px;line-height: 24px;padding-left: 23px;color: #eb7f00;background: url(images/time.png) no-repeat left 75%;margin-top:10px;}
.main1 .ml{float:left; width:48.57%; position: relative;}
.main1 .post-11 ul li{
    position: relative;
}
.main1 .post-11 ul li .news_imgs{/*padding-top: 65.9%;*/    height: 448px;}
.main1 .post-11 .ul1 li .news_title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main1 .post-11 .ul1{margin-bottom: 44px;}
.main1 .post-11 .ul1 li .news_title{font-size: 20px;line-height: 34px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color:#fff;}
.main1 .post-11 .ul1 li .news_title a {color:#fff;}
.main1 .post-11 .ul1 li.news .news_wz{position: absolute;width: 100%;bottom: 0;background: url(images/p11-bg.png) no-repeat bottom;    background-size: cover; height: 180px;}
.main1 .post-11 .ul1 li .news_con{padding: 30px 13px 35px;    position: absolute;bottom: 0;width: 90%;}
.main1 .post-11 .ul2{display: none;}
.main1 .post-11 .ul2 li{ background: #fff;   /*background: #ffffff87;*/border: 1px solid #e9e9e9;margin-bottom: 30px;}
.main1 .post-11 .ul2 li .news_con{background:#;padding: 10px 60px 10px 40px;/*background: url(images/ico9.png) no-repeat right bottom;background-size: 120px;*/ }
.main1 .post-11 .ul2 li .news_title{font-size: 19px;line-height: 34px;height: 68px;margin-bottom: 3px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.main1 .post-11 .slick-dots{    bottom: 11px;width: auto;right: 12px;}
.main1 .post-11 .slick-dots li{height: 16px;width: 16px;background: #fff;      margin: 0px 12px;  opacity: 0.5;}
.main1 .post-11 .slick-dots li.slick-active{    opacity: 1;}


.main1 .mr{float:right;width: 48.9%;}

.main1 .post-13 ul li .news_imgs{/*padding-top: 73.56%;*/height: 240px;}

.main1 .post-13 .ul1{margin-bottom: 44px;}
.main1 .post-13 .ul1 li{float: left;width: 47.66%;}
.main1 .post-13 .ul1 li.n2{float: right;}
.main1 .post-13 .ul1 li .news_wz{
    border: 1px solid #ebebeb;
    border-top: 0;
}
.main1 .post-13 .ul1 li .news_con{padding: 15px 22px 15px;background:#fff;}
.main1 .post-13 .ul1 li .news_title{height: 60px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 30px;;font-size: 18px;}
.main1 .post-13 .ul1 li .news_text {font-size: 15px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 28px;margin-top: 10px;height: ;color: #999999;}
.main1 .post-13 .ul1 li .news_text a{color: #999999;}
.main1 .post-13 .ul1 li .news_meta{padding-top: 10px;border-top: 2px solid #ddd;}
.main1 .post-13 .ul2{display: none;}
.main1 .post-13 .ul2 li{/*background: url(images/ico9.png) no-repeat right bottom;background-size: 120px;*/ border: 1px solid #e9e9e9;margin-bottom: 30px;    background: #fff;}
.main1 .post-13 .ul2 li .news_con{padding: 10px 60px 10px 40px;background:#;}
.main1 .post-13 .ul2 li .news_title{font-size: 19px;line-height: 34px;height: 68px;margin-bottom: 3px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main1 ul.news_list.ul2 li.news a:hover {background: #256cad;color: #fff;}
.main1 ul.news_list.ul2 li.news a:hover a {color: #fff;}
.main1 ul.news_list.ul2 li.news a:hover .news_text {color: #fff;}

.main1 .post-13 .ul2 .news_text{overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height: 28px;margin-top: 10px;height: ;color: #999999;display: none;}
.main1 .post-11 .ul2 .news_text{overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height: 28px;margin-top: 10px;height: ;color: #999999;display: none;}

.main1 .post-13 .ul1 li .news_imgs {border-bottom: 5px solid #005296;}
.main1 .post1 .tt .tit .title2 {opacity:1;color:#024a8a;}
.main1 a.news_box.clearfix{/*background: url(images/icoline.jpg) no-repeat 40px top;background-size: 114px 5px;background: url(images/icos.jpg) no-repeat left center;border-left: 5px solid #024a8a;*/}
.main1 .post1 .tt .tit .title.t2{margin-left:65px;    display: inline-block !important;}
.main1 .post1 .tt .tit .title{opacity: .55;}
.main1 .post1 .tt .tit .title.selected{opacity: 1;}


.main1 .post-14 ul.news_list{margin: 0 -15px; }
.main1 .post-14 ul.news_list li.news{width: 25%;margin-bottom: 54px;  float: left;  box-shadow: 0 0 0;}
.main1 .post-14 ul.news_list li.news .news_box{background-color: #f7f7f7;margin: 0 15px;}
.main1 .post-14 ul.news_list li.news .news_title{font-size: 16px;line-height: 24px;color: #26334d;height: 48px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main1 .post-14 ul.news_list li.news .news_imgs{    padding-top: 55.61%;    position: relative;overflow: hidden;}
.main1 .post-14 ul.news_list li.news .news_imgs img{    position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition-duration: 0.8s;}
.main1 .post-14 ul.news_list li.news .news_imgs img:hover{ transform: scale(1.12);}
.main1 .post-14 ul.news_list li.news .news_meta{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #eb7f00;
    border-top: 2px solid #ddd;
    padding-top: 12px;
/*background: url(images/s1-img03.png) no-repeat right center; padding:0;*/}
.main1 .post-14 ul.news_list li.news .news_con{padding: 18px 35px 18px 26px;border: 1px solid #e6e6ea;    border-top: 0;}
.main1 .post-14 ul.news_list li.news:hover .news_title{    color: #fff;}
.main1 .post-14 ul.news_list li.news:hover .news_meta{     /*color: #fff;   background-image: url(images/s1-img04.png);*/}
.main1 .post-14 ul.news_list li.news:hover .news_box{background: #256cad;}

.main1 .post-15 .ul2{margin: 0 -20px;}
.main1 .post-15 .ul2 li .news_box{border: 1px solid #e9e9e9;margin: 0 20px;box-shadow: 0 5px 20px rgba(10,2,4,0.07); background: #fff;}
.main1 .post-15 .ul2.news_list li.news{/*background: url(images/ico9.png) no-repeat right bottom;background-size: 120px;*/ margin-bottom: 30px; box-shadow: 0 0px 0px; float: left;width: 50%;/*width: 33.3%;*/}
.main1 .post-15 .ul2 li .news_con{padding: 10px 40px 10px 40px;}
.main1 .post-15 .ul2 li .news_title{font-size: 19px;line-height: 34px;height: 34px;margin-bottom: 3px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;/*height: 68px;*/}




.main2{background: url(images/m2-bg.png) no-repeat center;background-size: cover;display:none;}
.main2 .inner{padding: 65px 0 53px;}
.main2 .post1 .tt .tit .title{color: #8c9196;position: relative;}
.main2 .post1 .tt .tit .title.selected{ color: #024a8a;}
.main2 .post1 .tt .tit .title.t1{padding-right: 65px;}
.main2 .post1 .tt .tit .title2{position: absolute;bottom: -58px;left: 0;padding: 0;}
.main2 .post .more_btn{position: relative;width: 80px;border-bottom: 1px solid #1758a7;}
.main2 .post .more_btn .more_text{color: #1758a7;/* border-bottom: 1px solid #fff; */position: absolute;right: 0;}
.main2 .post .more_btn .more_text .more{padding: 0;margin: 0;}
.more-link .moretext{padding: 0;margin: 0;}
.main2 .post-21 .con{padding-top: 90px;position: relative;}
.main2 .post-21 ul{margin: 0 -20px;}
.main2 .post-21 ul li{float: left;width: 50%;margin-bottom: 30px;}
.main2 .post-21 ul li .news_box{margin: 0 20px;background: #fff;transition: all 0.4s ease-in-out;border: 1px solid #e0ebf6;box-shadow: 0 2px 12px rgb(2 74 138 / 10%);height: 98px;}
.main2 .post-21 ul li .news_box:hover{box-shadow: 0 3px 6px #95aec8;}
/*.main2 .post-21 .boxm {position: absolute;}
.main2 .post-21 .boxm.active {position: relative;}*/

.main6{background: url(images/m6-bg.png) no-repeat center;background-size: cover;}
.main6 .inner{padding: 35px 0 53px;}
.main6 .post1 .more_btn a{ color: #fff;}
.main6 .post1 .tt .tit .title{color: #aaceef;position: relative;background-size: 5px 40px;}
.main6 .post1 .tt .tit .title.selected{ color: #fff;}
.main6 .post1 .tt .tit .title.t1{padding-right: 65px;}
.main6 .post1 .tt .tit .title {background: url(images/icoswd.jpg) no-repeat left bottom;background-size: 5px 40px;/*background: url(images/icolinew.jpg) no-repeat left top;background-size: 75px 5px;*/padding-top: 20px;}
.main6 .post1 .tt .tit .title.selected {background: url(images/icosw.jpg) no-repeat left bottom;background-size: 5px 40px;padding-top: 20px;}
.main6 .post1 .tt .tit .title2{padding-left:20px;position: absolute;top: -15px;left: 0;color: #fff;opacity: .2;/*background: url(images/icolinew.jpg) no-repeat left top;background-size: 75px 4px;*/}
.main6 .post .more_btn{position: relative;width: 80px;margin-right:20px;border-radius: 40px;border: 1px solid #b2cbe94f;padding: 0 10px;margin-top:35px;}
.main6 .post .more_btn .more_text{color: #1758a7; border-bottom: 0px solid #fff;/*position: absolute;*/right: 0;width:70px;}
.main6 .post .more_btn .more_text .more{padding: 0;margin: 0;}
.main6 .post .more_btn:hover {/*position: absolute;    right: -20px;*/background: #fff;}
.main6 .post .more_btn:hover a span  {color: #000;}
.post .more_btn:hover {/*position: absolute;    right: -20px;*/background: #024a8a;}
.post .more_btn:hover a span  {color: #fff;}
.main6 .post-61 .con{padding-top: 20px;position: relative;}
.main6 .post-61 ul{margin: 0 -20px;}
.main6 .post-61 ul li{float: left;width: 50%;margin-bottom: 30px;}
.main6 .post-61 ul li .news_box{margin: 0 20px;/*background: #fff;*/transition: all 0.4s ease-in-out;border: 3px solid #79a2c6;/*box-shadow: 0 2px 12px rgb(2 74 138 / 10%);*/height: 98px;}
.main6 .post-61 ul li .news_box:hover{box-shadow: 0 3px 6px #95aec8;background:#fff;}
.main6 .rili .news_list li.news.n1 .news_box .news_title a font {font-weight: bold;color: #fff !important;}
.main6 .rili .news_list  li.news.n2 .news_box .news_title a font {font-weight: bold;color: #fff !important;}
.main6 .rili .news_list li.news.n1 .news_box:hover .news_title a font {font-weight: bold;color: #005296 !important;}
.main6 .rili .news_list li.news.n2 .news_box:hover .news_title a font {font-weight: bold;color: #005296 !important;}
.main6 .post-61 ul li .news_box:hover .news_title a {color: #005296;}
.main6 .post-61 ul li .news_box:hover .news_text a{color: #005296;}
.main6 .post-61 ul li .news_box:hover .news_date {color: #005296;}
.main6 .rili .news_list li.news .news_date{    color: #fff;}
.main6 .rili .news_list li.news .news_text{opacity: 0.8;  color: #fff;}
.main6 .rili .news_list li.news .news_text a { color: #fff;}
.main6 .rili .news_list li.news .news_title{    color: #fff;}
.main6 .rili .news_list li.news .news_title a{    color: #fff;}

.main3{background: url(images/m3-bg.png) no-repeat top center;    background-size: cover;overflow: hidden;}
.main3 .inner{padding: 35px 0 66px;}
.main3 .post-31 .con{padding-top: 20px;position: relative;height: 480px;}
.main3 .post-31 .ul1 {
   float: left;
   width: 61.42%;
}
.main3 .post-31 .ul1 li.news{border: 6px solid #024a8a;    z-index: 8;position: relative;}
.main3 .post-31 .ul1 li.news .news_imgs{overflow: hidden;padding-top: 56.62%;position: relative;}
.main3 .post-31 .ul1 li.news .news_imgs img{transition-duration: 0.8s; width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;}
.main3 .post-31 .ul1 li.news .news_imgs img:hover{transform: scale(1.12);}



.main3 .post-31 .ul2 {
   float: right;
   width: 45%;
   position: absolute;
   right: 0;
   background: #fff;
}
.main3 .post-31 .ul2 li {
   margin-left: 90px;
   border-bottom: 1px solid #e0e0e0;
   transition: all 0.4s ease-in-out;
   margin-bottom: 4px;
   position: relative;
   padding-right: 210px;
   height: 119px;
   background: #fff;
}
.main3 .post-31 .ul2 li.n4{    margin-bottom: 0px;}
.main3 .post-31 .ul2 li.selected {
   margin-left: 0;
   background: #024a8a;
   border-bottom: 1px solid #024a8a;
    z-index: 9;
}
.main3 .post-31 .ul2 li .news_imgs{overflow: hidden;border: 1px solid #d4d4d4;width: 208px;height: 118px;/* float: right; */position: absolute;right: 0;top: 0;}
.main3 .post-31 .ul2 li .news_imgs img{transition-duration: 0.8s; width: 100%;height: 100%;}
.main3 .post-31 .ul2 li .news_imgs img:hover{ transform: scale(1.12);}
.main3 .post-31 .ul2 li .news_title{font-size: 18px;/*font-weight: bold;*/line-height: 32px;height: 64px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main3 .post-31 .ul2 li .news_con{padding: 23px 30px 0 37px;/* border-left: 1px solid #E7652B; */}
.main3 .post-31 .ul2 li.selected .news_title{color: #fff;}
.main3 .post-31 .ul2 li.selected .news_title a{color: #fff;}
.main3 .post-31 .ul2 li.selected .news_con{padding: 27px 39px 0 49px;}




.main4{background: url(images/m4-bg.png) no-repeat bottom;}
.main4 .inner{padding: 35px 0 70px;}
.main4 .ml{float: left;width: 49.15%;}
.main4 .post-41{margin-bottom: 47px;}
.main4 .post-41 .con{padding-top: 20px;}
.main4 .ml .post ul li{margin-bottom: 30px;}
.main4 .ml .post-42 .ul1{margin: 0 -15px;} 
.main4 .ml .post-42 .ul1 li{float: left;width: 50%;}
.main4 .ml .post-42 .ul1 li .news_imgs{/*padding-top: 66.3%;*/    height: 218px;position: relative;overflow: hidden;}
.main4 .ml .post-42 .ul1 li .news_imgs img{transition-duration: 0.8s; position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
.main4 .ml .post-42 .ul1 li .news_imgs img:hover{transform: scale(1.12);}
.main4 .ml .post-42 .ul1 li .news_box{margin: 0 15px;box-shadow: 0 5px 27px rgb(0 0 0 / 16%);}
.main4 .ml .post-42 .ul1 li .news_title{font-size: 18px;line-height: 30px;height: 60px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main4 .ml .post-42 .ul1 li .news_text{font-size: 15px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 28px;margin-top: 10px;height: 56px;color: #999999;}
.main4 .ml .post-42 .ul1 li .news_con2{line-height: 48px;background: #f7f7f7;padding: 0 18px 0 24px;}
.main4 .ml .post-42 .ul1 li .news_tt{float: left;font-size: 16px;color: #eb7f00;}
.main4 .ml .post-42 .ul1 li .news_meta{float: right;font-size: 14px;color: #000000;opacity: 0.5;}
.main4 .ml .post-42 .ul1 li .news_con{padding: 20px 33px 25px 24px;}
.main4 .ml .post-42 .ul2{} 
.main4 .ml .post-42 .ul2 li{box-shadow: 0 5px 27px rgb(0 0 0 / 16%);border: 1px solid #e9e9e9;background: #fff;}
.main4 .ml .post-42 .ul2 li .news_title{font-size: 19px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 34px;}
.main4 .ml .post-42 .ul2 li .news_con{padding: 8px 40px;}
.main4 .ml .post-42 .ul2 li .news_meta{padding-left: 27px;opacity: 1;color: #eb7f00;font-size: 15px;line-height: 24px;background: url(images/time.png) no-repeat left center;}

.main4 .mr{float: right;width: 48.57%;}
.main4 .mr .post ul li .news_imgs{position: relative;overflow: hidden;}
.main4 .mr .post ul li .news_imgs img{transition-duration: 0.8s; position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;}
.main4 .mr .post ul li .news_imgs img:hover{transform: scale(1.12);}

.main4 .post-45{margin-bottom: 30px;}
.main4 .post-45 ul li.news{position: relative;}
.main4 .post-45 ul li .news_imgs{/*padding-top: 64%;*/height: 435px;}
.main4 .post-45 ul li .news_con{}
.main4 .post-45 ul li .news_title{color: #fff;line-height: 30px;    height: 60px;font-size: 23px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main4 .post-45 ul li .news_title a{color: #fff;}
.main4 .post-45 ul li .news_bg{position: absolute; top:0;    width: 100%;background: url(images/p41-bg.png) no-repeat bottom;height:310px;}
.main4 .post-41 ul li .news_bg{position: absolute; top:0;    width: 100%;background: url(images/p41-bg.png) no-repeat bottom;height:310px;}
.main4 .post-45 ul li .news_wz{position: absolute; bottom:0;    width: 100%;}
.main4 .post-45 ul li .news_con{padding: 0 292px 15px 110px;background: url(images/m4-wx.png) no-repeat 27px top; }
.main4 .post-45 .slick-prev{
    background: #1864a885 url(images/p45-prev.png) no-repeat center;
    bottom: 0;
    left: auto;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 60px;
    height: 50px;
    right: 60px;
}
.main4 .post-45 .slick-prev:before {
    content: '';
    width: 1px;
    height: 44px;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    top: 18px;
    right: 0;
}
.main4 .post-45 .slick-next{
background: #1864a885 url(images/p45-next.png) no-repeat center;
    bottom: 0;
    top: auto;
    margin: 0;
    z-index: 9;
    width: 60px;
    height: 50px;
    right: 0px;
}

.main4 .post-46{float: left;width: 47.79%;}
.main4 .post-46 .con{padding:0}
.main4 .post-46 ul li.news{position: relative;}
.main4 .post-46 ul li .news_bg{position: absolute; bottom:0;    width: 100%;background: #000000;height:100%;opacity: 0.11;filter: Alpha(opacity=11);}
.main4 .post-46 ul li .news_wz{position: absolute; bottom:0; width: 100%;}
.main4 .post-46 ul li .news_con{padding: 0 23px 15px 100px;background: url(images/m4-wb.png) no-repeat 27px top; }
.main4 .post-46 ul li .news_title{color: #fff;font-size: 18px;font-weight: bold;line-height: 30px;height: 60px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main4 .post-46 ul li .news_title a{color: #fff;}
.main4 .post-46 ul li .news_imgs{   /* padding-top: 70.78%;*/    height: 230px;}

.main4 .post-47{float: right;width: 47.79%;}
.main4 .post-47 .con{padding:0}
.main4 .post-47 ul li.news{position: relative;}
.main4 .post-47 ul li .news_bg{position: absolute; bottom:0;    width: 100%;background: #7277c3;height:100%;opacity: 0.22;filter: Alpha(opacity=22);}
.main4 .post-47 ul li .news_wz{position: absolute; bottom:0; width: 100%;}
.main4 .post-47 ul li .news_con{padding: 0 23px 15px 110px;background: url(images/m4-dy.png) no-repeat 27px top; }
.main4 .post-47 ul li .news_title{color: #fff;font-size: 18px;font-weight: bold;line-height: 30px;height: 60px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.main4 .post-47 ul li .news_title a{color: #fff;}
.main4 .post-47 ul li .news_imgs{    /*padding-top: 70.78%;*/    height: 230px;}
.main4 .ml .post-42 .ul1 li .news_imgs {border-bottom: 5px solid #005296;}
.main4 .post-41 a.news_box.clearfix {/*border-left: 5px solid #024a8a;*/}
.main4 ul.news_list.ul2 li.news a:hover {background: #256cad;color: #fff;}
.main4 ul.news_list.ul2 li.news a:hover a {color: #fff;}
.main4 ul.news_list.ul2 li.news a:hover .news_text {color: #fff;}
.main4 .news_list li.news .news_text{font-size:15px;color:#999999;}
.main4 .news_list.ul2 li.news .news_text{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}




.main4 .post-51 .con{padding-top: 20px;}
.main4 .post-51 ul.news_list{margin: 0 -6px;}
.main4 .post-51 ul li{}
.main4 .post-51 ul li .news_box{margin: 0 7px;}
.main4 .post-51 ul li .news_imgs{padding-top: 47%;position: relative;overflow: hidden;border-radius: 0px;}
.main4 .post-51 ul li .news_imgs img{transition-duration: 0.8s; position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;filter: brightness(130%);}
.main4 .post-51 ul li .news_imgs img:hover{transform: scale(1.12);}

.main4 .post-51 .slick-prev{
      left: 15px;
    width: 50px;
    height: 50px;
    z-index: 9;
    margin-top: -25px;
}
.main4 .post-51 .slick-next{    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 9;
    margin-top: -25px;
}






@keyframes icon-bounce{0%,100%{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-ms-transform:rotate(0);}
25%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg);-ms-transform:rotate(15deg);}
50%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);transform:rotate(-15deg);-ms-transform:rotate(-15deg);}
75%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);-ms-transform:rotate(5deg);}
85%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg);-ms-transform:rotate(-5deg);}
}


/**标题栏新闻窗口**/
.post { margin-bottom:0px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 47px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {padding: 0 10px;border-radius: 40px;border:1px solid #b2cbe9;width: auto;line-height: 20px;margin-right:20px;padding-top: 0px;margin-top: 20px;/*background: url(images/ico9.png) no-repeat center 8px;*/background-size: 90px;display:inline-block;*display:inline; *zoom:1;height: 22px;/* line-height: 20px; */float:right;position: absolute;right: 0;width: 80px;text-align: right;}
.post .more_btn .more_text,.post .more_btn a {font-size:12px; cursor:pointer;font-weight:normal;} 
.post .more_btn .more_text{padding: 0 0 0px 0px;border-bottom: 0px solid #024a8a;color: #024a8a;line-height: 22px;display: inline-block;width:70px;text-align: left;}
.post .more_btn .more_text img{margin-left: 16px;vertical-align: middle;}
.post .more_btn .more_text:hover img {
   animation: arr 1s ease-in-out 0s infinite;
}
.post .more_btn a{color:#024a8a;} 
.post .more_btn a:hover{color:#666;} 
.post .more_btn .more_text span{padding-left: 7px;transition: transform .4s ease-out;display: inline-block;line-height: 1;}
.post .more_btn .more_text .moretext {padding-left: 0;}
.post .more_btn .more_text:hover span {color:#fff;
   /*transform: rotate(180deg);*/
}
@keyframes arr{
   0%{transform:translateX(0px);}
   25%{transform:translateX(-3px);} 
   50%{transform:translateX(-5px);} 
   75%{transform:translateX(-3px);}
   100%{transform:translateX(0px);}
}
/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 0px solid #146cc1;/* text-align: center; */position: relative;}
.post1 .tt .tit {float: none;}
.post1 .tt .tit .title {display:inline-block;margin-right:0px;font-size: 32px;font-weight:normal;color: #024a8a;margin-top: 0px;    background: url(images/icos.jpg) left center no-repeat;padding-left:15px;background-size: 5px 35px;/*background: url(images/icoline.jpg) no-repeat left top;background-size: 75px 5px;padding-top: 20px;*/}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .tt .tit .title2{
    padding-left: 10px;
    font-size: 16px;
    color: #024a8a;
    opacity: 1;
    font-family: 'Microsoft Yahei';
    line-height: 47px;
    display: inline-block;
}
.post1 .more_btn a{color:#024a8a;}



/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{/* border-right: 1px solid #EDEDED; */transition: all 0.4s ease-in-out;float: left;width: 57px;line-height:28px;margin-right: -97px;font-family:"Microsoft YaHei";vertical-align:middle;color: #024a8a;padding-left: 40px;}
.rili .news_list li.news .news_date .news_days{font-size: 30px;/*font-weight: bold;*/line-height: 41px;margin-top: 16px;position: relative;}
.rili .news_list li.news .news_date .news_days::before{position: absolute;content: "";background: #8aabc9;width: 1px;height: 60px;right: 20px;transform: rotate(45deg);top: 6px;}

.rili .news_list li.news .news_date .news_days span{/* border-bottom: 1px solid #E7652B; *//* display: inline-block; */}
.rili .news_list li.news .news_date .news_year{font-size: 18px;/* opacity: 0.5; */line-height: 14px;/* margin-top: 5px; */text-align: right;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left: 125px;    padding-right: 30px;}
.rili .news_list li.news .news_title{line-height: 28px;padding: 18px 32px 10px 0;/* font-weight: bold; */font-size: 19px;color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} 
.rili .news_list li.news .news_title a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.rili .news_list li.news .news_text{font-size: 14px;line-height: 22px;color: #666666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/*滚动Arrows */
.slick-prev, .slick-next{height: 40px;width: 21px;top: 50%;margin-top:-10px;border:0px solid #d4d8d9;border-radius:0;outline: none;}
.slick-prev {left: -95px;background: url(images/m5-prev.png) no-repeat center;}
.slick-prev:hover {opacity:1;filter:Alpha(opacity=100);}
.slick-prev:before { content: '';}
.slick-next {right: -95px;background: url(images/m5-next.png) no-repeat center;}
.slick-next:hover { opacity:1;filter:Alpha(opacity=100);}
.slick-next:before { content: '';}

.wp_articlecontent table {
    width: 99% !important;
}
.wp_editor_art_table td {
    border: 0 !important;
    background: none !important;
    color: #fff;
}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
.possplit{       width: 20px;  text-indent: 5px;font-size: 17px;   background: none;}
.col_news_list .news_list li.news span.news_title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:70%}
/*栏目图片*/
.l-banner{/*height: 600px;*/height: 515px;background-position:center 160px;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:35px 0px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 18px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:36px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 3px solid #03438b;    padding: 0 1%;}
.col_metas .col_title { display:inline-block; float:left; height: 50px; line-height: 50px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 22px;font-family:"Microsoft yahei";font-weight: bold;color: #0f429b;border-bottom: 0px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p,.col_news_list .wp_entry p span {font-family:"Microsoft Yahei" !important; line-height:36px !important; font-size:18px !important; color:#252525 !important;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;min-height:500px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:18px; color:#333;}  /**阅读字体**/
.article .entry .read p span{font-size:18px;}
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
.article .entry .read{}
/**页脚开始**/
#footer {background: url(images/foot-bg.png);background-size: cover;overflow: visible;}
#footer .inner {padding: 46px 0px 20px;position:relative;}
#footer .inner .foot-top .ml{float: left;}
#footer .inner .foot-top .mc{float: left;margin-left: 210px;}
#footer .inner .foot-top .mr{float: right;margin-top: 19px;}
#footer .inner p{font-size: 16px;line-height: 36px;font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { /*margin:0 3px;*/ }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}
#footer .inner .foot-top{
    padding-bottom: 35px;
}
#footer .inner .foot-bottom{border-top: 1px solid rgb(255 255 255 / 50%);text-align: center;font-size: 14px;line-height: 30px;padding-top: 20px;}
#footer .inner .foot-bottom span{color: #fff;padding-right:10px;}
#footer .inner .foot-bottom img{vertical-align: middle;padding-right: 10px;padding-left:0px;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:20px;float: right;position: absolute;right: 0;/* padding-left: 15px; *//* border-left: 1px solid rgb(255 255 255 / 30%); */}
.wp-search {position: relative;border: 1px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;}

.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 0%;
   transition: all 0.8s ease-in-out;
}

.close {
	width: 50px;
	text-align: center;
	position: absolute;
	right: 2vw;
	top: 2vw;
	transition: transform .4s ease-out;
}

.close i {
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}

.layer.on {
	z-index: 99990;
	opacity: 1;
	filter: alpha(opacity=100);

}

.search_box {
   width: 50%;
   overflow: hidden;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%) scale(.8);
}
.layer.on .search_box {
   transform: translate(-50%, -50%);
}
.search_box .searchKeyword {
   height: 50px;
   line-height: 50px;
   background-color: #fff;
   width: 100%;
   padding-right: 100px;
   padding-left: 10px;
   border: 0;
   box-sizing: border-box;
}
.search_box .serachSubmit {
   width: 100px;
   background-color: #2f418d;
   color: #fff;
   height: 50px;
   line-height: 50px;
   text-align: center;
   position: absolute;
   right: 0;
   top: 0;
   border: none;
   font-size: 18px;
   letter-spacing: 1px;
}
.layer.on {z-index: 99990;opacity: 1;   height: 100%;filter: alpha(opacity=100);}

/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float: right;}
.shares li{float:left;margin-left: 20px;position:relative;}
.shares li a{display:inline-block; width: 52px; height: 52px; border: 0px solid red; opacity:.6; filter:Alpha(opacity=60); }
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background: url(images/share-1.png) no-repeat center;}
.shares li.i2 a{background: url(images/share-2.png) no-repeat center;}
.shares li.i3 a{background: url(images/share-3.png) no-repeat center;}
.shares li.i4 a{background: url(images/share-4.png) no-repeat center;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 60px; left:50%;z-index:100; margin-left: -55px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/*列表页*/
/*banner*/
.mbanner .slick-dots{display: inline-block;width: auto;right: 12.3%;bottom: 64px;}
.mbanner .slick-dots li.slick-active{opacity: 1; filter:alpha(opacity=100); }
.mbanner .slick-dots li{    height: 16px;width: 16px;margin: 0px 12px;    background: #fff;opacity: 0.5;filter:alpha(opacity=50);}

.post-11 .focus .focus-title {height: 52px;line-height: 52px;padding: 0 20px; font-size: 16px;}
.post-11 .focus .focus-title-bar {height: 52px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;opacity: 0.6;}

.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-11 .focus .focus-page {width: 20px;height: 20px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #fff; color: #000;}
.post-11 .focus .focus-page span {display:block;}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}

/*字体*/
@font-face{
   font-family: 'SourceHanSerifSC-Heavy'; 
   src: url('font/SourceHanSerifSC-Heavy.ttf') format('truetype');
}
@font-face{
   font-family: 'sourcehanserifsc'; 
   src: url('font/sourcehanserifsc.ttf') format('truetype');
}
.main1 .tab-con {
    position: relative;
}
.main1 .tab-con .boxm {
    position: absolute; left:0; right:0; top:0;
}
.main1 .tab-con .boxm.active {
    position: relative;
}
.main1 .post-10 .more_btn {
    position: relative;width: 85px;
}
.main1 .post-10 .more_btn a{
    position: absolute;
    left: 0;
    right: 0px;
}
/*文章页分享按钮*/
.infobox .share.clearfix {
    float: right;
    padding-bottom: 20px;
padding-right: 20px;
}
.infobox div#share-2 {
    display: inline-block;
}
a.social-share-icon.icon-weibo {
    background: url(images/share-icon01.png) no-repeat center !important;
    border: 0;
}
a.social-share-icon.icon-wechat {
    background: url(images/share-icon02.png) no-repeat center !important;
    border: 0;
}
a.social-share-icon.icon-wechat::before{    display: none;}
a.social-share-icon.icon-qq {
    background: url(images/share-icon03.png) no-repeat center !important;
    border: 0;
}
a.social-share-icon.icon-qzone {
    background: url(images/share-icon04.png) no-repeat center !important;
    border: 0;
}
.post_item.item_leader{display:none;}
.post-15 .news_list li.news .news_text{width:100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}