.wrap{ width: 1280px; margin: 0 auto;}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.header{ height: 126px; position: relative; box-shadow: 0 0 10px rgba(0,0,0,0.1);}

.crumbs{ padding: 10px 0; background: #f8fbfd;}
.crumbs .wrap > *{ display: inline-block; vertical-align: middle;color: #666;}
.crumbs .home img{ width: 18px; height: 18px; margin-right: 5px;}
.crumbs em{ margin: 0 5px; opacity: 0.8;}
.crumbs span{ opacity: 0.8;}
.crumbs a:hover{color: #004899;}

.header .top { padding-top: 5px;}
.header .top .right p a{ opacity: 0.6;}
.header .top .right p a:hover{ opacity: 1; color: #004899; font-weight: bold;}
.header .top .right p span{ height: 1em; width: 1px; margin: 0 10px; background: #989898;}
.header .logo{ width: 222px;  position: absolute; left: 50%; bottom: -97px;  transform: translateX(-50%);  text-align: center; z-index: 10; }

.header .logo .logobg{pointer-events: none; width: 222px; margin-left: -12px;}
.header .logo .logoimg{top: -13px;position: relative;width: 195px;left: 50%;transform: translateX(-50%);  display: block;}
.header .logo .logo11-act{display: none;}
.header .logo a{ display: block;}


.scrollbody { padding-top: 126px; }
.scrollbody .header{ z-index: 1000; background: #fff; height: 70px; position: fixed; left: 0; top: 0; width: 100%; }
.scrollbody .header .top{ display: none;}
.scrollbody .header .logo .logoimg{ width: 170px;top: -13px;left: 0;transform: translateX(0);display: none;}
.scrollbody .header .logo .logo11-act{display: block;    width: 70px; height: 70px;margin-bottom: 5px;top: 5px; position: relative;left: 50%;transform: translateX(-50%);}
.scrollbody .header .logo .logobg{ width: 150px; height: 72px; display: none;}
.scrollbody .header .logo{ bottom: 0px;}
.scrollbody .header .menu{ margin-top: 20px;}


.top .right p{ margin-right: 1em;}
.sarch dl{position: relative; }
.sarch dt{ padding:5px 10px; height: 1.5em; cursor: pointer;}
.sarch dt img{ width: 13px; height: 13px;  vertical-align: middle; position: relative; top: -1px;}
.sarch dd{ position: absolute;      right: 30px;
    top: 0; border: 1px solid #004999; visibility: hidden; opacity: 0; transition: 0.2s; transform: translateX(10px); border-radius: 3px;}
.sarch dd::after{ content: ''; position: absolute; border: 5px solid rgba(0,0,0,0); width: 0; height: 0; border-left-color: #004999; right: -10px;
    top: 50%;
    margin-top: -12px;}
.sarch dd .inp input{ width:12em; padding: 0 0.5em; height: 40px; line-height: 40px; border: 0; box-sizing: border-box;}
.sarch dd .bon button{ color: #fff; line-height: 30px; border: 0; background: #004999; height: 40px; width: 3.5em; text-align: center;}
.sarch dl:hover dd{ opacity: 1; visibility: visible; transform: translateX(0);}

.lange dl{position: relative; }
.lange dt{ padding:5px 10px; cursor: pointer;}
.lange dd{ position: absolute; left:50%;  top: 100%; background: #004999; width: 3em; border-radius: 3px; padding: 2px 0; opacity: 0; transition: 0.2s; transform:translateX(-50%) translateY(10px); }
.lange dd::after{ content: ''; position: absolute; border: 5px solid rgba(0,0,0,0); width: 0; height: 0; border-bottom-color: #004999; left: 50%; margin-left: -5px; top: -10px;}
.lange dd a{ display: block; color: #fff; text-align: center; padding: 2px 0;}
.lange dd a:hover{ background: #0459b7;}
.lange dl:hover dd{ opacity: 1; visibility: visible; transform:translateX(-50%) translateY(0);}

.header .menu{ margin-top: 25px;}
.header .menu ul{ justify-content:space-between;}
.header .menu li{  margin: 0 0;  position: relative;}
.header .menu li .a1{ font-weight: bold;}

.menu .box-center{ width: 300px; height: 1em;}
.header .menu li.tiezi{ font-size: inherit;}
.header .menu li.tiezi > a{ font-weight: bold;}
/* .header .menu li.tiezi a{ padding: 2px 10px; border: 1px solid #004999; color: #004999; border-radius: 100px;}
.header .menu li.tiezi a:hover{ color: #fff; background:#004999;} */
.header .menu ul > li:hover .a1{ color: #004899; font-weight: bold;}
.header .menu ul > li:hover .child{ opacity: 1; transform: translate(-50%,0); visibility:visible;}
.header .menu ul > li:hover .child::after{transform:translate(-50%,0);}

.header .menu .child{ z-index: 100; position: absolute; left: 50%; top: 100%; background: #fff; padding: 20px 5px; box-shadow: 0 3px 5px rgba(0,0,0,0.05); border-radius: 5px; min-width: 8em;   transform: translate(-50%,20px);opacity: 0; visibility: hidden; transition: 0.4s all; max-width: 20em;}
.header .menu .child::after{ content: ''; position: absolute;  left: 50%; top: 10px; border: 5px solid rgba(0,0,0,0); border-top-color: #004899; transform: translate(-50%,-30px); transition: 0.4s all;}
.header .menu .child a{ display: block; text-align: center;  border-bottom: 1px solid #fafafa; white-space: nowrap; padding: 5px 20px; overflow: hidden; text-overflow: ellipsis;}
.header .menu .child a:hover{ background: #004899; color: #fff; border-color:#004899 ;}
.header .menu li.tiezi .child a{ text-align: left;}


@media only screen and (max-width:1600px) {
    .header .menu li.tiezi .child{left:auto; right: -2em; transform: translate(0,20px);}
    .header .menu ul > li.tiezi:hover .child{transform: translate(0,0);}
    .header .menu li.tiezi .child::after{ left: 78%;}
}

.home-banner{ position: relative; height: 682px; overflow: hidden;}
.home-banner .wrap{ transition: 0.5s all; position: relative; z-index: 3;}
.home-banner.openmask .wrap{ opacity: 0;}
.home-banner.openmask .mask-1{background: rgba(0,0,0,0) !important;}
.bg-banner{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); overflow: hidden; width: 100%; height: 100%;}
.bg-banner .swiper{ position: absolute;  left: 50%; top: 0; transform: translateX(-50%); height: 100%; width: 100%;}

.bg-banner .swiper-slide video,
.bg-banner .swiper-slide img{ object-fit: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.home-banner .mask-1{ position:absolute; z-index: 2; background: rgba(0,0,0,0); width: 100%; top:0; height: 100%; left: 0;}
.home-banner .mask-1 a{ position:absolute; color: #fff; right: 20px;  top: 20px; }

.home-banner .wrap{ position: relative; z-index:4; color: #fff;}
.home-banner .tab-head{ border-bottom: 1px solid #fff; padding: 0.5em 0;  margin-top: 95px;}
.home-banner .tab-head .tab-a{ margin-right:1em ;}
.home-banner .tab-head .tab-a{ color: #fff;}
.home-banner .tab-head .tab-a.cur{ color: #ca0a15; font-weight: 700;}
.home-banner .tab-b{ display: none; position: relative;}
.home-banner .tab-b .shdt{ position: absolute; right: 0; top:0%; color: #fff; padding: 5px 1em; background: #004899; z-index: 100;}
.new-top{ margin: 20px 0 20px;}
.new-top .left{ overflow: hidden; padding-right: 10%; }
.new-top .left h3{ overflow: hidden; text-overflow: ellipsis; } /*white-space: nowrap;*/
.new-top .right{ float: right; width: 40%;}
.new-top .right a{ display: block;  padding-top: 60.3%;}
.new-top .right a img{ object-fit: contain;}
.new-top a{ color: #fff;}
.new-top a:hover{ color: #ca0a15;}
.new-top p.f-12{ margin: 1.5em 0 1em;}
.new-top p.f-12 em{ display: inline-block; background: #eee; width: 1px; height: 0.8em; margin: 0 1em;}
.new-top p.f-16{ line-height: 1.8; max-height:10.8em;}
.new-bottom ul{ margin: 0 -15px;}
.new-bottom li{ float: left; width: 25%; }
.new-bottom li .w{ margin: 0 15px; border-top: 1px solid #fff; display: block;}
.new-bottom li .w p{overflow:hidden;line-height:1.5;height:4.5em;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}
.new-bottom li span{ display: block; margin: 10px 0;}
.new-bottom li a{ color: #fff;}
.new-bottom li a:hover{ border-top: 1px solid #ca0a15; color: #eee;}

body .indexRight{ padding: 0; z-index: 9999;}
body .indexRight ul{ margin: 0;}
body .indexRight li{ margin: 0;}
body .indexRight ul a{ padding:14px 14px;}
body .indexRight ul a:hover{ background: #f0f0f0;}
body .indexRight li .erweima,
body .indexRight li .erweima_list{ bottom:-20vh; top: auto; transform: translateY(0); right: 100%; width: 130px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); max-height: 84vh; overflow:auto;}

.erweima_list::-webkit-scrollbar{width:2px;height:100%;background:#f0f0f0;border-radius:2px}
.erweima_list::-webkit-scrollbar-thumb{width:100%;height:46.16%;background:#bbb;border-radius:2px}

body .indexRight li:last-child .erweima,
body .indexRight li:last-child .erweima_list{ bottom: 0;}
body .indexRight li .erweima1{ width: auto; float: none; padding: 5px; margin: 0;}

.footer{ background: #242f37 url(../images/foot.jpg) no-repeat 50% top; color: #fff;}
.footer a{ color: #fff;}
.footer .footer-bottom{color: #949494; border-top: 1px solid #50595f; padding: 30px 0;}
.footer-bottom .left span{ width: 1px; height: 1em; background: #949494; margin: 0 1em;}
.footer-bottom a{ color: #949494;}
.footer-bottom a:hover{ color: #ca0a15;}
.footer-bottom .right .flex{ justify-content: flex-end;}
.footer-bottom .right a{ margin: 0 5px;}

.footer-top .box1{ align-items: flex-end; padding: 40px 0 20px; }
.footer-top .left{ width: 40%;}
.footer-top .left .c2{ width: 60%;}
.footer-top .left .c1{ margin-bottom: 2em;}
.footer-top .center p{ margin-top: 10px;}
.footer-top .center{ text-align: left;}
.footer-top .center .aa{ color: #1082f7;}
.footer-top .center .aa span{ border-bottom: 1px solid #1082f7; margin-left: 5px;}
.footer-top .right .box{  }
.footer-top .right .box dl{ float: left; text-align: center; margin-left:1.5em;}
.footer-top .right .box dl dd{ margin-top: 5px;}
.logo-ph{ display: none;}
.menu-ph{ z-index: 1000; cursor: pointer; background: #fff; position: relative; width:18px; height: 18px; padding: 10px; border-radius: 5px;}
.menu-ph span{ position: absolute; width: 18px; left: 10px; top: 50%; height: 2px; background: #666; transition: 0.4s all; z-index: 1000;}
.menu-ph span.c1{ transform: translate(0,-8px);  }
.menu-ph span.c3{ transform: translate(0,8px);}
.menu-ph span.c2{ transform: translate(0,0); }
.open-menu{ overflow: hidden;}
.open-menu .menu-ph span.c2{ opacity: 0; width: 0; }
.open-menu .menu-ph span.c1{ transform: rotate(45deg);}
.open-menu .menu-ph span.c3{ transform: rotate(-45deg); }


.phone-left-menu{ z-index: 1000; cursor: pointer; left: 10px; bottom: 10px; background: #fff; position: fixed; width:18px; height: 18px; padding: 10px; border-radius: 1000px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border: 1px solid #3469d4;  display: none;}
.phone-left-menu span{ position: absolute; width: 18px; left: 10px; top: 50%; height: 2px; background: #3469d4; transition: 0.4s all; z-index: 1000;}
.phone-left-menu span.c1{ transform: translate(0,-8px);  }
.phone-left-menu span.c3{ transform: translate(0,8px);}
.phone-left-menu span.c2{ transform: translate(0,0); }

.opens .phone-left-menu span.c2{ opacity: 0; width: 0; }
.opens .phone-left-menu span.c1{ transform: rotate(45deg);}
.opens .phone-left-menu span.c3{ transform: rotate(-45deg); }

.main-art-box.opens .art-left{ display: block; position: fixed; left: 0; top: 0; width: 60%; z-index: 999; background: #fff; height: 100vh; overflow: auto; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.main-art-box.opens .art-left .left-menu{ padding-bottom: 50px;}

.header-menu{ position: fixed; z-index: 1000; right:10px; top: 10px; display: none;}
.menu-box-mask{z-index: 998; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); cursor: pointer; opacity: 0; visibility: hidden; transition: 0.4s all;}
.menu-box{ position: fixed; z-index: 999; background: #fff; right: 0; bottom: 0; top: 0; height: 100vh; overflow: auto; transform: translateX(100%); opacity: 0; transition: 0.6s all; overflow-x: hidden;}

.menu-box::-webkit-scrollbar{width:2px;height:100%;background:#f0f0f0;border-radius:2px}
.menu-box::-webkit-scrollbar-thumb{width:100%;height:46.16%;background:#bbb;border-radius:2px}

.menu-box .login{ padding: 3em 0 0em 2em;}
.menu-box .login p a{ opacity: 0.6;}
.menu-box .login p span{ height: 1em; width: 1px; margin: 0 1.3em; background: #989898;}
.menu-box ul{ padding: 2em 0 0.5em 2em; width: 16em;}
.menu-box li{ position: relative;  border-bottom: 1px solid #eee;}
.menu-box li .a1{ font-weight: bold; display: block; padding: 1em 0;}
.menu-box li .i{ position: absolute; height: 1.5em; padding: 1em; width: 4em; right: 0; top: 0; z-index: 100; cursor: pointer;}
.menu-box li .i::after{ content: ''; position: absolute; width: 0.85em; height: 1px; background: #3469d4; right: 1em; top: 50%; }
.menu-box li .i::before{ content: ''; position: absolute; width: 1px; height: 0.8em; background: #3469d4; right: 1.4em; top: 50%; transform: translate(0,-50%);}


.menu-box li .i2{ position: absolute; height: 1.5em; padding: 0.5em 1em; width: 4em; right: 0; top: 0; z-index: 100; cursor: pointer;}
.menu-box li .i2::after{ content: ''; position: absolute; width: 0.85em; height: 1px; background: #aaa; right: 1.2em; top: 50%; }
.menu-box li .i2::before{ content: ''; position: absolute; width: 1px; height: 0.8em; background: #aaa; right: 1.6em; top: 50%; transform: translate(0,-50%);}

.menu-box li .child{ padding-left: 1em; display: none; padding-bottom: 1em;}
.menu-box li .child a{ padding: 0.5em 0; display: block;}
.menu-box li .child li:last-child{ border: 0;}

.menu-box li.open .i::before{display: none;}
.menu-box li.open .child{ display: block;}

.menu-box li .child2{ padding-bottom: 1em; padding-left: 1em; display: none;}
.menu-box li.open2 .i2::before{display: none;}
.menu-box li.open2 .child2{ display: block;}


.open-menu .menu-box-mask{ opacity: 1; visibility:visible;}
.open-menu .menu-box{ transform: translateX(0); opacity: 1;}



.foot-link{ background: #f6f6f8; padding: 20px 0;}
.foot-link .fl{ font-weight: bold; color: #333;}
.foot-link  .swiper-slide{ float: left; width: auto;}
.foot-link a{ display: block; margin: 0 0 0 1em ; color: #999; white-space: nowrap;}
.foot-link a:hover{ color: #1082f7;}


.home-title{ margin-bottom: 40px;}
.home-title .left{ position: relative; color: #333; font-weight: bold;}
.home-title .left::after{ content: ''; position: absolute; left: 0; top: 110%; height: 3px; width: 1.2em; background: #cc0100;}
.home-title .right i{ margin-left: 5px; transform:translateY(1px);}

.tab-head2{ margin-left: 2em;}
.tab-head2 a{ font-weight: normal; display: inline-block; margin-right: 1em;}
.tab-head2 a.cur{ font-weight: bold; color: #ca0a15;}

.home1-bk{ padding-top: 5%;}
.home1-bk .home1{ width: 66%; margin-right: 20px; float: left;}
.home1-bk .home2{ overflow: hidden;}
.home1-ul{ overflow: hidden; background-color: #f8f8f8; padding: 11px 20px;}
.home1-ul li{ border-bottom: 1px dashed #e3e3e3; height: 90px; padding: 40px 0 21px;}
.home1-ul li:last-child{ border: 0;}
.home1-ul .w{ overflow: hidden;}
.home1-ul .w .left{ float: left; background: #3469d4; color: #fff; border-top-right-radius: 5px;  border-bottom-left-radius: 5px; line-height: 1.2; padding: 5px 10px;}
.home1-ul .w .right{ padding-left: 20px;}
.home1-ul .w .right h3{ height: auto; margin-bottom: 15px; font-weight: bold;}
.home1-ul .w .right .p{ color: #999; }
.home1-ul .w .right .p em{ display: inline-block; width: 1px; height: 1em; margin: 0 10px; background-color: #999; vertical-align: middle;}

.home2-ul .img_ratio { padding-top: 55%;}
.home2-ul li:first-child{ margin-bottom: 20px;}
.home2-ul li dl{ position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; color: #fff; background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1)); padding: 2em 20px 20px;}
.home2-ul li dd{ margin-top: 1em;}
.home2-ul li dd i{ margin: 0 10px; display: inline-block; vertical-align: middle; width: 1px; height: 1em; background: #fff;}

.title22{ text-align: center; margin: 70px 0 50px; position: relative; font-weight: bold;}
.title22::after{ content: ''; top: 120%; left: 50%; position: absolute; width: 1.2em; margin-left: -0.66em; height: 3px;  background: #cc0100;}


.home2-box .left{ width: 410px; margin-right: 20px;}
.home2-box .left img{ width: 100%; height: 310px;}
.home2-box .right{ overflow: hidden; background: #f7f8fa;  height: 310px; }
.home2-box .right .swiper{ margin: 10px; overflow: hidden;}
.home2-box .right .box{ margin: 20px; padding: 10px;}
.home2-box .right .box .b2{ position: absolute; left: 5px; top: 5px; right: 5px; bottom: 7px; background: #fff; z-index: 2; box-shadow: 0 3px 5px rgba(0,0,0,0.1); opacity: 0; transition: 0.3s all; padding: 20px; text-align: center; border-radius: 5px; cursor:default;}
.home2-box .right .box .b2 dd img{ width: 150px; height: 150px; display: block; margin: 5px auto;}
.home2-box .right .box:hover .b2{ opacity: 1;}
.home2-box .right .b1 dt{ font-weight: bold; justify-content: center;}
.home2-box .right .b1 dt img{ width: 50px; height: 50px; margin-right: 20px; }
.home2-box .right .b1 dd{ text-align: center; } 
.home2-box .right .b1 dd article{ min-height: 5.4em; line-height: 1.8; margin: 1em 0;}
.home2-box .right .b1 dd p{ color: #999;}
.home2-box .swiper2-pagination{ text-align: center;}
.home2-box .swiper-pagination-bullet{ background: #d5d6d7; opacity: 1; margin: 0 5px; transform: scale(1.2);}
.home2-box .swiper-pagination-bullet-active{ background: #707070;}

.home3-bk{ margin-top: 80px;   position: relative; justify-content: center;}
.home3-bk .swiper-slide{ width: 100%;}


.home4-bk { padding: 60px 0 10px;}
.home4-bk .title{ position: relative;}
.home4-bk .title::after{ content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 3px; background: #d9d9d9; margin-top: -2px;}
.home4-bk .title::before{ content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #d9d9d9; margin-top: 6px;}
.home4-bk .title span{ background-color: #fff; padding-right: 1em; position: relative; z-index: 2;}

.home4-ul-box{ margin: 30px -14px 0;}
.home4-ul-box .item { width: 33.33%; float: left;}
.home4-ul-box .item .box{ margin: 0 14px 50px;}
.home4-ul-box .item dt a{ position: relative; display: block;}
.home4-ul-box .item dt a::after{ content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.05); z-index: 2;}
.home4-ul-box .item dt span{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); z-index: 100; color: #fff; width: 100%; text-align: center;}
.home4-ul-box .item .img_ratio{ padding-top: 48.5%;}
.home4-ul-box li:first-child{ font-weight: bold;}
.home4-ul-box li{ border-bottom: 1px solid #e5e5e5; padding: 15px 0;}
.home4-ul-box li a{ color: #999;}
.home4-ul-box li:first-child a{ color: #333;}
.home4-ul-box li:first-child a:hover,
.home4-ul-box li a:hover{ color: #004999;}

.home5-bk{ background: #f7f8fa; padding-bottom: 60px;}
.home5-bk-ul{ margin: 0 -10px;}
.home5-bk-ul li{ float: left; width: 33.33%;}
.home5-bk-ul li .w{ margin: 0 10px 20px;}
.home5-bk-ul li .w .img_ratio{ padding-top: 56%;}
.home5-bk-ul li .w p{ color: #fff; position: absolute; left: 0; right: 0; bottom: 0; padding: 15px 20px;  z-index: 2; padding-top: 1em; background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));}

.home6-bk-ul{ margin: 0 -5px; padding-bottom: 100px;}
.home6-bk-ul li{ float: left; width: 25%;}
.home6-bk-ul li .w{ margin: 0 5px; background: rgba(49, 49, 49, 0.75); padding: 10px; height: 280px;}
.home6-bk-ul li .w { display: flex; justify-content: center; align-items: center; flex-wrap: wrap-reverse; flex-direction: column; color: #fff;}
.home6-bk-ul li .w a{ color: #fff;}
.home6-bk-ul li .w .icon{ width: 40px; height: 40px; padding: 5px; border-radius: 100%; border: 5px solid #666362; background: #fff;}
.home6-bk-ul li .w .f-24{ margin: 10px 0 0;}
.home6-bk-ul li .w .art{ margin: 5px 0; height: 3em; opacity: 0;}
.home6-bk-ul li .w .art p{ padding: 3px 0;}
.home6-bk-ul li .w .more a{ border-radius: 100%; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; line-height: 30px; vertical-align: middle; border:1px solid #fff;}

.home6-bk-ul li .w:hover{ background: #cc0100 ;}
.home6-bk-ul li .w:hover .icon{ border-color: #d42726;}
.home6-bk-ul li .w:hover .f-24{border-bottom: 1px solid #e66463; padding-bottom: 5px;}
.home6-bk-ul li .w:hover .art{ opacity: 1; height: auto; }

.swiper77-box{ position: relative; margin-bottom: 60px;}
.swiper77-box .swiper-button-next{right: -40px;}
.swiper77-box .swiper-button-prev{left: -40px;}
@media only screen and (max-width:1400px) {
    .swiper77-box{ margin: 0 40px 60px; }
}

.home7-bk-ul{  margin: 0 -10px; position: relative;}
.home7-bk-ul .swiper-slide{ float: left; width: 16.66%;}
.home7-bk-ul  .w a{ border: 1px solid #e5e5e5; margin: 0 10px 20px; display: block;}
.home7-bk-ul  .w a:last-child{ margin-bottom: 0;}
.home7-bk-ul  .w a:hover{ border-color: #004899;}
.home7-bk-ul  .img_ratio{ padding-top: 50%; }

.demo-video video{vertical-align: top;
    width: 100%;
    height: 100%;
    background: #000;}

    .swiper88-box{ position: relative; margin-bottom: 60px;}
    .swiper88-box .swiper-button-next{right: -40px;}
    .swiper88-box .swiper-button-prev{left: -40px;}

    .swiper77-box .pagination11{ bottom: -40px !important;}
    .swiper88-box .pagination22{ bottom: -40px !important;}

.home8-bk-ul{ padding-bottom: 20px;}
.home8-bk{ padding-bottom: 60px;}
 .more21{ text-align: center; }
 .more21 a{ display: inline-block; padding:7px 20px; border: 1px solid #d2d2d2;  border-radius: 100px;}
 .more21 a span{ margin-right: 5px;}
 .more21 a:hover{ background-color: #004899; color: #fff; border-color: #004899;}

.home8-bk-ul .swiper-slide{ float: left; width: 20%;}
.home8-bk-ul  .p{ width: 150px; height: 150px; background: url(../images/y1.png) no-repeat; background-size: 100%; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin: 0 auto; white-space:nowrap;}
.home8-bk-ul  .p span{ font-family: arial; margin-bottom: 0.5em; position: relative; font-weight: bold; color: #fff;vertical-align: text-top; }
.home8-bk-ul  .p span::after{ content: ''; position: absolute; left: 50%; top: 100%; height: 2px; background: #fff; width: 1em; margin-left: -0.5em;}
.home8-bk-ul  .p span i{ height: 1em;}
.home8-bk-ul  .p span em{ font-size: 0.5em; display: inline-block; vertical-align: text-top; }
.home8-bk-ul  .t{ margin-top: 1em; text-align: center; color: #666;font-size: 1.8rem;}

.swiper99-box{ position: relative; }
.home9-bk{ padding-bottom: 80px;}
.home9-bk-ul{ padding-bottom: 80px;}
.home9-bk-ul .swiper-slide{ float: left; width: 33.33%; text-align: center;}
.home9-bk-ul .w{ margin: 0 20px;}
.home9-bk-ul .w .img{position: relative; height: 7em; overflow: hidden; margin-bottom: 1em;}
.home9-bk-ul .w .img img{ max-width: 100%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.home9-bk-ul .yh{ margin: 20px 0;}


.guangguao{ text-align: center; position: relative; overflow: hidden;}
.guangguao img{ width: 100%; height: auto;}
.guangguao .ph{ display: none;}

.search-box{ padding-bottom: 5%;}
.search-title{ border-bottom: 1px solid #ddd; margin-top: 5%;}

.search-title .t1{ width: 50%; margin: 0 auto; border-radius: 100px; padding-right: 10px; border: 1px solid #ccc; overflow: hidden; }
.search-title .t1 input{ border: 0; padding: 10px 10px 10px 20px; width: 100%;}
.search-title .t1 input::placeholder{ color: #aaa;}
.search-title .t1 button{ background: url(../images/ss.png)  no-repeat center; width: 20px; height: 20px; background-size: 100%; border: 0;}
.search-title .t2{ padding: 1em 0em;}

.wx-box{ z-index: 1000; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.5);}
.wx-box .box{ width: 180px;  background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 10px; padding:20px 10px; text-align: center;}
.wx-box .box .wxclose{ position: absolute; right: 10px; top: 10px; cursor: pointer;}

@media only screen and (max-width:1380px) {
    .header{ height: 110px;}
    .scrollbody{ padding-top: 110px;}
    .header .logo{ transform: translateX(-50%) scale(0.9);}
}

@media only screen and (max-width:1330px) {
    .wrap{ width: 1024px;}
    .menu .box-center{ width: 220px;}
    .footer-bottom .wrap > .flex{ display: block; text-align: center;}
    .footer-bottom .left{ margin-bottom: 1em;}
    .footer-bottom .wrap > .flex .flex{ justify-content: center;}
}

@media only screen and (max-width:1023px) {
    body .indexRight{ display: none !important;}
    .wrap{ width: auto; margin: 0 20px;}
    .header-menu{ display: block;}
    .header .menu{ display: none;}
    .header .logo{ display: none;}
    .header{ height: 60px; position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1);}
    .header .top .right .p{ display: none;}
    .header .top .logo-ph img{ height: 60px; width: auto;}
    .header .top{ position: relative; margin-right: 0; padding-top: 0;}
    .header .top .left{ display: none;}
    .header .top .right{ margin-right: 50px; flex: 1;}
    .header .top .box{ justify-content: flex-end; height: 60px;}
    .main{ padding-top: 60px;}
    .footer-top .right{ width: 200px;}
    .footer-top .left .c2{ width: 80%;}
    .logo-ph{ display: block;}
    .footer-top .right .box dl{ margin-top: 1em;}

    .home1-bk .home1{ width: auto; margin-right: 0; float:none; margin-bottom: 40px;}
    .home-title{ margin-bottom: 20px;}

    .home2-box .left{ float: none; width: auto;}
    .home2-box .left img{ height: auto;}
    .swiper77-box .swiper-button-prev{ left: 0;}
    .swiper77-box .swiper-button-next{ right: 0;}
}

@media only screen and (max-width:750px) {
    .wrap{ width: auto; margin: 0 15px;}
    .footer-top .center,
    .footer-top{ text-align: left; }
    .footer-top{ padding: 0 2em;}
    .footer-top .left .c1{ text-align: center;}
    .footer-top .left{ width: auto;}
    .footer-top .left .c2{ width: auto;}
    .footer-top .box1{ display: block;}
    .footer-top .right{ display: none;}
    .footer-bottom .wrap > .flex .flex{ flex-wrap: wrap; }
    .footer-bottom .left span:nth-child(4){ display: block; width: 100%; opacity: 0;}
    .footer-bottom .right .flex{ display: block; text-align: center;}
    .footer-bottom .right a{ display: block;}
    .new-bottom li .w p{ height: auto;}
    .tab-head2 a{ margin-right: 0.5em;}
    .guangguao .ph{ display: block;}
    .guangguao .pc{ display: none;}
    .home3-bk{ height: auto; margin-top: 40px;}
    .home3-bk img{ position: relative; width: 100%; height: auto; transform: none; left: 0;}
    .home4-ul-box .item dt span{ font-size: 2.6rem;}
    .new-top .right{ width: auto; float: none;}
    .new-top .left{ padding: 20px 0 0 0;}
    .home-banner{ height: auto; padding-bottom: 40px;}
    .new-bottom li{ float: none; width: auto; margin-bottom: 1em;}
    .new-top{ margin:20px 0 20px;}
    .new-bottom{ padding-bottom: 20px;}
    .home-banner .tab-head{  margin-top: 20px;}
    .new-top p.f-16{ height: auto;}
    .home1-ul .w .right .p em{ display: block; height: 0; width: 100%; margin: 0;}
    .home2-box .left{ width: auto; float: none; margin: 0 0 20px;}
    .home2-box .left img{ height: auto;}
    .home2-box .right{ height: auto; padding-bottom: 1em;}
    .home2-box .right .box{ margin: 5px;}
    .home2-box .right .box .b2{ padding: 10px;}
    .home2-box .right .box .b2 dd img{ width: 80px; height: 80px;}
    .home1-ul li{ padding-top: 20px;}
    .home4-ul-box{ margin:30px 0 0;}
    .home4-ul-box .item .box{ margin: 0 0 50px;}
    .home4-ul-box .item{ width: 100%;}
    .home5-bk-ul li{ width: 100%;}
    .home6-bk{ min-height:80rem;}
    .home7-bk-ul{ margin: 0; }
    .home6-bk-ul {padding-bottom: 20px;}
    .home6-bk-ul li{ width: 100%; margin-bottom:10px ;}
    
    .home6-bk-ul li .w{ flex-direction: row; height: auto; justify-content: space-between;}
    .home6-bk-ul li .w .f-24{ margin: 0 1em;}
    .home6-bk-ul li .w .art{ margin: 0 1em;width: 90px}
    .home7-bk-ul li{ width: 33.33%;}

    .home8-bk-ul  .p{ width: 100px; height: 100px;}

    .foot-link .f-16{ font-size: 1.2rem;}
    .swiper77-box{ overflow: hidden;}
    .swiper77-box .pagination11{ bottom: 0 !important;}
    .home7-bk-ul { padding-bottom: 40px;}

    .home-banner .tab-head{ margin-top: 50px;}

    body .page-com a{margin: 0 1px 5px; padding: 2px 4px; font-size: 10px; min-width: 0.9em;}
}