@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; }
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:40px; height:40px; vertical-align:middle; background:url(../images/icon.png) no-repeat; }
@font-face {
    font-family:"SourceHanSansCN-Regular";
    src: url(fonts/SourceHanSansCN-Regular.ttf) format('embedded-opentype'),
    url(fonts/SourceHanSansCN-Regular.ttf) format('truetype');
  }
/**布局开始**/
body:before {content: "";position: fixed;top: -10px;left: 0;width: 100%; height: 10px;
    
    z-index: 110;
}
::-webkit-scrollbar{width: 10px;height: 10px;background-color: #f5f5f5;}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);border-radius: 10px;background-color: #f5f5f5;}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb{height: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #555;}

body,p { font:12px/1.75 "SourceHanSansCN-Regular","Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333; }
a { color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color: #3F96D5; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:1400px; margin:0 auto;} /**页面全局宽度**/

/*head开始*/
#header {}
.head { width:100%; position:absolute;   top: 0;
    left: 0;
    z-index: 1; }  
.head .inner {
    position: relative;
}


.head:before {
    content: "";
    background: url(images/head.png) no-repeat top;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 270px;
}
.head .head-left{float:left;display:inline-block;}
.head .head-left .sitelogo{    margin-top: 35px;}
.head .head-mian{float:left;}
.head .head-mian .site-rale{}
.head .head-right{float:right;/* width:80px; */margin-top: 20px;}
.head .head-right .site-link{line-height:30px;color:#fff;}
.head .head-right .site-link a{line-height:30px;color:#fff;}
.head .head-right .search{margin-top:10px;}
.head .sitelogo a{}/*logo*/
.head .sitelogo a img{display:inline-block;vertical-align: bottom;}
.head .sitelogo .sitetitle{
        font-size: 32px;
    color: #fff;
    display: inline-block;
    line-height: 47px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #ffffff6e;
    margin-bottom: 8px;
    font-weight: bold;
}
/*rale样式*/
.site-rale{display:inline-block;}
.site-rale ul{ float:left;}
.site-rale ul li.links{ float:left;}
.site-rale ul li.links a{line-height:30px;color:#fff;}
/*lang样式*/
.site-lang{    text-align: right;}
.site-lang ul{ }
.site-lang ul li.links{ display: inline-block;}
.site-lang ul li.links a{    line-height: 40px;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0.03rem 0.06rem rgb(0,0,0,0.5);
    padding-left: 30px;}
/*默认主导航样式*/
#nav{}
.searchpage #nav{margin-bottom:20px; }
#nav .inner{ /* background: #c8141e;*/}/**导航区域背景**/
.navbar { width:100%; }
.navbar .navbox {padding-left:10px;/* width:95%; */height:44px;margin:0 auto;}/*导航窗口大小及位置*/ 
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {}
.wp-menu .menu-item {display: inline-block;float: left;/* width:18%; */position: relative;z-index: 100;padding-left:2px;/* background:url(images/nav_x.jpg) no-repeat left center; */}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a.menu-link > .menu-switch-arrow{ display:none; }
.wp-menu .menu-item a.menu-link {    display: inline-block;
    padding: 0;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;    position: relative;}
    .wp-menu {
    margin-right: -20px;
}
 .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
 .wp-menu .menu-item a.menu-link:hover:after {
    transform: scale(1);
}
#nav {
    margin-top: 5px;
}
.wp-menu .menu-item:first-child a.menu-link{}
.wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item.hover,.wp-menu .menu-item.selected a{text-decoration: none;}
.sub-menu {display: none;/* padding:5px 0px; */position: absolute;left: 0;top: 40px;min-width: 100%;text-align: center;z-index: 100;background: url(images/nav_bg.png);opacity: 0.8\9;background: #444343\9;filter:alpha(opacity=90);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; /* float: left; */; }
.sub-menu .sub-item a {display: block;color: #fff;height: 40px;line-height: 40px;padding: 0 16px;font-size: 15px;background:none;}
.sub-menu .sub-item a:hover {color: #eee;background-color: #034b9d;display: block;}
.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(11, 102, 244, 0.8); opacity: 0.8\9; background: #444343\9; filter:alpha(opacity=90); }
/**主页banner开始**/
#banner { background-color:#e6e6e6; }
#banner .inner {width:auto; background:#fff; text-align: center;position:relative;}
.main #banner .inner .bannercon {min-height:55px;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox { background:; }





/**标题栏新闻窗口**/

.post .news_list li.news .news_imgs {
    padding-top: 75%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post .news_list li.news .news_imgs  img{
    width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%; transition: all 0.4s ease-in-out;
}
.post .news_list li.news:hover .news_imgs img {
    transform: scale(1.1);
}
#banner .news_imgs {
    padding-top: 30.5%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}#banner .news_imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

.jsnr {
    position: absolute;
    background: rgba(0, 0, 0, 0.48);
    width: 65%;
    bottom: 15%;
    left: 17.5%;    border-radius: 12px;    z-index: 1;    padding: 3% 0% 4.5%;
}
.jsnr ul.kz {
      max-width: 500px;
        margin-left: 18%;
    display: flex;
    justify-content: space-between;
}
.jsnr ul.kz li.n {
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
.jsnr ul.kz .selected {
    background: url(images/zx.png) repeat-x center bottom;
}
.jsnr .wp-search {
    background: #FFFFFF;
    width: 70.2%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 8px;
}
.jsnr .wp-search .con {
    position: relative;
}
.jsnr .wp-search .con div#btns {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 142px;
    line-height: 60px;
    background: #339BCE;
    border-radius: 6px;
    font-size: 28px;
    color: #FFFFFF;    cursor: pointer;
}
.no-detail {
    text-align: center;
    font-size: 18px;
}

.jsnr .wp-search .con .txtcon {
    margin-right: 150px;
    line-height: 70px;
}
.jsnr .wp-search .con .txtcon input {
    width: 100%;
    border: 0;
    font-size: 21px;
    color: #999999;
    font-family: 'SourceHanSansCN-Regular';
    line-height: 70px;
    background: none;
    text-indent: 20px;
}



.jsnr .wp-search .con .txtcon input::placeholder {
    color: #999; /* Chrome, Firefox, Safari等 */
}
 
.jsnr .wp-search .con .txtcon input::-moz-placeholder { /* Firefox */
    color: #999;
}
 
.jsnr .wp-search .con .txtcon input::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999;
}
 
.jsnr .wp-search .con .txtcon input:-ms-input-placeholder { /* IE 10/11 */
    color: #999;
}
body {
    background: #F8FDFF;
}


.wp-menu .menu-item .menu-link.selected:after {
    transform: scale(1);
}
/** 
*其他样式
*/

/**页脚开始**/
.foot-left {
    float: left;    display: flex;
    align-items: center;
}.foot-right {
    float: right;    margin-top: 20px;
}.foot-left .bq {
    margin-left: 100px;
}
.foot-bottom {
    background: #0967AB;
    padding: 10px;
    text-align: center;
}.foot-bottom p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}
#footer { background:url(images/food.png) no-repeat; background-size: 100% 100%; }
#footer .inner {padding:40px 0px;}
#footer .inner .foot-fwl{float:left;font-size:16px;color:#fff;margin-top: 23px;font-weight: bold;}
#footer .inner .foot-fwl .siteCounter4 span{
    background: none;
    padding: 0;
    margin: 0;
}
#footer .inner .foot-fwl .siteCounter4{
    display: inline-block;
}
.shares ul {
    display: flex;
    gap: 20px;
}.shares ul img {
    width: auto;
    max-width: 102px;
}
.shares ul .bt {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    opacity: 0.8;margin-top: 2px;
}.shares .con {
    width: 102px;
    height: 102px;
    background: #fff;
}
#footer .inner p{    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    margin-top: 0px;
    opacity: 0.8; }
#footer .inner p span { margin:0 3px; }
#footer .inner p.copyright{}
#footer .er_img{ float:right; margin-top:20px;}
#footer .er_img li{ float:left; text-align:center;}
#footer .er_img li img{width:80px; height:80px; vertical-align:top;}
#footer .er_img li span{ display:block; line-height:28px; text-align:center; color:#c2c2c2; }



.mod.mod1 {
    background: #fff;
    box-shadow: 0px 3px 26px #1274a433;
    border-radius: 12px;
    margin-top: -45px;
    position: relative;
    padding: 40px;
}.mod.mod1 .ma {
    float: left;
    width: 230px;
    margin-right: -250px;
    border-radius: 20px;
    overflow: hidden;
}
.mod.mod1 .mb {
    float: right;
    width: 100%;
}.mod.mod1 .mb .post.post-4.mbox {
    margin-left: 290px;    margin-top: 15px;
}.mod.mod1 .ma img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}.mod.mod1 .mb .post.post-4.mbox .title {
    font-size: 30px;
    color: #0967AB;
    font-weight: bold;
    line-height: 40px;    margin-bottom: 25px;
}.mod.mod1 .mb .post.post-4.mbox .title span {
    font-size: 20px;
    color: #6C6C6C;
    margin-left: 20px;
}.mod.mod1 .mb p.kz {
    float: left;
    width: 50%;
    color: #6C6C6C;
    line-height: 45px;
    font-size: 20px;
}.mod.mod2 {
    background: #fff;
    box-shadow: 0px 3px 26px #1274a433;
    border-radius: 12px;
    margin: 43px 0px 130px 0;
    padding: 50px;
}
.mod.mod2 .tt {
    border-bottom: 1px solid #B7D9F2;
    margin-bottom: 25px;
    line-height: 40px;
}.mod.mod2 .tt span.title {
    line-height: 40px;
    display: inline-block;
    font-size: 30px;
    color: #0967AB;
    border-bottom: 2px solid #0967AB;    padding-bottom: 10px;
}.mod.mod2 ul.tab-list li {
    margin-bottom: 40px;
}.mod.mod2 ul.tab-list li .con p {
    font-size: 18px;
    line-height: 23px;
    color: #292929;
    padding: 0 !important;
    margin: 0 !important;
}div#container {
    background: url(images/list.png) no-repeat bottom left;
    background-size: 100% auto;
}
