/* CSS Reset */
    
#think_page_trace_open{ display: none; }
  
html{-webkit-text-size-adjust:none; width: 100%; max-width: 100%;}
body{color: #222222;overflow-x:hidden;margin:0; padding:0; line-height: 1;  font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; font-size: 14px; width: 100%; max-width: 100%;}
input,select,textarea {border-radius: 0;outline: none; font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; border: 0; padding: 0; margin: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a{font-size: 14px;text-decoration:none;color: #222222;}
img{ vertical-align: top; max-width: 100%; margin: 0; padding: 0; border: 0;}
*{ box-sizing: border-box;-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
.notblue{-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;} 
::after,::before{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing: border-box;}
.MoShow { display:none;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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: 0; border: 0; vertical-align: baseline;  line-height: 1;}
p { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
.ohidden{ overflow: hidden;}
.m-header-nav {display:none;}
.IBg{ background: #031537;}
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2 img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.dflex{ display: flex;}
.jccenter{ justify-content: center;}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
.notBlue{-moz-user-select: none; /* 火狐 */ -webkit-user-select: none; /* webkit浏览器 */ -ms-user-select: none; /* IE10 */ -khtml-user-select: none; /* 早期浏览器 */ user-select: none;}
.clamp1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.clamp2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.clamp3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.clamp4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.BWeight{ font-weight: bolder;}

.content_list_video{display:none; position: fixed; left:0; top:0; z-index: 99999999997; width: 100%; height: 100%;}
.content_list_video.on{display:block;}
.content_list_video .list_video_bg{position:fixed;background:rgba(0,0,0,.8);left:0;top:0;width:100%;height:100%;z-index:99999999999;}
.content_list_video .list_video_content{width:40%;position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:999999999999;}
.content_list_video .list_video_content .video_content_close{cursor:pointer;position:fixed;right:0;top:-35px;}
.content_list_video .list_video_content .video_content_close span{color:#fff;font-size:25px;}
.content_list_video .list_video_content video{width:100%;max-height:80vh;}
.click_video{cursor:pointer;}

/* 弹窗样式 Start */
.message_box{position: fixed; top: 0; bottom: 0; left: 0; right: 0;margin: 0; padding: 0; border: 0;z-index: 999999999;}
.message_box .message_box_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);display: flex; align-items: center; justify-content: center;opacity: 0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;z-index: 999999999;}
.message_box .message_box_content{width: 18%;vertical-align: middle; background-color: #fff; border-radius: 4px; border: 1px solid #ebeef5; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); text-align: left; overflow: hidden; backface-visibility: hidden;}
.message_box .message_box_content .content_top{position: relative; padding: 15px 15px 10px;display: flex; align-items: center; justify-content: space-between;}
.message_box .message_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.message_box .message_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.message_box .message_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.message_box .message_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.message_box .message_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.message_box .message_box_content .content_top .content_top_close:hover .top_close_li{background: #de6c00;}
.message_box .message_box_content .content_center{padding: 5px 15px;}
.message_box .message_box_content .content_center p{line-height: 1.5;color: #606266; font-size: font-size: 14px;;}
.message_box .message_box_content .content_center input{width: 100%; font-size:  font-size: 14px;; padding: 5px; border: 1px solid #606266; border-radius: 4px; color: #606266; }
.message_box .message_box_content .content_center input:focus{border-color: #ff7f08;}
.message_box .message_box_content .content_bottom{padding: 10px 15px 15px 15px;text-align: right;}
.message_box .message_box_content .content_bottom .content_bottom_btns{display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #ff7f08; border: 1px solid #ff7f08; color: #fff; -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0;font-weight: 500; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 9px 16px; font-size: 12px; border-radius: 4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.message_box .message_box_content .content_bottom .content_bottom_btns:hover{border-color: #de6c00; background-color: #de6c00;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{margin-right: 12px;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{border-color:#c1c1c1;background-color: #c1c1c1;color: #ffffff;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover{border-color: #aaaaaa; background-color: #aaaaaa;}
.prompts .message_box_content .content_top .content_top_title{font-size: 17px;}
.prompts .message_box_content .content_center{padding: 8px 15px;}
.message_box .message_box_bg.on{opacity: 1;}
.notice_box{display: flex; width: 330px; border-radius: 8px; box-sizing: border-box; border: 1px solid #ebeef5; position: fixed; right: 20px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s; overflow: hidden;z-index: 999999999;}
.notice_box .notice_box_content{width: 100%;}
.notice_box .notice_box_content .content_top{position: relative; padding: 18px 18px 7px 18px;display: flex; align-items: center; justify-content: space-between;}
.notice_box .notice_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.notice_box .notice_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.notice_box .notice_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.notice_box .notice_box_content .content_top .content_top_close:hover .top_close_li{background: #ff7f08;}
.notice_box .notice_box_content .content_btm{padding: 8px 18px 18px 18px;}
.notice_box .notice_box_content .content_btm p{color: #606266; font-size: 14px;}
@media screen and (max-width:3820px){.message_box .message_box_content{width: 17%;}}
@media screen and (max-width:2490px){.message_box .message_box_content{width: 18%;}}
@media screen and (max-width:1920px){.message_box .message_box_content{width: 20%;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 12px;}}
@media screen and (max-width:1740px){.message_box .message_box_content{width: 21%;}}
@media screen and (max-width:1680px){.message_box .message_box_content{width: 22%;}}
@media screen and (max-width:1560px){.message_box .message_box_content{width: 23%;}}
@media screen and (max-width:1440px){.message_box .message_box_content{width: 25%;}}
@media screen and (max-width:1366px){.message_box .message_box_content{width: 27%;}}
@media screen and (max-width:1280px){.message_box .message_box_content{width: 28%;}}
@media screen and (max-width:1240px){.message_box .message_box_content{width: 29%;}}
@media screen and (max-width:1024px){.message_box .message_box_content{width: 30%;}}
@media screen and (max-width:980px){.message_box .message_box_content{width: 38%;}}
@media screen and (max-width:800px){.message_box .message_box_content{width: 70%;border-radius: 5px;}.message_box .message_box_content .content_top{padding: 12px 12px 10px;}.message_box .message_box_content .content_center{padding: 7px 12px;}.message_box .message_box_content .content_center{padding: 6px 12px;}.message_box .message_box_content .content_bottom{padding: 5px 12px 12px 12px;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 13px;border-radius: 5px;}}
/* 弹窗样式 End */



.search{position:fixed;width:100%;height:100%;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1250;}
.search .search_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.search .search_bg .search_content{width:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);filter:scale(0);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_bg.on .search_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_content .search_content_top{position:relative;}
.search .search_content .search_content_top .search_close{position:absolute;right:0;top:-50px;color:#fff;font-size:30px;}
.search .search_content .search_content_bottom{display:flex;align-items:center;justify-content:center;position:relative;border-radius:100px;overflow:hidden;}
.search .search_content input[type="search"]{width:80%;background:inherit;height:80px;font-size:16px;color:#333;padding:0px 20px;z-index:1;position:relative;background:#fff;border:0px;}
.search .search_content input[type="submit"]{width:20%;height:80px;font-size:16px;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#ff7f08;border:0px;}


.pc_all .pc_all_content{ width: 1600px; margin: 0 auto; max-width: 90%;}
.pc_all *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all *:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all2 .pc_all_content{ width: 1600px; margin: 0 auto; max-width: 90%;}
.bgcolor{ background: #f5f5f5;}

.page{width: 100%;margin-top: 60px;}
.layui-laypage {display:flex;font-size:16px;color:#333;align-items:center;justify-content:center;}
.layui-laypage .layui-laypage-disabled {margin:0 7px;border-radius: 100px;border: 1px solid #dadada;}
.layui-laypage .layui-laypage-count {margin-right: 7px; padding: 0 11px; height: 40px; font-size: 16px; line-height: 40px; color: #999; background-color: #f9f9f9;border: 1px solid #dadada;display: none;border-radius: 100px;}
.layui-laypage a {width:40px;height:40px;color:#999;font-size:16px;color:#999;border: 1px solid #dadada;text-align:center;margin:0 7px;font-family:Arial;background-color: #fff;display: flex; align-items: center; justify-content: center;border-radius: 100px;}
.layui-laypage-curr {width:40px;height:40px;font-size:16px;border-radius: 100px;color:#999;text-align:center;margin:0 7px;font-family:Arial;position:relative;font-weight:100;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color: #eee;display: flex; align-items: center; justify-content: center;border-radius: 100px;}
.layui-laypage-curr em,.layui-laypage-disabled em {font-style:inherit;font-family:Arial;border-radius: 100px;}
.layui-laypage-curr em:last-child{width:100%;height:100%;color:#fff;font-weight:100;background-color: #ff7f08;display: flex; align-items: center; justify-content: center;}
.layui-laypage .layui-laypage-disabled{width:40px;height:40px;border-radius: 100px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#999;font-weight:100;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color: #f9f9f9; cursor: not-allowed;}
.layui-laypage .layui-laypage-disabled:hover{color:#999;background-color: #f9f9f9;}
.layui-laypage a:hover {color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;background-color: #ff7f08;border-color: #ff7f08;}
.layui-laypage-limits,.layui-laypage-skip {display:none;}

.FloatingBox *{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox *:hover{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox{ position: fixed; right: 0; top: 50%; z-index: 25;}
.FloatingBox .FloatingBox_box{ box-shadow: 0px 0px 20px rgba(0,0,0,.1); border-radius: 10px;}
.FloatingBox .FloatingBox_box:last-child{ margin-top: 20px;}
.FloatingBox .FloatingBox_box:last-child .FloatingBox_list .FloatingBox_list_title{ border-radius: 10px;}
.FloatingBox .FloatingBox_list{ position: relative; cursor: pointer;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title{ background:#fff; width: 80px; text-align:center; padding: 15px 0px;}
.FloatingBox .FloatingBox_list:nth-child(2) .FloatingBox_list_title{ padding: 5px 0px;}
.FloatingBox .FloatingBox_list:first-child .FloatingBox_list_title{ border-radius: 10px 10px 0px 0px;}
.FloatingBox .FloatingBox_list:last-child .FloatingBox_list_title{ border-radius: 0px 0px 10px 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon{ display: flex; align-items:center; justify-content:center;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span{ display: flex; align-items:center; justify-content:center; position: relative; margin-bottom: 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_dd{ color:#333;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_dd{ color:#fff;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title{ background:#ff7f08;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img{ opacity: 0;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 1;}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down{ position: absolute; left: -130px; width: 130px; top: 0; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down img{ width: 100%;}
.FloatingBox .FloatingBox_list.phone .FloatingBox_list_down{ position: absolute; left: -215px; width: 215px; height: 100%; align-items: center; justify-content: center; top: 0; background: #ff7f08; color: #fff; border-radius: 10px 0px 0px 10px}
.FloatingBox .FloatingBox_list .FloatingBox_list_down{ display: none;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_down{ display: flex;}


.topNav.fixed-head{ position: relative;}


.home{  width: 100%; height: 100vh;   position: relative; background: #eceff2;}
.HomeContent{  width: 100%; height: calc(100vh - 87px); display: flex; align-items: center; position: relative;margin-bottom:30px;}
.HomeContent .HomeContent_bg{ position: relative; width: 100%;}
.HomeContent .HomeContent_bg .HomeContent_bg_img{ width: 100%;}
.HomeContent .HomeContent_bg .HomeContent_btn{ position: absolute; bottom: 7%; width: 480px; height: 56px; display: flex; align-items: center; justify-content: center; left: 0; right: 0; margin: 0 auto;background: linear-gradient(270.00deg, rgba(174, 176, 180, 0),rgb(145, 147, 151) 51.664%,rgba(118, 120, 125, 0) 100%); opacity: 0.4; font-size: 18px; color: #fff; cursor: pointer;}
.HomeContent .HomeContent_bg .HomeContent_btn2{ position: absolute; bottom: 34%; left: 50.7%; font-size: 18px; color: #fff; cursor: pointer;border-radius: 4px; background: rgba(142, 142, 142, 0.5); transform: translateX(-50%); width: auto; padding: 4px 10px;display: none;}
.HomeContent .HomeContent_bg .HomeContent_btn img{ margin-right: 15px;}
.HomeContent .HomeContent_list {position:absolute;width:1.2504vw;height:1.2504vw;}
.HomeContent .HomeContent_list .HomeContent_list_icon {width:1.2504vw;height:1.2504vw;border-radius:100%;background:rgba(142,142,142,.4);display:flex;align-items:center;justify-content:center;box-shadow:0vw 0vw 0.2084vw rgba(0,0,0,0.25);cursor:pointer;position: relative;}
.HomeContent .HomeContent_list .HomeContent_list_icon span {display:inline-block;width:0.6252vw;height:0.6252vw;border-radius:100%;background:#fff;}
.HomeContent .HomeContent_list .HomeContent_list_img {width:11vw;position:absolute;left:-6vw;top:-10.5vw;transform:scale(0);opacity:0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.HomeContent .HomeContent_list .HomeContent_list_img img{ width: 100%;}
.HomeContent .HomeContent_list:hover{ z-index: 3;}
.HomeContent .HomeContent_list:hover .HomeContent_list_img {transform:scale(1);opacity:1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.HomeContent .HomeContent_list.on{ z-index: 3;}
.HomeContent .HomeContent_list.on .HomeContent_list_img {transform:scale(1);opacity:1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.HomeContent .HomeContent_list.HomeContent_list1 {left:24%;top:53%;left: 22%; top: 47%; width: 4.4vw; height: 12vw;}
.HomeContent .HomeContent_list.HomeContent_list1 .HomeContent_list_icon{top: 46%; left: 33%;}
.HomeContent .HomeContent_list.HomeContent_list1 .HomeContent_list_img{left: -4vw; top: -8vw;}
.HomeContent .HomeContent_list.HomeContent_list2 {left: 27%; top: 43%; width: 4vw; height: 10vw;}
.HomeContent .HomeContent_list.HomeContent_list2 .HomeContent_list_icon{left: 44%; top: 50%;}
.HomeContent .HomeContent_list.HomeContent_list2 .HomeContent_list_img {left: -2vw; top: -7vw; width: 9vw;}
.HomeContent .HomeContent_list.HomeContent_list3 {left: 57.5%; top: 40%; width: 4.2vw; height: 12vw;}
.HomeContent .HomeContent_list.HomeContent_list3 .HomeContent_list_icon{ top: 29%; left: 29%;}
.HomeContent .HomeContent_list.HomeContent_list3 .HomeContent_list_img {left: -3vw; top: -7vw; width: 10vw;}
.HomeContent .HomeContent_list.HomeContent_list4 {left: 67%; top: 44%; width: 12vw; height: 18vw;}
.HomeContent .HomeContent_list.HomeContent_list4 .HomeContent_list_icon{left: 50%; top: 47%;}
.HomeContent .HomeContent_list.HomeContent_list4 .HomeContent_list_img {left: -5vw; top: -2vw; width: 19vw;}
.HomeContent .HomeContent_list.HomeContent_list5 {left: 44%; top: 50%; width: 12vw; height: 8vw;}
.HomeContent .HomeContent_list.HomeContent_list5 .HomeContent_list_icon{left: 48%; top: 47%;}
.HomeContent .HomeContent_list.HomeContent_list5 .HomeContent_list_img { left: -6vw; top: -3vw; width: 20.319vw; }
.HomeContent .HomeContent_list.HomeContent_list6 {left: 63.5%; top: 47%; width: 3vw; height: 3vw;}
.HomeContent .HomeContent_list.HomeContent_list6 .HomeContent_list_icon{left: 46%; top: 42%;}
.HomeContent .HomeContent_list.HomeContent_list6 .HomeContent_list_img {left: -2vw; top: -3vw; width: 6vw;}
.HomeContent .HomeContent_list.HomeContent_list7 {left: 64%; top: 54%;}
.HomeContent .HomeContent_list.HomeContent_list7 .HomeContent_list_img {left: -3vw; top: -3vw; width: 6vw;}
.HomeContent .HomeContent_list.HomeContent_list8 {left: 63%; top: 58%; width: 3vw; height: 7vw;}
.HomeContent .HomeContent_list.HomeContent_list8 .HomeContent_list_icon{left: 17%; top: 3%;}
.HomeContent .HomeContent_list.HomeContent_list8 .HomeContent_list_img {left: -3vw; top: -2vw; width: 6vw;}
.HomeContent .HomeContent_list.HomeContent_list9 {left: 47%; top: 36%; width: 9vw; height: 6vw;}
.HomeContent .HomeContent_list.HomeContent_list9 .HomeContent_list_icon{ left: 45%; top: 34%;}
.HomeContent .HomeContent_list.HomeContent_list9 .HomeContent_list_img { left: -1.7vw; top: -2vw; width: 12vw; }
.HomeContent .HomeContent_list.HomeContent_list10 {left: 33%; top: 38%; width: 10vw; height: 14vw;}
.HomeContent .HomeContent_list.HomeContent_list10 .HomeContent_list_icon{left: 17%; top: 55%;}
.HomeContent .HomeContent_list.HomeContent_list10 .HomeContent_list_img {left: -3vw; top: -10vw; width: 16vw;}
.HomeContent .HomeContent_lister{position: absolute;height: 18vw; cursor: pointer; z-index: 3; opacity: 0;}
.HomeContent .HomeContent_lister .HomeContent_lister_icon{ width:2.2924vw;height:2.2924vw;border:0.1042vw solid rgba(255,255,255,0.4);box-shadow:0.2084vw 0.2084vw 0.4168vw 0vw rgba(24,38,53,0.3); background: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; border-radius: 100%; margin: 0 auto; margin-bottom: 1.042vw;}
.HomeContent .HomeContent_lister .HomeContent_lister_icon img {height:1.3025vw;}
.HomeContent .HomeContent_lister.HomeContent_lister1{ left: 3.4%; top: 21.6%;}
.HomeContent .HomeContent_lister.HomeContent_lister1 .HomeContent_lister_title{ width:8.336vw; }
.HomeContent .HomeContent_lister.HomeContent_lister2{ left: 12.7%; top: 21.6%;}
.HomeContent .HomeContent_lister.HomeContent_lister2 .HomeContent_lister_title{ width:7.5024vw; }
.HomeContent .HomeContent_lister.HomeContent_lister3{ right: 11.6%; top: 21.6%;}
.HomeContent .HomeContent_lister.HomeContent_lister3 .HomeContent_lister_title{ width:7.5024vw; }
.HomeContent .HomeContent_lister.HomeContent_lister4{ right: 2.2%; top: 21.6%;}
.HomeContent .HomeContent_lister.HomeContent_lister4 .HomeContent_lister_title{ width:8.636vw; }
.HomeContent .HomeContent_lister .HomeContent_lister_title{ font-size: 12px; font-weight: bolder; display: flex; align-items: center; cursor: pointer; justify-content: center; line-height: 1.3; text-align: center;}
.HomeContent .HomeContent_lister .HomeContent_lister_title img{ height: 6px;}
.HomeContent .HomeContent_lister.HomeContent_lister1 .HomeContent_lister_title{ letter-spacing: -1.6px;}
.HomeContent .HomeContentWindow{ position: absolute; top: 50%; z-index: 5; width: 580px; border-radius: 8px; background: #d8d8d9; padding: 20px; transform: translateY(-50%); height: 75%; padding-right: 10px; display: none;
    box-shadow: 
    4px 4px 9px 0px rgba(22, 26, 33, 0.3), /* 外部投影 */
    inset 0 0 10px rgba(255, 255, 255, 0.4); /* 内部阴影 */
}
.HomeContent .HomeContentWindow.HomeContentWindow1{ left: 3%;}
.HomeContent .HomeContentWindow.HomeContentWindow2{ left: 3%;}
.HomeContent .HomeContentWindow.HomeContentWindow3{ right: 3%;}
.HomeContent .HomeContentWindow.HomeContentWindow4{ right: 3%;}
.HomeContent .HomeContentWindow .HomeContentWindow_title{ display: flex; align-items: flex-start; justify-content: space-between; height: 55px;}
.HomeContent .HomeContentWindow .HomeContentWindow_title .HomeContentWindow_title_left{ display: flex; align-items: center; font-size: 22px; color: #1A1A1A; font-weight: bolder;}
.HomeContent .HomeContentWindow .HomeContentWindow_title .HomeContentWindow_title_left .title_left_icon{ width: 30px; height: 30px; border-radius: 100%; display: flex; align-items: center; justify-content: space-between; background: #00246E; justify-content: center; margin-right: 10px;}
.HomeContent .HomeContentWindow .HomeContentWindow_title .HomeContentWindow_title_right{ cursor: pointer;}
.HomeContent .HomeContentWindow .HomeContentWindow_content{  height: calc(100% - 55px); overflow: auto; padding-right: 10px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content::-webkit-scrollbar-track {
    background-color: #d8d8d9;
} /* 滚动条的滑轨背景颜色 */
.HomeContent .HomeContentWindow .HomeContentWindow_content::-webkit-scrollbar-button {
    background-color: #d8d8d9;
} /* 滑轨两头的监听按钮颜色 */

.HomeContent .HomeContentWindow .HomeContentWindow_content::-webkit-scrollbar-corner {
    background-color: #d8d8d9;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.HomeContent .HomeContentWindow .HomeContentWindow_content::-webkit-scrollbar {
    width: 6px;
}
.HomeContent .HomeContentWindow .HomeContentWindow_content::-webkit-scrollbar-thumb {
border-radius: 113px;
background-color: #9a9a9a; /* 可以设置滑块的颜色 */
}
  
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list{ background: #fff; border-radius: 10px; padding: 10px 0px; margin-bottom: 16px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_title{ font-size: 16px; font-weight: bolder; border-left: 4px solid #00246E; padding-left: 10px; margin-bottom: 15px; color: #00246E;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .list_txt_lister{ margin-bottom: 30px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .list_txt_lister:last-child{ margin-bottom: 0;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .list_txt_lister .txt_lister_title{ font-size: 16px; padding: 0px 20px; font-weight: bolder; margin-bottom: 10px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .list_txt_lister .txt_lister_content{ padding: 0px 20px; display: flex; flex-wrap: wrap;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li{ margin-right: 15px; width: calc(20% - 15px); margin-bottom: 15px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li .list_li_img{ background: #F7F7F7; height: 83px; border-radius: 4px; border: 1px solid #D5D5D5; display: flex; align-items: center; justify-content: center;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li .list_li_img img{ max-height: 55px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li .list_li_title{ font-size: 12px; text-align: center; line-height: 1.3; margin-top: 8px;}
.HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li:hover .list_li_img{ border: 1px solid #53b3ff; box-shadow: 0px 0px 10px rgba(83,179,255,.5);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}



.MoHomeContent{ display: none;}




    .HomeContent .HomeContent_bg .HomeContent_btn.pc_show{ display: flex;}
    .HomeContent .HomeContent_bg .HomeContent_btn.mo_show{ display: none;}




@media screen and (max-width:1650px){    
    .layui-laypage{margin-top:58px;}
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1550px;}
    .padding110{ padding: 100px 0px;}
    .Btn .Btn_left{ padding: 0px 18px;}
    .Btn .Btn_right{ width: 44px; height: 44px;}
    .Btn .Btn_right img{ height: 16px;}

    .HomeContent .HomeContentWindow{ width: 480px;}
}


@media screen and (max-width:1550px){    
    .layui-laypage{margin-top:48px;}
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1450px;}
    .padding110{ padding: 90px 0px;}
    .Btn .Btn_left{ padding: 0px 16px;}
    .Btn .Btn_right{ width: 40px; height: 40px;}
    .Btn .Btn_right img{ height: 16px;}
    
    .HomeContent .HomeContentWindow{ width: 400px;}
}


@media screen and (max-width:1450px){    
    .layui-laypage{margin-top:38px;}
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1366px;}
    .padding110{ padding: 80px 0px;}
    .Btn .Btn_left{ padding: 0px 14px;}
    .Btn .Btn_right{ width: 36px; height: 36px;}
    
    
    .HomeContent .HomeContentWindow{ width: 350px;}
    .HomeContent .HomeContentWindow .HomeContentWindow_title .HomeContentWindow_title_left{ font-size: 18px;}
    .HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li{ width: 32%; margin-right: 2%;}
    .HomeContent .HomeContentWindow .HomeContentWindow_content .HomeContentWindow_content_list .content_list_txt .content_list_li:nth-child(3n){ margin-right: 0;}
}

@media screen and (max-width:1366px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1280px;}
    .padding110{ padding: 70px 0px;}
}

@media screen and (max-width:1280px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1124px;}
}
@media screen and (max-width:1124px){   
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1024px;}
}

@media screen and (max-width:1024px){    /*ipad-y*/
    .Header,.HeaderNav{ display: none;}
    .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ width: 90%;}
    /* 手机导航 */
    .m-header-nav *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease;}
    .m-header-nav-height{ display:block;}
    .m-header-nav{display: block;position:fixed;top:0;z-index:1000;width:100%;transition:all ease 0.45s; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.3);}
    .m-header-nav .sp_header{position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; height: 62px;}
    .m-header-nav .sp_logo{padding: 0;display:flex; align-items:center;}
    .m-header-nav .sp_logo a{ display: flex; position: relative; align-items: center;}
    .m-header-nav .sp_logo img{margin:auto;transition:all ease 0.45s; height: 28px;}
    .m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .m-header-nav .sp_btn{ display: flex; position: relative;}
    .m-header-nav .sp_btn .sp_btn_list{ margin-right: 15px; position: relative; top: -2px;}
    .m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title{ display: flex; align-items:center; color:#333;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down{  position: absolute; width: 100px; top: 40px; left: 50%; background:#fff; transform: translateX(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.1); display: none;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down a{ font-size: 14px; display: inline-block; width: 100%; text-align:center; line-height: 31px;}
    .m-header-nav .sp_login{ position: absolute; right: 75px;}
    .m-header-nav .sp_login img{ height: 24px;}
    .m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;top: 0px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav span{display:block;background:#ff7f08;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
    .m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
    .m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
    .m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
    .m-header-nav .sp_nav_se{ top: -5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
    .m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
    .m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
    .m-header-nav .sjj_nav{display: block;position:fixed;z-index:9;background:white;width:70%;height:calc(100%);font-size: .95rem;;line-height:2.7rem;top:0px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc; z-index: 401111; left: -75%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav.active{ left: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,.5); width: 100%; height: 100%; z-index: 401110;}
    .m-header-nav .sjj_nav_bg{display: none;}
    .m-header-nav .nav_show{display: block;}
    .m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
    .m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
    .m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
    .m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
    .m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; padding: 0px 15.5px; display: flex; align-items: center; justify-content: flex-start;}
    .m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem; list-style: none;}
    .m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
    .m-header-nav .sjj_nav ul li ul{display:none}
    .m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: 14px;padding: 14px 0;}
    .m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
    .m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#000;}
    .m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
    
    
    .padding110{ padding: 60px 0px;}

    .HomeContent .HomeContentWindow{ width: 94%; left: 0 !important; right: 0 !important; margin: 0 auto;}
    .HomeContent .HomeContent_bg .HomeContent_btn{ font-size: 12px; width: 80%; height: 28px;}
    .HomeContent .HomeContent_bg .HomeContent_btn img{ height: 15px; margin-right: 5px;}
    .HomeContent .HomeContent_bg .HomeContent_btn2{ font-size: 12px;}
    .HomeContent .HomeContent_bg .HomeContent_btn.pc_show{ display: none;}
    .HomeContent .HomeContent_bg .HomeContent_btn.mo_show{ display: flex;bottom:0;}

    .topHeader{ z-index: 22 !important;}
}

@media screen and (max-width:980px){    /*ipad-x*/
    img{ max-width:100%;}

    .padding110{ padding: 50px 0px;}
}

@media screen and (max-width:766px){    /*iphone*/
    .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ max-width: 90%; width: 100%;}
    .HomeContent{height: 200px;} 
    .PcShow { display:none;}
    .MoShow { display:block;}
    
    .padding110{ padding: 40px 0px;}

    .content_list_video .list_video_content{ width: 100%;}
    .content_list_video .list_video_bg{ z-index: 1120;}
    .content_list_video .list_video_content{ z-index: 1121;}
    
    .search .search_bg .search_content{ width: 90%;}
    .search .search_content input[type="search"],.search .search_content input[type="submit"]{ height: 55px; font-size: 14px;}
    .content_list_video .list_video_content{ width: 100%;}
    
    .layui-laypage{ flex-wrap: wrap;}
}



