*{margin:0; padding:0; list-style: none; }
body {font-family:Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;  font-size:16px;-webkit-text-size-adjust: none;}
/* 清理浮动 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a{ text-decoration: none; }
a:hover{}
.hide{display:none;}
.pagewidth{ width: 1600px; margin:0 auto; transition-duration: 0.2s;}
img{ border:none; display: block;}
span:focus {outline: none !important;}
button,textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
body{--main:#2a5ea0; --red:#be1a1f;--bg:#f8f8f8;}
h1,h2,h3,h4,h5{ font-weight:500;line-height: 1.6em;}
p,a,div{line-height: 1.6em;}
.pager{ text-align:center; padding-top:30px;  padding-bottom:30px;}
.pager a{background: var(--main); color: #fff; transition-duration: 0.2s; display: inline-block; padding: 12px 80px; border-radius:4px; }
.pager a:hover{background:var(--main); opacity: 0.9; color:#fff; }
.pager .loadmore-nodata{background: #fff;border-radius: 6px;color: #ddd; display: inline-block;padding: 12px 80px; border-radius:4px; }
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}



@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Medium.eot');
    src: url('../font/Barlow/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Medium.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Medium.woff') format('woff'),
        url('../font/Barlow/Barlow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Bold.eot');
    src: url('../font/Barlow/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Bold.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Bold.woff') format('woff'),
        url('../font/Barlow/Barlow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('../font/Barlow/Barlow-Regular.eot');
    src: url('../font/Barlow/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Barlow/Barlow-Regular.woff2') format('woff2'),
        url('../font/Barlow/Barlow-Regular.woff') format('woff'),
        url('../font/Barlow/Barlow-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header{ padding-top:10px; padding-bottom:10px; background:rgba(255, 255, 255, 1);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px; z-index:1000; transition-duration: 0.3s;  }
.header .pagewidth{display:flex; align-items: center; height: 72px; justify-content: space-between;  }

.header .logo{ transition-duration: 0.3s;}
.header .logo img{ height: 60px; transition-duration: 0.3s; }
.header .logo img.color{ display: block;}
.header .logo:hover img{ transform:scale(1.05); }



.header .pc_menu { }
.header .pc_menu > ul{display:flex; justify-content:space-between; align-items:center;  }
.header .pc_menu ul li{ }
.header .pc_menu a { text-decoration: none;color:rgba(0, 0, 0, 0.8);font-weight: 500;padding:15px 24px;font-size: 16px; line-height: 1.2em; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none;}
.header .pc_menu ul li.current-menu-item { background:rgba(0,0,0,0.1); }
.header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}


.header .pc_menu ul li.active a{color:var(--main); font-weight:normal; }
.header .pc_menu ul li:hover a{color:#fff; font-weight:normal; background:var(--main);}


.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 60px; width: 140px;margin-left:-70px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; background:#fff;border-radius:3px; transition-duration:0.3s }
.header .pc_menu > ul > li > ul:after{content: ""; position:absolute;top: -6px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 50px;}
.header .pc_menu > ul > li:hover p{ opacity: 1; }
.header .pc_menu > ul > li:hover img{ opacity: 1; }
.header .pc_menu > ul > li > ul > li { position: relative; width: 100%; background: #fff;}
.header .pc_menu > ul > li > ul > li a{ color:#333!important; font-size:15px; display:block;  background: #fff!important;}
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--main)!important; background:#f1f1f1!important; font-size:15px; }
.header .pc_menu > ul > li a p{  font-weight: bold;font-size: 12px; color: #333; opacity: 0.5; height: 16px; line-height: 1em; }
.header .pc_menu > ul > li a img{ display: block; width: 32px; height: 32px; margin:5px auto; margin-bottom: 5px; opacity: 0.5;}
.header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #333; }
.header .pc_menu ul li.current-menu-item p{ color: #fff; opacity: 1; }
.header .pc_menu ul li.current-menu-item img{ color: #fff; opacity: 1; }
.header .trigger{display: none;}
.header .right{ font-size:15px; display: flex; justify-content: right; align-items: center;}
.header .right a{ color:var(--main); }
.header .right span {color: #999;  padding-left: 10px; padding-right: 10px; font-size: 12px;}


.header .wechaticon{ display:flex; justify-content: space-between;  align-items:center;  }
.header .wechaticon .program{ border-radius:50px; background:#1a56a4; height:36px; width:36px; color:#fff; font-size:22px; margin-left:20px; text-align:center; line-height:36px; margin-right:20px; }
.header .wechaticon .wechat{ border-radius:50px; background:#1a56a4; height:36px; width:36px; color:#fff; font-size:22px; text-align:center; line-height:36px; }
.header .wechaticon .program .content,.header .wechaticon .wechat .content{ width:120px; height:120px; padding: 6px; right: 85px; top: 15px; position: relative; border-radius:6px; background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; transition-duration: 0.3s; z-index: 444}
.header .wechaticon .program .content:after,.header .wechaticon .wechat .content:after{content: ""; position:absolute;top: -4px; right: 20px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .wechaticon .program .content img,.header .wechaticon .wechat .content img{width: 120px; height: 120px;}
.header .wechaticon .program:hover .content,.header .wechaticon .wechat:hover .content{ visibility:visible; opacity: 1;top:5px;}
.header .wechaticon .program:hover,.header .wechaticon .wechat:hover{background: var(--green);}


.fixed { padding-top: 10px; padding-bottom: 10px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); }

.innernav {width: 20px;height: 16px;position: absolute;top: 30px;right: 20px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:var(--main);;-webkit-transition: all 0.3s;transition: all 0.3s;}
.innernav .icon-bar.top {top: 0;}
.innernav .icon-bar.middle {top: 50%;margin-top: -1px;}
.innernav .icon-bar.bottom {bottom: 0;}
.bgwhite .innernav .icon-bar {background:var(--main);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:var(--main);z-index: 9999;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_nav .close_nav {width: 20px;height: 20px;position: absolute;  top: 25px;  right: 25px;cursor: pointer;}
.main_nav .close_nav:before,
.main_nav .close_nav:after {content: '';width: 100%;height: 2px;background: #fff;position: absolute;top: 50%;left: 0;margin-top: -1px;-webkit-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s;}
.main_nav .close_nav:before {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav .close_nav:after {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav.open {right: 0;}
.main_nav.open .close_nav:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0;}
.main_nav.open .close_nav:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);transition-delay: 0;}
.main_nav .menu {display: table-cell;vertical-align: middle;text-align: center;}
.main_nav .menu li {display: block;position: relative;}
.main_nav .menu li:not(:last-child) {margin-bottom: 5px;}
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; margin-bottom: 20px;}
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:20px;font-weight: 700;color: #fff;}
.main_nav .menu li a.active {color: #fff;}
.main_nav .menu li ul {display: none;max-width: 80%;margin: 10px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li ul li a {font-size: 16px;font-weight: normal;color: #fff;padding: 0 5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main_nav .menu li ul li a.active,
.main_nav .menu li ul li a:hover {color: #fff;}
.main_nav .menu li ul li a.active {font-weight: bold;}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99;background: rgba(17, 17, 17, 0.9);opacity: 0;visibility: hidden;cursor: pointer;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_overlay.open {opacity: 1;visibility: visible;}



.bgwhite {background:rgba(255, 255, 255, 0.8);  height:100px;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }

 

.footer{ background: var(--main); padding-top:60px; } 
.footer .menu{display:grid;grid-template-columns: 5fr 2fr 2fr 2fr 2fr 2fr 7fr 3fr;  padding-bottom: 60px; grid-gap: 30px;}
.footer .menu .logo img{ width:80%;  }
.footer .menu .nav h3{ color:#fff; font-size:18px; font-weight:500; margin-bottom: 12px;  }
.footer .menu .nav h3 a{ color:#fff; }
.footer .menu .nav ul li{ line-height:36px; }
.footer .menu .nav ul li a{ color:rgba(255, 255, 255, 0.6); font-size:15px; }
.footer .menu .nav ul li a:hover{ color:#fff;}
.footer .menu .contact{ color:rgba(255, 255, 255, 1); font-size:15px; } 
.footer .menu .contact li{ margin-bottom:12px; }
.footer .wechat img{ width:120px; margin-bottom:10px; }
.footer .wechat p{ font-size:14px; color:#fff; text-align:center; }
.footer a:hover{ color:#fff; }

.link{background: var(--main); padding-top:15px;padding-bottom:15px; font-size: 16px; color:rgba(255, 255, 255, 0.6);border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.link span a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.link span a:hover{ color:rgba(255, 255, 255, 1); }
.link span{ margin-right:20px; }

.copy{padding-top:25px; color:rgba(255, 255, 255, 0.6); background: var(--main);font-size:15px; padding-bottom:25px;border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.copy .pagewidth{ display: flex; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:30px; }
.copy p a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.copy p a:hover{ color:rgba(255, 255, 255, 1); }



.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100px; padding-top:130px; background: rgba(42, 94, 160, 0.9); z-index: 700;transition: all 0.3s ease; opacity: 0;  transform: translateY(-200px); }
.search_content .pagewidth{ position:relative; }
.search_content .layui-form .layui-form-item{ position:relative; width:600px; background:#fff; border-radius:4px; overflow: hidden; margin:0 auto;}
.search_content .layui-form .input{height:60px; padding-right: 0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_content.open {transform: translateY(0);  /* 添加open类时显示 */opacity: 1; /* 添加open类时不透明 */}
.search_content .pagewidth .close-button {position: absolute;top: 50%;transform: translateY(-50%); right: 0px;font-size: 24px;cursor: pointer; color: #fff;}

.search_form{background: var(--main); padding-top: 160px;height: 70px;  padding-bottom: 60px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:60%; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right:0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_list{background: #fff; padding-bottom: 40px;}
.search_list .data{padding-top: 40px;padding-bottom: 40px;display: flex; justify-content: space-between; align-items: center;}
.search_list .data .text-danger{ color:var(--red); }
.search_list .data .result{ color:#999; }
.search_list .order{display: flex; justify-content: space-between;}
.search_list .order li{ margin-left:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--red); }
.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 300px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 330px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 24px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

    


/*大屏幕*/
@media screen and (max-width: 3600px) {

}

@media screen and (max-width: 1920px) {
body{width: auto;background: #fff;}

}
@media screen and (max-width: 1700px) {
.pagewidth{ width: auto; margin:0 50px;}

}
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
}

/*手机*/
@media screen and (max-width: 480px) {
.pagewidth{ width: auto; margin:0px auto; overflow:hidden; padding-left: 20px; padding-right: 20px;}
.header .logo img{ height: 32px; transition-duration: 0.3s; }
.header .pc_menu{display:none;}
.header .trigger{display: block;}
.header{ padding-top:0px; padding-bottom: 0; backgound:rgba(255, 255, 255, 0);border-bottom: rgba(255, 255, 255, 0) solid 1px; position:fixed;left:0;right:0; top:0px;}
.fixed .innernav .icon-bar{background:#333;}



 

.footer{ background: var(--main); padding-top:30px; } 
.footer .menu{display:block;grid-template-columns: 5fr 2fr 2fr 2fr 2fr 2fr 7fr 3fr;  padding-bottom: 30px; grid-gap: 30px;}
.footer .menu .logo{ margin-bottom:30px; }
.footer .menu .logo img{ width:auto; height:70px;  display:block; margin:0 auto; }
.footer .menu .nav { margin-bottom:20px; }
.footer .menu .nav h3{ color:#fff; font-size:18px; font-weight:500; margin-bottom: 6px;  }
.footer .menu .nav h3 a{ color:#fff; }
.footer .menu .nav ul {display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:0px 20px;}
.footer .menu .nav ul li{ line-height:36px; }
.footer .menu .nav ul li a{ color:rgba(255, 255, 255, 0.6); font-size:15px; }
.footer .menu .nav ul li a:hover{ color:#fff;}
.footer .menu .contact{ color:rgba(255, 255, 255, 1); font-size:15px; } 
.footer .menu .contact li{ margin-bottom:12px; }
.footer .wechat img{ width:120px; margin-bottom:10px; }
.footer .wechat p{ font-size:14px; color:#fff; text-align:left; }
.footer a:hover{ color:#fff; }

.link{background: var(--main); padding-top:15px;padding-bottom:15px; font-size: 16px; color:rgba(255, 255, 255, 0.6);border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.link span a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.link span a:hover{ color:rgba(255, 255, 255, 1); }
.link span{ margin-right:20px; }

.copy{padding-top:25px; color:rgba(255, 255, 255, 0.6); background: var(--main);font-size:15px; padding-bottom:25px;border-top:rgba(255, 255, 255, 0.1) solid 1px; }
.copy .pagewidth{ display: block; justify-content: space-between;  align-items: center;}
.copy p span{ margin-left:0px; }
.copy p a{ color:rgba(255, 255, 255, 0.6); transition-duration:0.3s; }
.copy p a:hover{ color:rgba(255, 255, 255, 1); }



.search_content .pagewidth .close-button {right: 20px;}
.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100px; padding-top:110px; background: rgba(42, 94, 160, 0.9); transition: all 0.3s ease; opacity: 0;  transform: translateY(-200px); }
.search_content .layui-form { width:100% }
.search_content .layui-form .layui-form-item{ position:relative; width:80%; margin: 0 auto; background:#fff; border-radius:4px; overflow: hidden;}
.search_content .layui-form .input{height:60px; padding-right: 10px; border: none; width: 90%; line-height: 60px; padding-left: 10px; font-size:14px; color: #333;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}
.search_content.open {transform: translateY(0);opacity: 1;}



.search_form{background: var(--main); padding-top: 130px;height: 70px;  padding-bottom: 30px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:100%; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right:0px; border: none; width: calc(100% - 60px); line-height: 60px; padding-left: 20px; font-size: 16px; color: #333;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--main); background:none; position: absolute; top: 0px; right: 0px;}


.search_list{background: #fff;}
.search_list .data{padding-top: 12px;padding-bottom: 12px;display: block; justify-content: space-between; align-items: center;border-bottom: #ececec solid 1px; padding-bottom: 12px; margin-bottom: 12px;}
.search_list .data .text-danger{ color:var(--main); }
.search_list .data .result{ color:#999; border-bottom:#ddd solid 1px; padding-bottom:12px; padding-top:12px; }
.search_list .order{display: flex; justify-content: left; padding-top: 12px;}
.search_list .order li{ margin-left:0px; margin-right:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--main); }
.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 150px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 170px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 18px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--main); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}




