*{margin:0; padding:0; list-style: none; }
body {font-family: "Noto Serif SC", "Source Han Serif SC", serif;font-weight: 400; -webkit-text-size-adjust: none;}
a{ text-decoration: none; }
a:hover{}
.hide{display:none;}
.pagewidth{ width:var(--width); 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{--mc:#004ea2;--sc:#35b4cf; --width:1600px; --gg:32px; font-size:17px; line-height: 1.8;}
h1,h2,h3,h4,h5{ font-weight:700;font-family: "Noto Serif SC", "Source Han Serif SC", serif;}
p,a,div{line-height: 1.8;}
.pager{ text-align:center; padding-top:30px; padding-bottom: 30px; }
.pager a{ font-size: 16px; color:#fff; display:inline-flex; justify-content: space-between; grid-gap: 24px; align-items: center; background: var(--mc); border-radius:12px; padding: 12px 48px; transition-duration: 0.3s;  }
.pager a:hover{ color:#fff; background:var(--mc); }
.pager .loadmore-nodata{background: #f5f6f8;border-radius: 4px; color:#ccc; display: inline-block;padding:10px 48px; }




.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)
}


.header{background: rgba(255,255,255,0.8); -webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px); transition-duration: 0.5s; position: fixed; top:20px; right:20px; left:20px; border-radius: 20px; z-index: 9999 }
.header .pagewidth{ width: auto; display:flex; height: 72px; padding-left: 20px; padding-right: 20px; align-items: center;  justify-content:space-between;  padding-top: 10px; padding-bottom: 10px; position: relative; z-index: 999;   transition-duration: 0.3s;}

.header .logo{ display: flex; justify-content: left; align-items: center; grid-gap: 30px;}
.header .logo img{ display: block; height: 66px}
.header .logo .qualification{ line-height: 1.3; font-size: 14px; border-left: #ccc solid 1px; padding-left: 30px;}
.header .logo .qualification p{ line-height: 1.3; color: #333;}

.header .pc_menu {}
.header .pc_menu > ul{  }
.header .pc_menu ul{ }
.header .pc_menu ul li{ }
.header .pc_menu a { color:#111; padding:14px 16px;  font-size: 16px;  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(--mc);    }
.header .pc_menu ul li.active:after{position: absolute; left: 40px; right: 40px; bottom:2px; transition-duration: 0.3s; height: 2px; background: var(--mc); content: ''; }

.header .pc_menu ul li:hover a{color:var(--mc); }
.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 70px; 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: 60px;}
.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; line-height: 1.4;  background: #fff!important; padding: 10px 10px}
.header .pc_menu > ul > li > ul > li a:hover{ color:#fff!important; background:var(--mc)!important; font-size:15px; }
.header .pc_menu > ul > li a p{  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{  opacity: 1; }
.header .pc_menu ul li.current-menu-item img{  opacity: 1; }
.header .trigger{display: none;}

.header .right{ display: flex; align-items: center; justify-content: space-between; grid-gap: var(--gg);}
.header .right .contact{ transition-duration: 0.3s; cursor: pointer;}
.header .right .contact a{ background:var(--sc); color: #fff; border-radius: 12px; grid-gap: 6px; display: flex; justify-content: space-between; align-items: center; height: 48px; padding-left: 20px; padding-right: 20px;  }
.header .right .contact a i{ font-size: 18px; line-height: 1;}
.header .right .contact a span{ font-size: 16px; line-height: 1;}


.header .right .lang{ position: relative; }
.header .right .lang .btn{ border-radius: 44px; height: 44px; position: relative; align-items: center; display: flex;justify-content: space-between; grid-gap: 10px;padding-left: 20px; padding-right: 20px; color: #fff;}
.header .right .lang .btn > *{ position: relative; z-index: 2; line-height: 1;}
.header .right .lang .btn:after{ z-index: 1; transition-duration: 0.3s; position: absolute;content:""; left: 0px; top: 0px; right: 0px; height: 40px; border: #fff solid 2px; border-radius:22px; overflow: hidden}
.header .right .lang ul{width: 140px; overflow: hidden; z-index: 3; position: absolute; top:30px; left: 50%;transform: translateX(-50%); visibility: hidden; opacity: 0; transition-duration: 0.3s;}
.header .right .lang ul li a{ display: block; height:  40px;transition-duration: 0.3s; line-height:  40px; text-align: center; color:rgba(255,255,255,0.4);}
.header .right .lang ul li a:hover{color:rgba(255,255,255,1);}
.header .right .lang:hover ul{ visibility: visible; opacity: 1;  top: 40px;left: 50%;}
.header .right .lang:hover .btn:after{ height: 130px;}
.header .right .lang .btn .ri-arrow-drop-down-line{ position: relative;transition-duration: 0.3s;}
.header .right .lang:hover .ri-arrow-drop-down-line{transform: rotate(180deg);}






.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0, 0.6); z-index: 10000;transition: all 0.3s ease; opacity: 0; visibility: hidden; display: flex; justify-content: center; align-items: center;-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);}
.search_content .layui-form .layui-form-item{ position:relative; width:610px; background:none; border-radius: 0!important; overflow: hidden; padding-top: 20px;}
.search_content .layui-form .input{height:60px;  border: none; width:100%; border-bottom: #fff solid 2px; background: none;border-radius: 0!important; line-height: 60px; font-size: 24px; color: #fff; }
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color:#fff; background:none; position: absolute; top: 0px; right: 0px;}
.search_content .layui-form .input::placeholder { color: #fff}

    .search_content.open {
    opacity: 1; visibility: visible;
}

.close-button {position: absolute;top: 30px;right: 30px;text-align: right;cursor: pointer;}
.close-button i{font-size: 32px; color: #fff; }
.close-button p{ font-size: 14px; color:#fff; }



.search_list{background: #fff; padding-bottom: 40px;}
.search_list .data{padding-bottom: 32px;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:grid; grid-template-columns: 160px auto;grid-gap: var(--gg); margin-bottom:30px; padding: 12px; }
.search_list .article-list .item:hover{background: #f7f7f7;}
.search_list .article-list .item .img{aspect-ratio: 1;border: #ececec solid 1px;  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{}
.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);  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);}
.search_list .article-list .item:hover h2 a{color:var(--mc);}


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



.detail_banner_search{overflow: hidden; position: relative; background: #32343c;}
.detail_banner_search .pagewidth{position: relative; height: 400px;}
.detail_banner_search .text{  text-align: center; position: absolute; left: 0px; right: 0px; bottom: 14%; z-index: 2; }
.detail_banner_search .text h1{ font-size: 48px; margin-bottom: 32px; color: #fff; text-align: left;  line-height: 1em; z-index: 2; }
.detail_banner_search .text .layui-form{ display: grid; grid-template-columns: auto 100px}
.detail_banner_search .text .layui-form .layui-input{background: #fff; border-radius: 3px 0px 0px 3px;}
.detail_banner_search .text .layui-form .layui-btn{ height: 48px; font-size: 17px; border-radius: 0px 3px 3px 0px;}



.header .wechaticon{ display:flex; justify-content: space-between;  align-items:center;  }
.header .wechaticon .program{ border-radius:50px; background:#1a56a4; height:36px; width:36px;  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;  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- }
.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(--mc);}



.innernav {width: 20px;height: 16px;position: absolute;top: 50%; transform: translateY(-50%) ;right:0px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:var(--mc);-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;}
.header.fixed .innernav .icon-bar {background:var(--mc);}
.main_nav {display: table;width: 50%;height: 100%;position: fixed;top: 0;right: -50%;bottom: 0;background:rgba(255,255,255,0.8);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);z-index: 40000;-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:var(--mc);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; text-align: center;  padding: 20px;padding-top: 80px;}
.main_nav .menu li {display: block;position: relative; }
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; }
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:18px;   color: #222222; text-align: left;line-height: 44px; height:44px;}
.main_nav .menu li.active a {color: var(--mc);}
.main_nav .menu li ul {display: none; margin: 0px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li ul li a {font-size: 15px;color: #222222!important;line-height: 36px; height:36px;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 {}
.main_nav .menu li ul li a.active {}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 22000;background: rgba(17, 17, 17, 0.5);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,1); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }

.footer{background: #fff; padding-top: 50px;}
.footer .logo img{ height: 70px;}

.footer .menu{ border-bottom: #ececec solid 1px;}
.footer .menu .pagewidth{ display: flex; justify-content: space-between;padding-top: 50px; padding-bottom:50px; grid-gap: var(--gg) }
.footer .menu .pagewidth .item h3{ margin-bottom: 12px;}
.footer .menu .pagewidth .item h3 a{ color: #111;  font-size: 18px;}
.footer .menu .pagewidth .item ul li{ margin-bottom: 6px;color: #333333;}
.footer .menu .pagewidth .item ul li a{color: #333333; font-size: 14px;}
.footer .menu .pagewidth .item ul li a:hover{color: var(--mc);}
.footer .menu .pagewidth .item.wechat{ position: relative; display: grid; grid-template-columns: repeat(2, 1fr);grid-gap: var(--gg) }
.footer .menu .pagewidth .item.wechat .top{ cursor: pointer; line-height: 15px; padding-top:10px; background: var(--mc); height: 38px; width: 48px; position: absolute; right: 0px; top: -70px;z-index: 5; color: #fff; font-size: 14px;  text-align: center;}
.footer .menu .pagewidth .item.wechat .top p{ color: #fff; padding: 0; line-height: 1;}
.footer .menu .pagewidth .item.wechat .top i{ color: #fff; padding: 0; line-height: 1;}
.footer .menu .pagewidth .item.wechat img{ width: 130px; margin-bottom: 10px;}
.footer .menu .pagewidth .item.wechat p{  text-align: center; font-size: 12px; color: #333333; }



.copy{padding-bottom:30px;padding-top: 30px; }
.copy .pagewidth{ display: flex; justify-content: space-between;  align-items: center;}
.copy p { color: #999; font-size: 14px;}
.copy p a{ color: #999; transition-duration:0.3s; }
.copy p a:hover{ }
.copy .left p{ padding-top: 5px; padding-bottom: 5px;}
.copy .left p span{  margin-right: 40px; }
.copy .left p span a:hover{ color:var(--mc);}
.copy p a{ cursor: pointer}
.copy p a:hover{ color: var(--mc);}
.copy p span{ padding-left: 30px;}


.service{ width:44px; padding: 5px; position: fixed; right: 0px; z-index: 200; top: 50%; transform: translateY(-50%); background: var(--mc); border-radius: 4px 0px 0px 4px; }
.service .item{ text-align: center; color: #fff; position: relative; display: block; padding:10px 6px;border-radius: 4px;background: var(--mc); transition-duration: 0.3s;}
.service .item i{ font-size: 24px; line-height: 1;}
.service .item p{ font-size: 14px; line-height: 1;}
.service .item:hover{  background: #f78e25;}
.service .item .content{ position: absolute; box-shadow: 0px 5px 10px rgba(0,0,0,0.05); padding: 12px; right: 48px; z-index: 10; top: 0px;border-radius: 8px; background: #fff; display: none;  transition: ease-out .1s;}
.service .item:hover .content{ display: block;}
.service .item .content::after{position: absolute;content: "";top: 30px;right: -5px;border: 8px solid transparent;border-right-width: 0;border-left-color: #fff;}
.service .item .customer_content .box{  width: 260px; display: flex; justify-content: center; grid-gap: 12px; align-items: center;}
.service .item .customer_content .box .customer_item{ padding: 8px; border-radius: 4px; transition-duration: 0.3s;}
.service .item .customer_content .box .customer_item:hover{ background: #f1f1f1;}
.service .item .customer_content .box .customer_item .customer_photo{ border-radius:60px; width: 60px; height: 60px; overflow: hidden;}
.service .item .customer_content .box .customer_item .customer_photo img{  width: 60px; height: 60px;}
.service .item .customer_content .box .customer_item .customer_name{  font-size: 14px; color: #666;}
.service .item .customer_content .box .customer_item:hover .customer_name{ color: var(--mc);}

.service .item .wechat_content .box{  width: 100px;}
.service .item .wechat_content .box .wechat_item{ transition-duration: 0.3s;}
.service .item .wechat_content .box .wechat_item img{ width: 100px;}
.service .item .wechat_content .box .wechat_item p{ color: #666; font-size: 14px; padding-top: 5px;}

.service .item .phone_content .box{  width: 160px;}
.service .item .phone_content .box .phone_item{ transition-duration: 0.3s; color: #333;}
.service .item .phone_content .box .phone_item strong{color: var(--mc);}

.service .item .mail_content .box{  width:220px;}
.service .item .mail_content .box .mail_item{ transition-duration: 0.3s; color: #333;}
.service .item .mail_content .box .mail_item strong{color: var(--mc);}

.service .item.message a{ color: #fff; }

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

@media screen and (max-width: 1920px) {
body{--width:1520px; }
}
@media screen and (max-width: 1600px) {
    body{--width:1400px; font-size: 16px;}
    .header .pc_menu a{ font-size: 16px;}
    .header .right .contact a span{ font-size: 16px;}
}
@media screen and (max-width: 1500px) {

    body{--width:1240px; --gg:24px; font-size: 14px; }
    .header .logo{ grid-gap: 20px;}
    .header .logo .qualification{ padding-left: 20px;}
    .header .logo .qualification p{ font-size: 13px;}
    .header .pc_menu a{ font-size: 15px; padding: 12px 14px}
    .header .right .contact a span{ font-size: 14px;}
    .header .right .contact a i{ font-size: 16px;}

}

@media screen and (max-width: 1360px) {
    body{;--width:1160px; }
    .header .logo img{ display: block; height: 48px}
    .header .pc_menu a { padding:10pxpx; font-size: 14px; }
    .header .pagewidth{ padding-left: 15px; padding-right: 15px; }
    .header .logo .qualification p{ font-size: 12px;}
}
@media screen and (max-width: 1160px) {
    body{ --width:1080px; --gg:16px; font-size: 14px; }
    .header .right .contact a i{ display: none}
    .header .logo img{ height: 40px;}
    .header .logo .qualification{ padding-left: 0; border-left: none;}

}

@media screen and (max-width: 1024px) {
    body{--width:auto; }
    .pagewidth{  margin:0 30px; transition-duration: 0.2s;}
    .header .pc_menu a{ padding-left: 15px; padding-right: 15px;}
    .footer_contact .contact{ grid-template-columns: repeat(1,1fr); grid-gap:24px;}
}

/*手机*/
@media screen and (max-width:720px) {

    body{--gg:16px; font-size:14px; line-height: 1.7;}
    .pagewidth{ width: auto; margin:0px 20px;}
    .pc_menu{ display: none}
    .header .trigger{display:block;}
    .header .right .contact{ display: none}
    .header .logo img{ height: 44px;}
    .header .logo .qualification p{ font-size: 12px;}
    .header{ border-radius: 0; top: 0px; right: 0px; left: 0px;}
    .header .pagewidth{ padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0;}
    .header .qualification{ display: none}

    .footer .logo{ display: none}
    .footer .menu .pagewidth{ padding-top: 0;}

    .footer .menu .pagewidth{ display: block;}
    .footer .menu .pagewidth .item{ margin-bottom: 24px;}
    .footer .menu .pagewidth .item ul{ display:grid;grid-template-columns:repeat(2,1fr);}
    .footer .wechat_item{ text-align: center}
    .footer .menu .pagewidth{ padding-bottom: 30px;}
    .copy .pagewidth{ display: block}
    .copy .pagewidth p{  text-align: center}
    .copy p span{ padding-left: 10px; padding-right: 10px;}





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




