@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;/* WebKit browsers */}
:-moz-placeholder {color:#ccc; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#ccc;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#ccc;/* Internet Explorer 10+ */}
/**布局开始**/
body {line-height: 1;font-size: 13px;font-family: "shm","Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#444; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#51BABD; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1400px;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.header {background: #18267e ; 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 .head-left{float:left;display:inline-block;}

.header .head-right{float:right;}

/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 35px;}
.site-lang ul li.links a:hover{color:#fff;}
/*默认主导航样式*/
#nav{background: #004ea1;}
#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);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.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; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 32px;line-height: 42px;color: #FFFFFF;font-size: 16px;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{ text-decoration: none; color: #888;}
.sub-menu {display: none;position: absolute;left: 50%;top: 100%;min-width: 150px;z-index: 100;background:#fff;    transform: translateX(-50%);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 50px;line-height: 50px;padding: 0 12px;font-size: 16px;background:none;    font-family: 'shr';
    text-align: center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#51BABD; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;    transform: translateX(0%);}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;max-width: 1345px;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}



/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;background-size:cover}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;    box-sizing: border-box;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {padding:20px 60px;background:#fff;box-sizing: border-box;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #51BABD;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:20px; 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: 15px;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:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#51BABD; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #51BABD;}
.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:#51BABD;}
/*二级子栏目**/
.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 52px;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:#51BABD;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; 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:#51BABD;} 
/**栏目新闻**/
.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: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #51BABD;border-bottom: 3px 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 7px;}
.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 {width:auto; margin:0 auto; }
.article {padding-top:10px;}
.article h1.arti_title {line-height: 48px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #51BABD;} /**文章标题**/
.article h2.arti_title {line-height: 40px;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: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 {position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;}
#footer .inner .foot-right{float:right;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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:5px;}
.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;}


/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.l-banner{    height: 400px;background-size: cover;}
.article{min-height:550px;}
.listcon .news_list li.news .news_title{font-size:16px;line-height:50px;width:calc(100% - 120px);float:left}
.listcon .news_list li.news .news_meta{font-size:16px;line-height:50px;width:120px;margin:0;color:#999;float:left;text-align:right;}
.line1{overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.line2{overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-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: 'shb'; 
     src:url('fonts/SourceHanSansCN-Bold.ttf') format('truetype');
}
@font-face{
     font-family: 'shm'; 
     src:url('fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}
@font-face{
     font-family: 'shr'; 
     src:url('fonts/SourceHanSansCN-Regular.ttf') format('truetype');
}
@font-face{
     font-family: 'osb'; 
     src:url('fonts/OpenSans.ttf') format('truetype');
}

.header .head-right{    margin-top: 24px;}
.wp-menu .menu-item a > .menu-switch-arrow{display:none}
.wp-menu .menu-item a.menu-link{padding:0;line-height:65px;    font-size: 20px;    color: #444444;
    font-family: 'shm';}
.wp-menu{display: flex;
    justify-content: space-between;}
.wp-menu::after{display:none}
#nav{background:#fff;}
.header{    background: #51BABD;}
.header .sitelogo{margin-top:43px;
    margin-bottom: 44px;}
.header .sitelogo img{width:537px;}
.site-lang ul li.links a{    font-size: 16px;font-family:"Microsoft YaHei";
    line-height: 21px;color:#fff;}
.site-lang ul li.i1{margin-right:20px;}
.site-lang {margin-bottom:17px;}
.searchbox{margin-top:0;    width: 178px;}
.rightbottom{display:flex;gap:8px;}
.site-home ul li.links a{    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 50%;
    background: rgba(255,255,255,.2) url(images/homeico.svg) no-repeat center / 13px;
    text-align: center;
    font-size: 0;}
.wp-search .search-input input.search-title{    height: 36px;font-family:"shr";color: #A8A8A8;
    padding: 0;
    line-height: 36px;   
    font-size: 16px;}
.wp-search .search-input{    margin-left: 13px;}
.wp-search{border:none;background:#fff;border-radius:18px;}
.wp-search .search-btn{    width: 30px;
    height: 30px;
    position: absolute;
    right: 4px;
    top: 3px;}
.wp-search .search-btn input.search-submit{width:100%;height:100%;border-radius:50%;background:#F1A524 url(images/sous.svg) no-repeat center / 13px;}
.news_img{    position: relative;
    padding-top: 37.4%;
    overflow: hidden;}
.news_img img{    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;}
li:hover .news_img img{transform: scale(1);}
.mbanner .news_list li.news .news_img::after{content:'';display:block;width:100%;height:47%;background:url(images/bannerbg.png) no-repeat center bottom / 100% 100%;position: absolute;bottom:0;left:0;}
.slick-dots li{width:12px;height:12px;background:#51BABD;border-radius:50%;margin:0 14px;}
.slick-dots li.slick-active{width:17px;height:19px;background:url(images/dot_a.svg) no-repeat center / contain;border-radius:0}
.slick-dots {bottom:22px;}
.mbanner .slick-dots {display: flex !important;
    align-items: center;
    justify-content: center;}
.mbottom{display:flex;justify-content: space-between;}
.post-10{width:57.5%;}
.post-11{width:37.8%}
.main1{padding-top:61px;    position: relative;}
.main1::before{content:'';display:block;width:100%;height:848px;background:url(images/m1bg.png) no-repeat center top / 100% 100%;    position: absolute;z-index: -1;
    top: 0;
    right: 0;
    left: 0;}
.post-tt .tit span{display:block;}
.post-tt .tt{display: flex;
    align-items: center;
    justify-content: space-between;}
.post-tt .tt .tit{padding-left: 17px;    position: relative;}
.post-tt .tt .tit::before{content:'';display:block;width:34px;height:67px;background:url(images/ttbg.svg) no-repeat center / contain;position: absolute;left:0;top:-8px;}
.post-tt .tt .more_btn a{display:block;padding-right:12px;    font-size: 18px;    line-height: 31px;display:block;
    font-family: 'shr';background:url(images/moreico.svg) no-repeat center right / 9px}
.post-tt .tt .tit .title{    font-size: 30px;    line-height: 30px;margin-top:5px;
    font-family: 'shb';
    color: #444444;}
.post-tt .tt .tit .tt_en{color:#F1A524;font-size:20px;  font-family: 'shr';}

.post-10 .news_list li.news .news_img{padding-top:66.58%;}
.post-13{margin-bottom:34px;}
.post-10 .news_list li.news{    position: relative;}
.post-10 .news_list li.news .news_time{      position: absolute;width:97px;height:92px;background:#51BABD;    top: 32px;    text-align: center;color:#fff;
    left: 0;
    z-index: 1;}
.post-10 .news_list li.news .news_time .day{font-family: 'osb';font-size:28px;line-height:38px;margin-top:16px;}
.post-10 .news_list li.news .news_time .month{font-family: 'shr';font-size:13px;}

.post-10 .news_list li.news .news_wz{    position: absolute;    z-index: 1;    left: 40px;
    right: 40px;bottom:60px;}
.post-10 .news_list li.news .news_title{font-size:20px;font-family: 'shb';color:#fff;line-height:28px;}
.post-10 .news_list li.news .news_con {font-size:16px;font-family: 'shr';color:rgba(255,255,255,.6);line-height:28px;}
.post-10 .slick-dots{width: auto;
    right: 25px;display:flex !important;    align-items: center;}

.post-10 .news_list li.news .news_img::after{content:'';display:block;width:100%;    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 340px;background:url(images/p10bg.png) no-repeat center / 100% 100%;}
.post-11 .news_list li.news a{display:flex;  padding-top: 20px;position: relative;
    padding-bottom: 20px;border-bottom:1px solid #D1D1D1;}
.post-11 .news_list li.news .news_time{    width: 50px;    color: #51BABD;
    text-align: center;}
.post-11 .news_list li.news .news_wz{    width: calc(100% - 50px);    margin-top: 13px;
    box-sizing: border-box;
    padding-left: 13px;}
.post-11 .news_list li.news .news_time .day{    font-size: 28px;

    font-family: 'osb';
    line-height: 38px;}
.post-11 .news_list li.news .news_time .month{font-size: 13px;

    font-family: 'shr';}
.post-11 .news_list li.news .news_con{height:0;transition: .5s;    font-size: 16px;font-family: 'shr';margin-top:6px;
    line-height: 28px;
    color: rgba(68,68,68,.5);}
.post-11 .news_list li.news .news_title {    font-size: 18px;
    line-height: 28px;
    font-family: 'shm';}
.post-11 .news_list li.news.active a{padding-top:23px;    padding-bottom:53px;}
.post-11 .news_list li.news a::after{ content:'';display:block;left:0;top:0;background:#51BABD;width:0;    transition: .5s;   position: absolute;    height: 4px;}
.post-11 .news_list li.news.active a::after{width:100%;}
.post-11 .news_list li.news.active .news_con{height:56px;}
.post-11 .news_list li.news.active .news_time{color:#F1A524}
.post-11 .news_list li.news.active .news_wz{margin-top:0}
.main2{padding-top:103px;padding-bottom:100px;}
.post-21{width:660px;float:left;}
.post-22{width:660px;float:right;}
.main2 .post-tt .tt{margin-bottom:46px;}
.post-21 .news_list li.news a{display:flex;    align-items: center;}
.post-21 .news_list li.news .news_time{    height: 74px;
    text-align: center;
    width: 82px;
    background: #73C6C8 url(images/p21bg.png) no-repeat center bottom / 44px;
    color: #fff;}
.post-21 .news_list li.news{margin-bottom:21px;}
.post-21 .news_list li.news:last-child{margin-bottom:0;}
.post-21 .news_list li.news .news_time .year{font-size: 17px;margin-bottom:5px;margin-top:16px;
    font-family: 'shr';}
.post-21 .news_list li.news .news_time .day{font-size:18px;    font-family: 'shb';}
.post-21 .news_list li.news .news_title {background: #F5FFFF;    height: 74px;
    border: 1px solid #E0E0E0;    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: calc(100% - 82px);   
    padding-left: 19px;
    padding-right: 28px;}
.post-21 .news_list li.news .news_title span{ font-size: 18px;
    line-height: 30px;}
.post-22 .news_list li.news a{display:flex;    justify-content: space-between;    border-bottom: 1px solid #D1D1D1;}
.post-22 .news_list li.news .news_title{width:calc(100% - 110px);font-size:18px;    line-height: 52px;}
.post-22 .news_list li.news .news_time{    width: 110px;    line-height: 52px;font-size:18px;color:#C1C1C1;
    text-align: right;}
.post-22 .news_list{    margin-top: -10px;}
#footer{background:#51BABD}
.foot-center{float:left;margin-left:151px;    margin-top: 34px;}
#footer .inner .mod_t {    padding-top: 46px;
    padding-bottom: 46px;}
#footer .inner .mod_b{border-top:1px solid rgba(255,255,255,.5);display: flex;
    justify-content: space-between;}
.footlogo img{width:538px}
.shares li{float:left;width:112px;}
.shares li.i1{margin-right:38px}
.shares li .news_img{padding-top:100%;}
.shares li .news_title{    font-size: 16px;
    text-align: center;
    line-height: 27px;
    font-family: 'shr';margin-top:13px;
    color: rgba(255,255,255,.7);}
.foottt{    font-size: 18px;
    font-family: 'shb';
    color: #fff;margin-bottom:14px;
    line-height: 31px;}
.foot-right{margin-top:23px;}
.foot-right .news_list li{font-size:16px;line-height:27px;margin-bottom:15px}
#footer .inner .mod_b p{color:rgba(255,255,255,.7);font-size:16px;line-height:61px;    font-family: 'shr';}
.foot-right .news_list li .news_title{color:#fff;}
.bottomleft p span:first-child{margin-right:15px}
.header .mod{position: relative;}
.header .mod::before{content:'';display:block;width:303px;height:26px;background:url(images/xxico.svg) no-repeat center / contain;    position: absolute;right:289px;top:65px;}
