@charset "utf-8";
/*Technical Support SudyTech*/
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: 13px;font-family: "shm","PingFang","Microsoft Yahei";color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#1C50C1;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 14rem;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.header {background: #1C50C1; border-bottom:none; height:auto;line-height:inherit; }
.header .inner{position:relative;}
.header .sitelogo{float:left;margin-top: 25px;}
.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;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 0.72rem;    display: flex;
    align-items: center;
    gap: 0.39rem;}

/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;display: none;}
.site-lang ul li.links a{    line-height: 0.35rem;
    margin: 0;
    font-size: 0.16rem;
    color: #fff;
}
.site-lang ul li.links a:hover{color:#fff;}
/*默认主导航样式*/
#nav{background: #fff;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#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;    display: flex;
    padding: 0 1.02rem;
    justify-content: space-between;}
.nav .wp-menu::after{display:none}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:inline-block; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; display:none}
.nav .wp-menu .menu-item a.menu-link {    display: inline-block;    position: relative;
    padding: 0;
    line-height: 0.7rem;
color: #272727;
    font-size: 0.19rem;}
.nav .wp-menu .menu-item a.menu-link::after{content:'';display:block;bottom:0;left:0;right:0;height:0.04rem;background:#1C50C1;    position: absolute;    transition: .5s;    transform: scale(0);}
.nav .wp-menu .menu-item:hover a.menu-link::after{    transform: scale(1);}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{ text-decoration: none; }
.nav .sub-menu {display: none;position: absolute;    left: 50%;    transform: translateX(-50%);
    top: 100%;
    min-width: 1.5rem;z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {    display: block;
    color: #000;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.15rem;
    font-size: 0.16rem;
    background: none;
    text-align: center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1C50C1; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;   transform: translateX(0);}
/**主页banner开始**/
#banner {background: #ECEFF7;}
#banner .inner {text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: auto;background-position:center center;background-repeat:no-repeat;text-align:center;padding-top:20%;background-size:cover;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;}
/**主体文章页开始**/
#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: #1C50C1;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 0.22rem;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {     display: block;
    line-height: 0.6rem;
    padding: 0 0.1rem 0 0.3rem;}/**栏目名称图标**/
.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: 0.18rem;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: 0;
    line-height: 0.6rem;
    padding-left: 0.3rem;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#1C50C1; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #1C50C1;}
.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:#1C50C1;}
/*二级子栏目**/
.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:#1C50C1;} 
/*三级子栏目**/
.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:#1C50C1;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 0.5rem; line-height: 0.5rem; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 0.22rem;font-family:"Microsoft yahei";font-weight: normal;color: #1C50C1;border-bottom: 0px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 0.5rem;line-height: 0.5rem;color: #666;    font-size: 0.14rem;} /**当前位置**/
.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 { line-height:1.75; font-size:14px; color:#333;}
.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;min-height:5.5rem;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 0.4rem;font-family: "Microsoft YaHei";font-size:0.28rem;text-align:center;color: #1C50C1;} /**文章标题**/
.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 0.08rem;
    font-size: 0.14rem;
    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:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {background: #18267d;}
#footer .inner {padding:12px 0px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;padding:12px 0px;margin-top:10px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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:0;width: 1.81rem;}
.wp-search {position: relative;background:#71A5FF;border-radius:0.16rem;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:0.1rem; margin-right: 0.4rem;}
.wp-search .search-input input.search-title {width: 100%;height: 0.35rem;padding: 0;line-height: 0.35rem;background: none;color: #fff;font-size: 0.16rem;border:0;outline: 0;}
.wp-search .search-btn {width:0.36rem;height: 0.35rem;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height: 100%;border:0;outline: 0;background:  url(images/sous.svg) no-repeat center left / 0.2rem;cursor: pointer;}


/*列表页*/

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.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;
}

.line1{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.line2{overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.line3{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

@font-face{
     font-family: 'shm'; 
     src:url('fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}
.header .sitelogo{margin-top:0.45rem;}
.sitelogo img{    width: 6.75rem;}
.header .mod{    padding-bottom: 0.55rem;}
.mbanner .news_imgs{padding-top:32.8%;    position: relative;}
.mbanner .news_imgs img{width:100%;height:100%;    position: absolute;
    left: 0;
    top: 0;}
.mbanner .news_imgs::after{content:'';display:block;width:100%;height:42.5%;background:url(images/bannerbg.png) no-repeat center bottom / 100% 100%;    position: absolute;
    bottom: 0;
    left: 0;}
.mbanner .slick-dots{width:auto;right:0.55rem;bottom:0.43rem;}
.mbanner .slick-dots li{background:#fff;width:0.26rem;height:0.26rem;background:url(images/dotico.svg) no-repeat center / 0.16rem;    margin: 0px 0.13rem;}
.mbanner .slick-dots li.slick-active{background:url(images/dotico_a.svg) no-repeat center / 0.25rem;}
.main1{background:url(images/m1bg.png) no-repeat center top 0.36rem / 6.06rem;padding-top: 0.5rem;padding-bottom: 0.2rem;}
.main1 .post-tt{width:47%;}
.main1 .post-12{float:left;}
.main1 .post-13{float:right;}
.post-tt .tt{display:flex;margin-bottom:0.4rem;
    justify-content: space-between;
    align-items: center;}
.post-tt .tt .title{font-size:0.39rem;color:#272727}
.post-tt .tt .more_btn a{    color: #1C50C1;padding-left:0.36rem;background:url(images/moreico.svg) no-repeat center left / contain;    display: inline-block;    height: 0.29rem;
    line-height: 0.29rem;
    font-size: 0.16rem;}
.main1 .post-tt .news_title{    font-size: 0.19rem;    transition: .5s;
    line-height: 0.32rem;
    color: #062658;}
.main1 .post-tt li:hover .news_title{color: #1C50C1;}
.main1 .post-tt .news_time{    display: inline-block;
    padding: 0 0.33rem;
    line-height: 0.37rem;
    font-size: 0.2rem;
    font-family: 'Arial';
    color: #fff;
    border-radius: 1.03rem;
    background: url(images/m1time.png) no-repeat center / cover;}
.main1 .post-tt li.news{margin-bottom:0.44rem;}
.main1 .post-tt .linebox{margin-bottom:0.1rem;    position: relative;}
.main1 .post-tt .linebox::before{content:'';display:block;width:100%;height:1px;background:#1C50C1;position: absolute;    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;}
.main2{background: #ECEFF7;padding-top: 0.72rem;padding-bottom:0.78rem;}
.post-21 li.news{width:23%;float:left;margin-right:2.6%;}
.post-21 li.news:nth-child(4n){margin-right:0;margin-bottom:0.24rem;}
.post-21 li.news a{display:block;border-radius:0.05rem;    height: 0.98rem;    line-height: 0.98rem;}
.post-21 li.news .news_title{    font-size: 0.22rem;display:inline-block;
    color: #fff;}
.post-21 li.news .svgbox{  display:inline-block;width:0.37rem;margin-right:0.1rem}
.post-21 li.news .titlebox{      display: flex;  justify-content: center;   align-items: center;  text-align: center;}

.post-21 li.i1 .svgbox{ height:0.33rem;background:url(images/p21svg1.svg) no-repeat center / contain;}
.post-21 li.i2 .svgbox{ height:0.35rem;background:url(images/p21svg2.svg) no-repeat center / contain;}
.post-21 li.i3 .svgbox{ height:0.36rem;background:url(images/p21svg3.svg) no-repeat center / contain;}
.post-21 li.i4 .svgbox{ height:0.35rem;background:url(images/p21svg4.svg) no-repeat center / contain;}
.post-21 li.i5 .svgbox{ height:0.32rem;background:url(images/p21svg5.svg) no-repeat center / contain;}
.post-21 li.i6 .svgbox{ height:0.28rem;background:url(images/p21svg6.svg) no-repeat center / contain;}
.post-21 li.i7 .svgbox{ height:0.35rem;background:url(images/p21svg7.svg) no-repeat center / contain;}
.post-21 li.i8 .svgbox{ height:0.33rem;background:url(images/p21svg8.svg) no-repeat center / contain;}

.post-21 li.i1 a{background:#2B8FCD;}
.post-21 li.i2 a{background:#1C83DC;}
.post-21 li.i3 a{background:#7A83FA;}
.post-21 li.i4 a{background:#022DA3;}
.post-21 li.i5 a{background:#135083;}
.post-21 li.i6 a{background:#EAAC49;}
.post-21 li.i7 a{background:#1874B0;}
.post-21 li.i8 a{background:#5B51B1;}
#footer{background:url(images/footbg.png) no-repeat center / cover;}
.footlogo img{width:4.88rem;}
#footer .inner .foot-left{padding:0;margin:0;}
#footer .inner{padding:0}
.foot-center1,.foot-center2{float:left;margin-top:0.14rem}
#footer .modtop{padding-top:0.58rem;padding-bottom:0.91rem;}
#footer .inner .foot-right{margin-top:0.09rem}
.foot-center1{margin-left:0.74rem;}
.foot-center2{margin-left:0.68rem;}
.shares .share_img img{width:1.26rem}
.foottt{    font-size: 0.18rem;margin-bottom:0.26rem;
    color: #fff;}
.footinfo p,.footinfo p a{color:#fff;font-size:0.16rem;line-height:0.32rem;}
.foot-center1 .footinfo p{padding-left:0.26rem;}
.foot-center1 .footinfo p:nth-child(1){background:url(images/dizhi.svg) no-repeat center left / 0.16rem}
.foot-center1 .footinfo p:nth-child(2){background:url(images/youbian.svg) no-repeat center left / 0.18rem}
.footer .modbottom p {    font-size: 0.16rem;
    line-height: 0.22rem;
    text-align: center;
    color: #fff;}
.footer .modbottom{padding-top:0.29rem;padding-bottom:0.5rem;border-top:1px solid #fff;}


/*抖动*/
.post-21 li.news:hover .svgbox{
animation:shake 0.2s 2
}

@keyframes shake{
0%{transform:rotate(0deg);}
33%{transform:rotate(-5deg);}
66%{transform:rotate(5deg);}
100%{transform:rotate(0deg);}
}
.list .listcon .news_list li.news {line-height: 0.5rem;}
.list .listcon .news_list li.news .news_title{width:calc(100% - 100px);  float:left; font-size: 0.17rem;}
.list .listcon .news_list li.news .news_meta{    width: 100px;float:right;
    text-align: right;
    font-size: 0.17rem;
    color: #999;}
.wp_paging li span, .wp_paging li a{font-size:0.16rem;}
.list .nav{box-shadow:0 0.03rem 0.14rem rgba(0,0,0,.08);    position: relative;
    z-index: 1;}

.zkz .zkzframe{width: 11.11rem;    border-radius: 0.1rem;
    height: 573px;
    box-shadow: 0 0.03rem 0.26rem rgb(0 0 0 / 8%);}
.zkz #l-container .mod,.lq #l-container .mod{text-align:center}
.zkz #l-container .inner,.lq #l-container .inner{padding-top:1.14rem;padding-bottom:1.55rem;}

.lq .lqframe{    height: 573px;  width: 11.11rem;    border-radius: 0.1rem;    box-shadow: 0 0.03rem 0.26rem rgb(0 0 0 / 8%);}

.footer .modbottom p span{margin: 0 0.13rem;
    display: inline-block;}


.foot-center1 .footinfo p:nth-child(3) {
    background: url(images/tel.svg) no-repeat center left / 0.18rem;
}