@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:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#00B4B7; }
/*页面尺寸*/
.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{height: auto;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-right{float:right;}


/*默认主导航样式*/
#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: #eee;}
.sub-menu {display: none;position: absolute;left: 50%;    top: 100%;
    min-width: 150px;    transform: translateX(-50%);z-index: 100;background:#fff;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {    display: block;
    color: #444;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    background: none;
    text-align: center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#19B2B4; 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;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;}
/**主体文章页开始**/
#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: #19B2B4;}/**位置栏目背景**/
.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:#19B2B4; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #19B2B4;}
.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:#19B2B4;}
/*二级子栏目**/
.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:#19B2B4;} 
/*三级子栏目**/
.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:#19B2B4;} 
/**栏目新闻**/
.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: #19B2B4;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: #19B2B4;} /**文章标题**/
.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{}


/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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');
}

#nav{    background: rgba(0,161,164,.6);
    position: absolute;
    z-index: 1;}
.wp-menu .menu-item a > .menu-switch-arrow{display:none}
.header {
    background: #19B2B4;}
.sitelogo img{width:688px;}
.header .sitelogo{    margin-top: 34px;    margin-bottom: 33px;}
.searchbox{margin-top:60px;width: 240px;}
.wp-search .search-input input.search-title{    height: 40px;font-family: 'shm';    color: rgba(255,255,255,.6);
    padding: 0;
    line-height: 40px;    }
.wp-search{    border: none;
    border-radius: 20px;
    background: rgba(255,255,255,.3);}
.wp-search .search-input {
    margin-left: 24px;
    margin-right: 40px;
}
.wp-search .search-btn{width:40px;height:40px;}
.wp-search .search-btn input.search-submit{width:100%;height:100%;background:url(images/sous.svg) no-repeat center left 3px / 20px;}
.wp-menu .menu-item a.menu-link{padding: 0;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 20px;}
.wp-menu{    display: flex;padding:0 70px;
    justify-content: space-between;}
.wp-menu::after{display:none}

.news_img{padding-top:32.3%;    position: relative;
    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);}

.slick-dots li{width:16px;height:16px;background:#E3E3E3;margin:0 12px;}
.slick-dots li.slick-active{background:#00B4B7}
.mbanner .slick-dots{bottom:30px;}
.main1{background:url(images/m1bg.png) no-repeat center / cover;    padding-top: 70px;
    padding-bottom: 92px;}
.main1 .ml{width:65.5%;float:left;}
.main1 .mr{width:30%;float:right;}
.post-13{width:53.6%;}
.post-14{width:43.4%;}
.main1 .ml .mlbottom{display:flex;justify-content: space-between;}
.post-tt .title{    font-size: 30px;    line-height: 30px;    position: relative;
    display: block;}
.post-tt .title::after{content:'';display:block;width:100%;height:5px;background:#00B4B7;    position: absolute;bottom:-25px;}
.post-tt .tt{display: flex;margin-bottom:30px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;}
.post-tt .more_btn a{    color: #84C7C8;
    font-size: 16px;}
.post-13 .news_list li.news .news_img{padding-top:63%;}
.post-13 .news_list li.news .news_title{text-align: center;    line-height: 27px;margin-left:15px;margin-right:15px;
    font-size: 18px;
    margin-top: 12px;}
.post-13 .news_list li.news .news_con {    font-size: 14px;margin-top:2px;margin-left:15px;margin-right:15px;
    line-height: 24px;
    text-align: center;
    font-family: 'shr';
    color: #ACACAC;}
.post-13 .news_list li.news a{    display: block;
    padding-bottom: 40px;}
.slick-prev,.slick-next{width:40px;height:8px;top:auto;margin:0;bottom:3px;    border-radius: 0;
    background: none;
    font-size: 0;
    box-shadow: none;}
.slick-prev{left:0;background:url(images/previco.svg) no-repeat center / contain;}
.slick-next{right:0;background:url(images/nextico.svg) no-repeat center / contain;}
.post-14{margin-top: -16px;}
.post-14 .news_list li.news .news_title {    font-size: 18px;    height: 60px;
    line-height: 30px;
    font-family: 'shm';}
.post-14 .news_list li.news .news_time{    font-size: 16px;margin-top:10px;
    line-height: 20px;
    color: #84C7C8;}
.post-14 .news_list li.news a{display:block;border-bottom:1px solid #CCDEDF;padding-bottom:12px;padding-top:11px;    position: relative;padding-left: 16px;}
.post-14 .news_list li.news a::before{content:'';display:block;height:80px;width:2px;background:#00B4B7;    position: absolute;left:0;top:0;bottom:0;margin:auto;}

.post-15 .news_list li.news .news_time{width:70px;height:70px;    border: 1px solid #84C7C8;background:#fff;color:#00B4B7;    text-align: center;
    box-sizing: border-box;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.post-15 .news_list li.news .news_time span{display:block;}
.post-15 .news_list li.news .news_time .day{font-size:26px;}
.post-15 .news_list li.news .news_time .month{color:#84C7C8;font-size:16px;  font-family: 'shr'; margin-top:8px;}
.post-15 .news_list li.news a{display: flex;
    align-items: center;    padding: 22px 0;
    border-bottom: 1px solid #CCDEDF;}
.post-15 .news_list li.news .news_title{width:calc(100% - 71px);padding-left:17px;box-sizing: border-box;    font-size: 18px;
    line-height: 32px;}
.post-15 .news_list li.n1 a{padding-top:0}
.main2{padding-top:63px;padding-bottom:71px;}
.main2 .ml{width:65.5%;float:left;}
.main2 .mr{width:30%;float:right;}
.main2 .post-tt .tt{margin-bottom:26px;}
.post-21 .list1 li.news a{display:flex;    background: #19B2B4;}
.post-21 .list1 li.news .imgbox{width:427px;}
.post-21 .list1 li.news .news_wz{width:calc(100% - 427px);padding-left:25px;    box-sizing: border-box;padding-right:42px;padding-top:33px;}
.post-21 .list1 li.news .imgbox .news_img{padding-top:66.5%;}
.post-21 .list1 li.news .news_time{font-size: 18px;
    font-family: 'shr';
    color: #fff;}
.post-21 .list1 li.news .news_title {    font-size: 18px;margin-top:14px;
    line-height: 32px;
    font-family: 'shb';
    color: #fff;}
.post-21 .list1 li.news .news_con {    font-size: 14px;margin-top:23px;
    line-height: 24px;
    color: #B5E4E4;}
.post-21 .list2 li.news{width:440px;float:left; padding-bottom:20px;   border-bottom: 1px solid #CCDEDF;}
.post-21 .list2 li.n2{float:right;}
.post-21 .list2{padding-top:31px;}
.post-21 .list2 li.news a{display:block;padding-left:17px;    position: relative;}
.post-21 .list2 li.news a::before{content:'';display:block;width:2px;height:95px;background:#00B4B7;    position: absolute;left:0;top:50%;transform: translateY(-50%);}
.post-21 .list2 li.news .news_time{    font-size: 18px;
    font-family: 'shr';
    color: #00B4B7;
    margin-bottom: 16px;}
.post-21 .list2 li.news .news_title {    font-size: 18px;
    line-height: 30px;
    height: 60px;}
.post-22 .news_list li.news .news_title{font-size: 18px;width:calc(100% - 53px);
    line-height: 63px;}
.post-22 .news_list li.news {border-bottom:1px solid #CCDEDF;}
.post-22 .news_list {margin-top:-18px;}
.post-22 .news_list li.news a{display:block;    position: relative;}
.post-22 .news_list li.news a::before{content:'';display:block;width:23px;height:23px;background:url(images/p22ico.svg) no-repeat center / contain;    position: absolute;right:0;top:0;bottom:0;margin:auto;}


.main4{  background: #EFFDFD;    padding-top: 36px;
    padding-bottom: 66px;}
.post-41 .news_list li.news{width:22.8%;float:left;margin-right:2.93%;}
.post-41 .news_list li.news:last-child{margin-right:0}
.post-41 .news_list li.news a{display:block;background:#3CC2B0;}
.post-41 .news_list li.n2 a{background:#38A8CB;}
.post-41 .news_list li.n3 a{background:#579ED4;}
.post-41 .news_list li.n4 a{background:#6AD07E;}


.post-41 .news_list li.news .news_title {line-height:73px;padding-left:44px;font-size:18px;color:#fff;padding-right:56px;    position: relative;}
.post-41 .news_list li.news .news_title::after{content:'';display:block;width:25px;height:17px;background:url(images/p41ico.svg) no-repeat center / contain;    position: absolute;right:27px;top:0;bottom:0;margin:auto;    transition: .5s;}
.post-41 .news_list li.news:hover .news_title::after{right:17px;}
#footer {
    background: #19B2B4;
}
.footer .foot-left p{font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-family: 'shr';
    color: #fff;}
#footer .inner .mod{padding:28px 0}
.header .mod::before{content:'';display:block;width:320px;height:27px;background:url(images/xxico.svg) no-repeat center / contain;    position: absolute;top:65px;right:291px;}