
/**
    *编辑器         \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{ /*overflow: visible;*/ 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%; /*max-height: 65%;*/ 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){/*mobi*/
	.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}
../img/upimages/1.jpg/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1563417409427{width:142px;height:43px;position:absolute;top:13.914772033691406px;left:0.6770833333333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1563417409427{left:2.302789637651393%;top:14.437499046325684px;display:block;}}   @media screen and (max-width:640px) {#image_logo_1563417409427{width:140px;height:41px;top:21.97443151473999px;left:8.57045389811198%;display:block;}} 

 #dh_style_28_1563417565851{width:62.416666666666664%;z-index:999;position:absolute;top:6.984375px;left:37.583333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1563417565851{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_28_1563417565851{width:96%;z-index:1012;top:21.454544067382812px;left:1.9999998728434245%;}} #dh_style_28_1563417565851 > .view_contents{overflow:visible;}  #dh_style_28_1563417565851 .mainMenuSet {color:#ffffff;font-size:17px;font-weight:normal;font-family:SimHei;text-hover-color:#d10000;text-color:#ffffff;} #dh_style_28_1563417565851 .mainMenuSet:hover {color:#d10000;font-size:16px;} #dh_style_28_1563417565851 #hot>a {color:#d10000;font-size:16px;} #dh_style_28_1563417565851 .subMenuSet {font-size:17px;font-family:SimHei;color:#ffffff;} #dh_style_28_1563417565851 .thrMenuSet {font-size:17px;font-family:SimHei;color:#ffffff;} #dh_style_28_1563417565851 .subMenuSet:hover {color:#d10000;} #dh_style_28_1563417565851 .subCurSet {color:#d10000;} #dh_style_28_1563417565851 .thrMenuSet:hover {color:#d10000;} #dh_style_28_1563417565851 .thrCurSet {color:#d10000;} @media screen and (max-width:640px) { #dh_style_28_1563417565851 .mainMenuSet {color:#a7a7a7;}} @media screen and (max-width:640px) { #dh_style_28_1563417565851 .icoMenuSet {color:#ffffff;}} #comm_layout_header{height:61.00568199999999px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:61.99147605895996px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:81.5px;display:block;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background-position:50% 50% !important;background-size:cover;background-repeat:repeat!important;background: url(https://cdn.yun.sooce.cn/2/61909/jpg/15864041801248ad90101fc5225b7.jpg?version=0);}
 #layout_1587630290332{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1587630290332{height:1px;}}   @media screen and (max-width:640px) {#layout_1587630290332{height:1px;}} #layout_1587630290332 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1563442959034{height:428.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563442959034{height:226.005682px;}}   @media screen and (max-width:640px) {#layout_1563442959034{height:188.00568199999998px;}} #layout_1563442959034 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563442959034  {background: url(https://cdn.yun.sooce.cn/2/61909/jpg/15864169648687ccba8cd4f04e426.jpg?version=0);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}
 #layout_1563443237057{height:40.00568199999999px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563443237057{}}   @media screen and (max-width:640px) {#layout_1563443237057{height:22.005682px;}} #layout_1563443237057 > .view_contents{overflow:visible;max-width:1200px;} 


 #map_style_01_1563443373925{width:90%;height:521px;position:absolute;top:99px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1563443373925{left:2.014846235418876%;width:96%;}}   @media screen and (max-width:640px) {#map_style_01_1563443373925{width:96.00000000000001%;height:240px;top:110px;left:1.999999999999993%;}} 

 #text_style_01_1563443250043{width:30.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:25px;left:34.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443250043{left:34.78260869565217%;}}   @media screen and (max-width:640px) {#text_style_01_1563443250043{width:96%;font-size:12px;color:#333;line-height:1.6;top:17px;left:2%;}}  #text_style_01_1563443250043>.view_contents {font-size:22px;color:#333333;font-weight:normal;line-height:32px;height:34px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443250043>.view_contents {font-size:22px;}}

 #text_style_01_1563443314722{width:48.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:57px;left:25.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443314722{left:25.874867444326615%;}}   @media screen and (max-width:640px) {#text_style_01_1563443314722{width:96%;font-size:12px;color:#333;line-height:1.6;top:63.991485595703125px;left:2%;}}  #text_style_01_1563443314722>.view_contents {color:#999999;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443314722>.view_contents {font-size:14px;}} #layout_1563443245779{height:680.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563443245779{}}   @media screen and (max-width:640px) {#layout_1563443245779{height:350px;}} #layout_1563443245779 > .view_contents{overflow:visible;max-width:1200px;} 


 #liuyanban_style_02_1585216687583{width:33.33333333333333%;position:absolute;top:26.015625px;left:57.54166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_02_1585216687583{}}   @media screen and (max-width:640px) {#liuyanban_style_02_1585216687583{width:96%;top:906.2443084716797px;left:2%;}} 


 #image_style_01_1563443200686{width:35px;height:35px;position:absolute;top:0px;left:calc(50% - 17.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563443200686{left:calc(50% - 17.5px);}}   @media screen and (max-width:640px) {#image_style_01_1563443200686{left:19.818939208984375%;top:41.3636474609375px;height:35px;}} #image_style_01_1563443200686 > .view_contents{overflow:visible;} 

 #text_style_01_1563443200693{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200693{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200693{width:96%;font-size:12px;color:#333;line-height:1.6;top:41.3636474609375px;left:2%;}}  #text_style_01_1563443200693>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200693>.view_contents {font-size:14px;}}

 #text_style_01_1563443200699{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200699{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200699{width:96%;font-size:12px;color:#333;line-height:1.6;top:67.375px;left:2%;}}  #text_style_01_1563443200699>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200699>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1563443200566{width:20%;height:109px;position:absolute;top:40.015625px;left:7.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563443200566{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563443200566{width:100%;height:135px;top:30.511383056640625px;left:0%;}} 


 #image_style_01_1585121522956{width:35px;height:35px;position:absolute;top:0px;left:calc(50% - 17.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585121522956{left:calc(50% - 17.5px);}}   @media screen and (max-width:640px) {#image_style_01_1585121522956{left:19.84090779622396%;top:46.889190673828125px;}} #image_style_01_1585121522956 > .view_contents{overflow:visible;} 

 #text_style_01_1585121522963{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585121522963{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585121522963{width:96%;font-size:12px;color:#333;line-height:1.6;top:39.875px;left:2%;}}  #text_style_01_1585121522963>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585121522963>.view_contents {font-size:14px;}}

 #text_style_01_1585121522965{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585121522965{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585121522965{width:96%;font-size:12px;color:#333;line-height:1.6;top:76.38919067382812px;left:2%;}}  #text_style_01_1585121522965>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585121522965>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1585121522878{width:20%;height:109px;position:absolute;top:40.015625px;left:28.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585121522878{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585121522878{width:100%;height:138px;top:183.50567507743835px;left:0%;}} 


 #image_style_01_1585216994899{width:14.583333333333334%;height:35px;position:absolute;top:0px;left:42.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216994899{}}   @media screen and (max-width:640px) {#image_style_01_1585216994899{width:39px;left:19.84090779622396%;top:43px;}} #image_style_01_1585216994899 > .view_contents{overflow:visible;} 

 #text_style_01_1563443200720{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200720{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200720{width:96%;font-size:12px;color:#333;line-height:1.6;top:42.99714660644531px;left:2%;}}  #text_style_01_1563443200720>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200720>.view_contents {font-size:14px;}}

 #text_style_01_1563443200722{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200722{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200722{width:96%;font-size:12px;color:#333;line-height:1.6;top:69.39488220214844px;left:2%;}}  #text_style_01_1563443200722>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200722>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1563443200571{width:20%;height:109px;position:absolute;top:200px;left:7.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563443200571{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563443200571{width:100%;height:121px;top:338.5084979534149px;left:0%;}} 


 #image_style_01_1585217014607{width:14.583333333333334%;height:35px;position:absolute;top:0px;left:42.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585217014607{}}   @media screen and (max-width:640px) {#image_style_01_1585217014607{width:39px;left:19.84090779622396%;top:35.89488220214844px;}} #image_style_01_1585217014607 > .view_contents{overflow:visible;} 

 #text_style_01_1563443200789{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200789{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200789{width:96%;font-size:12px;color:#333;line-height:1.6;top:30.394882202148438px;left:2%;}}  #text_style_01_1563443200789>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200789>.view_contents {font-size:14px;}}

 #text_style_01_1563443200799{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563443200799{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563443200799{width:96%;font-size:12px;color:#333;line-height:1.6;top:64.39488220214844px;left:2%;}}  #text_style_01_1563443200799>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563443200799>.view_contents {font-size:16px;height:40px;}}
 #div_a_includeBlock_1563443200580{width:20%;height:109px;position:absolute;top:200px;left:18.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563443200580{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563443200580{width:100%;height:118px;top:475.51133728027344px;left:0%;}} 


 #image_style_01_1585216787011{width:35px;height:35px;position:absolute;top:0px;left:calc(50% - 17.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216787011{}}   @media screen and (max-width:640px) {#image_style_01_1585216787011{left:19.84090779622396%;top:61.392059326171875px;}} #image_style_01_1585216787011 > .view_contents{overflow:visible;} 

 #text_style_01_1585216787017{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585216787017{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585216787017{width:96%;font-size:12px;color:#333;line-height:1.6;top:50.392059326171875px;left:2%;}}  #text_style_01_1585216787017>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585216787017>.view_contents {font-size:14px;}}

 #text_style_01_1585216787020{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585216787020{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585216787020{width:73.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:87.37783813476562px;left:19.84090779622396%;}}  #text_style_01_1585216787020>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585216787020>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1585216786878{width:20%;height:109px;position:absolute;top:378px;left:7.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585216786878{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585216786878{width:100%;height:141px;top:608.4999847412109px;left:0%;}} 


 #image_style_01_1585216977547{width:14.583333333333334%;height:35px;position:absolute;top:0px;left:40.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216977547{}}   @media screen and (max-width:640px) {#image_style_01_1585216977547{width:38px;left:calc(50% - 19px);top:0.005706787109375px;display:none;}} #image_style_01_1585216977547 > .view_contents{overflow:visible;} 

 #text_style_01_1585216795654{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585216795654{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585216795654{width:40%;font-size:12px;color:#333;line-height:1.6;top:33.465911865234375px;left:31.40302937825521%;}}  #text_style_01_1585216795654>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585216795654>.view_contents {font-size:14px;}}

 #text_style_01_1585216795656{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585216795656{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1585216795656{width:96%;font-size:12px;color:#333;line-height:1.6;top:74.37214660644531px;left:2%;}}  #text_style_01_1585216795656>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1585216795656>.view_contents {font-size:16px;}}

 #image_style_01_1587695737083{width:14.583333333333334%;height:35px;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1587695737083{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1587695737083{width:9.866666666666667%;left:19.84090779622396%;top:26px;display:block;}} #image_style_01_1587695737083 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1585216795574{width:20%;height:109px;position:absolute;top:378px;left:28.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585216795574{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585216795574{width:100%;height:128px;top:771.4999694824219px;left:0%;}} 

 #share_style_04_1585397121665{width:16.666666666666664%;position:absolute;top:208.99999618530273px;left:103.93181864420573%;}   @media screen and (min-width:641px) and (max-width:1200px) {#share_style_04_1585397121665{}}   @media screen and (max-width:640px) {#share_style_04_1585397121665{width:96%;top:1421.9971313476562px;left:2%;}}  #layout_diy_1563417494{height:551.005682px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563417494{height:486.99713134765625px;}}   @media screen and (max-width:640px) {#layout_diy_1563417494{height:1421.9885864257812px;}} #layout_diy_1563417494 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1585397236402{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585397236402{height:43.00568199999998px;}}   @media screen and (max-width:640px) {#layout_1585397236402{height:1px;}} #layout_1585397236402 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1563433244409{width:9.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:31.982666015625px;left:-0.004633585611979167%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433244409{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1563433244409{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;display:none;}}  #text_style_01_1563433244409>.view_contents {color:#ffffff;font-size:16px;font-family:SimHei;}

 #text_style_01_1563433311181{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.9573974609375px;left:0.36931737263997394%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433311181{left:1.9976550309115617%;top:86.9886474609375px;}}   @media screen and (max-width:640px) {#text_style_01_1563433311181{width:96%;font-size:12px;color:#333;line-height:1.6;top:154px;left:2%;display:none;}}  #text_style_01_1563433311181>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433407783{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.9573974609375px;left:10.625%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433407783{top:86.9886474609375px;left:11.94474497800151%;}}   @media screen and (max-width:640px) {#text_style_01_1563433407783{width:96%;font-size:12px;color:#333;line-height:1.6;top:189px;left:2%;display:none;}}  #text_style_01_1563433407783>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137109956{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.90057373046875px;left:20.0414301554362%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137109956{top:86.9886474609375px;left:20.23208214492394%;}}   @media screen and (max-width:640px) {#text_style_01_1585137109956{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.985107421875px;left:4%;display:none;}}  #text_style_01_1585137109956>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136959193{width:10.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.84375px;left:29.370264689127605%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136959193{width:116px;top:86.9886474609375px;left:29.464285714285715%;}}   @media screen and (max-width:640px) {#text_style_01_1585136959193{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.985107421875px;left:4%;display:none;}}  #text_style_01_1585136959193>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136986223{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.84375px;left:42.91074625651042%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136986223{top:86.9886474609375px;left:42.8691658141121%;}}   @media screen and (max-width:640px) {#text_style_01_1585136986223{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585136986223>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137188261{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:83.94317626953125px;left:50.82859802246094%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137188261{top:86.9886474609375px;left:51.24608922887731%;}}   @media screen and (max-width:640px) {#text_style_01_1585137188261{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.8988037109375px;left:4%;display:none;}}  #text_style_01_1585137188261>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137054029{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.8636474609375px;left:50.82859802246094%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137054029{top:124.70172119140625px;left:51.27164326016865%;}}   @media screen and (max-width:640px) {#text_style_01_1585137054029{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585137054029>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136979366{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.80682373046875px;left:42.91074625651042%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136979366{top:124.71588134765625px;left:42.89021164021164%;}}   @media screen and (max-width:640px) {#text_style_01_1585136979366{width:96%;font-size:12px;color:#333;line-height:1.6;top:133.98809814453125px;left:4%;display:none;}}  #text_style_01_1585136979366>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585136969940{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.8636474609375px;left:29.370264689127605%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585136969940{width:114px;top:124.7301025390625px;left:29.479315217840607%;}}   @media screen and (max-width:640px) {#text_style_01_1585136969940{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.97021484375px;left:4%;display:none;}}  #text_style_01_1585136969940>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1585137117559{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:119.852294921875px;left:20.0414301554362%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585137117559{top:124.70172119140625px;left:20.242603443287038%;}}   @media screen and (max-width:640px) {#text_style_01_1585137117559{width:96%;font-size:12px;color:#333;line-height:1.6;top:99.97021484375px;left:4%;display:none;}}  #text_style_01_1585137117559>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433448187{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.96307373046875px;left:10.625%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433448187{top:124.70172119140625px;left:11.94474497800151%;}}   @media screen and (max-width:640px) {#text_style_01_1563433448187{width:96%;font-size:12px;color:#333;line-height:1.6;top:259px;left:2%;display:none;}}  #text_style_01_1563433448187>.view_contents {color:#666666;font-size:16px;}

 #text_style_01_1563433425901{width:7.333333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117.96307373046875px;left:0.24976348876953125%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433425901{left:1.7827079409644717%;top:124.70172119140625px;}}   @media screen and (max-width:640px) {#text_style_01_1563433425901{width:96%;font-size:12px;color:#333;line-height:1.6;top:224px;left:2%;display:none;}}  #text_style_01_1563433425901>.view_contents {color:#666666;font-size:16px;}

 #div_blank_new01_1563433583074{width:3185px;height:50px;position:absolute;top:186.91192626953125px;left:-20.56818135579427%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563433583074{}}   @media screen and (max-width:640px) {#div_blank_new01_1563433583074{width:100%;height:48px;top:0px;left:0%;}}  #div_blank_new01_1563433583074  {box-sizing:border-box;} #div_blank_new01_1563433583074 .modSet {background:#363636;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563433583074  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563433583074  {box-sizing:border-box;}}

 #text_style_01_1563433698175{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:197.38067626953125px;left:0.014204661051432291%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433698175{left:2%;width:386px;}}   @media screen and (max-width:640px) {#text_style_01_1563433698175{width:96%;font-size:12px;color:#333;line-height:1.6;top:21.45452880859375px;left:1.9999998728434245%;}}  #text_style_01_1563433698175>.view_contents {color:#666666;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1563433698175>.view_contents {text-align:center;}}

 #image_style_01_1585136899669{width:9.5%;height:112px;position:absolute;top:31.97442626953125px;left:71.89559427897136%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585136899669{width:117px;left:69.63774181547619%;top:41.89202880859375px;}}   @media screen and (max-width:640px) {#image_style_01_1585136899669{width:37.5%;height:112px;top:23.97320556640625px;left:62.5%;display:none;}} #image_style_01_1585136899669 > .view_contents{overflow:visible;} 

 #image_style_01_1563433525531{width:114px;height:112px;position:absolute;top:31.97442626953125px;left:84.06344095865886%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563433525531{left:84.90139431423611%;top:41.89202880859375px;}}   @media screen and (max-width:640px) {#image_style_01_1563433525531{width:114px;height:112px;top:32px;left:34.8%;display:none;}} #image_style_01_1563433525531 > .view_contents{overflow:visible;}  #comm_layout_footer{height:263.005682px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:253.00568199999998px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:53.005682px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#444444;}
/*留言板样式*/
.gformStyle_2{width:100%; min-width:300px; box-sizing: border-box;}
.gformStyle_2 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s;}
.gformStyle_2 .gformS{width:100%;background: #1f1f1f;}
.gformStyle_2 .gf_title{text-align:left; font-size:16px; line-height:3;padding-left: 20px;border-bottom: 1px solid #292929;margin-bottom:5px; color: #fff;}
.gformStyle_2 .gformList{width:100%;padding:2px 20px;overflow: hidden; text-align: center;}
.gformStyle_2 .gformList .gformTxt{color:#fff;font-size: 14px; text-align: left;}
.gformStyle_2 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput{width:100%; font-size:14px; color:#fff; padding:8px; border:2px solid #282828;color: #fff;}
.gformStyle_2 .gformList input.gfInput{height:34px;  min-width:300px;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList textarea.gf_message{background: url("S_DIY_RES_PATH_E/../res/liuyanban/style_02/icon2.png") no-repeat center;background-size:100% 100% ;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_2 .gbt{background:#fff; color:#333; font-size:16px; line-height:35px; cursor:pointer;  border:0; height:35px; width:100%;margin: 20px auto;}
.gformStyle_2 #gbook{width:100%;  list-style:none;clear: both; padding: 0 20px;}
.gformStyle_2 .gbList{background:#fff; margin-bottom:10px; color:#fff; padding:10px; }
.gformStyle_2 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px; color: #fff;}
.gformStyle_2 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_2 .gb_page{text-align:center; font-size:14px; line-height:2;color:#fff;}
.gformStyle_2 .gb_replay{padding-left:50px; margin:10px auto; border-top:1px solid #ccc; padding-top:10px;  font-size:14px;}
.gformStyle_2 .gb_info{float:right;  color:#fff;}
.gformStyle_2 .gbList{background: rgba(255,255,255,.03);padding: 10px;}

@media screen and (max-width:991px){
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
}

@media screen and (max-width:768px){
.gformStyle_2{padding:15px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
.gformStyle_2 .gbt{font-size:14px;}
}

@media screen and (max-width:480px){
.gformStyle_2{padding:10px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformStyle_2 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_2 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_2 .gb_nickname,.gformStyle_2 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput,.gformStyle_2 li.gbList{background:url("S_DIY_RES_PATH_E/../res/liuyanban/style_02/icon.png") no-repeat center;background-size: 100% 100%;}/*modBgColor*/
.gformStyle_2 .modFontColor{color:#fff;}
.gformStyle_2{background-color:#1f1f1f;}

.style_02_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}

.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;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.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 !important; background: #f7f7f7 !important;}

.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.thrMenuSet.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_1563417565851 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1563417565851 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1563417565851 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1563417565851 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1563417565851 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

/*留言板样式*/
.gformStyle_2{width:100%; min-width:300px; box-sizing: border-box;}
.gformStyle_2 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s;}
.gformStyle_2 .gformS{width:100%;background: #1f1f1f;}
.gformStyle_2 .gf_title{text-align:left; font-size:16px; line-height:3;padding-left: 20px;border-bottom: 1px solid #292929;margin-bottom:5px; color: #fff;}
.gformStyle_2 .gformList{width:100%;padding:2px 20px;overflow: hidden; text-align: center;}
.gformStyle_2 .gformList .gformTxt{color:#fff;font-size: 14px; text-align: left;}
.gformStyle_2 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput{width:100%; font-size:14px; color:#fff; padding:8px; border:2px solid #282828;color: #fff;}
.gformStyle_2 .gformList input.gfInput{height:34px;  min-width:300px;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList textarea.gf_message{background: url("../img/liuyanban/style_02/icon2.png") no-repeat center;background-size:100% 100% ;box-shadow: 2px 3px 9px #121212 inset;}
.gformStyle_2 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_2 .gbt{background:#fff; color:#333; font-size:16px; line-height:35px; cursor:pointer;  border:0; height:35px; width:100%;margin: 20px auto;}
.gformStyle_2 #gbook{width:100%;  list-style:none;clear: both; padding: 0 20px;}
.gformStyle_2 .gbList{background:#fff; margin-bottom:10px; color:#fff; padding:10px; }
.gformStyle_2 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px; color: #fff;}
.gformStyle_2 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_2 .gb_page{text-align:center; font-size:14px; line-height:2;color:#fff;}
.gformStyle_2 .gb_replay{padding-left:50px; margin:10px auto; border-top:1px solid #ccc; padding-top:10px;  font-size:14px;}
.gformStyle_2 .gb_info{float:right;  color:#fff;}
.gformStyle_2 .gbList{background: rgba(255,255,255,.03);padding: 10px;}

@media screen and (max-width:991px){
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
}

@media screen and (max-width:768px){
.gformStyle_2{padding:15px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; }
.gformStyle_2 .gbt{font-size:14px;}
}

@media screen and (max-width:480px){
.gformStyle_2{padding:10px;}
.gformStyle_2 .listTit{display:none;}
.gformStyle_2 .gformList textarea.gf_message,.gformStyle_2 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_2 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_2 .gb_nickname,.gformStyle_2 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_2 .gformList textarea.gf_message, .gformStyle_2 .gformList input.gfInput,.gformStyle_2 li.gbList{background:url("../img/liuyanban/style_02/icon.png") no-repeat center;background-size: 100% 100%;}/*modBgColor*/
.gformStyle_2 .modFontColor{color:#fff;}
.gformStyle_2{background-color:#1f1f1f;}

.style_02_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}

#liuyanban_style_02_1585216687583 .error{ color: #f00 !important;}

	#image_style_01_1563443200686 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563443200686 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1563443200686 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563443200686 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_1585121522956 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585121522956 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1585121522956 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585121522956 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_1585216994899 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216994899 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1585216994899 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585216994899 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_1585217014607 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585217014607 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1585217014607 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585217014607 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_1585216787011 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216787011 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1585216787011 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585216787011 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_1585216977547 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585216977547 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1585216977547 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585216977547 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_1587695737083 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1587695737083 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1587695737083 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1587695737083 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1585136899669 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585136899669 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585136899669 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585136899669 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_1563433525531 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563433525531 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563433525531 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563433525531 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;}

				.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: #999999; 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;}
				}
				#identifier-pannel {
			right:2px;top:50px;
			position:fixed;
			overflow:hidden;zoom:1;
			text-align:center;	

			_position:absolute;
			_top:expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -580 +'px');
			z-index:998;
		}
		#identifier-pannel a{display:block;width:110px;background:#fefefe;}
		#identifier-pannel a:hover{background:#efefef;color:#000}