@charset "UTF-8";
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.4;  margin: 0 auto; color: #333333; letter-spacing:0.5px; background-color: #ffffff; font-family:'Microsoft YaHei',Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent; font-family:'Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #0f5ead; color: #ffffff; text-shadow: none; }
::selection { background: #0f5ead; color: #ffffff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar{width: 6px;height: 6px;}
::-webkit-scrollbar-thumb{ border-radius: 50px; background:#0f5ead;}
::-webkit-scrollbar-track{border-radius: 10px !important;background: #EDEDED !important;}
::-webkit-scrollbar-thumb:hover{ background: #0f5ead;}

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after{ display: table; content: ""; line-height: 0px; }
.clearfix:after{clear: both;}

.fl{ float: left;}
.fr{ float: right;}
.container{ max-width: 1440px; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%; object-fit: cover;}

.rect-50 {padding-bottom: 50%;}
.rect-67 {padding-bottom: 67%;}
.rect-75 {padding-bottom: 75%;}
.rect-100 {padding-bottom: 100%;}
.rect-142 {padding-bottom: 142%;}

.trans5{-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:100px; z-index: 99;width: 100%; position:fixed; top: 0; background: #ffffff; transition:0.5s all; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center; justify-content: space-between;}
.header .logo{ height:100px; display:flex; align-items:center; transition:0.5s all;}
.header .logo img{ height:55px; display:block; transition:0.5s all;}
.header .nav{ display: flex; height:100px; transition:0.5s all;}
.header .nav>ul{display:flex; height:100%;}
.header .nav .drop{display: inline-block; padding: 0 25px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop:last-child{ padding-right: 0;}
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 17px; color: #333333; font-weight: bold;}
.header .nav .drop>a::before{ position: absolute; content: ''; width: 0; height: 3px; right: 0; bottom:0; background: #0f5ead;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #0f5ead;font-weight: bold;}
.header .nav .drop:hover>a::before{ width: 100%; left: 0;}
.header .nav .drop .subNavbox{position:absolute; top:100%;left:50%;width:100%; height: 70px; background:rgba(255,255,255,1); opacity:0; pointer-events:none; transition:all .3s;-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px); border-top:2px #0f5ead solid;box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.header .nav .drop .subNavbox .container{display: flex; justify-content: center;}
.header .nav .drop .subNavbox .name{display: inline-block; font-size: 17px; color: #333333; font-weight: bold;}
.header .nav .drop .subNavbox .line{display: inline-block; margin-left: 30px; width: 1px; height: 16px; background: rgba(0, 0, 0, .5);}
.header .nav .drop .subNavbox a{position:relative; font-size:16px; line-height: 1.4; color: #333333; transition:0.3s all; text-align: center; margin: 0 30px;}
.header .nav .drop .subNavbox a:hover{color:#0f5ead; }
.header .nav .drop:hover .subNavbox{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1;}
.placeholder{ width: 100%; height: 100px;}
.header.scroll{ height: 80px; background:rgba(255,255,255,1);}
.header.scroll .logo{ height: 80px;}
.header.scroll .logo img{ height: 45px;}
.header.scroll .nav{ height: 80px;}
.sp_nav,.sjj_nav{ display: none;}
/* banner */
.banner {width:100%;position: relative; z-index:0; background:#000000; overflow:hidden;}
.banner .swiper-slide .pic { width: 100%; height: calc(100vh - 100px) ; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width:100%; height:100%;transition: all 3s; transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); display:block;}
.banner .swiper-slide-active .pic img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); -webkit-transform: scale(1,1); transition-delay:0.3s;}
.banner .pagination{position: absolute; width: 100%;bottom: 25px;}
.banner .pagination .botton{ width: 120px; float: right;}
.banner .pagination .swiper-button{ position: relative; z-index: 99; display: flex; justify-content: space-between; }
.banner .pagination .swiper-button .iconfont{ width: 40px; height: 40px; border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.banner .pagination .swiper-button .swiper-button-prev{transform: rotateY(-180deg);}
.banner .pagination .swiper-button .swiper-button-prev:hover,.banner .pagination .swiper-button .swiper-button-next:hover {color: #ffffff; background: #0f5ead;}
.banner .pagination .swiper-pagination{ position: relative;bottom: 0 !important; margin-top: 15px; display: flex; align-items: center; justify-content: center;}
.banner .pagination .swiper-pagination span{margin: 0 5px; color: #ffffff; font-size: 15px; font-weight: bold;}
.banner .pagination .swiper-pagination .xian{ width: 20px; height: 2px;background: #ffffff;}
.banner .pagination .swiper-pagination .dangqian{ font-size: 20px;}

.inabout{ position: relative; padding: 80px 0; background:#ffffff url(../img/aboutbg.png) left bottom no-repeat;}
.inabout .container{ display: flex; justify-content: space-between; }
.inabout .aboutleft{ position: relative; width: 50%;}
.inabout .aboutleft .title{margin-top: 60px; font-size: 36px;color: #333333; font-weight: bold;}
.inabout .aboutleft .content{ margin-top: 40px; font-size: 16px; color: #000000;  line-height: 28px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;-webkit-box-orient: vertical;}
.inabout .aboutleft .more{ margin-top: 170px; display: flex;}
.inabout .aboutleft .more a{ width: 156px; height: 45px; border-radius: 45px; border: 2px #0f5ead solid; font-size: 15px; color: #333333; display: flex; justify-content: center; align-items: center;}
.inabout .aboutleft .more span{ margin-left: 10px;}
.inabout .aboutright{ position: relative; width: 40%;}
.inabout .aboutright .aboutimg{ width: 100%; height: 100%;}
.inabout .aboutright .aboutimg img{ width: 100%; height: 100%; object-fit: cover;}
.inabout .aboutright .aboutvideo{position: absolute; bottom: 70px; transform:translateX(-70%); width: 80%; padding: 8px; border-radius: 5px; background: #ffffff;}
.inabout .aboutright .aboutvideo .video_bg{position: relative; z-index: 2; height: 100%;  overflow: hidden;}
.inabout .aboutright .aboutvideo .video_bg img{ width: 100%;height: 100%; object-fit: cover;}
.inabout .aboutright .aboutvideo .videobox{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.inabout .aboutright .aboutvideo .videobox .mask{position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.inabout .aboutright .aboutvideo .videobox .mask .videoed{position:absolute; right: 40px; bottom: 40px; cursor: pointer; }
.inabout .aboutright .aboutvideo .videobox .mask .videoed img{ width: 50px; height: 50px;}

.inbusiness{ position: relative; padding: 80px 0; background: #ffffff;}
.inbusiness .title{ text-align: center; font-size: 36px; color: #333333; font-weight: bold;}
.inbusiness .businesstop{ position: relative; margin-top: 50px;}
.inbusiness .businesstop .swiper-wrapper{ display: flex; justify-content: center; align-items: center;}
.inbusiness .businesstop .swiper-slide{cursor: pointer; width: auto; margin: 0 20px;}
.inbusiness .businesstop .swiper-slide .icon{ width: 80px;  height: 80px; border-radius: 50px; background: #f6f6f6; display: flex; justify-content: center; align-items: center;}
.inbusiness .businesstop .swiper-slide .icon .iconbg{ width: 40px; height: 35px; background-size:80px 35px !important; background-repeat: no-repeat !important; background-position: 0 !important;  transition:0.3s all;}
.inbusiness .businesstop .swiper-slide:hover .icon,.inbusiness .businesstop .swiper-slide.swiper-slide-thumb-active .icon{  background: linear-gradient(145deg, #00a1e9, #0f5ead);}
.inbusiness .businesstop .swiper-slide:hover .icon .iconbg,.inbusiness .businesstop .swiper-slide.swiper-slide-thumb-active .icon .iconbg{ background-position: -40px 0 !important;}
.inbusiness .businesstop .swiper-slide .text{ margin-top: 15px; font-size: 18px; color: #333333; font-weight: bold; text-align: center;}
.inbusiness .businesscont{ position: relative; margin-top: 40px;}
.inbusiness .businesscont .swiper-slide{position: relative; width: auto; transform: scale(0.8);  transition:0.3s all; border-radius: 5px; overflow: hidden; }
.inbusiness .businesscont .swiper-slide .img{ position: relative;}
.inbusiness .businesscont .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover;}
.inbusiness .businesscont .swiper-slide .img::before{ position: absolute; content: ''; width: 100%;height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .5); z-index: 20;}
.inbusiness .businesscont .swiper-slide.swiper-slide-active{position: relative; transform: scale(1); text-align: center; z-index: 99;}
.inbusiness .businesscont .swiper-slide.swiper-slide-active .img::before{ display: none;}
.inbusiness .businesscont .swiper-slide.swiper-slide-next{transform: translateX(-50%) scale(0.8);border-radius: 5px; overflow: hidden;}
.inbusiness .businesscont .swiper-slide.swiper-slide-prev{transform: translateX(50%) scale(0.8);border-radius: 5px; overflow: hidden;}
.inbusiness .businesscont .swiper-slide .text{ position: absolute; width: 100%; bottom: 0; z-index: 99;  text-align: left; padding: 50px 30px; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));}
.inbusiness .businesscont .swiper-slide.swiper-slide-prev  .text,.inbusiness .businesscont .swiper-slide.swiper-slide-next  .text{ display: none;}
.inbusiness .businesscont .swiper-slide .text .tit{ font-size: 22px; color: #ffffff; font-weight: bold;}
.inbusiness .businesscont .swiper-slide .text .content{ font-size: 16px; color: #ffffff; margin-top: 10px; line-height: 28px;height: 56px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.inbusiness .businesscont .swiper-slide .text .more{ margin-top: 20px;}
.inbusiness .businesscont .swiper-slide .text .more a{ font-size: 15px; color: #ffffff;}
.inbusiness .businesscont .swiper-slide .text .more .iconfont{ margin-left: 10px; transition:0.3s all; }
.inbusiness .businesscont .swiper-slide .text .more:hover  .iconfont{ margin-left: 20px;}
.mbusiness{display: none;}

.incase{ position: relative; padding: 80px 0;background: url(../img/casebg.jpg) center no-repeat; background-size: cover;}
.incase .title{ text-align: center; font-size: 36px; color: #333333; font-weight: bold;}
.incase .casebox{ position: relative; margin-top: 50px;}
.incase .casebox .container{ position: relative;}
.incase .casetent{ padding: 0 80px;}
.incase .casecont .swiper-slide{position: relative; width: auto; transform:  scale(0.3); transition:0.3s all;  }
.incase .casecont .swiper-slide .img{ position: relative; overflow: hidden;border-radius: 5px; overflow: hidden;}
.incase .casecont .swiper-slide .img img{-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.incase .casecont .swiper-slide .img:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.incase .casecont .swiper-slide.swiper-slide-active{position: relative; transform:  scale(1); text-align: center; z-index: 99;}
.incase .casecont .swiper-slide.swiper-slide-next{border-radius: 5px; overflow: hidden;  transform:  scale(0.3) translateX(-30%);}
.incase .casecont .swiper-slide.swiper-slide-prev{border-radius: 5px; overflow: hidden;  transform:  scale(0.3) translateX(30%);}
.incase .casecont .swiper-slide .text{ position: relative; width: 100%; margin-top: 20px;}
.incase .casecont .swiper-slide .text .subtit{ font-size: 15px; color: #666666; }
.incase .casecont .swiper-slide .text .tit{margin-top: 10px; font-size: 18px; color: #333333; font-weight: bold; }
.incase .casecont .swiper-slide:hover .text .tit{ color: #0f5ead;}
.incase .casecont .swiper-slide.swiper-slide-prev  .text,.incase .casecont .swiper-slide.swiper-slide-next  .text{ display: none;}
.incase .casebox .botton{position: absolute; top: 50%; transform: translateY(calc(-50% - 40px)) ;z-index: 2;font-size: 16px;display: flex;align-items: center;justify-content: center; cursor: pointer;}
.incase .casebox .case-prev{left: 0;}
.incase .casebox .case-prev span{margin-right: 10px; transform: rotateY(-180deg);}
.incase .casebox .case-next{right: 0;}
.incase .casebox .case-prev:hover,.incase .casebox .case-next:hover{ color: #0f5ead;}
.incase .casebox .case-next span{ margin-left: 10px;}
.incase .casebox .case-prevbg{ position: absolute; width: 29vw; height: 260px; border-radius: 0 150px 150px 0; display: flex; align-items: center; left: 0; top: 50%; transform: translateY(calc(-50% - 40px)) ; box-shadow: 0 0 20px rgba(0,0,0,.1); background: #ffffff;}
.incase .casebox .case-nextbg{ position: absolute; width: 29vw; height: 260px; border-radius: 150px 0 0 150px; display: flex; align-items: center; right: 0; top: 50%; transform: translateY(calc(-50% - 40px)) ;box-shadow: 0 0 20px rgba(0,0,0,.1);  background: #ffffff;}

.innews{ position: relative; padding: 80px 0;background: #ffffff;}
.innews .title{ text-align: center; font-size: 36px; color: #333333; font-weight: bold;}
.innews .newsbox{position: relative; margin-top: 50px; display: grid;grid-gap:30px; grid-template-columns: repeat(3,1fr);}
.innews .newsbox .list{ position: relative; border-radius: 5px; box-shadow: 0 0 20px rgba(0,0,0,.1); background: #ffffff;}
.innews .newsbox .list .content{ padding: 35px 20px;}
.innews .newsbox .list .content .catname{ font-size: 17px; color: #0f5ead; font-weight: bold;}
.innews .newsbox .list .content .tit{margin-top: 20px; font-size: 20px; color: #333333; font-weight: bold; line-height: 30px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.innews .newsbox .list .content .date{ margin-top: 40px; font-size: 15px; color: #666666;}
.innews .newsbox .list:hover .content .tit{ color: #0f5ead;}
.innews .newsbox .industry{ position: relative; padding: 30px 25px; border-radius: 5px; box-shadow: 0 0 20px rgba(0,0,0,.1); background: #ffffff;}
.innews .newsbox .industry .catname{ font-size: 24px; color: #0f5ead; font-weight: bold;}
.innews .newsbox .industry .industrybox{ margin-top: 30px;}
.innews .newsbox .industry .industrybox .item{ margin-bottom: 30px;}
.innews .newsbox .industry .industrybox .item:last-child{ margin-bottom: 0;}
.innews .newsbox .industry .industrybox .item a{ font-size: 18px; color: #333333; font-weight: bold; line-height: 30px; height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.innews .newsbox .industry .industrybox .item:hover a{ padding-left: 10px; color: #0f5ead;}

.footer{ position: relative; background: #f2f2f2;}
.footer .top{ padding: 60px 0; display: flex; justify-content: space-between;}
.footer .top .left{ width: 365px;}
.footer .top .flogo{ height: 55px;}
.footer .top .text{ margin-top: 40px;}
.footer .top .text p{ display: flex; font-size: 16px; color: #666666; line-height: 26px; margin-bottom: 10px;}
.footer .top .text p span:first-child{ width: 50px;}
.footer .top .text p span:last-child{ width: calc(100% - 50px); margin-bottom: 0;}
.footer .top .code{position: relative; width: 120px;}
.footer .top .code div{position: relative; overflow: hidden; margin: 0 0 10px 0; border: 1px #999999 solid; border-radius: 5px; padding: 8px;}
.footer .top .code div span{width: 100%;position: absolute;top: 0;left: 0;animation: runEwm 4s linear infinite;}
.footer .top .code div span img{ width: 100%;}
.footer .top .code>img{ width: 100%;}
.footer .top .code p{ font-size: 15px; color: #666666; text-align: center;}
.footer .top .footnav{display: flex;}
.footer .top .footnav .item:not(:last-child){ margin: 0 150px 0 0;}
.footer .top .footnav .flex{display: grid;grid-template-columns: repeat(2, max-content);gap: 60px 150px;width: fit-content;}
.footer .top .footnav .flex .item:not(:last-child){ margin: 0;}
.footer .top .footnav .item>a{font-weight: bold;font-size: 16px;color: #101216;display: block; }
.footer .top .footnav .item .level{ margin: 10px 0 0;}
.footer .top .footnav .item .level a{ font-size: 15px; color: #666666; line-height: 33px; display: block; }
.footer .top .footnav .item>a:hover,.footer .top .footnav .item .level a:hover{color: #0f5ead; font-weight: bold;}
.footer .copyright{ position: relative; padding: 35px 0; font-size: 15px; color: #666666;border-top: 1px solid #d9d9d9;}
.footer .copyright a{font-size: 15px; color: #666666;}
.footer .copyright a:hover{color: #0f5ead;}

.pbanner{ width:100%; position:relative; color: #ffffff; overflow:hidden;}
.pbanner .bannerimg {position: relative;}
.pbanner .bannerimg img{width:100%; display:block; opacity:1; -webkit-animation: picMove 3s ease; animation: picMove 3s ease;}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); }
.pbanner .bannerText .container { position: relative; height: 100%;display: flex; justify-content: center; flex-direction: column;}
.pbanner .bannerText .container .catname{position: relative; font-size: 38px;color: #ffffff; font-weight: bold; letter-spacing: 2px;}
.pbanner .bannerText .container .slogan{ margin-top: 10px;font-size: 20px;color: #ffffff;  text-transform: uppercase; }
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}

.pagemain{ position: relative;background: #f4f8fb;}
.pagenav{ position: relative; background: #ffffff; height: 80px;}
.pagenav .container{display: flex; justify-content: space-between; align-items: center;}
.pagenav .curnav{position: relative;}
.pagenav .curnav .home{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.pagenav .curnav a{color: #333333;margin: 0 2px; font-size:16px;}
.pagenav .curnav a:hover{color: #0f5ead;}
.pagenav .menunav{ display: -webkit-flex;display: flex;justify-content: space-between;align-items: center;}
.pagenav .menunav .item{position: relative; line-height: 80px; padding: 0 36px;}
.pagenav .menunav .item::after{ position: absolute; content: ''; width: 1px; height: 18px; top: 50%; right: 0; transform: translateY(-50%); background: #bbbbbb;}
.pagenav .menunav .item:last-child:after{display: none;}
.pagenav .menunav .item a{color: #333333; font-size: 17px; font-weight: bold; display: block; text-transform: uppercase;}
.pagenav .menunav .item.active a,.pagenav .menunav .item:hover a { color: #0f5ead; -webkit-transition-delay: .1s; transition-delay: .1s; }
.pagenav .menunav .item:last-child{border-right: none;}

.pageabout{position: relative; padding: 70px 0;}
.pageabout .aboutbox{margin: auto;position: relative;z-index: 1;padding:50px 40px;border-radius: 20px;overflow: hidden; background: #ffffff;}
.pageabout .aboutbox .last_logo{height: 60px; margin: 0 0 0 41px;}
.pageabout .aboutbox .last_logo img{ height: 60px;}
.pageabout .aboutbox .aboutvideo{ position: relative;}
.pageabout .aboutbox .aboutvideo .video_bg{position: relative; z-index: 2; height: 100%;  overflow: hidden;}
.pageabout .aboutbox .aboutvideo .video_bg img{ width: 100%; animation: 15s more infinite linear;}
.pageabout .aboutbox .aboutvideo .videobox{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.pageabout .aboutbox .aboutvideo .videobox .mask{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.pageabout .aboutbox .aboutvideo .videobox .mask .videoed{position: relative; font-size: 22px; color: #0f5ead; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.pageabout .aboutbox .flex{ margin: 60px 0 0 0; display: flex; justify-content: space-between; align-items: center;}
.pageabout .aboutbox .flex .rightcont{ width: calc(100% - 400px);}
.pageabout .aboutbox .flex .rightcont .name{ font-size: 30px; color: #333333; font-weight: bold; margin: 0 0 20px 0;}
.pageabout .aboutbox .flex .rightcont .content{ font-size: 18px; color: #444444; font-weight: bold;  line-height: 30px; font-family: 'FangSong', 'SimSun', serif;}
.pageabout .aboutbox .number{position:relative; margin-top: 70px; display: grid;grid-gap:20px; grid-template-columns: repeat(3,1fr);}
.pageabout .aboutbox .number .item {position: relative; box-sizing: border-box;}
.pageabout .aboutbox .number .item .T {display: -webkit-flex;display: flex;align-items: flex-end;}
.pageabout .aboutbox .number .item .T .timer {font-size: 52px;color: #0f5ead; font-weight: bold; line-height: 1;margin-right: 10px; }
.pageabout .aboutbox .number .item .T .num {font-size: 22px;color: #0f5ead; font-weight: normal;}
.pageabout .aboutbox .number .item .c {margin-top: 10px;font-size: 16px; color: #333333;}
@-webkit-keyframes more {
    100% {
    transform: rotate(360deg);
    }
}
@keyframes more {
    100% {
    transform: rotate(360deg);
    }
}

.contentbox{ position: relative;}
.contentbox img{max-width: 100%; }

.pageculture{position: relative; padding: 70px 0;}
.pageculture .culturecont{position: relative; width: 100%; font-size: 22px;  color: #333333; text-indent: 2em; line-height: 32px; }
.pageculture .culturebox{position: relative; margin: 40px 0 0; width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.pageculture .culturebox .item{width: 100%;position: relative;cursor: pointer;overflow: hidden;z-index: 1;border-radius:10px; padding: 30px; border: 1px solid rgba(0, 0, 0, 0.1);background: #ffffff;transition: 0.3s;}
.pageculture .culturebox .item .headline h5{margin: 0 0 5px; font-size: 22px; color: #333333; font-weight: 500;  transition: 0.7s;}
.pageculture .culturebox .item .headline p{font-size: 14px;font-weight: 400;color: rgba(0,0,0,.8); transition: 0.7s;}
.pageculture .culturebox .item .bottom{ position: relative; margin: 80px 0 0;}
.pageculture .culturebox .item .bottom .display{display: flex; align-items: center; margin: 0 0 10px;}
.pageculture .culturebox .item .bottom .display .circle{width: 22px; height: 22px; background: #EA5404; border-radius: 50%;font-size: 14px;font-weight: bold;color: #ffffff;margin: 0 5px 0 0;transition: 0.7s;text-align: center;line-height: 22px;}
.pageculture .culturebox .item:nth-child(2n)  .display .circle{background: #0f5ead;}
.pageculture .culturebox .item .bottom .display p{ font-size: 15px; color: #333333; transition: 0.7s;}
.pageculture .culturebox .item .bottom .pick{ font-size: 17px; line-height: 28px; color: #333333;transition: 0.7s;}
.pageculture .culturebox .item .bottom .pick p{position: relative; margin: 0 0 10px; padding-left: 20px; }
.pageculture .culturebox .item .bottom .pick p::before{ position: absolute; content: ""; width: 8px; height: 8px; background: none; border: 2px #EA5404 solid; border-radius: 50%; left: 0; top: 8px; transition: 0.7s;}
.pageculture .culturebox .item:nth-child(2n) .bottom .pick p::before{  border: 2px #0f5ead solid; }
.pageculture .culturebox .item:hover{background: #EA5404;}
.pageculture .culturebox .item:nth-child(2n):hover{ background: #0f5ead;}
.pageculture .culturebox .item:hover .headline h5,.pageculture .culturebox .item:hover .headline p,.pageculture .culturebox .item:hover .bottom .display p,.pageculture .culturebox .item:hover .bottom .pick{ color: #ffffff;}
.pageculture .culturebox .item:hover .bottom .display .circle{background: #ffffff; color: #EA5404;}
.pageculture .culturebox .item:nth-child(2n):hover .bottom .display .circle{background: #ffffff; color: #0f5ead;}
.pageculture .culturebox .item:hover .bottom .pick p::before{border: 2px #ffffff solid;}
.pageculture .culturemd{position: relative; margin: 40px 0 0; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.pageculture .culturemd .item{width: 100%;position: relative;cursor: pointer;overflow: hidden;z-index: 1;border-radius:10px; padding: 30px; border: 1px solid rgba(0, 0, 0, 0.1);background: #ffffff;transition: 0.3s;}
.pageculture .culturemd .item .headline h5{margin: 0 0 5px; font-size: 22px; color: #333333; font-weight: 500;  transition: 0.7s;}
.pageculture .culturemd .item .headline p{font-size: 14px;font-weight: 400;color: rgba(0,0,0,.8); transition: 0.7s;}
.pageculture .culturemd .item .bottom{ position: relative; margin: 80px 0 0;}
.pageculture .culturemd .item .bottom .display{display: flex; align-items: center; margin: 0 0 10px;}
.pageculture .culturemd .item .bottom .display .circle{width: 22px; height: 22px; background: #EA5404; border-radius: 50%;font-size: 14px;font-weight: bold;color: #ffffff;margin: 0 5px 0 0;transition: 0.7s;text-align: center;line-height: 22px;}
.pageculture .culturemd .item:nth-child(2n)  .display .circle{background: #0f5ead;}
.pageculture .culturemd .item .bottom .display p{ font-size: 15px; color: #333333; transition: 0.7s;}
.pageculture .culturemd .item .bottom .pick{position: relative; font-size: 17px; line-height: 28px; color: #333333;transition: 0.7s;}
.pageculture .culturemd .item .bottom .pick p{position: relative; margin: 0 0 10px; padding-left: 20px; }
.pageculture .culturemd .item .bottom .pick p::before{ position: absolute; content: ""; width: 8px; height: 8px; background: none; border: 2px #EA5404 solid; border-radius: 50%; left: 0; top: 8px; transition: 0.7s;}
.pageculture .culturemd .item:nth-child(2n) .bottom .pick p::before{  border: 2px #0f5ead solid; }
.pageculture .culturemd .item:hover{background: #EA5404;}
.pageculture .culturemd .item:nth-child(2n):hover{ background: #0f5ead;}
.pageculture .culturemd .item:hover .headline h5,.pageculture .culturemd .item:hover .headline p,.pageculture .culturemd .item:hover .bottom .display p,.pageculture .culturemd .item:hover .bottom .pick{ color: #ffffff;}
.pageculture .culturemd .item:hover .bottom .display .circle{background: #ffffff; color: #EA5404;}
.pageculture .culturemd .item:nth-child(2n):hover .bottom .display .circle{background: #ffffff; color: #0f5ead;}
.pageculture .culturemd .item:hover .bottom .pick p::before{border: 2px #ffffff solid;}

.pagehistory{position: relative; padding: 70px 0;}
.pagehistory .top{ padding: 0 140px; position: relative;}
.pagehistory .top .button{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; display: flex; align-items: center; justify-content: space-between;pointer-events: none;}
.pagehistory .top .button .history-prev,.pagehistory .top .button .history-next{ width: 40px; height: 40px; background: linear-gradient(145deg, #00a1e9, #0f5ead); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: auto; transition: .4s ease;}
.pagehistory .top .button .history-prev{transform: rotate(180deg);}
.pagehistory .top .button .history-prev:hover,.pagehistory .top .button .history-next:hover{padding-left: 10px;}
.pagehistory .historytop::after{content: '';position: absolute;width:100%;height: 2px;background: #0f5ead;opacity: 0.4; left: 0; bottom: 0; transform: translateY(-15px); z-index: 0;}
.pagehistory .historytop .swiper-slide{position: relative; width: 20%; text-align: center; padding: 0 40px; cursor: pointer; z-index: 2;}
.pagehistory .historytop .swiper-slide .year{ font-size: 24px; color: #333333;}
.pagehistory .historytop .swiper-slide .stage{ font-size: 22px; color: #333333; font-weight: bold;}
.pagehistory .historytop .swiper-slide .circle{margin: 20px auto 0;width: 32px;height:32px;background: #f4f8fb;border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: .6s;}
.pagehistory .historytop .swiper-slide.swiper-slide-thumb-active .year,.pagehistory .historytop .swiper-slide.swiper-slide-thumb-active .stage{ color: #0f5ead;}
.pagehistory .historytop .swiper-slide.swiper-slide-thumb-active .circle{color: #0f5ead; background: #ffffff; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.pagehistory .bottom{ margin: 80px auto 0; position: relative; width: 70%;}
.pagehistory .historycont .swiper-slide{ height: 0; padding: 25px 10px; }
.pagehistory .historycont .swiper-slide.swiper-slide-active{ height: 100%;}
.pagehistory .historycont .swiper-slide .y_1 {width: 48px;position: absolute;left: 50px;top: 0;z-index: 1;}
.pagehistory .historycont .swiper-slide .y_2 {width: 48px;position: absolute;right: 50px;bottom: 0;z-index: 1;}
.pagehistory .historycont .swiper-slide .jump{background: #ffffff; padding: 50px; box-shadow: 0 0 15px rgba(0,0,0,.1); border-radius: 10px;display: flex; justify-content: space-between; align-items: center;}
.pagehistory .historycont .swiper-slide .jump .pick{margin: 0 40px 0 0;}
.pagehistory .historycont .swiper-slide .jump .pick .stage{ font-size: 24px; color: #333333; font-weight: bold; margin-bottom: 20px;}
.pagehistory .historycont .swiper-slide .jump .pick .cont{ font-size: 16px;color: #333333;line-height: 36px; }
.pagehistory .historycont .swiper-slide .jump .year{font-weight: bold; font-size: 95px; color: #0f5ead; opacity: 0.4;}

.pagehonor{position: relative; padding: 70px 0;}
.pagehonor .honorlist{position:relative; display: grid; grid-gap:30px; grid-template-columns: repeat(4,1fr);}
.pagehonor .honorlist .item{ position: relative; cursor: pointer;border-radius: 5px; box-shadow: 0 0 15px rgba(0,0,0,.1);}
.pagehonor .honorlist .item .img { overflow: hidden; background:  #ffffff; padding: 5%;}
.pagehonor .honorlist .item .img .rect-67 { display: block; background-repeat: no-repeat; background-position: center center; background-size: contain; -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));position: relative;}
.pagehonor .honorlist .item .img img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;max-height: 100%;}
.pagehonor .honorlist .item .title { font-size: 16px; color: #333333;  line-height: 55px;text-align: center; background: #ffffff;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.pagehonor .honorlist .item:hover .title {color: #0f5ead;}

.pagebusiness{position: relative; padding: 70px 0;}
.pagebusiness .businesslist .item {display: flex;align-items: center; flex-wrap: wrap; margin-bottom: 50px;}
.pagebusiness .businesslist .item:nth-of-type(even) {-ms-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.pagebusiness .businesslist .item:last-child{ margin-bottom: 0;}
.pagebusiness .businesslist .item .img{position: relative;width: 55%; border-radius: 10px; overflow: hidden;}
.pagebusiness .businesslist .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.pagebusiness .businesslist .item .img .proname { position: absolute; top: 10%;background-color: #ffffff;padding: 15px 30px; width: 65%;}
.pagebusiness .businesslist .item .img .proname .cn {font-size: 22px;color: #0f5ead; font-weight: bold; position: relative;}
.pagebusiness .businesslist .item .img .proname .desc{margin-top: 5px; font-size: 18px; color: #333333;}
.pagebusiness .businesslist .item:nth-of-type(odd) .img .proname {right: 0;}
.pagebusiness .businesslist .item:nth-of-type(odd) .img .proname:before {right: 100%;transform: skewX(-15deg) translateX(50%);}
.pagebusiness .businesslist .item:nth-of-type(even) .img .proname:before {left: 100%;transform: skewX(-15deg) translateX(-50%);}
.pagebusiness .businesslist .item .img .proname:before {content: "";position: absolute;top: 0;width: 50px;height: 100%;background-color: #ffffff;}
.pagebusiness .businesslist .item .cont{position: relative; width: 45%;}
.pagebusiness .businesslist .item:nth-of-type(odd) .cont {padding-left: 30px;}
.pagebusiness .businesslist .item:nth-of-type(even) .cont {padding-right: 30px;}
.pagebusiness .businesslist .item .cont .name{position: relative;padding-bottom: 20px; margin-bottom: 20px; font-size: 22px; color: #333333; font-weight: bold;}
.pagebusiness .businesslist .item .cont .name::after{ position: absolute; content: ""; left: 0; bottom: 0; width: 50px; height: 3px; background: #0f5ead;}
.pagebusiness .businesslist .item .cont .content{font-size: 16px; color: #1c1c1c; line-height: 2; }


.pagenews{ position: relative; padding: 70px 0;}
.pagenews .newslist{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.pagenews .newslist .item .img{position: relative; border-radius: 10px; overflow: hidden;}
.pagenews .newslist .item .content{ margin-top: 20px;}
.pagenews .newslist .item .content .catname{margin-bottom: 5px; font-size: 14px; color: #666666;}
.pagenews .newslist .item .content .title{ font-size: 18px; color: #333333; font-weight: bold; line-height: 1.75; transition: 0.7s;    height: 63px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.pagenews .newslist .item .content .time{margin-top: 15px; font-size: 15px; color: #999999;}
.newsdata .shownews{position: relative; float: left; width: calc(100% - 400px); margin: 0 auto; padding:30px; background-color: #ffffff; box-sizing: border-box;}
.newsdata .shownews .item_top{width: 100%;padding-bottom: 30px; border-bottom: 1px solid #e5e5e5;}
.newsdata .shownews .item_top .pageT{margin-bottom: 10px; font-size: 24px;line-height: 1.5;color: #333333; font-weight: bold;}
.newsdata .shownews .item_top .pageD{font-size: 15px;color: #666666;}
.newsdata .shownews .item_top .pageD .line{margin: 0 5px; font-size: 14px; font-weight: lighter; color: #999999;}
.newsdata .shownews .item_content{padding: 30px 0; font-size:16px; color:#333333; line-height:2;}
.newsdata .shownews .item_content p a{font-size: 16px !important; }
.newsdata .shownews .item_content img{max-width:100%; margin:5px 0;}
.newsdata .shownews .item_content table{border-collapse:collapse;width:100% !important;}
.newsdata .shownews .item_content table,.newsdata .shownews .item_content tr{ font-size: 16px; color: #444444; }
.newsdata .shownews .item_content table,.newsdata .shownews .item_content th,.newsdata .shownews .item_content td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.page_btm{width: 100%;padding-top: 30px;border-top: 1px solid #e5e5e5;display: flex;align-items: center; justify-content: space-between;}
.page_btm .paging_nav{width: calc(100% - 180px);margin: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;flex-direction: column;align-content: flex-start;}
.page_btm .paging_nav .prevpage{float: left;width: 100%;}
.page_btm .paging_nav .prevpage a{line-height: 2;color: #555555;font-size: 15px;display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .prevpage:hover a{color: #0f5ead;}
.page_btm .paging_nav .nextpage {float: left;width: 100%;}
.page_btm .paging_nav .nextpage a {line-height: 2;color: #555555;font-size: 15px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .nextpage:hover a{color: #0f5ead;}
.page_btm .return_list{width: 150px;}
.page_btm .return_list .backList{width:100%; height: 45px; font-size: 15px; color: #ffffff; border-radius: 25px; background: #0f5ead; display: flex; align-items: center; justify-content: center;}
.page_btm .return_list .backList .ml-cio{margin-left: 10px; height: 12px;}
.page_btm .return_list .backList:hover{background:#0f5ead;}
.newsdata .shownews_right{ float: right; width: 370px; background: #ffffff; padding: 20px;  box-sizing: border-box;}
.newsdata .shownews_right.fixednav{position: sticky; right: 0; top: 120px !important; }
.newsdata .shownews_right .news_right_title{ font-size: 22px; color: #0f5ead; font-weight: bold; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 2px solid #0f5ead;}
.newsdata .shownews_right .news_right_list .item{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: solid 1px #E0E0E0;}
.newsdata .shownews_right .news_right_list .item .item_title{margin-bottom: 10px; font-size: 17px; color: #333333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.newsdata .shownews_right .news_right_list .item .item_desc{ font-size: 16px; color: #666666; line-height: 1.75; height: 56px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.newsdata .shownews_right .news_right_list .item .item_time{margin-top: 20px; font-size: 14px; color: #999999;}
.newsdata .shownews_right .news_right_list .item .item_time .iconfont{font-size: 14px; margin-right: 5px;}
.newsdata .shownews_right .news_right_list .item:hover .item_title{ color: #0f5ead;}
.newsdata .shownews_right .case_right_list{display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px;}
.newsdata .shownews_right .case_right_list .item .img{border-radius: 5px; overflow: hidden;}
.newsdata .shownews_right .case_right_list .item .text{ position: relative; width: 100%; margin-top: 15px; text-align: center;}
.newsdata .shownews_right .case_right_list .item .text .subtit{ font-size: 14px; color: #666666; }
.newsdata .shownews_right .case_right_list .item .text .tit{margin-top: 5px; font-size: 15px; color: #333333; font-weight: bold; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.newsdata .shownews_right .case_right_list .item:hover .text .tit{ color: #0f5ead;}

.pagecase{position: relative; padding: 70px 0;}
.pagecase .caselist{display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.pagecase .caselist .item .img{border-radius: 5px; overflow: hidden;}
.pagecase .caselist .item .text{ position: relative; width: 100%; margin-top: 15px; text-align: center;}
.pagecase .caselist .item .text .subtit{ font-size: 15px; color: #666666; }
.pagecase .caselist .item .text .tit{margin-top: 5px; font-size: 18px; color: #333333; font-weight: bold; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.pagecase .caselist .item:hover .text .tit{ color: #0f5ead;}

.pagejoin{ position: relative; padding: 70px 0;}
.pagejoin .talent{display: flex; align-items: center; position: relative;}
.pagejoin .talent .talentleft{ width: 56%; padding-right: 80px;}
.pagejoin .talent .talentleft .stdtitle{ font-size: 32px; color: #333333; font-weight: bold;}
.pagejoin .talent .talentleft .stdcont{margin-top: 40px; font-size: 16px; color: #666666; line-height: 1.75;}
.pagejoin .talent .talentright{ width: 44%; border-radius: 20px; overflow: hidden;}
.pagejoin .talent .talentright img{ width: 100%; height: 100%; object-fit: cover;}
.pagestaff{ position: relative; padding: 70px 0;}
.pagestaff .stafflist{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px;}
.pagestaff .stafflist .item{position: relative; overflow: hidden; background: #ffffff;}
.pagestaff .stafflist .item .text{padding: 25px 25px 55px;}
.pagestaff .stafflist .item .t{ font-size: 16px; color: #333333; font-weight: bold; transition: 0.7s; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.pagestaff .stafflist .item .ibox-more { background: url(../img/more_i1.png) no-repeat scroll left center; width: 19px; height: 20px; position: absolute; bottom: 18px; }
.pagestaff .stafflist .item .ibox-more i { position: absolute; background: url(../img/more_i2.png) no-repeat scroll left center; width: 0%; height: 100%; }
.pagestaff .stafflist .item:hover .ibox-more i{ width: 100%;}
.pagestaff .stafflist .item .filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s; background-color: #0f5ead; z-index: 5; }
.pagestaff .stafflist .item .filler2-bottom { width: 0%; height: 5px; left: 0%; bottom: 0; }
.pagestaff .stafflist .item:hover .filler2-bottom { width: 100%; }
.pagestaff .stafflist .item:hover{box-shadow: 0 0 15px rgba(0, 0, 0, .1);}

.pagejoin .joinlist .list_dl{ position: relative; margin-bottom: 30px;  background: #ffffff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);border-radius: 10px; transition: 0.4s; cursor: pointer;}
.pagejoin .joinlist .list_dl:last-child{ margin-bottom: 0;}
.pagejoin .joinlist .list_dl#open .list_dt{ position: relative; border-bottom: 1px #eeeeee solid;}
.pagejoin .joinlist .list_dl .list_dt .num{position:absolute; left:20px; color:#ededed; line-height:1; top:0; font-size:85px; font-weight:lighter; font-family: 'din';}
.pagejoin .joinlist .list_dl .list_dt .box{padding:30px; position:relative;display: flex;flex-wrap: wrap;justify-content: space-between; align-items: center;}
.pagejoin .joinlist .list_dl .list_dt .box .tit{font-size:26px; line-height:1; color:#000; transition:.5s ease;}
.pagejoin .joinlist .list_dl .list_dt .box .date{font-size:16px; line-height:1; color:#2f2f2f; margin-top:25px; transition:.5s ease;}
.pagejoin .joinlist .list_dl .list_dt .box .icon{width: 35px; height: 35px; border: 1px solid #e0e0e0; display: flex; justify-content: center; align-items: center; border-radius: 50%;transition:.5s ease;}
.pagejoin .joinlist .list_dl .list_dt .box .icon i{transform: rotateZ(90deg); font-size: 16px; transition: 0.4s;color: #999999;}
.pagejoin .joinlist .list_dl#open .list_dt .box .icon{background: linear-gradient(to right, #00a1e9, #0f5ead);border-color: #ffffff;}
.pagejoin .joinlist .list_dl#open .list_dt .box .icon i{color: #0f5ead; transform: rotateZ(270deg); color: #ffffff;}
.pagejoin .joinlist .list_dd{display: none;padding: 30px;font-size: 15px;line-height: 2;color: #555;}

.pagecontact{ position: relative; background: url(../img/contactbg.jpg) center no-repeat; background-size: cover;}
.pagecontact .contactbox{position: relative; padding: 70px 0; display: flex; justify-content: space-between;}
.pagecontact  .contactbox .le_box{ width: 45%;}
.pagecontact  .contactbox .le_box .content1{font-size: 32px; color: #000000;}
.pagecontact  .contactbox .le_box .content2{position: relative; margin-top: 50px;}
.pagecontact  .contactbox .le_box .content2 .item{ margin-bottom: 30px;}
.pagecontact  .contactbox .le_box .content2 .item .tips{margin-bottom: 5px; font-size: 16px; color: #666666;}
.pagecontact  .contactbox .le_box .content2 .item a{font-size: 24px;color: #000000;}
.pagecontact  .contactbox .le_box .code{position: relative; width: 120px;}
.pagecontact  .contactbox .le_box .code img{ width: 100%;}
.pagecontact  .contactbox .le_box .code div{position: relative; overflow: hidden; margin: 0 0 10px 0; border: 1px #999999 solid; border-radius: 5px; padding: 8px;}
.pagecontact  .contactbox .le_box .code div span{width: 100%;position: absolute;top: 0;left: 0;animation: runEwm 4s linear infinite;}
.pagecontact  .contactbox .le_box .code div span img{ width: 100%;}
.pagecontact  .contactbox .le_box .code>img{ width: 100%;}
.pagecontact  .contactbox .le_box .code p{ font-size: 15px; color: #666666; text-align: center;}
.pagecontact  .contactbox .ri_box{ width: 50%; padding: 10px; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .05); background: #ffffff;}
.pagecontact  .contactbox .ri_box .contactmap{ width: 100%; height: 100%;}
@-webkit-keyframes runEwm {
    0% {
        top: 0;
    }
    50% {
        top: 90%;
    }
    100% {
        top: 0;
    }
}
@keyframes runEwm {
    0% {
        top: 0;
    }
    50% {
        top: 90%;
    }
    100% {
        top: 0;
    }
}

/* 通用视频弹窗*/
.video{display: none; position: fixed; left: 0;top: 0;z-index: 9999;width: 100%;height: 100vh;background: rgba(0, 0, 0, .9); z-index: 999;}
.video .videoList{position: relative;padding: 30px;background: #ffffff;width: 60%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.video .close{position: absolute;right: 10px;top: 10px;border-radius: 100%; font-size: 17px; color: #333333; cursor:   pointer;}
.video .close:hover{ color: #0f5ead;}


/* fenye */
.pages { margin:50px auto 0; text-align:center;}
.pages li { margin:0 2px; display:inline-block; height:45px; width: 45px; line-height:45px; background:#ffffff; border-radius: 3px; }
.pages li a{text-align:center; font-size: 18px; color:#333333; display: block;}
.pages li.active,.pages li:hover {background:#0f5ead; text-decoration:none}
.pages li.active a,.pages li:hover a{color:#ffffff; }

.pages1{ width:100%; padding: 40px 0; background:#ffffff; border-top: 1px #e5e5e5 solid; margin-top: 20px;}
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333333; font-size: 14px;}
.pages1_l:hover a{ color:#0f5ead;}
.pages1_r{ float:left; width:100%;}
.pages1_r a{line-height:26px; color:#333333; font-size: 14px;}
.pages1_r:hover a{ color:#0f5ead;}

#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 999;
}
#pictureViewer > .content{
    background-color: #ffffff;
    position: absolute;
    width: 70%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #0f5ead;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/icon/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/icon/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/icon/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../img/icon/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../img/icon/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #0f5ead;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/icon/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/icon/next_white.png);
}
#pictureViewer .picture-content{
    display: flex;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide {
    display: none;
}
#pictureViewer .left {
    float: left;
}
#pictureViewer .right {
    float: right;
}
#pictureViewer .clear-flex {
    clear: both;
}
#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1560px){
    .incase .casebox .case-nextbg,.incase .casebox .case-prevbg{ width: 28vw; height: 200px;}
    .incase .casecont .swiper-slide.swiper-slide-next{ transform: scale(0.3) translateX(-50%);}
    .incase .casecont .swiper-slide.swiper-slide-prev{transform: scale(0.3) translateX(50%)}
}


@media screen and (max-width: 1440px){
    .container {padding: 0 3%;}
}

@media screen and (max-width: 1360px){
    .pagenav .menunav .item{ padding: 0 30px;}
    .incase .casebox .case-nextbg,.incase .casebox .case-prevbg{ width: 25vw; height: 200px;}
    .incase .casebox .case-next{ right: 20px;}
    .incase .casebox .case-prev{ left: 20px;}
    .incase .casecont .swiper-slide.swiper-slide-next{ transform: scale(0.25) translateX(-80%);}
    .incase .casecont .swiper-slide.swiper-slide-prev{transform: scale(0.25) translateX(80%)}
}

@media screen and (max-width: 1280px) and (min-width: 1200px){
    .pagenav .menunav .item{ padding: 0 25px;}
    .incase .casebox .case-nextbg,.incase .casebox .case-prevbg{ width: 22vw; height: 200px;}
    .incase .casebox .case-next{ right: 20px;}
    .incase .casebox .case-prev{ left: 20px;}
    .incase .casecont .swiper-slide.swiper-slide-next{ transform: scale(0.25) translateX(-80%);}
    .incase .casecont .swiper-slide.swiper-slide-prev{transform: scale(0.25) translateX(80%)}
}

@media screen and (max-width: 1200px) {
    .header,.header.scroll,.placeholder{ height: 70px;}
    .header .nav{ display: none;}
    .header .logo{ height: 70px;}
    .header .logo img,.header.scroll .logo img{ height: 40px;}
    .sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:22px; display: block;}
    .sp_nav span{display:block;background:#0f5ead;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
    .sp_nav span:nth-of-type(1){top:0px}
    .sp_nav span:nth-of-type(2){top:10px}
    .sp_nav span:nth-of-type(3){top:20px}
    .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
    .sp_nav_se span:nth-of-type(2){width:0}
    .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
    .sjj_nav{position:fixed;z-index:999;background:#fff;width:100%;height:100vh;font-size:14px;line-height:40px;top:-100vh;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display: block;}
    .sjj_nav .bg{ width: 100%; height: 4px;background: #0f5ead;}
    .sjj_nav .hotline{ background-color: #0f5ead; padding-left: 20px; height: 60px;line-height: 60px; font-size: 14px; color: #fff; }
    .sjj_nav .hotline span{ font-size: 20px;font-weight: bold; }
    .nav_show{top:70px}
    .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0; width:70%;}
    .sjj_nav>ul>li:first-child>a{float:left;width:75%;}
    .sjj_nav>ul>li:first-child .language{float:right;width:22%;overflow:hidden;line-height:50px;}
    .sjj_nav>ul>li:first-child .language a{width:48%;float:left;border-left:1px #eeeeee solid;text-align:center;color:#999999;}
    .sjj_nav>ul>li i{position:absolute;top:10px;right:0px;border-left:1px rgb(0,0,0,.1) solid;height:30px;padding:0px 7px 0 7px; line-height:40px;}
    .sjj_nav>ul>li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
    .sjj_nav>ul>li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .sjj_nav>ul>li{border-top:1px #eeeeee solid; position:relative;line-height:50px;font-size:16px}
    .sjj_nav>ul>li:last-child{border-bottom:1px #eeeeee solid;}
    .sjj_nav>ul>li ul{display:none}
    .sjj_nav>ul>li>a{color:#666; display: block;padding-left:20px;}
    .sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.open>a{ color:#ffffff; background-color:#0f5ead;}
    .sjj_nav>ul>li ul li{position:relative;line-height:40px;}
    .sjj_nav>ul>li ul li a{padding-left:30px; color:#333333; font-size:14px; display:block;text-align:left;}
    .sjj_nav>ul>li ul li a:hover{color:#0f5ead;}
    .sjj_nav>ul>li i svg{width:20px;height:20px;fill:#555;}
    .sjj_nav>ul>li .sjj_nav_i_se svg{fill:#ffffff}
    .sjj_nav>ul>li ul li>ul{margin-left:10px}

    .banner .swiper-slide .pic{ height: auto;}
    .inabout{ padding: 60px 0;}
    .inabout .aboutleft .title{ margin-top: 30px; font-size: 32px;}
    .inabout .aboutright .aboutvideo{ bottom: 0;}
    .inbusiness{ padding: 60px 0;}
    .inbusiness .title{ font-size: 32px;}
    .inbusiness .businesstop .swiper-slide{ margin: 0 15px;}
    .inbusiness .businesstop .swiper-slide .icon{ width: 70px; height: 70px;}
    .incase{ padding: 60px 0;}
    .incase .title{ font-size: 32px;}
    .incase .casebox .case-nextbg, .incase .casebox .case-prevbg{ display: none;}
    .innews{ padding: 60px 0;}
    .innews .title{ font-size: 32px;}
    .innews .newsbox .industry .industrybox .item:nth-child(5){ display: none;}

    .footer .top{ padding: 40px 0;}
    .footer .top .footnav .item:not(:last-child){margin: 0 60px 0 0;}
    .footer .top .footnav .flex{gap:20px 60px}
    .footer .copyright{ padding: 25px 0;}

    .pbanner .bannerText .container .catname{ font-size: 28px;}
    .pbanner .bannerText .container .slogan{ font-size: 18px;}
    .pagenav .menunav .item{ padding: 0 18px;}
    .pageabout{ padding: 50px 0;}
    .pageabout .aboutbox .flex .rightcont{width: calc(100% - 260px);}
    .pageculture{padding: 50px 0;}
    .pageculture .culturebox{grid-gap:20px;}
    .pageculture .culturebox .item{padding: 20px;}
    .pagehonor{padding: 50px 0;}
    .pagehonor .honorlist{grid-gap:20px;}

    .pagebusiness{ padding: 50px 0;}
    .pagebusiness .businesslist .item .img .proname .desc{ font-size: 16px;}

    .pagenews{ padding: 50px 0;}
    .pagenews .newslist{ grid-gap:20px;}
    .newsdata .shownews{width: calc(100% - 350px);}
    .newsdata .shownews_right{ width: 320px;}

    .pagecase{padding: 50px 0;}
    .pagecase .caselist{ grid-gap:20px;}

    .pagejoin{ padding: 50px 0;}
    .pagejoin .talent .talentleft .stdtitle{ font-size: 26px;}
    .pagejoin .talent .talentleft{padding-right: 50px;}

    .pagestaff{ padding: 50px 0;}

    .pagecontact .contactbox{ padding: 50px 0;}
}


@media screen and (max-width: 1023px) {
    .banner .pagination{ bottom: 10px;}
    .banner .pagination .botton{ width: 70px;}
    .banner .pagination .swiper-pagination{ margin-top: 6px;}
    .banner .pagination .swiper-button .iconfont{ width: 25px; height: 25px; font-size: 13px;}
    .banner .pagination .swiper-pagination .xian{ width: 10px;}
    .banner .pagination .swiper-pagination span{ margin: 0 2px; font-size: 13px; font-weight: normal;}
    .banner .pagination .swiper-pagination .dangqian{font-size: 16px; font-weight: bold;}
    .inabout{ padding: 40px 0;}
    .inabout .container{ flex-direction: column;}
    .inabout .aboutleft{ width: 100%;}
    .inabout .aboutleft .title{ margin-top: 0; font-size: 20px;}
    .inabout .aboutleft .content{ margin-top: 20px; font-size: 14px;}
    .inabout .aboutleft .more{ margin-top: 30px;}
    .inabout .aboutleft .more a{ width: 125px; height: 42px; line-height: 42px; font-size: 14px;}
    .inabout .aboutright{ width: 100%; margin-top: 30px;}
    .inabout .aboutright .aboutvideo{ transform: translateX(0); padding: 4px; left: 10px; bottom: 10px;}

    .inbusiness{display: none;}
    .mbusiness{ position: relative; padding: 40px 0; background: #ffffff;display: block;}
    .mbusiness .title{ text-align: center; font-size: 20px; color: #333333; font-weight: bold;}
    .mbusiness .mbusinesstop{ position: relative; margin-top: 30px;}
    .mbusiness .mbusinesstop .swiper-slide{cursor: pointer; width: 20%;}
    .mbusiness .mbusinesstop .swiper-slide .icon{ width: 50px;  height: 50px; border-radius: 50px; margin: 0 auto; background: #f6f6f6; display: flex; justify-content: center; align-items: center;}
    .mbusiness .mbusinesstop .swiper-slide .icon .iconbg{ width: 29px; height: 25px; background-size:57px 25px !important; background-repeat: no-repeat !important; background-position: 0 !important;  transition:0.3s all;}
    .mbusiness .mbusinesstop .swiper-slide:hover .icon,.mbusiness .mbusinesstop .swiper-slide.swiper-slide-thumb-active .icon{  background: linear-gradient(145deg, #00a1e9, #0f5ead);}
    .mbusiness .mbusinesstop .swiper-slide:hover .icon .iconbg,.mbusiness .mbusinesstop .swiper-slide.swiper-slide-thumb-active .icon .iconbg{ background-position: -28.5px 0 !important;}
    .mbusiness .mbusinesstop .swiper-slide .text{ margin-top: 10px; font-size: 16px; color: #333333; font-weight: bold; text-align: center;}
    .mbusiness .mbusinesscont{ position: relative; margin-top: 20px;}
    .mbusiness .mbusinesscont .swiper-slide{position: relative; width: 100%;  transition:0.3s all; border-radius: 5px; overflow: hidden; }
    .mbusiness .mbusinesscont .swiper-slide .img{ position: relative;}
    .mbusiness .mbusinesscont .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover;}
    .mbusiness .mbusinesscont .swiper-slide .img::before{ position: absolute; content: ''; width: 100%;height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .5); z-index: 20;}
    .mbusiness .mbusinesscont .swiper-slide.swiper-slide-active{position: relative; transform: scale(1); text-align: center; z-index: 99;}
    .mbusiness .mbusinesscont .swiper-slide.swiper-slide-active .img::before{ display: none;}
    .mbusiness .mbusinesscont .swiper-slide.swiper-slide-next{transform: translateX(-50%) scale(0.8);border-radius: 5px; overflow: hidden;}
    .mbusiness .mbusinesscont .swiper-slide.swiper-slide-prev{transform: translateX(50%) scale(0.8);border-radius: 5px; overflow: hidden;}
    .mbusiness .mbusinesscont .swiper-slide .text{ position: absolute; width: 100%; bottom: 0; z-index: 99;  text-align: left; padding: 20px 15px; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));}
    .mbusiness .mbusinesscont .swiper-slide.swiper-slide-prev  .text,.mbusiness .mbusinesscont .swiper-slide.swiper-slide-next  .text{ display: none;}
    .mbusiness .mbusinesscont .swiper-slide .text .tit{ font-size: 18px; color: #ffffff; font-weight: bold;}
    .mbusiness .mbusinesscont .swiper-slide .text .content{ font-size: 14px; color: #ffffff; margin-top: 10px; line-height: 24px;height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
    .mbusiness .mbusinesscont .swiper-slide .text .more{ margin-top: 10px;}
    .mbusiness .mbusinesscont .swiper-slide .text .more a{ font-size: 14px; color: #ffffff;}
    .mbusiness .mbusinesscont .swiper-slide .text .more .iconfont{ margin-left: 10px; transition:0.3s all; }
    .mbusiness .mbusinesscont .swiper-slide .text .more:hover  .iconfont{ margin-left: 15px;}

    .incase{ padding: 40px 0;}
    .incase .title{ font-size: 20px;}
    .incase .casebox{ margin-top: 30px;}
    .incase .casetent{ padding: 0 70px;}
    .incase .casecont .swiper-slide{ width: 100%;}
    .incase .casecont .swiper-slide .img img{ width: 100%; height: 100%; object-fit: cover;}
    .incase .casebox .case-prev{ left: 3%; font-size: 14px;}
    .incase .casebox .case-next{ right: 3%; font-size: 14px;}
    .incase .casebox .case-prev span,.incase .casebox .case-next span{ font-size: 12px;}
    .incase .casebox .case-prev span{ margin-right: 5px;}
    .incase .casebox .case-next span{margin-left: 5px;}
    .incase .casecont .swiper-slide .text{ margin-top: 10px;}
    .incase .casecont .swiper-slide .text .tit{margin-top: 5px; font-size: 16px;}

    .innews{ padding: 40px 0;}
    .innews .title{font-size: 20px;}
    .innews .newsbox{ margin-top: 30px; display: flex; flex-direction: column;grid-gap:20px; }
    .innews .newsbox .list .content{ padding: 15px;}
    .innews .newsbox .list .content .catname{ font-size: 15px;}
    .innews .newsbox .list .content .tit{ margin-top: 10px; font-size: 16px; line-height: 26px; height: 52px;}
    .innews .newsbox .list .content .date{ margin-top: 15px; font-size: 14px;}
    .innews .newsbox .industry{ padding: 15px;}
    .innews .newsbox .industry .catname{ font-size: 18px;}
    .innews .newsbox .industry .industrybox .item a{font-size: 16px; line-height: 26px; height: 52px;}
    .innews .newsbox .industry .industrybox .item{ margin-bottom: 15px;}

    .footer .top{ padding: 30px 0;}
    .footer .top .footnav{display: none;}
    .footer .top .flogo{ height: 40px;}
    .footer .top .text{ margin-top: 20px;}
    .footer .top .text p{ font-size: 15px;}
    .footer .copyright{ padding: 20px 0;}
    .footer .copyright .fr{ float: none;}
    .footer .top .code{display: none;}

    .pbanner .bannerimg img{ width: 140%;}
    .pbanner .bannerText .container .catname{ font-size: 18px;}
    .pbanner .bannerText .container .slogan{ margin-top: 5px; font-size: 15px;}

    .pagenav{ height: auto; padding: 10px 0;}
    .pagenav .curnav a{ font-size: 14px;}
    .pagenav .container{ flex-direction: column; align-items: normal;}
    .pagenav .menunav {position: relative;margin-top: 10px;  display: block;}
    .pagenav .menunav .item {position: relative;display: block;background: #f4f8fb;line-height: 45px;width: 49%;margin-right: 2%;margin-bottom: 2%;float: left; padding: 0 10px;}
    .pagenav .menunav .item::after{display: none;}
    .pagenav .menunav .item:nth-child(2n) {margin-right: 0;}
    .pagenav .menunav .item:nth-last-of-type(-n+2) {margin-bottom: 0;}
    .pagenav .menunav .item a {color: #333333;font-size: 15px;font-weight: bold;display: block;text-align: center;text-transform: uppercase;}
    .pagenav .menunav .item.active a,.pagenav .menunav .item:hover a {color: #0f5ead;-webkit-transition-delay: .1s;transition-delay: .1s;}
    .pagenav .menunav .item:last-child {border-right: none;}

    .pageabout{ padding: 40px 0;}
    .pageabout .aboutbox{ padding: 15px;}
    .pageabout .aboutbox .last_logo{ margin: 20px 0 0; text-align: center;}
    .pageabout .aboutbox .last_logo img{ height: 40px;}
    .pageabout .aboutbox .flex{ margin:  0; flex-direction: column; align-items:normal}
    .pageabout .aboutbox .aboutvideo .video_bg{ width: 40%; margin: 0 auto;}
    .pageabout .aboutbox .aboutvideo .videobox .mask .videoed{ font-size: 15px;}
    .pageabout .aboutbox .flex .rightcont{ width: 100%;}
    .pageabout .aboutbox .flex .rightcont .name{ font-size: 20px;}
    .pageabout .aboutbox .flex .rightcont .content{ font-size: 15px;}
    .pageabout .aboutbox .number{ margin-top: 30px;}
    .pageabout .aboutbox .number .item .T .timer{ font-size: 26px;}
    .pageabout .aboutbox .number .item .c{ margin-top: 5px; font-size: 14px;}
    .pageculture{ padding: 40px 0;}
    .pageculture .culturecont{ font-size: 17px; line-height: 28px;}
    .pageculture .culturebox{ margin: 30px 0 0;    grid-template-columns: repeat(1, 1fr);}
    .pageculture .culturebox .item{ padding: 15px;}
    .pageculture .culturebox .item .headline h5{ font-size: 17px;}
    .pageculture .culturebox .item .bottom{margin: 40px 0 0;}
    .pageculture .culturebox .item .bottom .pick{ font-size: 15px; line-height: 26px;}
    .pageculture .culturebox .item .bottom .pick p{ margin: 0 0 5px;}
    .pagehonor{ padding: 40px 0;}
    .pagehonor .honorlist{grid-gap: 10px;    grid-template-columns: repeat(2, 1fr)}
    .pagehonor .honorlist .item .title{ font-size: 15px; line-height: 45px;}

    .pagebusiness{ padding: 40px 0;}
    .pagebusiness .businesslist .item{ flex-direction: column; align-items:normal;}
    .pagebusiness .businesslist .item .img{ width: 100%; border-radius: 5px;}
    .pagebusiness .businesslist .item .img .proname{ width: 80%; padding: 10px 30px;}
    .pagebusiness .businesslist .item .img .proname .cn{ font-size: 17px;}
    .pagebusiness .businesslist .item .img .proname .desc{ font-size: 14px;}
    .pagebusiness .businesslist .item:nth-of-type(odd) .cont{ padding-left: 0;}
    .pagebusiness .businesslist .item .cont{ width: 100%; margin-top: 20px;}
    .pagebusiness .businesslist .item .cont .name{ font-size: 20px;padding-bottom: 10px; margin-bottom: 10px;}
    .pagebusiness .businesslist .item .cont .content{ font-size: 15px;}

    .pagenews{ padding: 40px 0;}
    .pagenews .newslist{grid-gap: 10px;    grid-template-columns: repeat(2, 1fr)}
    .pagenews .newslist .item .content{ margin-top: 10px;}
    .pagenews .newslist .item .content .title{ font-size: 15px; height: 56px;}
    .pagenews .newslist .item .content .time{ font-size: 14px;}
    .newsdata .shownews{ width: 100%; padding: 15px;}
    .newsdata .shownews .item_top .pageT{ font-size: 16px;}
    .newsdata .shownews .item_top .pageD{ font-size: 14px;}
    .newsdata .shownews .item_content{ padding: 20px 0; font-size: 15px;}
    .page_btm{ padding-top: 20px;}
    .page_btm .paging_nav{ width: calc(100% - 120px);}
    .page_btm .paging_nav .prevpage a,.page_btm .paging_nav .nextpage a{ font-size: 14px;}
    .page_btm .return_list{ width: 100px;}
    .page_btm .return_list .backList{ font-size: 14px; height: 40px;}
    .page_btm .return_list .backList .ml-cio{ margin-left: 5px;}
    .newsdata .shownews_right{ width: 100%; padding: 15px;}
    .newsdata .shownews_right.fixednav{ position: relative; top: 0 !important; margin-top: 20px;}
    .newsdata .shownews_right .news_right_title{ font-size: 18px;margin-bottom: 10px; padding-bottom: 10px;}
    .newsdata .shownews_right .news_right_list .item .item_title{ font-size: 16px; margin-bottom: 5px;}
    .newsdata .shownews_right .news_right_list .item .item_desc{ font-size: 15px;}
    .newsdata .shownews_right .news_right_list .item .item_time{margin-top: 10px;}
    .newsdata .shownews_right .news_right_list .item{margin-bottom: 10px;padding-bottom: 10px;}

    .pagecase{ padding: 40px 0;}
    .pagecase .caselist{grid-gap: 10px; grid-template-columns: repeat(2, 1fr)}
    .pagecase .caselist .item .text{ margin-top: 10px;}
    .pagecase .caselist .item .text .subtit{ font-size: 14px;}
    .pagecase .caselist .item .text .tit{ font-size: 15px;}

    .pagejoin{ padding: 40px 0;}
    .pagejoin .talent{ flex-direction: column; align-items: normal;}
    .pagejoin .talent .talentleft{padding-right: 0; width: 100%;}
    .pagejoin .talent .talentleft .stdtitle{ font-size: 18px;}
    .pagejoin .talent .talentleft .stdcont{ margin-top: 15px; font-size: 15px;}
    .pagejoin .talent .talentright{ margin-top: 20px; width: 100%; border-radius: 5px;}
    .pagestaff{ padding: 40px 0;}
    .pagestaff .stafflist{grid-gap: 10px; grid-template-columns: repeat(2, 1fr)}
    .pagestaff .stafflist .item .text{   padding: 10px 10px 30px;}
    .pagestaff .stafflist .item .t{font-size: 15px;}
    .pagestaff .stafflist .item .ibox-more{ bottom: 5px;}
    .pagestaff .stafflist .item .filler2-bottom{ height: 2px;}

    .pagejoin .joinlist .list_dl{ margin-bottom: 10px;}
    .pagejoin .joinlist .list_dl .list_dt .box{ padding: 15px;}
    .pagejoin .joinlist .list_dl .list_dt .box .tit{ font-size: 15px; font-weight: bold;}
    .pagejoin .joinlist .list_dl .list_dt .num{font-size: 40px;}
    .pagejoin .joinlist .list_dl .list_dt .box .date{ margin-top: 10px;font-size: 14px;}
    .pagejoin .joinlist .list_dl .list_dt .box .icon{ width: 28px; height: 28px; }
    .pagejoin .joinlist .list_dl .list_dt .box .icon i{ font-size: 14px;}
    .pagejoin .joinlist .list_dd{ padding: 15px;}

    .pagecontact .contactbox{ padding: 40px 0; flex-direction: column;}
    .pagecontact .contactbox .le_box{ width: 100%;}
    .pagecontact .contactbox .le_box .content1{ font-size: 18px;}
    .pagecontact .contactbox .le_box .content2{ margin-top: 30px;}
    .pagecontact .contactbox .le_box .content2 .item{ margin-bottom: 15px;}
    .pagecontact .contactbox .le_box .content2 .item .tips{ font-size: 15px;}
    .pagecontact .contactbox .le_box .content2 .item a{font-size: 17px;}
    .pagecontact .contactbox .le_box .code{ width: 100px;}
    .pagecontact .contactbox .le_box .code p{ font-size: 14px;}
    .pagecontact .contactbox .ri_box{margin-top: 30px; width: 100%; height: 260px; border-radius: 5px; padding: 5px;}


    .video .videoList{ width: 96%; padding: 15px;}
    #pictureViewer > .content{ width: 96%; height: 50vh;}
    #pictureViewer .handel-prev, #pictureViewer .handel-next{ width: 35px; height: 50px;}
}