/* CSS Document */
@charset "utf-8";
html,body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:#333;background:#F4F5F5;width:100%;height:100%;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight: 400;line-height: 1.5;margin:0;padding:0;}
ul,li,dl,dt,dd{list-style:none;margin:0;padding:0;outline:none;}
a{text-decoration:none;color:#333333;}
p,h1,h2,h3,h4,h5,h6,img,div,cite,em{font-weight:400;font-size:inherit;color:inherit;border:0;margin:0;padding:0;outline:none;}
input,textarea{border:0;outline:none;outline:none;}
img{display:inline-block;vertical-align:top;max-width:100%;max-height:100%;outline:none;border:0;}
a{color:inherit;text-decoration:none;transition:0.5s all ease;-webkit-transition:0.5s all ease;-moz-transition:0.5s all ease;-o-transition:0.5s all ease;-ms-transition:0.5s all ease;margin:0;padding:0;border:0;outline:none;}
a:hover{color:#FC3B61;}

img.zoom-img:hover{-webkit-transform:scale(1.1);-webkit-transition-timing-function:ease-out;-webkit-transition-duration:750ms;-moz-transform:scale(1.1);-moz-transition-timing-function:ease-out;-moz-transition-duration:750ms;overflow:hidden;}
img.zoom-img{-webkit-transform: scale(1,1);-webkit-transition-timing-function:ease-out;-webkit-transition-duration:250ms;-moz-transform:scale(1,1);-moz-transition-timing-function:ease-out;-moz-transition-duration: 250ms;}

header{position:fixed;z-index:9999;width:100%;margin-bottom:20px;border-bottom:1px solid #ededed;background:#000;filter:alpha(opacity=85);opacity:0.85;box-sizing:border-box;}
header .nav{width:100%;max-width:1440px;height:60px;display:flex;justify-content:space-between;margin:0 auto;}
header .nav .l{display:flex;justify-content: start;}
header .nav .l .logo{padding-right:20px;}
header .nav .l .logo img{display:block;height:60px;width:auto;transition: 0.3s;filter:alpha(opacity=100);opacity:1;}
header .nav .l .logo:hover img{filter:alpha(opacity=90);opacity: 0.9;}
header .nav .l .nava{padding:15px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
header .nav .l .nava a{display:inline-block;line-height:30px;color:#FFF;font-size:14px;font-weight:400;padding:0 15px;}
header .nav .l .nava a:hover{color:#FC3B61;font-weight:bold;}
header .nav .r{height:62px;display:flex;justify-content:end;}
header .nav .r .ssou{width:150px;height:23px;border:1px solid #999;margin-top:18px;border-radius:4px;overflow:hidden;}
header .nav .r .ssou:hover{border:1px solid #fff;border-radius:4px;transition: 0.8s all ease;-webkit-transition: 0.8s all ease;-moz-transition: 0.8s all ease;-o-transition: 0.8s all ease;-ms-transition: 0.8s all ease;}
header .nav .r .ssou .ssc{width:110px;height:16px;line-height:16px;margin:3px 5px;color:#999;background:none;font-size:10px;outline:0 none;}
header .nav .r .ssou form{display:flex;}
header .nav .r .ssou form input[type="submit"]{border:none;color:#999;cursor:pointer;width:25px;height:22px;background:none;}
header .nav .r .logi{display:flex;font-size:12px;margin-top:19px;padding-right:10px;}
header .nav .r span{height:20px;width:20px;border-radius:50%;overflow:hidden;margin:0 5px 0 20px;color:#fff;line-height:20px;}
header .nav .r text{line-height:20px;color:#fff;}

/*鎵嬫満瀵艰埅*/
.phone_menu_trigger {display:none;position:absolute;right:10px;top:50%;z-index:10;transform:translateY(-50%);transition:all 0.4s ease-in-out;z-index:11;}
.phone_menu_trigger > div {width:24px;height:2px;cursor:pointer;background:#ffffff;transition:all 0.4s ease-in-out;}
.phone_menu_trigger > div:not(:last-child) { margin-bottom:5px;}
.phone_menu_trigger.on div:nth-child(1) { transform:rotateZ(45deg) translateY(5px);}
.phone_menu_trigger.on div:nth-child(2) { transform:rotateZ(-45deg) translateY(-5px);}
.phone_menu_trigger.on div:nth-child(3) { height:0px;}
header.blue .phone_menu_trigger > div{ background:#fff;}
header.hov .phone_menu_trigger > div{ background:#fff;}

.phone_menu {display:none;position:fixed;top:0;left:0; z-index:999;background:#fff;padding:0 0 41px;width:60%;height:calc(100% - 80px);margin-top:51px;}
.phone_menu > li {font:normal 14px/40px "寰蒋闆呴粦";color:#000;border-bottom:dashed 1px #ccc;}
.phone_menu > li > a {display:block;color:#333;padding-left:15px;font-size:14px;position:relative;}
.phone_menu > li > .phone_menu_tab {padding-left:30px;display:none;}
.phone_menu > li > .phone_menu_tab > li { height:36px;position:relative; font:normal 14px/36px "寰蒋闆呴粦";}
.phone_menu > li > .phone_menu_tab > li > a { display:flex;color:#000000;padding-left:15px;}
.phone_menu > li > .phone_menu_tab > li > a >div{ width:30px; height:30px; margin:3px 10px 3px 0; background-size:cover; border:1px solid #ededed; border-radius:50%; box-sizing:border-box;}
.phone_menu > li > .phone_menu_tab > li:before {content:'';display:block;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background:#1d2088;}
.phone_menu > .MpNav > a:after {content:'';transition:all 0.4s ease-in-out;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%);border-style:solid solid none solid;border-width:8px;border-color:#1d2088 transparent transparent transparent;}
.phone_menu > .MpNav > a.open:after {transform:rotate(-180deg);}

.invid{width:100%;height:580px;position:relative;overflow:hidden;z-index:2;background:url(../img/invideo.jpg) no-repeat;background-size:cover;}
.invid .vid{width: 100%;height: 100%;display: block;}
.invid .vid video{width: 100%;height: 100%; object-fit: cover;}

.insh{width:100%;max-width:1440px;margin:0 auto;min-height:500px;}
.insh .insha{width:100%;display:grid;grid-template-columns:repeat(6,16%);grid-gap:10px 0;justify-content:space-between;padding-top:40px;}
.insh .insha .inshar{background:#fff;border-radius:10px;padding:15px;transition: box-shadow 1s all ease;}
.insh .insha .inshar:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.5);}
.insh .insha .inshar .pic3{width:100%;height:300px;background:#fff;border-radius:10px;overflow:hidden;margin-bottom:20px;}
.insh .insha .inshar .pic3 img{height:100%;width:100%;transition:0.3s;object-fit:cover;}
.insh .insha .inshar h4{width:100%;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;text-align:center;} 
.insh .insha .inshar h4 a{height:1.4em;line-height: 1.4em;font-size: 16px;font-weight: 600;}
.insh .insha .inshar .hot{background:red;padding:3px 10px;border-radius: 8px 0 8px 0;color: #FFFFFF;font-size: 12px;position: absolute;z-index:9;}


.container{width:100%;max-width:1440px;margin:0 auto 60px;min-height:500px;}
.inbox1{position:sticky;position:-webkit-sticky;top:62px;width:100%;z-index:999;padding-top:30px;background:#F4F5F5;margin-bottom:30px;}
.inbox1 .box1a{background:#fff;border-radius:6px;padding:20px;display:flex;justify-content:space-between;}
.inbox1 .box1a h1{font-size:18px;font-weight:600;color:#000;line-height:30px;}
.inbox1 .box1a p{overflow-x:hidden;align-items:center;-webkit-box-align: center;}
.inbox1 .box1a p a{display:inline-block;font-size:12px;color:#000;background:#e9eef5;height:30px;line-height:30px;padding:0 20px;border-radius:20px;margin-left:10px;transition:0.3s;white-space:nowrap;}
.inbox1 .box1a p a:hover, .inbox1 .box1a p a.active{background:#000;color:#fff;}

.inbox2{width:100%;display:grid;grid-template-columns:repeat(4,24%);grid-gap:20px 0;justify-content:space-between;}
.inbox2 .box2a{background:#fff;border-radius:10px;padding:15px;transition: box-shadow 1s all ease;}
.inbox2 .box2a:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.5);}
.inbox2 .box2a .hot{background:red;padding:3px 10px;border-radius: 8px 0 8px 0;color: #FFFFFF;font-size: 12px;position: absolute;z-index:9;}
.inbox2 .box2a .pic{width:100%;height:240px;background:#fff;border-radius:10px;overflow:hidden;margin-bottom:20px;}
.inbox2 .box2a .pic img{height:100%;width:100%;transition:0.3s;object-fit:cover;}
.inbox2 .box2a h3{width:100%;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;} 
.inbox2 .box2a h3 a{height:1.4em;line-height: 1.4em;font-size: 18px;font-weight: 600;}
.inbox2 .box2a p{}
.inbox2 .box2a > p cite{font-size: 12px;font-weight: 400;color: #e1251b;}
.inbox2 .box2a > p strong {font-size:20px; font-weight: 600; color: #e1251b;}
.inbox2 .box2a > p text {font-size: 12px; font-weight: 400; color: #999; text-decoration: line-through;margin-left:10px;}
.inbox2 .box2a .boxtb{font-size:12px;line-height:20px;margin-top:10px;}
.inbox2 .box2a .boxtb span{margin-right:5px;color:#666;}
.inbox2 .box2a .boxtb span i{margin-right:2px;color:#000;}

footer{width:100%;padding:15px 0;background:#000;filter:alpha(opacity=85);opacity:0.85;color:#eee;}
footer .ftr{width:100%;max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;padding:0 10px;box-sizing:border-box;}
footer .ftr p{font-size:12px;line-height:30px;}

/***************************/

.nr{width:100%;padding:90px 8px 30px;box-sizing:border-box;}
.nr .cont{width:100%;max-width:1440px;margin:0 auto;}
.nr .cont .shk{width:100%;display:flex;justify-content:space-between;}
.nr .cont .shk .lk{width:33.5%;}
.nr .cont .shk .lk .lka{width:100%;height:320px;border-radius:8px;overflow:hidden;margin-bottom:20px;}
.nr .cont .shk .lk .lka img{height:100%;width:100%;transition:0.3s;object-fit:cover;}
.nr .cont .shk .lk .lkb{width:100%;border-radius:8px;box-sizing:border-box;padding:20px;background:#fff;margin-bottom:20px;}
.nr .cont .shk .lk .lkb h2{font-size:16px;font-weight:bold;margin-bottom:20px;}
.nr .cont .shk .lk .lkb .lkba{line-height:26px;}
.nr .cont .shk .rk{width:65%;}
.nr .cont .shk .rk .rka{width:100%;padding:20px;background:#fff;border-radius:8px;margin-bottom:20px;box-sizing:border-box;}
.nr .cont .shk .rk .rka .rkaa{width:100%;border-bottom:1px solid #eee;}
.nr .cont .shk .rk .rka .rkaa h1{font-size:20px;line-height:1.6em;font-weight:600;color:#000;}
.nr .cont .shk .rk .rka .rkaa .rkaap{padding:10px 0;font-weight: 400;}
.nr .cont .shk .rk .rka .rkaa .rkaap cite{font-size: 14px; color: #e1251b;}
.nr .cont .shk .rk .rka .rkaa .rkaap strong{font-size: 22px; color: #e1251b;}
.nr .cont .shk .rk .rka .rkaa .rkaap span{font-size: 22px; color: #e1251b;}
.nr .cont .shk .rk .rka .rkaa .rkaap text{font-size: 12px; color: #999; text-decoration: line-through;margin-left:20px;}
.nr .cont .shk .rk .rka .rkaa .rkaaz{padding:5px 0;font-size:12px;line-height:1.6em;color:#666;}
.nr .cont .shk .rk .rka .rkaa .rkaaz span{padding-right:10px;}
.nr .cont .shk .rk .rka .rkaa .rkaax{padding-bottom:10px;font-size:12px;line-height:1.6em;color:#666;}
.nr .cont .shk .rk .rka .rkaa .rkaax span{padding-right:15px;color:#999;}
.nr .cont .shk .rk .rka .rkaa .rkaat{padding:10px 0 20px;font-size:12px;line-height:1.6em;color:#666;}
.nr .cont .shk .rk .rka .rkab{width:100%;padding:10px 0;}
.nr .cont .shk .rk .rka .rkab a{display:inline-block;height:48px;line-height:48px;font-size:14px;color:#000;padding:0 30px;border-radius:48px;transition: .3s;background:#e9eef5;margin:10px 20px 0 0;white-space:nowrap;}
.nr .cont .shk .rk .rka .rkab a:hover{background: #e1251b;color: #FFF;}

.nr .cont .shk .rk .rkb{width:100%;padding:20px 20px 40px;background:#fff;border-radius:8px;margin-bottom:20px;box-sizing:border-box;}
.nr .cont .shk .rk .rkb .rkba{width:100%;padding:10px 0 20px;border-bottom:1px solid #eee;font-size:16px;line-height:1.6em;font-weight:600;margin-bottom:20px;}
.nr .cont .shk .rk .rkb .rkbb{width:100%;min-height:600px;color: #333;font-weight:400;border-bottom:1px dotted #000;padding-bottom:50px;}
.nr .cont .shk .rk .rkb .rkbb p{font-size: 14px;line-height: 2.2em;}

.lkbshow{display:block;}
.lkbnone{display:none;}

/******************/
.pabt{width:100%;height:520px;overflow:hidden;}
.pabt img{display:block;width:100%;height:100%;transition:0.3s;object-fit:cover;}

.pcon{width:100%;background:#fff;padding:60px 0;}
.pcon .pk{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;padding:10px 10px 60px;text-align:center;border-bottom:1px solid #eee;margin-bottom:60px;}
.pcon .pk strong{color:#098288;}
.pcon .pk h3{display: block;font-size: 1.17em;margin-block-start: 1em;margin-block-end: 1em;font-weight: bold;}
.pcon .pk p{margin-block-start: 1em;margin-block-end: 1em;line-height: 2.2em;font-size: 14px;}
.pcon .pka{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(4,24%);justify-content:space-between;}
.pcon .pka .pk2{text-align: center;transition: .3s;padding:10px;}
.pcon .pka .pk2 p{padding:10px;}
.pcon .pka .pk2 h3{font-weight:600;padding:10px 0;}
.pcon .pka .pk2 h3 span{font-size: 18px;}
.pcon .pka .pk2 h3 .pk2h3{padding-right:6px;font-size:36px;}
.pcon .pka .pk2 .pk3b{font-size:16px;}

.pse{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;padding:60px 10px;}
.pse .pser{width:100%;text-align: center;margin-bottom:40px;}
.pse .pser h1{font-size:22px;font-weight:600;color:#000;}
.pse .pser p{font-size: 16px;color: #666666;font-weight: 400;margin-top: 20px;line-height: 1.6em;}
.pse .psev{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,32.5%);grid-gap:20px 0;justify-content:space-between;}
.pse .psev .pseve{border-radius:10px;transition: box-shadow 1s all ease;overflow:hidden;}
.pse .psev .pseve a{display:block;background:#fff;padding:20px;color:#333;}
.pse .psev .pseve a:hover{background:red;color:#fff;}
.pse .psev .pseve a p{padding-bottom:15px;}
.pse .psev .pseve a h3{font-size: 18px;font-weight: 600;}
.pse .psev .pseve a div{font-size: 14px;line-height: 2em;margin-top:10px;}

.plx{width:100%;background:#fff;padding:60px 0;}
.plx .plxa{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(4,24%);grid-gap:20px 0;justify-content:space-between;padding:10px;}
.plx .plxa .plxbox{border:1px dotted #ddd;border-radius:10px;box-sizing:border-box;padding:10px;}
.plx .plxa .plxbox:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.5);}
.plx .plxa .plxbox .plbox1{height:40px;margin-bottom:20px;}
.plx .plxa .plxbox .plbox2{height:120px;display:flex;justify-content:space-between;}
.plx .plxa .plxbox .plbox2 .plbox2a{color:#000;}
.plx .plxa .plxbox .plbox2 .plbox2a h3{font-size:16px;font-weight:600;padding:10px 0;}
.plx .plxa .plxbox .plbox2 .plbox2a p{line-height:1.8em;font-size:12px;padding-left:10px;}
.plx .plxa .plxbox .plbox2 .plbox2b{max-width:120px;height:auto;overflow:hidden;margin-left:10px;}
.plx .plxa .plxbox .plbox2 .plbox2b img{display:block;width:100%;height:auto;}

.h3bl{color:#000;}
.h3re{color:red;}
.h3sp{color:#FFC12C;}
.h3wx{color:#62D141;}

/*****************/
.ea{width:100%;height:280px;background:url(../img/logobg.jpg) no-repeat;background-size:cover;}

.inbox2 .box2a .pic2{width:100%;height:450px;background:#fff;border-radius:10px;overflow:hidden;margin-bottom:20px;}
.inbox2 .box2a .pic2 img{height:100%;width:100%;transition:0.3s;object-fit:cover;}
.inbox2 .box2a h4{width:100%;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;text-align:center;} 
.inbox2 .box2a h4 a{height:1.4em;line-height: 1.4em;font-size: 18px;font-weight: 600;}

.einbox2{width:100%;display:grid;grid-template-columns:repeat(3,32.5%);grid-gap:20px 0;justify-content:space-between;}
.einbox2 .ebox2a{background:#fff;border-radius:10px;padding:15px;transition: box-shadow 1s all ease;}
.einbox2 .ebox2a:hover{box-shadow:0 10px 20px rgba(0, 0, 0, 0.5);}
.einbox2 .ebox2a .ehot{background:red;padding:3px 10px;border-radius: 8px 0 8px 0;color: #FFFFFF;font-size: 12px;position: absolute;z-index:9;}
.einbox2 .ebox2a .epic{width:100%;height:200px;background:#fff;border-radius:10px;overflow:hidden;margin-bottom:20px;}
.einbox2 .ebox2a .epic img{height:100%;width:100%;transition:0.3s;object-fit:cover;}
.einbox2 .ebox2a h3{width:100%;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;} 
.einbox2 .ebox2a h3 a{height:1.4em;line-height: 1.4em;font-size: 18px;font-weight: 600;}
.einbox2 .ebox2a p{padding-top:10;color:#666;}

.ep{width:100%;background:#fff;border-radius:6px;padding:20px;box-sizing:border-box;margin-top:30px;display:flex;justify-content:start;font-size:12px;}
.ep .firstPage,.prePage,.nextPage,.lastPage{display:block;height:30px;border:1px solid #ccc;line-height:28px;padding:0 10px;margin-right:10px;}
.ep .pages{display:block;width:30px;height:30px;border:1px solid #ccc;line-height:28px;text-align:center;margin-right:10px;}
.ep .pages:hover{background:red;color:#fff;}
.ep .current{width:30px;height:30px;border:1px solid #ccc;line-height:28px;text-align:center;margin-right:10px;background:red;color:#fff;}
.firstPage,.prePage,.nextPage,.lastPage,.pages,.current,.pnums{-o-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

/***************/
.arti{width:100%;max-width:1200px;margin:0 auto;padding:90px 8px 60px;box-sizing:border-box;display:flex;justify-content:space-between;}
.arti .artia{width:15%;height:350px;position:sticky; top:102px;text-align:center;}
.arti .artia p{font-size:14px;font-weight:400;}
.arti .artia h5{font-size: 24px;font-weight:600;padding-bottom:10px;color:#000;}
.arti .artia h6{display: flex;justify-content: center;}
.arti .artia h6 span{font-size: 12px;color: #FFF;background: #000;height: 14px;line-height: 14px;padding:3px 20px;border-radius: 24px; transform: scale(.8);}
.arti .artia .artiaa{line-height:20px;padding:5px 0;font-size:12px;}
.arti .artia .artiab{margin-top:20px;color:#666;}
.arti .artia .artiab .artih3{line-height:28px;}
.arti .artia .artiab .artip{line-height:14px;font-size:12px;}

.arti .artib{width:83%;background:#fff;border-radius:10px;padding:40px;box-sizing:border-box;}
.arti .artib h1{font-size:20px;font-weight:600;padding-bottom:20px;color:#000;}
.arti .artib .arcon{border-top: 1px solid #EEE;min-height: 600px; padding:20px 0 40px;}
.arti .artib .arcon .arvid{width:100%;height:auto;margin:0 auto 40px;}
.arti .artib .arcon .arconr{font-size:14px;line-height:2.2em; color: #333;font-weight: 400;}
.arti .artib .arcon .arconr strong{color:#098288;}
.arti .artib .arcon .arconr p{color:#514E4E;}
.arti .artib .arcon .arconr img{max-width: 100% !important; height: auto !important; margin:10px auto; display: block;}


.artic{width:100%;padding:20px 0;border-top:1px solid #eee;}
.artic h4{font-size:14px;font-weight:bold;margin-top:10px;}
.artic p{font-size:14px;line-height:1.8em;}

.arshow{display:block;}
.arnone{display:none;}


/*******************/

.serch{width:100%;max-width:1440px;margin:0 auto;padding:90px 8px 80px;box-sizing:border-box;display:flex;justify-content:space-between;}
.serch .sercha{width:75%;background:#fff;border-radius:10px;padding:40px 40px 60px;box-sizing:border-box;min-height:600px;}
.serch .sercha h2{font-size:18px;color:#000;}
.serch .sercha h2 strong{font-size:20px;font-weight:600;color:red;}

.serch .sercha .slist{width:100%;}
.serch .sercha .slist ul li{width:100%;border-bottom:1px dotted #666;padding:20px;margin-top:20px;display:flex;justify-content:space-between;box-sizing:border-box;
}
.serch .sercha .slist ul li .slista{width:30%;height:160px;border-radius:8px;overflow:hidden;}
.serch .sercha .slist ul li .slista img{width: 100%;height: 100%;object-fit: cover;object-position: center;}

.serch .sercha .slist ul li .slistb{width:68%;}
.serch .sercha .slist ul li .slistb h2{font-size:18px;font-weight:600;}
.serch .sercha .slist ul li .slistb p{font-size:14px;line-height:2em;padding:10px 0 20px;}
.serch .sercha .slist ul li .slistb .slistba{font-size:16px;line-height:1.6em;}


.serch .serchb{width:24%;background:#fff;border-radius:10px;padding:40px;box-sizing:border-box;min-height:300px;}


@media (max-width: 1200px) {
    .inbox2{width:100%;display:grid;grid-template-columns:repeat(3,32.3%);grid-gap:20px 0;justify-content:space-between;}
	.pse .psev{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(2,49%);grid-gap:20px 0;justify-content:space-between;}
	.insh .insha{width:100%;display:grid;grid-template-columns:repeat(4,24%);grid-gap:10px 0;justify-content:space-between;padding-top:40px;}
}
@media (max-width: 960px) {
	header{position:fixed;z-index:9999;width:100%;margin-bottom:20px;border-bottom:1px solid #ededed;background:#000;box-sizing:border-box;filter:alpha(opacity=100);opacity:1;}
	header .nav{width:100%;max-width:1440px;height:50px;display:flex;justify-content:space-between;margin:0 auto;}
	header .nav .l .logo{padding-right:10px;filter:alpha(opacity=100);opacity:1;}
	header .nav .l .logo img{display:block;height:50px;width:auto;transition: 0.3s;}
	header .nav .l .nava{display:none;}
	header .nav .r{ display:none;}
	header .phone_menu_trigger{ display:block;}
    header .phone_menu_trigger > div{background: #fff!important;}
    
    .invid{width:100%;height:280px;position:relative;overflow:hidden;z-index:2;background:url(../img/logobg.jpg) no-repeat;background-size:cover;}
    .invid .vid{display:none;}
    
    .insh .insha{width:100%;display:grid;grid-template-columns:repeat(3,32.5%);grid-gap:10px 0;justify-content:space-between;padding-top:30px;}
    
	.inbox1{position:sticky;position:-webkit-sticky;top:30px;padding-top:30px;width:100%;z-index:999;background:#F4F5F5;margin-bottom:20px;}
	.inbox1 .box1a{background:#fff;border-radius:6px;padding:20px;display:block;}
	.inbox1 .box1a h1{font-size:18px;font-weight:600;color:#000;line-height:20px;text-align:center;padding-bottom:10px;}
	.inbox1 .box1a p{overflow-x:hidden;align-items:center;-webkit-box-align: center;display:flex;justify-content:center;}
	.inbox1 .box1a p a{display:inline-block;font-size:12px;color:#000;background:#e9eef5;height:30px;line-height:30px;padding:0 20px;border-radius:20px;margin-left:10px;margin-top:10px;transition:0.3s;white-space:nowrap;}
	.inbox1 .box1a p a:hover, .inbox1 .box1a p a.active{background:#000;color:#fff;}
	
    .inbox2{width:100%;display:grid;grid-template-columns:repeat(2,49%);grid-gap:20px 0;justify-content:space-between;}
    .einbox2{width:100%;display:grid;grid-template-columns:repeat(2,49%);grid-gap:20px 0;justify-content:space-between;}
	
	.nr{width:100%;padding:70px 8px 30px;box-sizing:border-box;}
	.nr .cont{width:100%;max-width:1440px;margin:0 auto;}
	.nr .cont .shk{width:100%;display:block;}
	.nr .cont .shk .lk{width:100%;}
	.nr .cont .shk .rk{width:100%;}
	
	.lkbshow{display:none;}
	.lkbnone{display:block;}
	
	.nr .cont .shk .rk .lkb{width:100%;border-radius:8px;box-sizing:border-box;padding:20px;background:#fff;margin-bottom:20px;}
	.nr .cont .shk .rk .lkb h2{font-size:16px;font-weight:bold;margin-bottom:20px;}
	.nr .cont .shk .rk .lkb .lkba{line-height:26px;}
	
	.pcon .pka{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(2,49%);justify-content:space-between;}
	
	.pse .psev{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(1,100%);grid-gap:20px 0;justify-content:space-between;}
	.pse .psev .pseve a{display:block;background:#fff;padding:20px;color:#333;text-align:center;}
	
	.serch{width:100%;max-width:1440px;margin:0 auto;padding:80px 8px;box-sizing:border-box;display:block;}
	.serch .sercha{width:100%;background:#fff;border-radius:10px;padding:40px 40px 60px;box-sizing:border-box;min-height:600px;}
	.serch .serchb{display:none;}
	
	.plx .plxa{width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:repeat(2,49%);grid-gap:20px 0;justify-content:space-between;padding:10px;}
}

@media (max-width: 720px) {
	.inbox1{position:sticky;position:-webkit-sticky;top:5px;padding-top:0;width:100%;z-index:999;background:#F4F5F5;margin-bottom:20px;}
	.inbox1 .box1a{background:#fff;border-radius:6px;padding:20px;display:block;}
	.inbox1 .box1a h1{font-size:18px;font-weight:600;color:#000;line-height:20px;text-align:center;padding-bottom:10px;}
	.inbox1 .box1a p{display:flex;justify-content:center;flex-wrap: wrap;}
	.inbox1 .box1a p a{display:inline-block;font-size:12px;color:#000;background:#e9eef5;height:30px;line-height:30px;padding:0 20px;border-radius:20px;margin-left:10px;margin-top:10px;transition:0.3s;white-space:nowrap;}
	.inbox1 .box1a p a:hover, .inbox1 .box1a p a.active{background:#000;color:#fff;}
    .inbox2{width:100%;display:grid;grid-template-columns:repeat(1,99%);grid-gap:20px 0;justify-content:space-between;}
    
    .insh .insha{width:100%;display:grid;grid-template-columns:repeat(2,49%);grid-gap:10px 0;justify-content:space-between;padding-top:20px;padding-bottom:20px;}
    
    .einbox2{width:100%;display:grid;grid-template-columns:repeat(1,99%);grid-gap:20px 0;justify-content:space-between;}
	footer .ftr{width:100%;max-width:1440px;margin:0 auto;display:inline-block;padding:0 10px;box-sizing:border-box;}
	footer .ftr p{font-size:12px;line-height:20px;}
	
	.arti{width:100%;max-width:1200px;margin:0 auto;padding:80px 8px 60px;box-sizing:border-box;display:block;}
	.arti .artib{width:99%;margin:0 auto;background:#fff;border-radius:10px;padding:30px 20px;box-sizing:border-box;}
	.arti .artim{width:98%;margin:0 auto;font-size:13px;font-weight:400;color: #555;padding-bottom:15px;}
	
	.arshow{display:none;}
    .arnone{display:block;}

}




















