/** *编辑器 \View\css\diy\editPageComm.css *编辑器-预览 \View\css\diy\pageCom.css *编辑器-发布 \Model\viewsRes\publish\comm.css */ @charset "utf-8"; html{overflow-x:hidden; overflow-y:auto;} body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;} body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;} em,i{font-style:normal;} a{color:#333;} a{text-decoration:none;} *{margin:0px; padding:0px;outline: none !important;} img {-ms-interpolation-mode:bicubic; border:none;} .view{z-index: 1;position: absolute;} .horizontal .view{position:relative; float:left;} .vertical .view{position:relative;} .view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;} .layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;} .layout > .view_contents{ cursor:default;} .flow .view_contents > .view{float: left;} .clear { clear: both; } select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px} input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;} .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;} .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';} .page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;} .prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;} .no_page{border: 0 !important;} @media screen and (max-width:768px){ .page_btn a:nth-child(n+5){display: none;} .page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;} } .imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;} .imgBox img{ position: absolute; width: auto; max-width: 80%; border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);} .imgBox.scroll{overflow-y:scroll;overflow-x:hidden;} .imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);} .imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);} .imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;} .imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);} .imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;} .imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);} .pos_fixed{position: fixed; width: 100%;} .imageButton{position: fixed; bottom: 15%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2); -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .imageButton span:hover{opacity: .8;} .imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;} @media screen and (max-width: 768px){ .imgBox img{border-width: 10px;} .imgBox.scroll img{top:5%; margin-bottom: 10vh;} } .jurisdiction_mask{ top: 0; left: 0; position: fixed; height: 100%; width: 100%; background-color: rgba(0, 0, 0,0.5); z-index: 2147483647; display:none; } .jurisdiction_tips{ width: 400px; background: #ffffff; position: absolute; left: 50%; top: 45%; -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); transform:translate(-50%,-50%); padding: 23px 20px; box-sizing: border-box; text-align: center; } .jurisdiction_tips img{ display: block; margin: 0 auto; } .jurisdiction_tips h3{ font-size: 18px; font-weight: 400; line-height: 40px;color: #575757; text-align: center; margin: 5px 0 0; } .jurisdiction_tips p{ color: #999; font-size: 16px; text-align: center; font-weight: 300; margin: 0; } .jurisdiction_tips button{ color: #fff; font-size: 12px; padding: 10px 0; margin: 10px 3px 0; background-color: #aaa; cursor: pointer; display: inline-block; box-sizing: border-box; border: none; outline: none !important; width: 98px; } .jurisdiction_tips .jurisdiction_login{ background: #ff0099; } .jurisdiction_tips button:hover{ opacity: 0.8; } .jurisdiction_tips_mobile{ display: none; } @media screen and (max-width: 450px){ .jurisdiction_tips{ width: 80%; padding: 20px 15px; } .jurisdiction_tips p{ display: none; } .jurisdiction_tips .jurisdiction_tips_mobile{ display: block; } .jurisdiction_tips img{width: 60px;} .jurisdiction_tips h3{font-size: 16px;} .jurisdiction_tips p{ font-size: 14px; } .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;} } .inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0} body{ background-position:left top; } #image_logo_1598238233762{width:7.083333333333333%;height:84px;position:absolute;top:6px;left:0%;} @media screen and (max-width:640px) {#image_logo_1598238233762{width:42px;height:40px;top:2px;left:1.6%;}} #dh_style_28_1598240790931{width:60%;z-index:999;position:absolute;top:26px;left:40%;} @media screen and (max-width:640px) {#dh_style_28_1598240790931{width:19.2%;z-index:999;top:0px;left:80.79583333333333%;}} #dh_style_28_1598240790931 > .view_contents{overflow:visible;} #dh_style_28_1598240790931 .mainMenuSet:hover {color:#ff6d00;} #dh_style_28_1598240790931 #hot>a {color:#ff6d00;} #dh_style_28_1598240790931 .subMenuSet:hover {color:#ff6d00;} #dh_style_28_1598240790931 .subCurSet {color:#ff6d00;} #dh_style_28_1598240790931 .thrMenuSet:hover {color:#ff6d00;} #dh_style_28_1598240790931 .thrCurSet {color:#ff6d00;} #dh_style_28_1598240790931 .mainMenuSet {text-hover-color:#ff6d00;color:#2d2d2d;text-color:#2d2d2d;} #dh_style_28_1598240790931 .subMenuSet {color:#2d2d2d;} #dh_style_28_1598240790931 .thrMenuSet {color:#2d2d2d;} @media screen and (max-width:640px) { #dh_style_28_1598240790931 .mainMenuSet {color:#ffffff;text-color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_28_1598240790931 .subMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_28_1598240790931 .thrMenuSet {color:#ffffff;}} #text_style_01_1598428617332{width:28.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:25px;left:8.5%;} @media screen and (max-width:640px) {#text_style_01_1598428617332{width:60.8%;font-size:12px;color:#333;line-height:1.6;top:8px;left:16.133333333333333%;}} #text_style_01_1598428617332>.view_contents {font-size:26px;font-weight:bold;color:#4c4c4c;} @media screen and (max-width:640px) { #text_style_01_1598428617332>.view_contents {font-size:18px;}} #comm_layout_header{height:98px;z-index:99999;} @media screen and (max-width:640px) {#comm_layout_header{height:48px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} #comm_layout_header {background:#ffffff;} #banner_style_01_1598241381204{width:160%;height:450px;position:absolute;top:-8px;left:-30%;} @media screen and (max-width:640px) {#banner_style_01_1598241381204{width:100%;height:151px;top:0px;left:0%;}} #image_style_01_1598247397691{width:25%;height:76px;position:absolute;top:24px;left:37.5%;} @media screen and (max-width:640px) {#image_style_01_1598247397691{left:calc(50% - 45px);top:19px;}} #image_style_01_1598247397691 > .view_contents{overflow:visible;} #text_style_01_1598247558548{width:83.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:109px;left:8.25%;} @media screen and (max-width:640px) {#text_style_01_1598247558548{width:96%;font-size:12px;color:#333;line-height:1.6;top:98px;left:1.998446132596685%;}} #text_style_01_1598247558548>.view_contents {text-align:center;color:#ffffff;font-size:22px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1598247558548>.view_contents {font-size:18px;}} #text_style_01_1598247583360{width:83.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:157px;left:8.25%;} @media screen and (max-width:640px) {#text_style_01_1598247583360{width:84.5303867403315%;font-size:12px;color:#333;line-height:1.6;top:133.296875px;left:7.734806629834253%;}} #text_style_01_1598247583360>.view_contents {text-align:center;color:#eaeaea;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1598247583360>.view_contents {font-size:14px;}} #text_style_01_1598247678726{width:29.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277px;left:35.25%;} @media screen and (max-width:640px) {#text_style_01_1598247678726{width:29.005524861878452%;font-size:12px;color:#333;line-height:1.6;top:239.296875px;left:35.49723756906077%;}} #text_style_01_1598247678726>.view_contents {text-align:center;background-color:#ff6d00;color:#f7f7f7;font-size:12px;line-height:30px;} #text_style_01_1598247678726 .view_contents:hover {background:#e55f00;} @media screen and (max-width:640px) { #text_style_01_1598247678726>.view_contents {font-size:12px;}} #div_a_includeBlock_1598247217141{width:33.33333333333333%;height:331px;position:absolute;top:398px;left:0%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598247217141{width:96.53333333333333%;height:294px;top:160px;left:1.7333333333333332%;}} #div_a_includeBlock_1598247217141 {background:#656565;} #image_style_01_1598247845263{width:25%;height:76px;position:absolute;top:24px;left:37.5%;} @media screen and (max-width:640px) {#image_style_01_1598247845263{left:37.534530386740336%;top:13px;}} #image_style_01_1598247845263 > .view_contents{overflow:visible;} #text_style_01_1598247845266{width:83.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:109px;left:8.25%;} @media screen and (max-width:640px) {#text_style_01_1598247845266{width:96%;font-size:12px;color:#333;line-height:1.6;top:101.296875px;left:1.907803867403315%;}} #text_style_01_1598247845266>.view_contents {text-align:center;color:#ffffff;font-size:22px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1598247845266>.view_contents {font-size:18px;}} #text_style_01_1598247845268{width:84.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:157px;left:7.625%;} @media screen and (max-width:640px) {#text_style_01_1598247845268{width:83.97790055248619%;font-size:12px;color:#333;line-height:1.6;top:132.296875px;left:8.011049723756907%;}} #text_style_01_1598247845268>.view_contents {text-align:center;color:#eaeaea;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1598247845268>.view_contents {font-size:14px;}} #text_style_01_1598247845270{width:29.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277px;left:35.25%;} @media screen and (max-width:640px) {#text_style_01_1598247845270{width:29%;font-size:12px;color:#333;line-height:1.6;top:251.296875px;left:35.46702348066299%;}} #text_style_01_1598247845270>.view_contents {text-align:center;background-color:#ff6d00;color:#f7f7f7;font-size:12px;line-height:30px;} #text_style_01_1598247845270 .view_contents:hover {background:#e55f00;} @media screen and (max-width:640px) { #text_style_01_1598247845270>.view_contents {font-size:12px;}} #div_a_includeBlock_1598247845177{width:33.33333333333333%;height:331px;position:absolute;top:398px;left:33.333333333333336%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598247845177{width:96.5%;height:295px;top:462px;left:1.75%;}} #div_a_includeBlock_1598247845177 {background:#555555;} #image_style_01_1598247849810{width:25%;height:76px;position:absolute;top:24px;left:37.5%;} @media screen and (max-width:640px) {#image_style_01_1598247849810{left:calc(50% - 45px);top:17px;}} #image_style_01_1598247849810 > .view_contents{overflow:visible;} #text_style_01_1598247849816{width:83.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:109px;left:8.25%;} @media screen and (max-width:640px) {#text_style_01_1598247849816{width:96%;font-size:12px;color:#333;line-height:1.6;top:95px;left:1.998446132596685%;}} #text_style_01_1598247849816>.view_contents {text-align:center;color:#ffffff;font-size:22px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1598247849816>.view_contents {font-size:18px;}} #text_style_01_1598247849818{width:84.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:157px;left:7.625%;} @media screen and (max-width:640px) {#text_style_01_1598247849818{width:82.04419889502762%;font-size:12px;color:#333;line-height:1.6;top:129.296875px;left:8.973584254143645%;}} #text_style_01_1598247849818>.view_contents {text-align:center;color:#eaeaea;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1598247849818>.view_contents {font-size:14px;}} #text_style_01_1598247849820{width:29.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277px;left:35.25%;} @media screen and (max-width:640px) {#text_style_01_1598247849820{width:29%;font-size:12px;color:#333;line-height:1.6;top:254.296875px;left:35.44544198895028%;}} #text_style_01_1598247849820>.view_contents {text-align:center;background-color:#ff6d00;color:#f7f7f7;font-size:12px;line-height:30px;} #text_style_01_1598247849820 .view_contents:hover {background:#e55f00;} @media screen and (max-width:640px) { #text_style_01_1598247849820>.view_contents {font-size:12px;}} #div_a_includeBlock_1598247849717{width:33.33333333333333%;height:331px;position:absolute;top:398px;left:66.66666666666666%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598247849717{width:96.5%;height:300.304px;top:765px;left:1.7333333333333332%;}} #div_a_includeBlock_1598247849717 {background:#454545;} #layout_diy_1597817633{height:762px;} @media screen and (max-width:640px) {#layout_diy_1597817633{height:1088px;}} #layout_diy_1597817633 > .view_contents{overflow:visible;max-width:1200px;} #text_style_01_1598247993848{width:24.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:32px;left:37.79166666666667%;} @media screen and (max-width:640px) {#text_style_01_1598247993848{width:33.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:10px;left:33.46666666666667%;}} #text_style_01_1598247993848>.view_contents {text-align:center;font-size:26px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:3px;border-color:#ff6d00;height:56px;} @media screen and (max-width:640px) { #text_style_01_1598247993848>.view_contents {font-size:18px;height:40px;}} #text_style_01_1598249629161{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249629161{width:50%;font-size:12px;color:#333;line-height:1.6;top:82px;left:25%;}} #text_style_01_1598249629161>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598249629161>.view_contents {font-size:18px;}} #text_style_01_1598249186212{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249186212{width:90.27777777777779%;font-size:12px;color:#333;line-height:1.6;top:120px;left:4.861111111111112%;}} #text_style_01_1598249186212>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598249186212>.view_contents {font-size:12px;}} #image_style_01_1598249104565{width:18.298969072164947%;height:73px;position:absolute;top:16px;left:40.850515463917525%;} @media screen and (max-width:640px) {#image_style_01_1598249104565{height:57.797938144329905px;left:40.833333333333336%;}} #image_style_01_1598249104565 > .view_contents{overflow:visible;} #div_a_includeBlock_1598248155486{width:32.33333333333333%;height:316px;position:absolute;top:124px;left:0%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598248155486{width:96%;height:251px;top:68px;left:2%;}} #text_style_01_1598249872526{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249872526{width:50%;font-size:12px;color:#333;line-height:1.6;top:84px;left:25%;}} #text_style_01_1598249872526>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598249872526>.view_contents {font-size:18px;}} #text_style_01_1598249872538{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249872538{width:90.2%;font-size:12px;color:#333;line-height:1.6;top:122px;left:4.899999999999999%;}} #text_style_01_1598249872538>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598249872538>.view_contents {font-size:12px;}} #image_style_01_1598249872541{width:21.649484536082475%;height:73px;position:absolute;top:16px;left:39.175257731958766%;} @media screen and (max-width:640px) {#image_style_01_1598249872541{height:57.797938144329905px;}} #image_style_01_1598249872541 > .view_contents{overflow:visible;} #div_a_includeBlock_1598249872379{width:32.33333333333333%;height:316px;position:absolute;top:124px;left:33.833333333333336%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598249872379{width:96%;height:253px;top:324px;left:2%;}} #text_style_01_1598249889738{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249889738{width:50%;font-size:12px;color:#333;line-height:1.6;top:80px;left:25%;}} #text_style_01_1598249889738>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598249889738>.view_contents {font-size:18px;}} #text_style_01_1598249889741{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249889741{width:90.2%;font-size:12px;color:#333;line-height:1.6;top:118px;left:4.899999999999999%;}} #text_style_01_1598249889741>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598249889741>.view_contents {font-size:12px;}} #image_style_01_1598249889743{width:22.68041237113402%;height:73px;position:absolute;top:16px;left:38.659793814432994%;} @media screen and (max-width:640px) {#image_style_01_1598249889743{height:57.797938144329905px;}} #image_style_01_1598249889743 > .view_contents{overflow:visible;} #div_a_includeBlock_1598249889656{width:32.33333333333333%;height:316px;position:absolute;top:124px;left:67.66666666666666%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598249889656{width:96%;height:246px;top:582px;left:2%;}} #text_style_01_1598249990099{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249990099{width:50%;font-size:12px;color:#333;line-height:1.6;top:74px;left:25%;}} #text_style_01_1598249990099>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598249990099>.view_contents {font-size:18px;}} #text_style_01_1598249990103{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598249990103{width:90.2%;font-size:12px;color:#333;line-height:1.6;top:112px;left:4.899999999999999%;}} #text_style_01_1598249990103>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598249990103>.view_contents {font-size:12px;}} #image_style_01_1598249990105{width:21.1340206185567%;height:73px;position:absolute;top:16px;left:39.43298969072165%;} @media screen and (max-width:640px) {#image_style_01_1598249990105{height:57.797938144329905px;}} #image_style_01_1598249990105 > .view_contents{overflow:visible;} #div_a_includeBlock_1598249990012{width:32.33333333333333%;height:316px;position:absolute;top:440px;left:0%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598249990012{width:96%;height:241px;top:835px;left:2%;}} #text_style_01_1598250012934{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598250012934{width:50%;font-size:12px;color:#333;line-height:1.6;top:79px;left:25%;}} #text_style_01_1598250012934>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598250012934>.view_contents {font-size:18px;}} #text_style_01_1598250012938{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598250012938{width:90.2%;font-size:12px;color:#333;line-height:1.6;top:117px;left:4.861111111111112%;}} #text_style_01_1598250012938>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598250012938>.view_contents {font-size:12px;}} #image_style_01_1598250012944{width:20.618556701030926%;height:73px;position:absolute;top:16px;left:39.69072164948454%;} @media screen and (max-width:640px) {#image_style_01_1598250012944{height:57.797938144329905px;}} #image_style_01_1598250012944 > .view_contents{overflow:visible;} #div_a_includeBlock_1598250012851{width:32.33333333333333%;height:316px;position:absolute;top:440px;left:33.833333333333336%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598250012851{width:96%;height:243px;top:1083px;left:2%;}} #text_style_01_1598250028045{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:99px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598250028045{width:50%;font-size:12px;color:#333;line-height:1.6;top:79px;left:25%;}} #text_style_01_1598250028045>.view_contents {text-align:center;font-size:20px;font-weight:bold;line-height:38px;} @media screen and (max-width:640px) { #text_style_01_1598250028045>.view_contents {font-size:18px;}} #text_style_01_1598250028051{width:87.3972602739726%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:141px;left:6.301369863013699%;} @media screen and (max-width:640px) {#text_style_01_1598250028051{width:90.2%;font-size:12px;color:#333;line-height:1.6;top:117px;left:4.861111111111112%;}} #text_style_01_1598250028051>.view_contents {text-align:left;font-size:12px;font-weight:normal;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598250028051>.view_contents {font-size:12px;}} #image_style_01_1598250028054{width:19.84536082474227%;height:73px;position:absolute;top:16px;left:40.07731958762887%;} @media screen and (max-width:640px) {#image_style_01_1598250028054{height:57.797938144329905px;}} #image_style_01_1598250028054 > .view_contents{overflow:visible;} #div_a_includeBlock_1598250027947{width:32.33333333333333%;height:316px;position:absolute;top:440px;left:67.66666666666666%;} @media screen and (max-width:640px) {#div_a_includeBlock_1598250027947{width:96%;height:181px;top:1332px;left:2%;}} #layout_1598241369675{height:802px;} @media screen and (max-width:640px) {#layout_1598241369675{height:1525px;}} #layout_1598241369675 > .view_contents{overflow:visible;max-width:1200px;} #text_style_01_1598250147351{width:12.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:33px;left:0%;} @media screen and (max-width:640px) {#text_style_01_1598250147351{width:29.333333333333332%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}} #text_style_01_1598250147351>.view_contents {border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;color:#ffffff;font-size:24px;border-color:#ff6d00;height:48px;} @media screen and (max-width:640px) { #text_style_01_1598250147351>.view_contents {font-size:18px;height:40px;}} #text_style_01_1598250766571{width:8.583333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:42px;left:91.41666666666667%;} @media screen and (max-width:640px) {#text_style_01_1598250766571{width:25.866666666666667%;font-size:12px;color:#333;line-height:1.6;top:15px;left:72.13333333333334%;}} #text_style_01_1598250766571>.view_contents {text-align:center;background-color:#ff6d00;color:#f7f7f7;font-size:12px;line-height:30px;} #text_style_01_1598250766571 .view_contents:hover {background:#e55f00;} @media screen and (max-width:640px) { #text_style_01_1598250766571>.view_contents {font-size:12px;}} #newsList_style_04_1598250824857{width:100%;position:absolute;top:102.5px;left:0%;} @media screen and (max-width:640px) {#newsList_style_04_1598250824857{width:96%;top:68px;left:2%;}} #newsList_style_04_1598250824857 .modSet {background:transparent;} #newsList_style_04_1598250824857 .titleSet {color:#f7f7f7;font-size:16px;} #newsList_style_04_1598250824857 .timesSet {color:#b5b5b5;} #newsList_style_04_1598250824857 .modSet:hover .titleSet {font-family:Microsoft YaHei;font-size:16px;color:#d6d6d6;} #layout_1598238857652{height:516px;} @media screen and (max-width:640px) {#layout_1598238857652{height:625px;}} #layout_1598238857652 > .view_contents{overflow:visible;max-width:1200px;} #layout_1598238857652 {background:#846d5d;} #text_style_01_1598251300054{width:12.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:33px;left:0%;} @media screen and (max-width:640px) {#text_style_01_1598251300054{width:29.3%;font-size:12px;color:#333;line-height:1.6;top:19.78125px;left:2%;}} #text_style_01_1598251300054>.view_contents {border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;color:#ffffff;font-size:24px;border-color:#ff6d00;height:48px;} @media screen and (max-width:640px) { #text_style_01_1598251300054>.view_contents {font-size:18px;height:40px;}} #text_style_01_1598251314022{width:39.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:96px;left:0%;} @media screen and (max-width:640px) {#text_style_01_1598251314022{width:96%;font-size:12px;color:#333;line-height:1.6;top:69.78125px;left:2%;}} #text_style_01_1598251314022>.view_contents {color:#ffffff;font-size:14px;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598251314022>.view_contents {font-size:14px;}} #div_blank_new06_1598251335043{height:464px;width:23.333333333333332%;position:absolute;top:1px;left:44.708333333333336%;} @media screen and (max-width:640px) {#div_blank_new06_1598251335043{height:242.78857142857143px;top:10px;left:2%;width:47%;display:none;}} #div_blank_new06_1598251335043 {box-sizing:border-box;} #div_blank_new06_1598251335043 .roundcs {border-style:solid;border-width:1px;border-color:#dbdbdb;} #diy_none_obj {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new06_1598251335043 {box-sizing:border-box;}} #text_style_01_1598251735810{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:281px;left:0%;} @media screen and (max-width:640px) {#text_style_01_1598251735810{width:29.3%;font-size:12px;color:#333;line-height:1.6;top:258.78125px;left:2%;}} #text_style_01_1598251735810>.view_contents {text-align:center;background-color:#ff6d00;color:#f7f7f7;font-size:12px;line-height:30px;} #text_style_01_1598251735810 .view_contents:hover {background:#e55f00;} @media screen and (max-width:640px) { #text_style_01_1598251735810>.view_contents {font-size:12px;}} #text_style_01_1598252184600{width:12.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:33px;left:49.541666666666664%;} @media screen and (max-width:640px) {#text_style_01_1598252184600{width:29.3%;font-size:12px;color:#333;line-height:1.6;top:316.78125px;left:2%;}} #text_style_01_1598252184600>.view_contents {border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;color:#ffffff;font-size:24px;border-color:#ff6d00;height:48px;} @media screen and (max-width:640px) { #text_style_01_1598252184600>.view_contents {font-size:18px;height:40px;}} #image_style_22_1598252387320{width:51.83333333333333%;position:absolute;top:96px;left:48.16666666666667%;} @media screen and (max-width:640px) {#image_style_22_1598252387320{width:96%;top:374.78125px;left:2%;}} #image_style_22_1598252387320 > .view_contents{overflow:visible;} #image_style_22_1598252387320 .titleSet {color:#454545;} #text_style_01_1598252502390{width:12.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:301px;left:49.541666666666664%;} @media screen and (max-width:640px) {#text_style_01_1598252502390{width:29.3%;font-size:12px;color:#333;line-height:1.6;top:567.78125px;left:2%;}} #text_style_01_1598252502390>.view_contents {border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;color:#ffffff;font-size:24px;border-color:#ff6d00;height:48px;} @media screen and (max-width:640px) { #text_style_01_1598252502390>.view_contents {font-size:18px;height:40px;}} #text_style_01_1598252546835{width:40.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:360px;left:49.541666666666664%;} @media screen and (max-width:640px) {#text_style_01_1598252546835{width:96%;font-size:12px;color:#333;line-height:1.6;top:613.78125px;left:2%;}} #text_style_01_1598252546835>.view_contents {color:#ffffff;font-size:14px;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1598252546835>.view_contents {font-size:14px;}} #text_style_01_1598252584974{width:4.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:42px;left:95.75%;} @media screen and (max-width:640px) {#text_style_01_1598252584974{width:14.933333333333335%;font-size:12px;color:#333;line-height:1.6;top:321.78125px;left:83.06666666666666%;}} #text_style_01_1598252584974>.view_contents {color:#ffffff;font-size:14px;line-height:30px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1598252584974>.view_contents {font-size:14px;}} #layout_1598250138728{height:465px;} @media screen and (max-width:640px) {#layout_1598250138728{height:711.78125px;}} #layout_1598250138728 > .view_contents{overflow:visible;max-width:1200px;} #layout_1598250138728 {background:#454545;} #layout_1598238921915{height:1px;} @media screen and (max-width:640px) {#layout_1598238921915{height:1px;}} #layout_1598238921915 > .view_contents{overflow:visible;max-width:1200px;} #text_style_01_1598252725496{width:49%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:6px;left:51%;} @media screen and (max-width:640px) {#text_style_01_1598252725496{width:96%;font-size:12px;color:#333;line-height:1.6;top:9px;left:2%;}} #text_style_01_1598252725496>.view_contents {color:#ffffff;font-size:14px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1598252725496>.view_contents {text-align:center;}} #text_style_01_1598252702938{width:5.666666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:6px;left:0%;} @media screen and (max-width:640px) {#text_style_01_1598252702938{width:96%;font-size:12px;color:#333;line-height:1.6;top:54px;left:2%;display:none;}} #text_style_01_1598252702938>.view_contents {color:#ffffff;font-size:14px;} #comm_layout_footer{height:39px;z-index:99999;} @media screen and (max-width:640px) {#comm_layout_footer{height:57px;}} #comm_layout_footer > .view_contents{max-width:1200px;} #comm_layout_footer {background:#666666;} .logoStyle *{box-sizing: border-box;} .logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;} .logoName{white-space: nowrap;} .menuStyle_28{width:100%; position:relative;} .menuStyle_28 *{box-sizing: border-box;} .menuStyle_28 .miniMenu *, .menuStyle_28 .menuUl li *{ -webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s; -webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding; -webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out; } .menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;} .menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;} .menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none} .menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;} .menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;} .menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;} .menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;} .menuStyle_28 .menuUl>li{position:relative;} .menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;} .menuStyle_28 .menuUl>li>a:hover{ color:#750406;} .menuStyle_28 .menuUl #hot>a{color:#750406;} .menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;} .menuStyle_28 .menuUl #hot>a span{color:inherit;} .menuStyle_28 .menuLayout .miniMenu{display:none;} .menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);} .menuStyle_28 .menuUl>li>#menuLogo{height: 85%;} .menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;} .menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;} .menuStyle_28 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;} .menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;} .menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;} .menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;} .menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;} .menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;} .menuStyle_28 .menuUl02 .subMenu02:first-child{ border-top-left-radius: 0px;border-top-right-radius: 0px; } .menuStyle_28 .menuUl02 .subMenu02:last-child{ border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; } .menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; } .menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;} .menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;} .menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;} .menuStyle_28 .menuUl03 .subMenu03:first-child a{ border-top-left-radius: 0px;border-top-right-radius: 0px; } .menuStyle_28 .menuUl03 .subMenu03:last-child a{ border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; } .menuStyle_28 .menuUl .rflex:hover .menuUl02::before{ content: ''; border-top:5px solid transparent; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #fff; position: absolute; top: 0px; transform: translateX(-50%); } .menuStyle_28 .menuUl02 .arrow:hover::before{ content: ''; border-top:5px solid transparent; border-left:5px solid #fff; border-right:5px solid transparent; border-bottom:5px solid transparent; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); } .menuStyle_28 .rflex { position: relative;} .menuStyle_28 .maxWidth{margin: auto;} .menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;} .menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;} .menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;} .menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;} .menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;} .menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;} .menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;} .menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;} .menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;} .menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;} .menuStyle_28 .subBox p{overflow: hidden; float: left;} .menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;} .menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);} .menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;} .menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;} .menuStyle_28 .subBox .subMenu02:hover, .menuStyle_28 .subBox .subMenu02:active{color: #750406;} .menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;} .menuStyle_28 .subBox .subMenu03:hover, .menuStyle_28 .subBox .subMenu03:active{color: #750406;} .menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;} .menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;} .menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%; transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);} @media screen and (max-width:640px) { .menuStyle_28 .imgIco{ margin-right:10px;} .menuStyle_28 .menuUl, .menuStyle_28 .menuUl_box {display:none;} .menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;} .menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; } .menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;} .menuStyle_28 .miniMenu .leftBox{height: 100%;} .menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;} .menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;} .menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; } .menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);} .menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);} .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);} .menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a, .menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;} .menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;} .menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);} .menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;} } #dh_style_28_1598240790931 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;} @media screen and (min-width:640px) { #dh_style_28_1598240790931 .maxWidth{max-width:px;} #dh_style_28_1598240790931 .menuUl li #menuLogo{ height: px; margin-right: px; margin-left: px; } #dh_style_28_1598240790931 .subBox .sublm{width: calc(100% - (px + px) - 20px);} #dh_style_28_1598240790931 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } } .bannerStyle_1{width:100%; height:100%; position:relative;} .bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; } .bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; } .bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;} .bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; } .bannerStyle_1 div.flicking_con a.on{background:white; border:0;} .bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; } .bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;} .bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;} .bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;} @media screen and (min-width:326px) and (max-width:767px){ .bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;} } @media screen and (max-width:640px){ .bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;} .bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;} } .bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0} .bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;} .bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;} .bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;} .bannerStyle_1.rotate-3d .img-part{ position: absolute; top: 0; width: calc(20% + 1px); height: 100%; background-color: #fff; transition: all .7s; transform-style: preserve-3d; } .bannerStyle_1.rotate-3d .img-part .img{ width: 100%; height: 100%; position: absolute; background-size: 500% auto; } .bannerStyle_1.rotate-3d .img-part .img:nth-child(1){ transform: rotateX(0deg) translateZ(150px); } .bannerStyle_1.rotate-3d .img-part .img:nth-child(2){ transform: rotateX(-90deg) translateZ(150px); } .bannerStyle_1.rotate-3d .img-part .img:nth-child(3){ transform: rotateX(-180deg) translateZ(150px); } .bannerStyle_1.rotate-3d .img-part .img:nth-child(4){ transform: rotateX(-270deg) translateZ(150px); } .img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;} #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/55619/jpg/1598358024314c6af3ec5c270592b.jpg?version=1598358026') center top no-repeat;} #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/4/55619/jpg/1598358024320dca40685dd50115a.jpg?version=1598358026') center top no-repeat;} #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/4/55619/jpg/1598358024321bd98a76a6ddc8ff8.jpg?version=1598358026') center top no-repeat;} #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/4/55619/jpg/1598241733850c83575373e3a21d1.jpg?version=0') center top no-repeat;} #banner_style_01_1598241381204 .bannerStyle_1 .ground_glass{} #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item span{} @media screen and (min-width:641px) and (max-width:1200px) { #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item span{} } @media screen and (max-width:640px) { #banner_style_01_1598241381204 .bannerStyle_1 .main_image .img-item span{} } #image_style_01_1598247397691 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598247397691 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598247397691 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598247397691 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598247845263 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598247845263 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598247845263 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598247845263 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598247849810 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598247849810 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598247849810 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598247849810 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598249104565 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598249104565 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598249104565 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598249104565 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598249872541 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598249872541 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598249872541 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598249872541 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598249889743 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598249889743 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598249889743 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598249889743 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598249990105 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598249990105 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598249990105 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598249990105 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598250012944 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598250012944 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598250012944 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598250012944 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} #image_style_01_1598250028054 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1598250028054 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1598250028054 .CompatibleImg img{width:100%; height:100%}} #image_style_01_1598250028054 a{ cursor: default; } .imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;} .imgStyle>a{overflow: hidden; width: 100%; height: 100%;} .imgStyle img{box-sizing: border-box;} .boxNewsListStyle_4{width:100%; clear: both;} .boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;} .boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;} .boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;} .boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;} .boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;} .boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;} .boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;} .boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;} .boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;} .boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;} .boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;} .boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;} .boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;} .boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;} .boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;} .boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;} .boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;} .boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px; color:#666; } .boxNewsListStyle_4 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;} .boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;} .boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;} @media screen and (max-width:768px){ .boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;} .boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;} } #newsList_style_04_1598250824857 .newDetail.pc {display:block;} #newsList_style_04_1598250824857 .newDetail.pad, #newsList_style_04_1598250824857 .newDetail.mobile {display:none;} #newsList_style_04_1598250824857 .newTitle.pc {display:block;} #newsList_style_04_1598250824857 .newTitle.pad, #newsList_style_04_1598250824857 .newTitle.mobile {display:none;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1598250824857 .newDetail.pad {display:block;} #newsList_style_04_1598250824857 .newDetail.pc, #newsList_style_04_1598250824857 .newDetail.mobile {display:none;} #newsList_style_04_1598250824857 .newTitle.pad {display:block;} #newsList_style_04_1598250824857 .newTitle.pc, #newsList_style_04_1598250824857 .newTitle.mobile {display:none;} } @media screen and (max-width:640px) { #newsList_style_04_1598250824857 .newDetail.mobile {display:block;} #newsList_style_04_1598250824857 .newDetail.pc, #newsList_style_04_1598250824857 .newDetail.pad {display:none;} #newsList_style_04_1598250824857 .newTitle.mobile {display:block;} #newsList_style_04_1598250824857 .newTitle.pc, #newsList_style_04_1598250824857 .newTitle.pad {display:none;} } #newsList_style_04_1598250824857 li{width: 24.25%;} #newsList_style_04_1598250824857 li.sumary_list{margin-bottom:1%;} @media screen and (max-width: 1024px){ #newsList_style_04_1598250824857 li{width: 32.666666666667%;} #newsList_style_04_1598250824857 li.sumary_list{margin-bottom:1%;} } @media screen and (max-width: 768px){ #newsList_style_04_1598250824857 li{width: 49.5%;} #newsList_style_04_1598250824857 li.sumary_list{margin-bottom:1%;} } @media screen and (min-width: 1025px) { } @media screen and (min-width: 640px) and (max-width: 1024px) { } @media screen and (max-width: 640px) { } #newsList_style_04_1598250824857 .page_btn{ font-size:14px; text-align: center;} #newsList_style_04_1598250824857 .page_btn .all_page{ display:inline-block; margin:0 10px; } #newsList_style_04_1598250824857 .page:hover{ background:red; color:white; cursor:pointer;} #newsList_style_04_1598250824857 .page_btn .cur{ background:red; color:white; cursor:pointer;} #newsList_style_04_1598250824857 .submit_div{ display: inline-block; } #newsList_style_04_1598250824857 .page_btn input{ width:50px; margin:0 5px;} #newsList_style_04_1598250824857 .page_btn input:hover{ cursor:default; background:white; color:#333;} #newsList_style_04_1598250824857 .page_submit{margin-left:5px;} #newsList_style_04_1598250824857 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;} @media screen and (max-width:640px) { #newsList_style_04_1598250824857 .page_btn{ font-size:12px; } #newsList_style_04_1598250824857 .submit_div{ display:none; } } #newsList_style_04_1598250824857 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px; } @media screen and (max-width:640px) { #newsList_style_04_1598250824857 .page{line-height:30px; padding:0 13px;} } .blank_new06.blank_area { height: 100%;padding-left: 10px;padding-right: 10px; } .blank_new06 .roundcs { float: left; height: 100%; position: relative; border:1px solid #1badf8; border-top: none!important; border-right: none!important; border-bottom: none!important; } #div_blank_new06_1598251335043 {width: auto!important;} .imgStyle_22{ width:100%; } .imgStyle_22 *{ font-size:'微软雅黑'; } .imgStyle_22 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; } .imgStyle_22 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;} .imgStyle_22 li{ width: 24%;} .imgStyle_22 .imgTextLi .left{width: 100%;} .imgStyle_22 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;width: 100%;} .imgStyle_22 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;} .imgStyle_22 .cont{ float:right; display:inline-block;width: 100%;} .imgStyle_22 .title .name{width: 50%;float: left;font-size: 16px;font-weight: bold;vertical-align: bottom;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;} .imgStyle_22 .title .subName{width: 50%;float: right;font-size: 12px;text-align: right;line-height: 24px;color: #f00;vertical-align: bottom;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-word;} .imgStyle_22 .title{overflow: hidden;padding: 5px 0;} .imgStyle_22 .imgDetail{color: #666;font-size: 12px;margin-bottom: 5px;} .imgStyle_22 .left{position: relative;float: left;width: 100%;height: auto;} .imgStyle_22 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;} .imgStyle_22 .btn a {display: block;background: rgb(255,115,4);color: #fff;text-align: center;line-height: 2;} @media screen and (max-width: 768px){ .imgStyle_22 .title .name{width: 100%;} .imgStyle_22 .title .subName{width: 100%;float: left;text-align: left;} } #image_style_22_1598252387320 ul li{width: 15.833333333333%;} #image_style_22_1598252387320 ul li.imgTextLi{margin-bottom:1%;} #image_style_22_1598252387320 .title .name{width: 100%;white-space:normal;} @media screen and (max-width: 1024px){ #image_style_22_1598252387320 ul li{width: 23.5%;} #image_style_22_1598252387320 ul li.imgTextLi{margin-bottom:2%;} } @media screen and (max-width: 768px){ #image_style_22_1598252387320 ul li{width: 23.5%;} #image_style_22_1598252387320 ul li.imgTextLi{margin-bottom:2%;} } .bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;} .bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;} .bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;} .bottomMenu ul li .menuItem{position: relative;} .bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;} .bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;} .bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;} .bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);} .bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; } @media screen and (max-width:767px) { .bottomMenu{display: block;} body{padding-bottom:55px!important;} }