@charset "UTF-8";
@font-face{font-family: 'thyFont1';src: url("../fonts/simpds.ttf");}
@font-face{font-family: 'thyFont2';src: url("../fonts/BEBAS.ttf");}
@font-face{font-family: 'thyFont3';src: url("../fonts/Questrial-Regular.ttf");}
@font-face{font-family: 'Cabin-Regular';font-style: normal;font-stretch: normal;font-display: swap;src: url('../fonts/Cabin-Regular.ttf') format('truetype');}
body{font-family: 'Cabin-Regular', Arial, Candal, sans-serif !important;}
main{width: 94%;max-width: 1400px;margin: 0 auto;display: block;*zoom: 1;}
main:before, main:after{content: " ";display: table;}
main:after{clear: both;}
html{background: #fff;overflow-x: hidden;width: 100%;}
/*样式重置*/
*,::after,::before{box-sizing:border-box;}
html{line-height: 1.15;-webkit-text-size-adjust: 100%;}
body{margin: 0;}
h1{font-size: 2em;margin: .67em 0;}
hr{box-sizing: content-box;height: 0;overflow: visible;}
pre{font-family: monospace,monospace;font-size: 1em;}
a{background-color: transparent;}
abbr[title]{border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong{font-weight: bolder;}
code, kbd, samp{font-family: monospace,monospace;font-size: 1em;}
small{font-size: 80%;}
sub, sup{font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub{bottom: -.25em;}
sup{top: -.5em;}
img{border-style: none;}
button, input, optgroup, select, textarea{font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}
button, input{overflow: visible;}
button, select{text-transform: none;}
[type=button], [type=reset], [type=submit], button{-webkit-appearance: button;}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner{border-style: none;padding: 0;}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring{outline: 1px dotted ButtonText;}
fieldset{padding: .35em .75em .625em;}
legend{box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress{vertical-align: baseline;}
textarea{overflow: auto;}
[type=checkbox], [type=radio]{box-sizing: border-box;padding: 0;}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button{height: auto;}
[type=search]{-webkit-appearance: textfield;outline-offset: -2px;}
[type=search]::-webkit-search-decoration{-webkit-appearance: none;}
::-webkit-file-upload-button{-webkit-appearance: button;font: inherit;}
details{display: block;}
summary{display: list-item;}
template{display: none;}
[hidden]{display: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video{margin: 0;padding: 0;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, th, var, optgroup{font-style: normal;font-weight: normal;}
ins{text-decoration: none;}
li{list-style: none;}
table{font-size: inherit;font: 100%;border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}
h1, h2, h3, h4, h5, h6{font-size: 100%;}
q:before, q:after{content: '';}
abbr, acronym{border: 0;font-variant: normal;}
legend{color: #000;}
input, button, textarea, select, optgroup, option{font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select{border: 0;padding: 0;margin: 0;*font-size: 100%;line-height: 1.2;}
a img, img{-ms-interpolation-mode: bicubic;}
sub, sup{vertical-align: baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote{display: block;}
pre{white-space: pre-wrap;}
textarea{resize: none;overflow: auto;}
input[type=text]:focus, input[type=password]:focus, textarea:focus{outline: 0;}
button, input{outline: 0;}
input[type=password]::-ms-reveal{display: none;}
input::-ms-clear{display: none;}
input:-ms-input-placeholder{color: #999;}
/*样式重置*/
a:hover{color: #00a0e8;}
a:active{color: #00a0e8;}
/*滚动条*/
::-webkit-scrollbar{width: 9px;background-color: #fff;}
::-webkit-scrollbar-thumb{border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #373c41;}
::-webkit-scrollbar-corner{background-color: #fff;}
::-webkit-scrollbar:horizontal{height: 9px;}
::-webkit-selection{background: #dcdddc;color: #000;}
/*头部*/
#needHeaderBac{background: white;}
#needHeaderBac .header_logo .logo1{display: inline-block;}
#needHeaderBac .header_logo .logo2{display: none;}
#needHeaderBac .header_box{border-color: rgba(0, 0, 0,.3);}
#needHeaderBac .header_box a{color: #fff;background: #00a0e8;}
#needHeaderBac #tNav .tNav .navName{color: #333;}
#needHeaderBac .header_box a>div{background: #00a0e8;}
#needHeaderBac .header_box a>div:before{border-bottom-color: #00a0e8;}
.pc_header{position: absolute;top: 0;width: 100%;height: 90px;background: rgba(0,0,0,.2);/* backdrop-filter: blur(5px); */border-bottom: 1px solid rgba(255,255,255,.3);transition: all .5s ease;box-sizing: border-box;box-shadow: 0 3px 4px rgb(0 0 0 / 10%);animation: fadeInDown 1s;z-index: 999;}
.pc_header .box{max-width: 96%;display: flex;align-items: center;margin: auto;justify-content: space-between;}
.pc_header .box:before, .pc_header .box:after{display: none;}
.pc_header .header_logo{width: 20%;min-width: 270px;height: 100%;z-index: 20;display: flex;align-items: center;overflow: visible;}
.pc_header .header_logo a{display: block;}
.pc_header .header_logo .logo1{display: none;max-width: 100%;}
.pc_header .header_logo .logo2{display: inline-block;max-width: 100%;}
.pc_header .header_box{position: relative;display: flex;align-items: center;padding-left: 25px;border-left: 2px solid #fff;transition: all .5s;}
.pc_header .header_box:last-child{margin: 0;border: 0;}
.pc_header .header_box a{display: inline-block;width: 25px;color: #5d5d5d;font-size: 20px;line-height: 25px;text-align: center;background: #fff;border-radius: 50%;}
.pc_header .header_box:last-child a{font-size: 14px;}
.pc_header .header_box a:hover{color: #00a0e8;}
.pc_header .header_box a>div{position: absolute;top: 100%;right: -5px;margin-left: -50px;margin-top: 10px;width: 120px;padding: 5px;background: #fff;border-radius: 5px;opacity: 0;visibility: hidden;transform: translate3d(0, 20px, 0);transition: all .5s ease;}
.pc_header .header_box a>div:before{content:"";position: absolute;top: -10px;right: 7px;margin-left: -10px;border-width: 10px;border-style: dashed;border-bottom-style: solid;border-color: transparent;border-bottom-color: #fff;border-top: none;}
.pc_header .header_box a>div img{width: 100%;}
.pc_header .header_box a>div #hewm{width: 100%;height: 100%;}
.pc_header .header_box a>div #hewm canvas{display: block;padding: 8px;background: #fff;width: 100%;}
.pc_header .header_box a:hover>div{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
.pc_header .box{max-width:96%;}}
@media only screen and (max-width: 1024px){
.pc_header{width:100%;max-width:100%;height:70px;line-height:70px;background:rgba(255,255,255,1);backdrop-filter: none;border-bottom:1px solid rgba(27,36,43,0);animation: none;}
.pc_header .box{max-width: 100%;padding-left: 1rem;justify-content: space-between;}
.pc_header .header_logo{width: 30%;}
.pc_header .header_logo .logo1{display: inline-block;}
.pc_header .header_logo .logo2{display: none;}
.pc_header .header_box{display: none;}}
@media only screen and (max-width: 768px){
.pc_header .header_logo{width: 70%;min-width: auto;}
.pc_header .header_logo img{max-height: 50px;}}
@media only screen and (min-width: 1025px){
#tNav{width: 65%;display: flex;justify-content: flex-end;box-sizing: border-box;margin-left: auto;}
#tNav .navLi.tplink8{display:none;}
#tNav .tNavBox{width:100%;height:auto;overflow:visible;background: none;}
#tNav .navBtn{display:none;}
#tNav .navSliBtn{display:none;}
#tNav .iconJt,
#tNav .logo{display:none;}
#tNav .navUl{width: 100%;display: flex;justify-content: flex-end;padding-right: 2%;}
#tNav .navLi{padding: 0;min-width: 9%;display: inline-block;font-size: 1rem;margin: 0 1vw;}
#tNav .navLi:hover .tNavH::before,#tNav .navLi.cur .tNavH::before{width:100%;opacity: 1;}
#tNav .tNavH{position:relative;}
#tNav .tNavH::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:3px;background-color: #00a0e8;opacity: 0;transition:all .5s ease;}
#tNav .tNav .navName{position:relative;display:block;padding:0;line-height:90px;font-size: 18px;color:#fff;text-align:center;transition:all .5s ease;}
#tNav .tNav.active .navName:hover{color:#00a0e8;}
#tNav .tNav.active .navName{color:#333;font-family: 'Cabin-Regular', cursive !important;}
#tNav .navName::after{content: attr(data-title);position: absolute;top: 0;left: 0;transform: translateY(100%);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #00a0e8;font-weight:bold;display:none;}
#tNav .navLi:hover .navName{transform: translateY(0%);}
#tNav .slidBox{position: absolute;left: -50%;right: 0;width: 200%;opacity: 0;visibility: hidden;z-index: 110;margin: 0 auto;transform: translate3d(0, 20px, 0);transition: all .5s ease;background: #fff;box-shadow: 0 2px 5px rgba(0,0,0,0.075);display: none;}
#tNav .navLi:hover .slidBox{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
#tNav .navSbox{position: relative;float: none;width: 100%;margin-left: 0%;height: auto;overflow: hidden;font-size: 0;white-space: nowrap;}
#tNav .navSli{width: 100%;float: none;font-size: 14px;position: relative;text-align: center;}
#tNav .navSli:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: rgba(0,0,0,.1);transition: all .5s ease;-webkit-transition: all .5s ease;}
#tNav .navSlink{display:block;color: #333;line-height: 40px;}
#tNav .oneName{font-size:26px;padding-bottom: 15px;color: #000;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#tNav .tNavSummry{line-height: 24px;width:100%;height: auto;overflow:hidden;color: #666666;font-size: 14px;max-width: 420px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;}
#tNav .tNavMore{display:block;position: relative;height: auto;padding-top: 25px;border-top: 1px dashed #cccccc;margin-top: 20px;cursor:pointer;}
#tNav .txt{color:#000;transition:all .5s ease;}
#tNav .leanMore{margin-left:2rem;transition:all .5s ease;}
#tNav .tNavMore:hover .txt{color:#21478b;margin-left:10px;}
#tNav .tNavMore:hover .leanMore{color:#21478b;}
#tNav .navSimg{position:relative;width:100%;height:160px;overflow:hidden;}
#tNav .navImg{position:absolute;left:50%;transform:translateX(-50%) scale(1);width:auto;height: 100%;transition: all .5s ease;}
#tNav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1);}
#tNav .navSli:hover .navSlink{color: #fff;background: #00a0e8;}
#tNav .navSli:hover .navSlink::after{width: 100%;opacity: 1;}
#tNav .xiala_nav{position:absolute;left:0;top:100%;width:100%;background: url(../images/xiala_bg.png) no-repeat center;height:373px;box-shadow: 0px 2px 13px 1px rgba(0,0,0,0.2) inset;display:none;}
#tNav .xiala_nav:before,
#tNav .xiala_nav:after{content:" ";position: absolute;top: 0;left: 0;width: 50%;height: 100%;background: #fbfbfb;z-index: -1;}
#tNav .xiala_nav:after{left: auto;right: 0;background: #00a0e8;}
#tNav .xiala_nav .left{float:left; width:75%; padding-top:53px;}
#tNav .xiala_nav .left .rect-6219{padding-bottom:62.19%;}
#tNav .xiala_nav .left .nav_infor{float:left; width:55%;}
#tNav .xiala_nav .left .nav_infor .t{font-size:35px;color: #333;font-weight:bold;line-height:35px;margin-bottom:30px;}
#tNav .xiala_nav .left .nav_infor .c{font-size:14px; color:#666; line-height:25px; margin-bottom:17px;}
#tNav .xiala_nav .left .nav_infor .list li{float:left; width:33.3%; font-size:14px; line-height:34px; color:#666;}
#tNav .xiala_nav .left .nav_infor .list li a{color: inherit;}
#tNav .xiala_nav .left .nav_infor .list li a:hover{color:#00a0e8;}
#tNav .xiala_nav .left .nav_img{float:right; width:33%; padding-top:54px; padding-right:5%;}
#tNav .xiala_nav .left .nav_img>div{position: relative;width: 100%;padding-bottom: 62.19%;overflow: hidden;}
#tNav .xiala_nav .left .nav_img>div img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
#tNav .xiala_nav .right{width:25%; float:left;}
#tNav .xiala_nav .right .r_infor{padding-top:100px; padding-left:16%;}
#tNav .xiala_nav .right .r_infor dt{font-size:28px; font-weight:bold; color:#fff; line-height:28px; margin-bottom:24px;}
#tNav .xiala_nav .right .r_infor dd{font-size:16px; color:#fff; line-height:37px;}
#tNav .xiala_nav .right .r_infor dd a{color:inherit;}
#tNav .xiala_nav .right .r_infor dd a:hover{color:#facd00;}}
@media only screen and (max-width: 1366px) and (min-width: 1025px){
#tNav .tNav{width: 100%;margin: 0 auto;overflow: visible;}
#tNav .tNav .navName{font-size: 16px;}}
@media only screen and (max-width: 1024px){
#tNav{width: 20%;padding: 0;}
#tNav .leftBox,.pc_header .header_mail,.header_lang{display:none;}
#tNav .navSimg{display:none;}
#tNav .tNavBox{position:relative;height:70px;background:none;}
#tNav .navBtn{position: absolute;top: 1rem;right: 1rem;background: #00a0e8;width: 40px;height: 40px;padding: 10px;line-height: 73px;box-sizing: border-box;}
#tNav .navLine{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;}
#tNav .navBtnImg{display: block;width: 90%;height: 70%;}
#tNav .tNav{position: fixed;top: 0;left:0;right:0;width: 100%;height: 0;overflow: hidden;z-index:999;background: rgba(255, 255, 255, 0.9);backdrop-filter: blur(5px);transition:all .5s ease;}
#tNav .tNavHeight{height: 100%;}
#tNav .tNav .logo{height: 70px;display: flex;padding-left: 1rem;}
#tNav .tNav .logo a{width: 30%;min-width: auto;}
#tNav .tNav .logo img{max-width: 100%;max-height: 50px;}
#tNav .slidBox,
#tNav .xiala_nav{display:none;}
#tNav .navUl{border-top: 1px solid rgba(0,0,0,.1);background: none;overflow:hidden;}
#tNav .navLi{border-bottom: 1px solid rgba(0,0,0,.1);position: relative;}
#tNav .tNavH{position: relative;height: 46px;line-height: 46px;padding: 0 8%;font-size: 14px;font-weight:normal;transition: all .5s ease;}
#tNav .tNavHBac{background-color: #00a0e8;}
#tNav .navName,#needHeaderBac #tNav .tNav .navName{display: block;width: 100%;height: 100%;color: #333;}
#tNav .iconJt{position:absolute;top: 0;right:2%;display:flex;width:46px;height:46px;justify-content:center;align-items:center;color: #666;font-size:0.875rem;transition:all .5s ease;}
#tNav .iconJtRotate{transform: rotate(-180deg);}
#tNav .tNavHBac .navName,
#needHeaderBac #tNav .tNavHBac .navName,
#tNav .tNavHBac .iconJt{color: #fff;}
#tNav .navSliBtn{position: absolute;top: 1rem;right: 1rem;width: 40px;height:40px;text-align:center;background: #00a0e8;}
#tNav .navSliBtn span{position: absolute;top: 50%;left: 50%;margin-left: -8px;width: 16px;height:2px;background-color: #fff;}
#tNav .navSliBtn span:nth-of-type(1){transform:rotate(45deg);}
#tNav .navSliBtn span:nth-of-type(2){transform:rotate(-45deg);}
#tNav .navSbox{padding: 10px 0;background: rgba(0,0,0,.1);}
#tNav .navSli{padding-left: 8%;font-size: 0.875rem;height: 38px;line-height: 38px;}
#tNav .navSlink{display:block;width:100%;height:100%;color: #666;}
#tNav .navLi.tplink8{border-bottom:none;}
#tNav .navLi.tplink8 .slidBox{display:block !important;}
#tNav .navLi.tplink8 .tNavH{display:none;}
#tNav .navLi.tplink8 .navSbox{padding-top:30px;display: flex;flex-direction: row;justify-content: center;}
#tNav .navLi.tplink8 .navSli{padding-left: 0;border: 1px solid rgba(255,255,255,.2);width: 38px;text-align: center;margin: 0 2vw;}}
@media only screen and (max-width: 768px){
#tNav .tNav .logo a{width: 70%;}}

.newListBox{margin-bottom: 2%;}
.newListBox .news_hot{width: 100%;display: flex;flex-wrap: wrap;margin-top: 4%;}
.newListBox .news_hot .img{width: 66.15%;}
.newListBox .news_hot .img>div{position: relative;width: 100%;padding-top: 56%;overflow: hidden;}
.newListBox .news_hot .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.newListBox .news_hot .txt{position: relative;display: flex;width: 33.85%;padding: 4% 3.5%;background: #f8f8f8;flex-direction: column;justify-content: center;}
.newListBox .news_hot .txt h3{color: #333;font-size: 22px;line-height: 1.8;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all .5s;}
.newListBox .news_hot .txt p{color: #777;font-size: 16px;line-height: 1.6;text-align: justify;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 4;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.newListBox .news_hot .txt span{display: block;color: #656565;margin: 3% 0;}
.newListBox .news_hot .share{margin-top: 5%;}
.newListBox .news_hot .share font{color: #5d5d5d;font-size: 16px;}
.newListBox .news_hot .share dl{display: flex;flex-wrap: wrap;margin-top: 3%;}
.newListBox .news_hot .share dt{color: #666;font-size: 24px;margin-right: 20px;}
.newListBox .news_hot:hover .img img{transform:scale(1.1);}
.newListBox .news_hot:hover .txt h3{color: #00a0e8;}
.newListBox .news_list{display: flex;flex-wrap: wrap;margin: -1%;margin-top: 1%;}
.newListBox .news_list li{width: calc( 100% / 3 - 2%);margin: 1%;background-color: #f8f8f8;transition: all .5s;}
.newListBox .news_list li .txt{padding: 25px;}
.newListBox .news_list li .txt h3{color: #333;font-size: 22px;line-height:1.2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.newListBox .news_list li .txt p{color: #777;font-size:16px;line-height: 1.6;letter-spacing:.25px;text-align: justify;display:-webkit-box;overflow:hidden;-webkit-line-clamp: 2;-webkit-box-orient:vertical;text-overflow:ellipsis;transition: all .5s;}
.newListBox .news_list li .txt span{display: block;color: #656565;margin: 3% 0;transition: all .5s;}
.newListBox .news_list li .img{position: relative;width: 100%;padding-top: 75%;overflow: hidden;}
.newListBox .news_list li .img img{position:absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.newListBox .news_list li:hover{background-color: #00a0e8;}
.newListBox .news_list li:hover .img img{transform:scale(1.1);}
.newListBox .news_list li:hover .txt *{color: #fff;transition: all .5s;}
@media only screen and (max-width: 1600px){
.newListBox .news_hot .txt h3,
.newListBox .news_list li .txt h3{font-size: 20px;}
.newListBox .news_hot .txt p,
.newListBox .news_list li .txt p{font-size: 15px;}}
@media only screen and (max-width: 1024px){
.newListBox .news_hot .txt h3,
.newListBox .news_list li .txt h3{font-size: 18px;}
.newListBox .news_hot .txt p,
.newListBox .news_list li .txt p{font-size: 14px;}
.newListBox .news_list li .txt{padding: 20px;}}
@media only screen and (max-width: 768px){
.newListBox .news_hot .txt h3,
.newListBox .news_list li .txt h3{font-size: 15px;}
.newListBox .news_hot .txt p,
.newListBox .news_list li .txt p{font-size: 13px;}
.newListBox .news_list li{width: calc( 100% / 2 - 2%);}
.newListBox .news_list li .txt{padding: 15px;}
.newListBox .news_hot .txt span,
.newListBox .news_list li .txt span{font-size: 12px;}
.newListBox .news_hot .txt{padding: 2.5% 2%;}}
@media only screen and (max-width: 480px){
.newListBox .news_hot .img,
.newListBox .news_hot .txt{width: 100%;}
.newListBox .news_hot .txt h3{line-height: 1.2;-webkit-line-clamp: 1;}
.newListBox .news_hot .txt span{margin: 2% 0;}
.newListBox .news_hot .share{display: none;}
.newListBox .news_hot .txt,
.newListBox .news_list li .txt{padding: 10px;}}

.job_list{margin: 4rem 0;}
.job_list .job-tit{display: flex;color:#fff;font-size: 16px;line-height: 70px;background: #00a0e8;}
.job_list .job-tit i{font-size: 25px;margin-right: 5px;vertical-align: bottom;}
.job_list ._jt {display: flex;color: #666;line-height: 70px;cursor:pointer;border-bottom:1px solid #dedede;align-items: center;transition: all .5s ease;}
.job_list ._jt._jt_act{background: #eee;}
.job_list ._ut{width: 20%;padding-left: 40px;}
.job_list .open{transition: all .5s ease;}
.job_list ._jt_act .open{transform: rotate(-180deg);}
.job_list ._t1{width: 35%;}
.job_list ._jc{display:none;border-bottom: 1px solid #dedede;}
.job_list ._jcon{padding:40px;}
.job_list .job-btn{display: block;width: 100px;color:#fff;font-size: 15px;line-height: 2.7;text-align: center;margin-top:40px;border-radius:3px;cursor: pointer;background: #00a0e8;}
.job_list .tit{position: relative;color: #666;font-size:16px;margin-bottom:20px;}
.job_list .tit:before{content: '';display: inline-block;width: 10px;height: 10px;margin-right: 10px;background:#00a0e8;}
.job_list .info{color: #666;font-size: 13px;line-height: 2;}
@media only screen and (max-width: 1024px){
.job_list .job-tit{font-size: 14px;line-height: 60px;}
.job_list .job-tit i{font-size: 22px;}
.job_list ._jt{line-height: 60px;}
.job_list ._ut{padding-left: 20px;}
.job_list ._jcon{padding: 20px;}
.job_list .job-btn{font-size: 14px;margin-top: 20px;}}
@media only screen and (max-width: 768px){
.job_list{margin: 2rem 0;}
.job_list .job-tit{line-height: 50px;}
.job_list .job-tit i{font-size: 22px;}
.job_list ._jt{font-size: 12px;line-height: 50px;}
.job_list ._t2,
.job_list ._t4{display: none;}
.job_list ._ut{width: 45%;}
.job_list .info{font-size: 12px;}}

footer{background: #363636;}
footer .f_bottom{display: flex;flex-wrap: wrap;margin: 65px 0 35px;}
footer .left{display: flex;width: 60%;}
footer .left dl{width: 100%;}
footer .left dl:last-child{width: auto;}
footer .left dl dt,
footer .right dt{color: #fff;font-size: 24px;margin-bottom: 20px;}
footer .left dl i{display: none;}
footer dl dd p{color: #fff;font-size: 16px;line-height: 2;margin-bottom: 2%;}
footer dl dd p .fa{width: 22px;height: 22px;font-size: 12px;line-height: 20px;text-align: center;border-radius: 50%;border: 1px solid #fff;margin-right: 10px;}
footer dl dd p a{color: inherit;}
footer dl dd div{margin-bottom: 10px;}
footer dl dd img{width: 120px;}
footer .right{width: 40%;}
footer .copyright{display: flex;color: rgba(255,255,255,.6);font-size: 16px;line-height: 3;padding: 18px 0;border-top: 1px solid rgba(255, 255, 255, .2);justify-content: space-between;}
footer .copyright .fl ul{display: flex;}
footer .copyright .fl ul li{margin-right: 16px;}
footer .copyright .fr span{margin-right: 15px;}
footer .copyright .fr span:last-child{margin-right: 0;}
footer .copyright .fr span img{vertical-align: sub;}
footer .copyright a{color: inherit;}
@media only screen and (max-width: 1280px){
footer .left dl dt,
footer .right dt{font-size: 20px;}
footer dl dd p,
footer .right .item .txt,
footer .right .submit .but,
footer .copyright{font-size: 14px;}}
@media only screen and (max-width: 1024px) and (min-width: 769px){
footer .left dl{width: 33.33%;}
footer .left dl:last-child{display: none;}}
@media only screen and (max-width: 768px){
footer .f_bottom{margin: 0;margin-top: 30px;}
footer .left{flex-wrap: wrap;width: 100%;padding: 20px 0;margin: 0;order: 2;border-top: 1px solid rgba(255, 255, 255, 0.22);border-right: none;}
footer .left dl{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 16px;}
footer .left dl:first-child{margin-top: 0;}
footer .left dl:last-child{display: none;}
footer .left dl dt{font-size: 16px;margin: 0;}
footer .left dl i{display: block;color: #fff;cursor: pointer;font-size: 12px;height: 12px;transition: all .5s ease;}
footer .left dl i.iconJtRotate{transform: rotate(180deg);}
footer .left dl dd{display: none;width: 100%;margin-top: 10px;}
footer .right{width: 100%;margin-bottom: 20px;}
footer .copyright{flex-wrap: wrap;line-height: 2;padding: 16px 0;}
footer .copyright .fl{width: 100%;padding-bottom: 16px;border-bottom: 1px solid rgba(255, 255, 255, 0.22);display: none;}
footer .copyright .fl ul{flex-wrap: wrap;}
footer .copyright .fl ul li{position: relative;width: 33.33%;margin: 0;}
footer .copyright .fl ul li::before {content: '';display: block;width: 6px;height: 6px;border-radius: 50%;background-color: #AAB2B5;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);}
footer .copyright .fl ul li a{display: block;width: calc(100% - 20px);height: 100%;margin-right: 0;margin-left: auto;white-space: nowrap;}
footer .copyright .fr{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
footer .copyright .fr font{display: none;}
footer .copyright .fr span{margin: 0;margin-right: 15px;}
footer .copyright .fr span:first-child{width: 100%;margin: 0;text-align: center;}}
/*内页*/
.small_banner{position: relative;max-height: 590px;height: 30vw;padding-top: 90px;display: flex;overflow: hidden;align-items: center;}
.small_banner .pic{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: no-repeat center/cover;}
.small_banner .mask{width: 100%;color: #fff;z-index: 1;}
.small_banner .mask .a1{font-size: 2.1vw;line-height: 120%;}
.small_banner .mask .a2{font-size: 1.05vw;margin-top: 20px;}
@media only screen and (max-width: 1024px){
.small_banner{height: 40vw;padding-top: 0;margin-top: 70px;}
.small_banner .mask .a1{font-size: 3.1vw;}
.small_banner .mask .a2{font-size: 2.05vw;}}
@media only screen and (max-width: 768px){
.small_banner{/* height: 50vw; */}
.small_banner .mask .a1{font-size: 4.1vw;}
.small_banner .mask .a2{font-size: 3.05vw;}}
@media only screen and (max-width: 640px){
.small_banner{/* height: 60vw; */}
.small_banner .mask .a1{font-size: 5.1vw;}
.small_banner .mask .a2{font-size: 4.05vw;margin-top: 10px;}}

.location{width: 100%;position: relative;border-bottom: 1px solid #eee;}
.location>main{display: flex;align-items: center;}
.ny_class{position: relative;width: 70.34%;z-index: 9;}
.ny_class ul{text-align: left;display: flex;flex-wrap: nowrap;}
.ny_class ul li{display: inline-block;color: #fff;width: auto;vertical-align: top;}
.ny_class ul li a{position: relative;font-size: 17px;line-height: 75px;padding: 0px 30px;color: #555;display: block;transition: all .5s ease;}
.ny_class ul li a:before{position:absolute;content:'';left:50%;bottom:0px;width:0%;height:3px;background-color:none;transition: all .5s ease;}
.ny_class ul li a:after{content:"";position:absolute;width:1px;height:15px;display:block;background: #ddd;top:50%;margin-top:-7px;right:0px;}
.ny_class ul li:last-child a:after{display:none;}
.ny_class ul li a:hover,.ny_class ul li a.cur{color:#00a0e8;}
.ny_class ul li a:hover:before,.ny_class ul li a.cur:before{width:80%;left:10%;background-color:#00a0e8;}
.ny_class .btn-pre,.ny_class .btn-next{position: absolute;top: 50%;transform: translateY(-50%);width: 25px;height: 50px;line-height: 50px;text-align: center;z-index: 999;color: #00a0e8;cursor: pointer;display: none;}
.ny_class .btn-pre{left: 0;}
.ny_class .btn-next{right: 0;}
.weizhi{color: #555;font-size: 15px;line-height: 30px;box-sizing: border-box;}
.location .weizhi{width: 29.659999999999997%;text-align: right;display: flex;justify-content: flex-end;align-items: center;}
.weizhi .fa-home{height: 24px;color: #00a0e8;font-size: 20px;vertical-align: middle;}
.weizhi a{color: #555;}
.weizhi a:hover{color: #00a0e8;}
.weizhi .fa-caret-right{font-size: 12px;margin: 0 15px;}
@media only screen and (max-width: 1200px){
.ny_class ul li a{font-size: 14px;}}
@media only screen and (max-width: 1024px){
.location>main{display: block;width: 100%;}
.ny_class{width: auto;border-bottom: 1px solid #eee;}
.weizhi,.location .weizhi{width: 100%;text-align: left;padding: 10px 2%;}}
@media only screen and (max-width: 768px){
.ny_class{padding: 0px 25px;border: 0;}
.ny_class ul li a{padding: 0px 20px;line-height: 62px;}
.ny_class .btn-pre,.ny_class .btn-next{display: block;}
.location .weizhi{display: none;}}

.nr_page{overflow: hidden;background-color: #fff;position: relative;height: auto;margin: 4rem 0;}
.nr_page.news_box{margin: 0;background: #f2f2f2;}
.nr_page.news_box .list_box{width: 100%;padding: 4%;margin: 4% 0;background: #fff;}
.nr_page .title{max-width: 80%;font-size: 30px;font-weight: bold;color: #373c41;text-align: center;word-break: break-all;margin: auto;}
.nr_page .status{position: relative;color: #666;font-size: 14px;text-align: center;padding: 20px 0;overflow: hidden;border-bottom: 1px solid #d9d9d9;}
.nr_page .status a{color: inherit;}
.nr_page .intro{color: #595959;font-size: 14px;padding: 10px;white-space: normal;background: #f2f2f2;margin-bottom: 20px;}
.nr_page .content{font-size: 18px;text-align: justify;padding: 20px 0;word-break: break-word !important;overflow: hidden;}
.nr_page .content>h1{color: #151515;font-size: 36px;font-weight: bold;}
.nr_page .content>h2{position: relative;color: #151515;font-size: 28px;font-weight: bold;padding-bottom: 1.5%;margin-bottom: 3%;border-bottom: 1px solid #d8d8d8;}
.nr_page .content>h2 strong{position: relative;top: -1px;padding-bottom: 1.5%;border-bottom: 3px solid #00a0e8;}
.nr_page .content>h3{color: #151515;font-size: 28px;font-weight: bold;padding-bottom: 1%;}
.nr_page .content p{color: #666;line-height: 1.8;}
.nr_page .content p a{color: #00a0e8;text-decoration: underline;}
.nr_page .content img{max-width: 100% !important;height: auto!important;display: block !important;margin: 0 auto;}
@media only screen and (max-width: 1600px){
.nr_page .content>h1{font-size: 32px;}
.nr_page .content>h2{font-size: 25px;}
.nr_page .content>h3{font-size: 26px;}
.nr_page .content{font-size: 16px;}}
@media only screen and (max-width: 768px){
.nr_page .content{font-size: 14px;padding: 10px 0;}
.nr_page .content>h1{font-size: 22px;}
.nr_page .content>h2{font-size: 18px;}
.nr_page .content>h3{font-size: 18px;}}

.nr_page.about a{text-decoration: none;}
.nr_page.about .scrollbar{overflow-y: auto;}

.nr_page.about .scrollbar::-webkit-scrollbar{border-radius: 4px;width: 5px;background-color: #ddd;}
.nr_page.about .scrollbar::-webkit-scrollbar-thumb{border:0;width: 5px;background-color: #373c41;}
.nr_page.about .scrollbar::-webkit-scrollbar:horizontal{height: 5px;}
.nr_page.about .nr_title{display: flex;justify-content: space-between;align-items: flex-end;}
.nr_page.about .nr_title .box span{position: relative;color: #ffba00;font-size: 16px;}
.nr_page.about .nr_title .box span:before{content:"";display: inline-block;width: 30px;height: 2px;background: #ffba00;vertical-align: middle;margin-right: 8px;}
.nr_page.about .nr_title .box>div{color: #313131;font-size: 36px;line-height: 1;padding-top: 20px;}
.nr_page.about .nr_title .box>div sub{color: #a4a4a4;font-size: 18px;vertical-align: middle;margin-left: 30px;}
.nr_page.about .nr_title .more{font-size: 16px;line-height: 2.3;padding: 0 4.5%;border-radius: 50px;background: #e2e2e2;}
.nr_page.about .nr_title .more font{color: #2671c4;background: linear-gradient(150deg,#2671c4 20%, #31b9b1 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;transition: all .5s;}

.nr_page.about .company{margin-bottom: 4rem;}
.nr_page.about .company .tit{position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.nr_page.about .company .tit span{color: #eff2f9;font-size: 130px;font-weight: bold;line-height: .75;}
.nr_page.about .company .tit em{position: absolute;bottom: 0;color: #00489d;font-size: 36px;line-height: 1;margin-top: -4%;}
.nr_page.about .company .con br{display: block;}
.nr_page.about .company .number{position: relative;}
.nr_page.about .company .number:after{content:"";position: absolute;top: 0;right: 0;width: 20%;height: calc(100% - 10px);background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.3) 100%);pointer-events: none;display: none;}
.nr_page.about .company ul{position: relative;display: flex;margin: 0 -4% 0 -5.5%;z-index: 1;}
.nr_page.about .company li{width: 20%;color: #333;font-size: 18px;text-align: center;padding: 15px 0;border-right: 1px solid #dadada;}
.nr_page.about .company li:last-child{border: 0;}
.nr_page.about .company li span{display: block;color: inherit;font-size: 80px;line-height: .8;margin-bottom: 20px;background: linear-gradient(#107db0 0, #41b1aa 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.nr_page.about .company li span em{position: relative;top: -1px;-webkit-text-fill-color: initial;font-size: 18px;}

.nr_page.about .youshi{padding: 4rem 0;background: #f4f4f4;}
.nr_page.about .youshi ul{display: flex;justify-content: space-between;margin-top: 3rem;flex-wrap: nowrap;}
.nr_page.about .youshi li{position: relative;width: calc(15% - 10px);padding-bottom: 37.5%;cursor: pointer;transition: all .5s ease;}
.nr_page.about .youshi li .img{position: absolute;width: 100%;height: 100%;}
.nr_page.about .youshi li .img img{width: 100%;height: 100%!important;object-fit: cover;}
.nr_page.about .youshi li .info{position: absolute;width: 100%;height: 100%;display: flex;align-items: flex-end;padding: 0 25px 50px;background: rgba(0,0,0,.5);}
.nr_page.about .youshi li .info .con{position: relative;width: 100%;color: #fff;padding-top: 60px;}
.nr_page.about .youshi li .info h2,
.nr_page.about .youshi li .info h3{position: absolute;top: 0;width: 100%;font-size: 26px;line-height: 2.3;transition: all .5s ease;}
.nr_page.about .youshi li .info h2{text-align: center;}
.nr_page.about .youshi li .info h3{opacity: 0;visibility: hidden;}
.nr_page.about .youshi li .info h2:after,
.nr_page.about .youshi li .info h3:after{content:"";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #fff;opacity: .7;}
.nr_page.about .youshi li .info p{color: inherit;font-size: 16px;text-align: justify;margin-top: 15px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;opacity: 0;visibility: hidden;transition: all .5s ease;}
.nr_page.about .youshi li.cur{width: calc(56% - 10px);}
.nr_page.about .youshi li.cur .info h2{opacity: 0;visibility: hidden;}
.nr_page.about .youshi li.cur .info h3,
.nr_page.about .youshi li.cur .info p{opacity: 1;visibility: visible;}

.nr_page.about .zhici{position: relative;background: linear-gradient(45deg,#41b1aa 0, #107db0 60%);}
.nr_page.about .zhici .nr_title .box span{color: rgba(255,255,255,.72);}
.nr_page.about .zhici .nr_title .box span:before{background: #fff;}
.nr_page.about .zhici .nr_title .box>div{color: #fff;}
.nr_page.about .zhici .flex{position: relative;display: flex;flex-wrap: wrap;}
.nr_page.about .zhici .txt{width: 63%;padding: 4rem 0;padding-right: 7.5%;}
.nr_page.about .zhici .con{color: #fff;margin-top: 30px;}
.nr_page.about .zhici .con span{display: block;font-size: 20px;margin-bottom: 20px;}
.nr_page.about .zhici .con p{color: inherit;font-size: 16px;line-height: 2;text-align: justify;}
.nr_page.about .zhici .img{position: absolute;left: 63%;width: 37%;height: 100%;}
.nr_page.about .zhici .img img{max-width: none !important;width: 790px;height: 100%!important;object-fit: cover;}

.nr_page.about .zizhi{margin: 4rem 0;}
.nr_page.about .zizhi ul{display: flex;justify-content: space-between;margin: 3rem 0;}
.nr_page.about .zizhi li{width: 32%;padding: 1.5%;padding-bottom: 0;background: #f8f8f8;box-sizing: border-box;transition: all .5s;}
.nr_page.about .zizhi li .pic{position: relative;padding-bottom: 75%;background: #fff;overflow: hidden;}
.nr_page.about .zizhi li .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%!important;object-fit: contain;transition: all .5s;}
.nr_page.about .zizhi li .con{color: #333;font-size: 18px;line-height: 3;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.nr_page.about .zizhi li:hover{background: #00a0e8;}}
.nr_page.about .zizhi li:hover .pic img{transform: scale(1.1);}
.nr_page.about .zizhi li:hover .con{color: #fff;}
.nr_page.about .zizhi .button{display: flex;align-items: center;}
.nr_page.about .zizhi .swiper-button-next,
.nr_page.about .zizhi .swiper-button-prev{position: inherit;width: 40px;height: 40px;margin: 0;margin-right: 5px;border-radius: 50%;border: 1px solid #000;background-size: 10px;opacity: .4;}
.nr_page.about .zizhi .swiper-pagination{position: inherit;width: 90%;height: 5px;margin-left: auto;background: #d1d1d1;}
.nr_page.about .zizhi .swiper-pagination-progressbar-fill{background: #00a0e8;}

.nr_page.about .video{display: flex;align-items: center;text-align: center;max-height: 428px;padding: 1% 0;background: url(../images/video_bg.jpg) center no-repeat;}
.nr_page.about .video *{color: #fff;}
.nr_page.about .video .tit{font-size: 46px;}
.nr_page.about .video .tit span{display: block;font-size: 18px;line-height: 1.7;margin: 2% 0 3%;}
.nr_page.about .video a{opacity: .54;}
.nr_page.about .video i{font-size: 70px;}
.nr_page.about .video a:hover{opacity: 1;}

@media only screen and (max-width: 1600px){
.nr_page.about .nr_title .box span{font-size: 14px;}
.nr_page.about .nr_title .box span:before{width: 25px;margin-right: 5px;}
.nr_page.about .nr_title .box>div{font-size: 34px;padding-top: 15px;}
.nr_page.about .nr_title .box>div sub{font-size: 16px;margin-left: 25px;}
.nr_page.about .nr_title .more{font-size: 15px;}
.nr_page.about .company .tit span{font-size: 120px;}
.nr_page.about .company .tit em{font-size: 33px;}
.nr_page.about .company li,
.nr_page.about .company li span em{font-size: 16px;}
.nr_page.about .company li span{font-size: 70px;}
.nr_page.about .youshi li .info{padding: 0 20px 45px;}
.nr_page.about .youshi li .info .con{padding-top: 55px;}
.nr_page.about .youshi li .info h2,
.nr_page.about .youshi li .info h3{font-size: 24px;}
.nr_page.about .youshi li .info p{font-size: 15px;margin-top: 12px;}
.nr_page.about .zhici .txt{width: 50%;padding: 3rem;padding-left: 0;}
.nr_page.about .zhici .scrollbar{max-height: 16vw;padding-right: 10px;}
.nr_page.about .zhici .con{margin-top: 20px;}
.nr_page.about .zhici .con span{font-size: 18px;margin-bottom: 15px;}
.nr_page.about .zhici .con p{font-size: 15px;}
.nr_page.about .zhici .img{position: initial;width: 50%;}
.nr_page.about .zhici .img img{width: 100%;height: auto!important;}
.nr_page.about .zizhi li{padding: 1%;padding-bottom: 0;}
.nr_page.about .zizhi li .con{font-size: 16px;}
.nr_page.about .video .tit{font-size: 44px;}
.nr_page.about .video .tit span{font-size: 16px;}
.nr_page.about .video i{font-size: 65px;}}
@media only screen and (max-width: 1024px){
.nr_page.about .nr_title .box span{font-size: 12px;}
.nr_page.about .nr_title .box span:before{width: 20px;height: 1px;}
.nr_page.about .nr_title .box>div{font-size: 28px;padding-top: 10px;}
.nr_page.about .nr_title .box>div sub{font-size: 14px;margin-left: 20px;}
.nr_page.about .nr_title .more{font-size: 14px;}
.nr_page.about .company li{font-size: 14px;padding: 10px 0;}
.nr_page.about .company li span{font-size: 60px;margin-bottom: 15px;}
.nr_page.about .company li span em{font-size: 14px;}
.nr_page.about .zhici .txt{padding: 2rem;padding-left: 0;}
.nr_page.about .zhici .con{margin-top: 15px;}
.nr_page.about .zhici .con span{font-size: 16px;margin-bottom: 10px;}
.nr_page.about .zhici .con p{font-size: 14px;}
.nr_page.about .zizhi ul{margin: 2rem 0;}
.nr_page.about .zizhi .swiper-button-next,
.nr_page.about .zizhi .swiper-button-prev{width: 35px;height: 35px;}
.nr_page.about .zizhi .swiper-pagination{width: 88%;}
.nr_page.about .youshi li .info .con{padding-top: 50px;}
.nr_page.about .youshi li .info h2,
.nr_page.about .youshi li .info h3{font-size: 22px;}
.nr_page.about .youshi li .info p{font-size: 14px;margin-top: 10px;}}
@media only screen and (max-width: 768px){
.nr_page.about .company{margin-bottom: 2rem;}
.nr_page.about .company .tit span{font-size: 11vw;}
.nr_page.about .company .tit em{font-size: 3vw;}
.nr_page.about .company ul{width: 100%;margin: 0;padding-bottom: 10px;}
.nr_page.about .company li{width: 25%;flex-shrink: 0;}
.nr_page.about .company li span{font-size: 50px;margin-bottom: 10px;}
.nr_page.about .zhici .txt{width: 100%;padding: 2rem 0 0;}
.nr_page.about .zhici .scrollbar{max-height: none;padding: 0;}
.nr_page.about .zhici .con p{line-height: 1.8;}
.nr_page.about .zhici .img{width: 100%;margin: 1rem 0;}
.nr_page.about .youshi{padding: 2rem 0;}
.nr_page.about .youshi ul{flex-wrap: wrap;margin-top: 2rem;margin-bottom: -10px;}
.nr_page.about .youshi li,
.nr_page.about .youshi li.cur{width: calc(50% - 5px);margin-bottom: 10px;}
.nr_page.about .youshi li .info{padding: 20px;align-items: center;}
.nr_page.about .youshi li .info .con{padding-top: 40px;}
.nr_page.about .youshi li .info h2{display: none;}
.nr_page.about .youshi li .info h2,
.nr_page.about .youshi li .info h3{font-size: 20px;line-height: 2;}
.nr_page.about .youshi li .info p{margin-top: 5px;-webkit-line-clamp: 4;}
.nr_page.about .youshi li .info h3,
.nr_page.about .youshi li .info p{opacity: 1;visibility: visible;}
.nr_page.about .zizhi{margin: 2rem 0;}
.nr_page.about .zizhi ul{margin: 1.5rem 0;}
.nr_page.about .zizhi .swiper-button-next,
.nr_page.about .zizhi .swiper-button-prev{display: none;}
.nr_page.about .zizhi .swiper-pagination{width: 100%;}
.nr_page.about  p br:nth-child(2){display: none;}
.nr_page.about .video{padding: 1rem 0;}
.nr_page.about .video .tit{font-size: 30px;}
.nr_page.about .video .tit span{font-size: 14px;}
.nr_page.about .video i{font-size: 60px;}}
@media only screen and (max-width: 480px){
.nr_page.about .nr_title .box>div{font-size: 24px;padding-top: 5px;line-height: normal;}
.nr_page.about .nr_title .box>div sub{display: block;font-size: 12px;margin-top: 5px;margin-left: 0;bottom: 0;line-height: inherit;}
.nr_page.about .nr_title .more{font-size: 12px;}
.nr_page.about .company .tit span{font-size: 16vw;}
.nr_page.about .company .tit em{font-size: 5.5vw;}
.nr_page.about .company li{width: 50%;}
.nr_page.about .youshi ul{width: 100%;flex-wrap: nowrap;padding-bottom: 10px;margin-top: 1.5rem;margin-bottom: 1px;}
.nr_page.about .youshi li,
.nr_page.about .youshi li.cur{width: 100%;flex-shrink: 0;padding-bottom: 60%;margin-right: 10px;margin-bottom: 0;}
.nr_page.about .youshi li:last-child{margin-right: 0;}
.nr_page.about .zizhi li .con{font-size: 14px;}
.nr_page.about .video .tit{font-size: 26px;}
.nr_page.about .video .tit span{font-size: 12px;}
.nr_page.about .video .tit span br{display: none;}
.nr_page.about .video i{font-size: 50px;}}

.nr_page .key{color: #595959;}
.nr_page .key span{color: #595959;}
.nr_page .key p{display: inline-block;}
.nr_page .key button{font-size: 14px;margin: 2px;padding: 6px 5px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;cursor: pointer;transition: all .5s ease;}
.nr_page .key button:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.nr_page .reLink{display: flex;margin: 20px 0;padding-bottom: 20px;border-bottom: 1px solid #d9d9d9;overflow: hidden;}
.nr_page .prev,.nr_page .next{width: 50%;color: #595959;line-height: 1.5;}
.nr_page .prev a,.nr_page .next a{color: #595959;}
.nr_page .next{text-align: right;}
.nr_page .relevant{margin-top: 30px;}
.nr_page .relevant .tit{background-color: #ededed;}
.nr_page .relevant .tit h3{color: #333;font-size: 18px;line-height: 3;padding: 0 15px;}
.nr_page .relevant .list{padding: 20px;border: 1px solid #f0f0f0;}
.nr_page .relevant ul li{width: calc(100% / 3);padding-top: 20px;}
.nr_page .relevant ul li .box{display:block;width:100%;height:100%;position:relative;transition:all .5s ease;}
.nr_page .relevant ul li .img{width:100%;height:0px;position:relative;padding-bottom:62%;}
.nr_page .relevant ul li .img img{position:absolute;width:100%;height:100%;top: 0;left: 0;object-fit: cover;}
.nr_page .relevant ul li .txt{width:100%;padding:20px 10px;box-sizing: border-box;}
.nr_page .relevant ul li span{color:#999;}
.nr_page .relevant ul li h3{height:40px;line-height:40px;color:#333;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.nr_page .relevant ul li .line{border-top-color:#00a0e8;border-top-width:1px;border-top-style:solid;margin:10px 0;width:5%;transition:all .5s ease;}
.nr_page .relevant ul li p{font-size:0.875rem;display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.6;color:#999;overflow-wrap: break-word;}
.nr_page .relevant ul li:hover .box{transform:translateY(-15px);}
.nr_page .relevant ul li:hover .line{width:100%;}
.nr_page .relevant .swiper-pagination{position: relative;bottom: auto;margin-top: 2%;}
.nr_page .relevant .swiper-pagination-bullet{width: 12px;height: 12px;position: relative;box-sizing: border-box;background: rgba(0, 0, 0, 0.4);opacity: 1;transition: all .5s ease;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);}
.nr_page .relevant .swiper-pagination-bullet:hover:after{transform: scale(2);}
.nr_page .relevant .swiper-pagination-bullet:after{content: '';width: 4px;height: 4px;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;transition: all .5s ease;}
.nr_page .relevant .swiper-pagination-bullet-active{border: 2px solid #fff;}
.nr_page .relevant .swiper-pagination-bullet-active:after{width: 0;height: 0;transform: scale(0);}
@media only screen and (max-width: 768px){
.nr_page{margin: 2rem 0;}
.nr_page .title{max-width: 100%;font-size: 18px;line-height: 1.6;margin-top: 10px;}
.nr_page .status{border: 0;line-height: 24px;padding: 10px 0;border-bottom: 1px solid #d9d9d9;}
.nr_page .status>span:first-child,
.nr_page .status>span#switcher,
.nr_page .status .articleShare{display: none;}
.nr_page .intro{display: none;}
.nr_page .key button{font-size: 12px;padding: 5px 3px;}
.nr_page .reLink{display: block;margin: 3vw auto;padding: 0;border: 0;}
.nr_page .reLink span{font-weight: bold;}
.nr_page .prev,.nr_page .next{width: auto;text-align: left;background: #f2f2f2;padding: 10px;margin: 2vw auto;}
.nr_page .relevant{margin-top: 20px;}
.nr_page .relevant .tit h3{font-size: 16px;}
.nr_page .relevant .list{padding: 10px;}
.nr_page .relevant ul li{width: 100%;}
.nr_page .relevant ul li:hover .box{transform:translateY(0);}
.nr_page .relevant ul li:hover .line{width: 5%;}}

.imgListBox{margin: 4rem 0;}
.img_list{display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.img_list li{width: calc( 100% / 4 - 1.95%);margin-right: 2.6%;margin-bottom: 2.6%;padding: 10px;background: #f6f6f6;box-sizing: border-box;transition: 0.3s ease 0s;}
.img_list li:nth-child(4n){margin-right: 0;}
.img_list li .img{width: 100%;position: relative;padding-bottom: 70%;overflow: hidden;}
.img_list li .img img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: contain;transition: 0.5s linear 0s;}
.img_list li h3{color: #666;font-size: 16px;text-align: center;padding: 3% 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: 0.3s ease 0s;}
.img_list li:hover img{transform: scale(1.1);}
.img_list li:hover h3{color: #00a0e8;background: #ffffff;}
@media only screen and (max-width: 1500px){.img_list li h3{font-size: 14px;}}
@media only screen and (max-width: 768px){
.imgListBox{margin: 2rem 0;}
.img_list li,.img_list li:nth-child(4n){width: calc( 100% / 2 - 2%);margin-right: 4%;margin-bottom: 4%;padding: 5px;}
.img_list li:nth-child(2n){margin-right: 0;}
.img_list li h3{padding: 2vw;}}

.contact{position: relative;margin-top: 4rem;z-index: 2;}
.contact .box{position: relative;display: flex;justify-content: space-between;}
.contact .tit{margin-bottom: 30px;}
.contact .tit h3{color: #333;font-size: 40px;font-weight: bold;}
.contact .tit p{color: #787878;font-size: 15px;line-height: 1.6;padding-top: 15px;}
.contact .lianxi{width: 57%;padding: 50px 100px;box-sizing: border-box;flex: 1 auto;height: auto;}
.contact dl dt{display: flex;margin-bottom: 30px;}
.contact dl dt .icon{display: flex;align-items: center;color: #ff8a00;padding: 0 5px;margin-right: 15px;border-radius: 5px;border: 1px solid #ff8a00;}
.contact dl dt i{font-size: 33px;}
.contact dl dt .tel{color: #333;}
.contact dl dt p{font-size: 16px;}
.contact dl dt h3{font-size: 33px;font-family: "Impact";}
.contact dl dd p{color: #333;font-size: 16px;line-height: 2;display: flex;align-items: center;}
.contact dl dd p i{color: #ff8a00;font-size: 20px;margin-right: 15px;}
.contact dl dd p a{color: inherit;}
.contact.book{margin: 4rem 0;}
.contact.book .tit{text-align: center;}
#mapContainer{width: 100%;height: 500px;display: block;margin-top: -100px;}
#mapContainer .anchorBL{display: none !important;}
@media only screen and (max-width: 1024px){
.contact,.contact.book{margin: 2rem 0;}
.contact .tit{margin-bottom: 20px;}
.contact .tit h3{font-size: 30px;}
.contact .tit p{font-size: 13px;padding-top: 10px;}
.contact .lianxi{padding: 30px 80px;}
.contact dl dt{margin-bottom: 20px;}
.contact dl dt .icon{margin-right: 10px;}
.contact dl dt i{font-size: 30px;}
.contact dl dt p{font-size: 14px;}
.contact dl dt h3{font-size: 30px;font-family: "Impact";}
.contact dl dd p{font-size: 14px;}
.contact dl dd p i{font-size: 16px;margin-right: 10px;}
#mapContainer{height:400px;}}
@media only screen and (max-width: 768px){
.contact .box{flex-direction: column-reverse;}
.contact .tit h3{font-size: 22px;}
.contact .tit p{font-size: 14px;}
.contact .lianxi{width: 100%;padding: 20px;}
#mapContainer{height:300px;margin: 0;}}

.message{width: 43%;padding: 50px;border-bottom: 5px solid #00a0e8;background: #fff;box-shadow: 0px 2px 11px rgba(0, 0, 0, .16);}
.book .message{width: 96%;padding: 0;border: 0;box-shadow: none;}
@media only screen and (max-width: 1024px){.message{padding: 30px;}}
@media only screen and (max-width: 768px){
.message{width: 100%;padding: 20px;}
.book .message{width: 100%;}}

.inner_form{display: flex;flex-wrap: wrap;justify-content: center;}
.inner_form .layui-form-item{width: 100%;margin: 0;border-bottom: 1px solid #dee0e2;}
.inner_form .layui-form-text,
.inner_form .btn{display: flex;width: 80%;margin-top: 20px;justify-content: space-between;border: 0;}
.inner_form .btn:after{display: none;}
.inner_form .layui-input,.inner_form .layui-textarea{height: 60px;line-height: 60px;border-radius: 0;border: 0;padding: 0;}
.inner_form .layui-textarea{min-height: 240px;resize: none;}
.inner_form .Code input{display: inline-block;width: 75%;}
.inner_form .Code img{vertical-align: top;width: 25%;height: 100%;background: #fff;object-fit: none;}
.inner_form .layui-btn{width: 48%;font-size: 16px;height: auto;line-height: 2.5;text-transform: uppercase;background-color: #00a0e8;}
.inner_form .layui-btn.reset{background-color: #a0a0a0;margin: 0;}
.inner_form .layui-btn:hover{color: #fff;background-color: #ff8a00;opacity: 1;}
@media only screen and (max-width: 1024px){
.inner_form .layui-input, .inner_form .layui-textarea{height: 50px;line-height: 50px;}
.inner_form .layui-btn{font-size: 14px;}}
@media only screen and (max-width: 768px){
.inner_form .layui-form-item{float: none;width: 100%;margin-right: 0;}
.inner_form .layui-textarea{min-height: 150px;}}

.inner_book{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner_book .layui-form-item{width: 32.333%;margin-bottom: 20px;}
.inner_book .layui-form-text{width: 100%;margin-right: 0;}
.inner_book .btn{display: flex;width: 40%;justify-content: space-between;}
.inner_book .btn:after{display: none;}
.inner_book .layui-input,.inner_book .layui-textarea{color: #434343;height: 50px;line-height: 50px;border-radius: 0;border: 0;background: #eee;}
.inner_book .layui-textarea{height: auto;line-height: normal;min-height: 240px;resize: none;padding: 10px;vertical-align: middle;}
.inner_book .Code{width: 48%;display: flex;align-items: center;}
.inner_book .Code input{display: inline-block;width: 50%;}
.inner_book .Code img{width: 20%;height: 100%;background: #fff;object-fit: none;cursor: pointer;}
.inner_book .layui-btn{width: 48%;font-size: 16px;height: auto;line-height: 50px;border-radius: 0;background-color: #00a0e8;}
.inner_book .layui-btn.reset{background-color: #a0a0a0;margin: 0;}
.inner_book .layui-btn:hover{color: #fff;background-color: #ff8a00;opacity: 1;}
@media only screen and (max-width: 1024px){
.inner_book .layui-form-item{margin-bottom: 15px;}
.inner_book .layui-input, .inner_book .layui-textarea{height: 40px;line-height: 40px;}
.inner_book .layui-btn{font-size: 14px;line-height: 40px;}}
@media only screen and (max-width: 768px){
.inner_book .layui-form-item{width: 100%;}
.inner_book .layui-textarea{height: auto;line-height: normal;min-height: 150px;}
.inner_book .Code input{width: 75%;}
.inner_book .Code img{width: 25%;height: 40px;}}

.page{text-align: center;padding: 30px 0;}
.page:before, .page:after{content: " ";display: table;}
.page:after{clear: both;}
.page li{display:inline-block;border:solid 0px #ddd;border-radius:4px;}
.page li a{min-width: 38px;color: #666;font-size: 14px;display: inline-block;padding: 0 10px;margin: 2.5px;text-align: center;line-height: 36px;background: #ececec;border-radius: 50%;box-sizing: border-box;transition: all .5s ease;}
.page li:hover a,
.page li.active a{color: #fff;background: #00a0e8;border-color: #00a0e8;}
@media only screen and (max-width: 768px){
.page{padding: 20px 0;}
.page li a{min-width: 30px;font-size: 12px;line-height: 28px;padding: 0 5px;}}

.pro_box.pro_detail01{background: #f6f6f6;}
.pro_box .list_box{width: 100%;margin: 4% 0;}
.pro_box .list_box .list{display: flex;flex-wrap: wrap;margin: -1%;margin-bottom: 0;}
.pro_box .list_box .list li{width: calc(100% / 3 - 2%);margin: 1%;padding: 10px;padding-bottom: 0;background: #f8f8f8;box-sizing: border-box;transition: all .5s;}
.pro_box .list_box .list li .img{position: relative;padding-bottom: 75%;border: 1px solid #eee;overflow: hidden;}
.pro_box .list_box .list li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s ease;}
.pro_box .list_box .list li .tit{padding: 25px;}
.pro_box .list_box .list li .tit h3{color: #333;font-size: 18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all .5s;}
.pro_box .list_box .list li .tit p{color: #666;font-size: 16px;line-height: 1.6;text-align: justify;padding-left: 15px;border-left: 1px solid #807e7f;margin: 25px 0;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;transition: all .5s;}
.pro_box .list_box .list li .btn{display: flex;}
.pro_box .list_box .list li .btn a{display: flex;color: #666;line-height: 38px;justify-content: center;align-items: center;}
.pro_box .list_box .list li .btn a+a{margin-left: 30px;}
.pro_box .list_box .list li .btn a .fa{color: inherit;margin-right: 5px;}
.pro_box .list_box .list li:hover{background: #00a0e8;}
.pro_box .list_box .list li:hover .img img{transform: scale(1.1);}
.pro_box .list_box .list li:hover .tit *{color: #fff;border-color: #fff;}
.pro_box .list_box .list.pic li .tit p{font-size: 15px;padding: 0;border: 0;margin: 0;margin-top: 15px;}

.pro_box .show_box{display: flex;flex-flow: row wrap;overflow: hidden;justify-content: space-between;}
.pro_box .gallery{width: 40%;background: #fff;border: 1px solid #e8e8e8;}
.pro_box .gallery .gallery-top .swiper-slide{cursor: pointer;}
.pro_box .gallery .gallery-top .swiper-slide .pic{position: relative;padding-bottom: 75%;}
.pro_box .gallery .gallery-top .swiper-slide .pic img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;}
.pro_box .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;position: relative;box-sizing: border-box;background: rgba(0, 0, 0, 0.4);opacity: 1;transition: all .5s ease;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);}
.pro_box .swiper-pagination .swiper-pagination-bullet:hover:after{transform: scale(2);}
.pro_box .swiper-pagination .swiper-pagination-bullet:after{content: '';width: 4px;height: 4px;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;transition: all .5s ease;}
.pro_box .swiper-pagination .swiper-pagination-bullet-active{border: 2px solid #fff;}
.pro_box .swiper-pagination .swiper-pagination-bullet-active:after{width: 0;height: 0;transform: scale(0);}
.pro_box .gallery .swiper-button-prev:hover,.pro_box .gallery .swiper-button-next:hover{opacity: .35;}
.pro_box .gallery .swiper-button-disabled{pointer-events: auto !important;}
.pro_box .gallery .swiper-button-black{display: inline-block;vertical-align: middle;cursor: pointer;position: absolute;top: 0;left: 0;bottom: 0px;width: 28px;height: 100%;margin: 0;opacity: .6;background-size: 16px;transition: all .5s ease;}
.pro_box .gallery .swiper-button-next{left: auto;right: 0;}

.pro_box .info{width: 55%;min-width: 200px;display: flex;flex-direction: column;justify-content: space-between;}
.pro_box .info .box h3{color: #333;font-size: 30px;line-height: 1.4;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pro_box .info .txt{position: relative;padding-top: 15px;margin-top: 15px;margin-bottom: 15px;word-break: break-word;border-top: 1px solid #e8e8e8;}
.pro_box .info .txt:before{content:'';position:absolute;left:0;top: -1px;width:20%;height: 2px;background: #00a0e8;z-index:2;}
.pro_box .info .txt p{color: #666;font-size: 15px;line-height: 1.8;text-align: justify;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 6;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.pro_box .order{display: flex;white-space: nowrap;}
.pro_box .order a{position: relative;display: flex;color: #fff;font-size: 18px;font-weight: bold;line-height: 2;text-align: center;padding: 0 25px;background: #ec9920;transition: all .5s ease;align-items: center;justify-content: center;}
.pro_box .order a:before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height: 100%;background-color: #000;opacity: 0;transition:all .5s ease;}
.pro_box .order span{position: relative;}
.pro_box .order i{font-size: 26px;font-weight: normal;margin-right: 20px;}
.pro_box .order .tel{background: #00a0e8;}
.pro_box .order a:hover:before{width:100%;height: 100%;opacity: .2;}

.pro_box .pro_show{width: 100%;}
.pro_box .pro_show .content{color: #666;padding: 20px 0;word-break: break-word !important;overflow: hidden;}
.pro_box .pro_show .content p{color: inherit;font-size: 18px;line-height: 2;}
.pro_box .pro_show .content p a{color: #00a0e8;text-decoration: underline;}
.pro_box .pro_show .content img{max-width: 100% !important;height: auto!important;display: block !important;margin: 0 auto;}
.pro_box .pro_show .content table{border-collapse: collapse;border-spacing: 0;border-color: #ddd;}
.pro_box .pro_show .content tr:first-child{color: #fff !important;background-color: #00a0e8;}
.pro_box .pro_show .content tr:first-child td{border: 0;}
.pro_box .pro_show .content td{padding: 10px 5px;}
.pro_box .pro_show .key{color: #595959;padding: 20px 0;}
.pro_box .pro_show .key span{color: #595959;}
.pro_box .pro_show .key p{display: inline-block;}
.pro_box .pro_show .key button{color: #595959;font-size: 14px;margin: 2px;padding: 7px 10px;background-color: #fff;border: 1px solid #ccc;border-radius: 4px;cursor: pointer;transition: all .5s ease;}
.pro_box .pro_show .key button:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.pro_box .pro_show .reLink{display: flex;padding: 20px 0;overflow: hidden;}
.pro_box .pro_show .prev,.pro_box .pro_show .next{width: 50%;color: #595959;line-height: 1.5;}
.pro_box .pro_show .prev a,.pro_box .pro_show .next a{color: #595959;}
.pro_box .pro_show .next{text-align: right;}

.pro_box .pro_show .frame{margin-top: 30px;}
.pro_box .pro_show .frame .titi{background-color: #ededed;}
.pro_box .pro_show .frame .titi h3{color: #333;font-size: 18px;line-height: 3;padding: 0 15px;}
.pro_box .pro_show .frame .box{padding: 20px;border: 1px solid #f0f0f0;}

.pro_detail02 .hd{width:100%;background:#fff;border-bottom: 1px solid #d6d8db;}
.pro_detail02 .hd.fixed{position:fixed;top:0;left:0;z-index:5;}
.pro_detail02 .hd .list{display: flex;align-items: center;}
.pro_detail02 .hd .list .item{position:relative;color: #666;font-size:20px;font-weight: bold;line-height: 3.5;margin-right: 3%;cursor: pointer;transition: all .5s ease;}
.pro_detail02 .hd .list .item:after{content:'';position:absolute;width: 100%;height:5px;bottom:0;left:0;background: #00a0e8;opacity: 0;.pro_detail02 .hd .list .item.active:after{content:'';position:absolute;width: 100%;height:5px;bottom:0;left:0;background:#00a1e9;};transition: all .5s ease;}
.pro_detail02 .hd .list .item.active{color: #00a0e8;font-weight:bold;}
.pro_detail02 .hd .list .item.active:after{opacity: 1;}
.pro_detail02 .hd .list .order{margin-left: auto;opacity: 0;visibility: hidden;}
.pro_detail02 .hd.fixed .list .order{opacity: 1;visibility: visible;}
.pro_detail02 .bd{position:relative;/* padding-top:40px; */}

.pro_detail03{padding: 50px 0;background: #00a0e8;}
.pro_detail03 .tit{color: #fff;font-size: 37px;line-height: 1.1;text-align:center;margin-bottom:70px;position:relative;}
.pro_detail03 .tit:after{content:'';position:absolute;bottom:-20px;width:40px;height: 3px;background:#fff;left:50%;margin-left:-20px;}
.pro_detail03 .con ul{display: flex;}
.pro_detail03 .con ul li{width:25%;text-align:center;}
.pro_detail03 .con ul li i{color: #fff;font-size: 78px;display:inline-block;margin-bottom:20px;transition: all 0.5s ease;}
.pro_detail03 .con ul li .t{color: #fff;font-size:20px;line-height: 1.2;}
.pro_detail03 .con ul li:hover i{opacity: .5;}

@media only screen and (max-width: 1080px){
.pro_box .show_box{align-items: center;}}
@media only screen and (max-width: 1024px){
.pro_box .list_box .list li .tit{padding: 15px;}
.pro_box .list_box .list li .tit h3{font-size: 16px;}
.pro_box .list_box .list li .tit p{font-size: 14px;margin: 15px 0;}
.pro_box .list_box .list.pic li .tit p{font-size: 14px;margin-top: 10px;}
.pro_box .info .box h3{font-size: 26px;}
.pro_box .info .txt p{font-size: 14px;-webkit-line-clamp: 5;}
.pro_box .order a{font-size: 16px;}
.pro_box .order i{font-size: 24px;margin-right: 15px;}
.pro_box .pro_show .content p{font-size: 16px;}
.pro_box .pro_show .content{padding: 10px 0px;}
.pro_box .pro_show .key{padding: 10px 0px;}
.pro_box .pro_show .key button{font-size: 12px;padding: 5px 3px;}
.pro_box .pro_show .reLink{padding: 0;margin-top: 20px;background: rgba(0, 0, 0, 0.02);}
.pro_box .pro_show .prev,.pro_box .pro_show .next{padding: 10px 0;text-align: center;}
.pro_box .pro_show .prev a,.pro_box .pro_show .next a{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro_box .pro_show .next{text-align: center;border-left: 1px solid rgba(0, 0, 0, 0.04);}
.pro_box .pro_show .frame{margin-top: 20px;}
.pro_box .pro_show .frame .box{padding: 10px;}
.pro_box .pro_show .pro_relevant li h3{font-size: 14px;line-height: 2.8;}
.pro_detail03{padding:30px 0;margin-top: 20px;}
.pro_detail03 .tit{font-size: 30px;margin-bottom: 50px;}
.pro_detail03 .con ul li i{font-size: 70px;margin-bottom: 15px;}
.pro_detail03 .con ul li .t{font-size: 18px;}}
@media only screen and (max-width: 768px){
.pro_box .list_box .list li{width: calc(100% / 2 - 2%);}
.pro_box .pro_show .frame .titi h3{font-size: 16px;}
.pro_box .info .box h3{font-size: 20px;}
.pro_box .gallery{float: none;width: 100%;}
.pro_box .info{display: block;width: 100%;padding-top: 15px;}
.pro_box .info .txt p{display: block;}
.pro_box .order a{width: 50%;font-size: 14px;padding: 0 10px;justify-content: center;}
.pro_box .order i{margin-right: 10px;}
.pro_box .pro_show .content p{font-size: 14px;}
.pro_detail02 .hd .list .item{font-size: 18px;line-height: 2.8;margin-right: 5%;}
.pro_detail02 .hd .list .item:after{height: 3px;}
.pro_detail02 .hd .list .order a{width: 100%;line-height: 1.5;margin-right: -1rem;}
.pro_detail02 .hd .list .order .tel{display: none;}
.pro_detail03{padding: 20px 0;}
.pro_detail03 .tit{font-size: 20px;margin-bottom: 40px;}
.pro_detail03 .con ul li i{font-size: 40px;margin-bottom: 10px;}
.pro_detail03 .con ul li .t{font-size: 14px;}}
@media only screen and (max-width: 480px){
.pro_box .list_box .list li{padding: 5px;padding-bottom: 0;}
.pro_box .list_box .list li .tit{padding: 10px 0;}
.pro_box .list_box .list li .tit h3{font-size: 13px;}
.pro_box .list_box .list li .tit p,
.pro_box .list_box .list li .btn{display: none;}}

/*右侧悬浮*/
.right_bar{position:fixed;top:300px;right:0;width:50px;height:203px;z-index:10;display: none;}
.right_bar li{width:62px;height:50px;z-index:20;}
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{position:absolute;left:0;}
.right_bar li.rtbar_li1{top:0;width:172px;}
.right_bar li.rtbar_li2{position:absolute;top:51px;left:0;}
.right_bar li.rtbar_li3{position:absolute;top:102px;left:0;width:126px;}
.right_bar li.rtbar_li4{top:153px;}
.rtbar_li4{position:absolute;top:153px;left:0;}
.right_bar li a{display:block;color:#FFF;font-size:14px;height:50px;line-height:50px;overflow:hidden;background-color:#00a0e8;opacity:0.8;border-radius:6px;}
.right_bar li a img{display:block;float:left;vertical-align:middle;width:24px;height:24px;margin:12px 12px 14px 14px;}
.right_bar li a:hover{background-color:#00a0e8;opacity:1;}
.rtbar_shwx{display:none;position:absolute;top:-120px;left:-160px;}
.rtbar_shwx img{width: 150px;padding: 5px;background-color:#FFF;}
.rtbar_shwx{top:-50px;}

/*在线客服*/
[class^="gncms_"],[class^="gncms_"] *{box-sizing: border-box;}
.gncms_kefu{width:550px;height: 210px;position:fixed;right: -190px;margin-right:0;bottom: 0;margin-bottom:0;background: url(../images/kfbj.png) no-repeat;border-bottom: 2px solid #00a0e8;z-index: 9999;box-shadow:rgba(0,0,0,0.28) 3px 0px 10px;transition:all 0.6s ease;transform: scale(0);border-radius:1000px;opacity:0;}
.gncms_kefu.l{left: -190px;}
.gncms_kefu.on{right:50%;margin-right:-275px;bottom:50%;margin-bottom:-100px;transform:scale(1);opacity:1;border-radius: 10px;}
.gncms_kefu.l.on{left: 50%;margin-left: -275px;margin-right: 0;}
.gncms_kefu:after{content:"";position:absolute;width:245px;height: 260px;background: url(../images/kfbj.png) 0 bottom no-repeat;right:0;bottom: 0;}
.gncms_kefu .pa{text-align: justify;padding:30px 60px 0 60px}
.gncms_kefu .titlean{font-size:20px;color: #00a0e8;font-weight:bold}
.gncms_kefu .txt{color: #666;font-size:15px;line-height:25px;padding:5px 0 10px 0}
.gncms_kefu .txt a{color: #666;}
.gncms_kefu .txt span{color: #00a0e8;font-size: 18px;font-weight:bold;}
.gncms_kefu .button{height:36px}
.gncms_kefu a{display:block;width:110px;height:32px;float:left;border-radius:3px;overflow:hidden;text-align:center;line-height: 30px;font-size:14px;background:#fff;border:1px solid #d3d3d3;margin-right:13px;color: #666;}
.gncms_kefu a.on{background: #00a0e8;border: 1px solid #00a0e8;color:#fff;font-weight:bold}
.gncms_Open{position:fixed;width:140px;height: 180px;padding-bottom: 40px;background: url(../images/kfbj.png) right -330px no-repeat;right: 20px;bottom: 20px;z-index: 10000;opacity: 0;visibility: hidden;transition: all .5s;animation: myBreath 1.5s linear infinite;}
.gncms_Open.l{left: 20px;}
.gncms_Open.on{opacity: 1;visibility: visible;}
.gncms_Open h3{position: absolute;left: 0;bottom: 0;width: 100%;color: #fff;font-size: 20px;font-weight: bold;line-height: 40px;text-align: center;border-radius: 3px;background: #00a0e8;}
@keyframes myBreath {0%{transform: scale(0.88);}50%{transform: scale(1);}100%{transform: scale(0.88);}}
@media only screen and (max-width: 768px){.gncms_kefu,.gncms_Open{display: none;}}

/*播放器相关*/
:root {--plyr-color-main: #00a0e8;}

.fullpage .jz_toolBar__theme-normal{top:15%!important;}
.fullpage .upModule{display:none!important;}
.fullpage .downModule{display:none!important;}
.fullpage .deleteModule{display:none!important;}
.pc_header .deleteModule{display:none!important;}
.small_banner .jz_toolBar__theme-normal{top:25%!important;}