@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(/uploads/image/_t031timages/icon.png) no-repeat;}
/*css3扩展*/

::-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: "microsoft yahei","arial","\u5b8b\u4f53", tahoma, geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#337ab7;}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.f_around{display: flex; display: -webkit-flex; justify-content: space-around;-webkit-justify-content:space-around;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}

/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
#header{}
#header .inner{position:relative; padding:5px 0;}
.header .sitelogo{float:left;}
.header .sitetitle {display:inline-block;margin-top: 12px;margin-left:40px;font-size:40px;font-weight:bold;color:#2e2d69;} /**站点名称**/
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 27px;width:200px;}
/*rale样式*/

/*lang样式*/

/*默认主导航样式*/
#nav{background-color: #f8f8f8;border-top: 1px solid #c4c4c4;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
.wp-panel .wp-window{height: 50px;}
.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}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item:before{ position:absolute; content:''; top:16px; right:0; width:1px;height:18px; background:#6e6e6e;}
.wp-menu .menu-item:last-child:before{ display:none;}
.wp-menu .menu-item.hover:after{  position:absolute; content:''; top:16px; left:-1px; width:1px;height:18px; background:#6e6e6e;}
.wp-menu .menu-item:first-child:hover:after{ display:none;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a.menu-link {display:block;padding: 0 16px; margin:0 3px;line-height: 50px;color: #525252;font-size: 18px;font-weight: lighter;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:none; text-decoration: none; color: #05697e!important;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 40px; padding-top:11px;min-width: 100%;z-index: 100;  text-align: center;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;background:rgba(255,255,255,0.6);  }
.nav .sub-menu .sub-item a {display: block;color: #333;height: 40px;line-height: 40px;padding: 0 17px;font-size: 16px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#00999c; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;display:none !important;}
/**主页banner开始**/
#banner {background: #fff;}
#banner .inner {width:100%;text-align: center;position:relative;}
.mbanner .focus-container .focus-item { position:absolute; width:100%; bottom:0; left:0; top:0; overflow: hidden;}
.mbanner .focus .focus-title-bar {bottom: 0px;left: 0px;margin-left: 0px;width: 100% !important;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.mbanner .focus .focus-pagination {position:absolute;right: 0px;bottom:30px;margin-right: 0px;z-index:60;width: 100%; height:12px;text-align: center;}
.mbanner .focus .focus-page { display:inline-block; width:10px; height:10px;  margin-right:10px;background:#fff;filter: alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.8;}
.mbanner .focus .focus-page-active {background: #fff;opacity:1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(/uploads/image/_t031timages/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}

/**首页三列布局**/
.mod {}
.mbox {}
.ml{ float:left;}
.mr{ float:right;}
.title_bt1{margin:30px auto;}
.title_bt2{margin:30px auto 15px;}
.newstitle{font-size: 30px;line-height: 30px;}
.newstitleen{font-size: 13px;line-height: 30px;}
.tt{ position:relative; }
.tt .title{height: 50px;}
.title .bt{background-color: #eeeeee;line-height: 50px;color: #1b1b1b;font-size: 22px; font-weight:normal; cursor:pointer; text-align:center;}
.title .bt.on{background-color: #43aec5;color: #ffffff;}
.tt .more_btn{ position:absolute; right:0;top:0;width:43px;height:21px;}
.tt .more_btn a{ display:none; width:43px; height:21px; background: no-repeat;}
.tt .more_btn a:first-child{ display:block;}
.tab_con{ display:none;}
.tab_con:first-child{ display:block;}

.main1 .ml{width:585px;}
.post-11 .post-tu{height:365px;width:100%; overflow:hidden;}
.post-11 .swiper-container{ height:100%;}
.post-11 .swiper-slide{ position:relative;background-size: cover;}
.post-11 .news-title{ position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.5); padding:10px 30px; height:50px; padding-right:180px; box-sizing:border-box; color:#fff;}
.post-11 .news-title .news_bt{ line-height:30px; font-size:16px;}
.post-11 .swiper-container-horizontal .swiper-pagination-bullets{ bottom:18px; left:auto;right:18px; width:auto; font-size:0;}
.post-11 .swiper-pagination-bullet{ margin-right:12px;width:10px; height:10px; border-radius:50%;line-height:10px; text-align:center; background:#999; cursor:pointer; opacity:1; font-size:0;}
.post-11 .swiper-pagination-bullet-active{ background:#fff;opacity:1;}

.main1 .mr{width:calc( 100% - 610px);}
.post-12 .news_list li{padding:6px 0; border-bottom:1px dotted #d5d5d5; position:relative;}
.post-12 .news_list li:first-child{padding-top:0;}
.post-12 .news_list li a{ display:block; position:relative; padding-left:104px;}
.post-12 .news_list li .news_title{font-size: 18px;line-height: 25px;}
.post-12 .news_list li .txt_wz{height:54px; line-height:18px;font-size:14px; color:#c9c9c9;overflow: hidden;}
.post-12 .news_list li .news_time{ position:absolute;left:0;top:0px; width:80px; height:80px; line-height:30px; background:#d5d5d5; color:#fff;}
.post-12 .news_list li .date_year{ display:block;font-size:20px;}
.post-12 .news_list li .date_time{ display:block;font-size:14px;}
.post-12 .news_list li :hover .news_title{color: #ff0004;}
.post-12 .news_list li :hover .news_time{ background:#de5a21;}

.main2{ margin-top:15px;}
.main2 .ml{width:65.8%;}
.main2 .mr{width:31.6%;}
.main2 .ml .bt{ width:50%;}
.indexlistboxbg{ background:#f8f8f8; position:relative; min-height:40px;}
.boxbottomline1{border-bottom:4px solid #43aec5;}
.boxbottomline2{border-bottom:4px solid #8985b8;}
.post-13 .tu{ float:left; padding:10px; width:323px; box-sizing:border-box;}
.post-13 .tu img{width:303px; height:219px;}
.post-13 .news_list{ float:right;width:calc( 100% - 332px);}
.post-13 .news_list li{border-bottom: 1px dotted #d5d5d5; background: 9px center no-repeat; text-indent:24px;}
.post-13 .news_list li a{ display:block;line-height: 38px; margin-right:80px;font-size: 14px;color: #2d2d2d;}
.post-13 .news_list li .time{ float:right; text-align:right;line-height: 38px;font-size: 12px; color:#848484; padding-right:6px;font-weight: lighter;}
.post-13 .news_list li a:hover{color: #ff0004;}

.mr .title .bt.on{ background:#8985b8;}
.main2 .mr .title .bt{ width:100%;}
.main2 .mr .post-13 .news_list{ width:100%;}
.main2 .indexlistboxbg{ height:240px; overflow:hidden;}

.post-13 .news_wz{ float:right;width:calc( 100% - 332px); position:relative;}
.post-13 .news_wz .wz_text{ margin-top:8px; line-height:25px;font-size: 14px;color: #272727; padding-right:8px; max-height:175px; overflow:hidden;}
.indexlistboxbg .rel{ height:440px; position:relative;}
.indexlistboxbg .more{ position:absolute; bottom:0; right:8px;background-color: #f2710e;color: #ffffff;padding-bottom: 5px;padding-top: 5px;padding-left: 15px;padding-right: 15px;border-radius: 6px;}


.main4 .mc{ width:31.6%;}
.main4 .mc .tit_bt{border-bottom: 4px solid #43aec5; line-height:35px; text-align:center; font-size:18px; color: #43aec5;}
.main4 .mc .pictu{ height:180px; overflow:hidden; background-position:center; background-size:cover; background-repeat:no-repeat;}
.main4 .mc .txt_wz{padding: 10px;height: 150px;text-align: left;font-size: 14px;line-height: 30px; box-sizing:border-box;}
.main4 .indexlistboxbg .more{bottom:8px;}


.main5{ margin:45px auto; padding:30px 0; background:#eeeeee;}
.main5 .mc{ width:31.6%;}
.main5 .mc .tit_bt{background-color: #8985b8;line-height: 50px;color: #ffffff;font-size: 22px;text-align:center;}
.main5 .mc .post-13 .news_list{ width:100%; padding-bottom:12px;}

.main6 .ml,.main6 .mr{ width:48.75%;}
.main6 .tit_bt{border-bottom: 4px solid #43aec5; line-height:35px; text-align:left; font-size:18px; color: #43aec5;}
.main6 .post-13 .news_list{ width:100%; padding-bottom:12px;}
.main6 .indexlistboxbg{ background:#fff;}
.main6 .post-13 .news_list li{background:url(/uploads/image/_t031timages/arrow5.jpg) 9px center no-repeat;}

.foot_nav{ height:50px;}
.foot_nav a{ line-height:50px; color: #ffffff;font-size: 16px;line-height: 50px;}




/***********************************************************
 * 列表页
 */


/*栏目图片*/
.l-banner{height: 320px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
.l-banner img{ display:none;vertical-align:top;height:100%;}
#container-1{ background:url(/uploads/image/_t031timages/banner2.jpg) center center; }
/**主体列表页开始**/
#l-container {background:#fff;}
#l-container .inner {padding:0;}
/**主体文章页开始**/
#d-container {background:#fff;}
#d-container .inner {}

.col_menu {width: 260px;float:left;margin-right:-260px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #00686a;}/**位置栏目背景**/
.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 14px; text-align:left;}/**栏目名称图标**/
.col_menu .col_menu_con{border:0;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867a0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#fff;font-size: 16px;font-weight:normal;background:#00999c;border-top:0px solid #fff;border-bottom: 1px solid #fff; display:block;}
.col_list .wp_listcolumn .wp_column a .column-name{ display:block;padding:5px 0px 5px 25px;line-height:30px; text-align:left;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {color:#05697e;background:#b9b9b9; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #05697e;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:#ececec; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#05697e;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#fff;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 .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: 300px; }
.col_news_head {border-bottom: 1px dotted #ccc;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #cbcbcb;}
.col_metas .col_path {display:inline-block;white-space:nowrap;height: 36px;line-height: 36px;color: #666; padding-left:20px; background:url(/uploads/image/_t031timages/home.png) left center no-repeat;} /**当前位置**/
.col_metas .col_path a{color: #666;}
.col_news_con { padding:30px 0px; margin:0 0px;}
.col_news_list { margin-top:0px;}
.col_news_list .news_list li.news{ padding-left:30px;background:url(/uploads/image/_t031timages/icon.png) left center no-repeat;border-bottom:1px dotted #cdcdcd;}
.col_news_list .news_list li.news .news_title{display:block; width: calc(100% - 100px); font-size:16px; line-height:56px;}
.col_news_list .news_list li.news .news_meta{line-height:56px; font-size:12px; color:#999;}
.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 0px; margin:0 auto; width:auto;}
.article {padding-top:10px;}
.article h1.arti_title {padding-bottom: 10px;line-height: 36px;font-family: "microsoft yahei";font-size:22px; font-weight:400;text-align:center;color: #333;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "microsoft yahei";font-size: 17px; font-weight:400;text-align:center;color: #1b1b1b;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;border-top:0px 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:26px; font-size:16px; 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 {border-top:0px solid #ececf2;font-size: 16px; color: #fff; margin-top:70px;}
.footer_01{background: #43aec5; padding:22px 0; position:relative;}
.footer_01 .gotop{ position: absolute;left:0;right:0;margin:0 auto; top:-62px; width:165px;height:62px; background: bottom center no-repeat; background-size:cover;}
.footer_02{ background:#313131;padding:20px 0px;}
#footer .inner {position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;width:27.5%;position: relative;}
#footer .inner .foot-right{float:left;width:29.5%;}
#footer .inner p{font-size: 16px;line-height: 25px; font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px;font-size: 14px;color: #b0b0c1; }
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#fff;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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(/uploads/image/_t031timages/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:5px;}
.wp-search {position: relative;border: 1px solid #dbdbdb;border-radius: 18px;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:13px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 7px 0;line-height: 22px;background: none;color: #a9a9a9;font-size: 14px;border:0;outline: 0;font-family: "microsoft yahei";}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 3px;
    top: 2.3px;}
.wp-search .search-btn input.search-submit {width:32px;height: 31px;border:0;outline: 0;background:url(/uploads/image/_t031timages/sous.png) no-repeat center;cursor: pointer;}
/**链接样式**/
.botlinks .links-wrap {position: relative;width:100%;height:55px; line-height:34px; background:transparent;border-bottom:1px solid #333;}
.botlinks .links-wrap a.links-arrow {display: block; height: 54px; line-height: 54px; padding: 0 40px 0 0px; color:#333; font-size:18px; font-weight:600; background: url(/uploads/image/_t031timages/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0;right:0; bottom: 54px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background:rgba(255,255,255,0.8);}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; padding:0 16px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#f0f0f0; 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;
}
/*************************************************************
*二级页面
*/
/*组织机构*/



input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.sitelogo img {
    max-width: 550px;
}