
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #image_logo_1555657185254{width:145px;height:38px;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1555657185254{left:1.9999337221633087%;height:55px;top:29px;}}   @media screen and (max-width:640px) {#image_logo_1555657185254{width:132px;height:46px;top:10px;left:calc(50% - 66px);}} 

 #searchbox_style_01_1555657585510{width:20.083333333333332%;position:absolute;top:29px;left:79.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1555657585510{top:43px;left:78.33333333333333%;width:187px;display:none;}}   @media screen and (max-width:640px) {#searchbox_style_01_1555657585510{width:210px;top:90px;left:72.5px;display:none;}} #searchbox_style_01_1555657585510 > .view_contents{overflow:visible;}  #searchbox_style_01_1555657585510 .btnaSet {border-color:#cccccc;color:#cccccc;} #searchbox_style_01_1555657585510 .inputSet {border-color:#cccccc;}

 #dh_style_35_1555657423445{width:60.5%;z-index:999;position:absolute;top:26px;left:18%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_35_1555657423445{z-index:999;top:26px;left:38.14786585365854%;}}   @media screen and (max-width:640px) {#dh_style_35_1555657423445{width:12.8%;z-index:999;top:6px;left:85.19583333333334%;}} #dh_style_35_1555657423445 > .view_contents{overflow:visible;}  #dh_style_35_1555657423445 .mainMenuSet {background:transparent;color:#333333;font-size:16px;} #dh_style_35_1555657423445 .mainMenuSet:hover {background:transparent;color:#49c482;font-size:16px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;border-color:#49c482;} #dh_style_35_1555657423445 #hot>a {background:transparent;color:#49c482;font-size:16px;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;border-color:#49c482;} #dh_style_35_1555657423445 .subMenuSet {background:#219c5a;} #dh_style_35_1555657423445 .thrMenuSet {background:#007432;} @media screen and (max-width:640px) { #dh_style_35_1555657423445 .mainMenuSet {text-align:center;background:#49c482;color:#ffffff;text-color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_35_1555657423445 .subMenuSet {background:#219c5a;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_35_1555657423445 .thrMenuSet {background:#007432;color:#ffffff;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_35_1555657423445 .mainMenuSet {background:transparent;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_35_1555657423445 .subMenuSet {background:#219c5a;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_35_1555657423445 .thrMenuSet {background:#007432;}} #comm_layout_header{height:98px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{}}   @media screen and (max-width:640px) {#comm_layout_header{height:56px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 
 #layout_1555992263804{height:361px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1555992263804{height:337px;}}   @media screen and (max-width:640px) {#layout_1555992263804{height:127px;}} #layout_1555992263804 > .view_contents{overflow:visible;}  #layout_1555992263804  {background: url(../img/upimages/pkgimg/20190523181215585.jpg);background-repeat:no-repeat!important;background-size:auto 100%;background-position:50% 50% !important;} @media screen and (max-width:640px) { #layout_1555992263804  {background-size:cover;}}


 #text_style_01_1556001969890{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:25px;left:44.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556001969890{width:145px;left:calc(50% - 72.5px);}}   @media screen and (max-width:640px) {#text_style_01_1556001969890{width:24%;font-size:12px;color:#333;line-height:1.6;top:15px;left:38%;}}  #text_style_01_1556001969890>.view_contents {text-align:center;font-size:26px;color:#49c482;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#49c482;border-width:2px;border-style:solid;} @media screen and (max-width:640px) { #text_style_01_1556001969890>.view_contents {font-size:18px;}} #layout_1556001918287{height:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556001918287{height:116px;}}   @media screen and (max-width:640px) {#layout_1556001918287{height:63px;}} #layout_1556001918287 > .view_contents{overflow:visible;max-width:1200px;} 


 #liuyanban_style_07_1556002065028{width:49.25%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_07_1556002065028{width:53.128313891834566%;left:1.9999337221633087%;top:0px;}}   @media screen and (max-width:640px) {#liuyanban_style_07_1556002065028{width:96%;top:0px;left:2%;}}  #liuyanban_style_07_1556002065028 .searchIcoSet {color:#49c482;} #liuyanban_style_07_1556002065028 .btnaSet {background:#49c482;} #liuyanban_style_07_1556002065028 .messageBoardSet {height:80px;}

 #map_style_01_1556002356735{width:50%;height:368px;position:absolute;top:0px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1556002356735{width:393px;left:56.15058324496288%;top:0px;}}   @media screen and (max-width:640px) {#map_style_01_1556002356735{width:96%;height:205px;top:360px;left:2%;}}  #layout_1556001976298{height:385px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556001976298{height:380px;}}   @media screen and (max-width:640px) {#layout_1556001976298{height:565px;}} #layout_1556001976298 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1556002407442{height:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556002407442{height:31px;}}   @media screen and (max-width:640px) {#layout_1556002407442{height:18px;}} #layout_1556002407442 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1555918868389{width:15.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:38px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555918868389{left:1.9999337221633087%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1555918868389{width:138.40885142255004px;font-size:12px;color:#333;line-height:1.6;top:70px;left:10px;display:none;}}  #text_style_01_1555918868389>.view_contents {font-size:36px;color:#fefffe;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555918868389>.view_contents {font-size:28px;}} @media screen and (max-width:640px) { #text_style_01_1555918868389 .view_contents {font-size:12px;}}

 #text_style_01_1555918920240{width:18.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:92px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555918920240{width:189px;left:1.9999337221633087%;top:61px;}}   @media screen and (max-width:640px) {#text_style_01_1555918920240{width:213.95945945945945px;font-size:12px;color:#333;line-height:1.6;top:243.4444444444444px;left:10px;display:none;}}  #text_style_01_1555918920240>.view_contents {font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555918920240>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1555918920240 .view_contents {font-size:12px;}}

 #text_style_01_1555919029869{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:149px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555919029869{left:1.9999337221633087%;top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1555919029869{width:355px;font-size:12px;color:#333;line-height:1.6;top:298.13363363363356px;left:10px;display:none;}}  #text_style_01_1555919029869>.view_contents {font-size:14px;color:#4eae7d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555919029869>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1555919029869 .view_contents {font-size:12px;}}

 #image_style_01_1555919138340{width:6.583333333333333%;height:81px;position:absolute;top:209px;left:2.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555919138340{height:56px;left:1.9999337221633087%;top:136px;width:55px;}}   @media screen and (max-width:640px) {#image_style_01_1555919138340{width:75.79729729729729px;height:77.71621621621621px;top:355.7012012012012px;left:36.86486486486486px;display:none;}} #image_style_01_1555919138340 > .view_contents{overflow:visible;} 

 #text_style_01_1555919183608{width:11.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:296px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555919183608{width:134px;left:1.9999337221633087%;top:194px;}}   @media screen and (max-width:640px) {#text_style_01_1555919183608{width:135px;font-size:12px;color:#333;line-height:1.6;top:634.4174174174174px;left:110px;display:none;}}  #text_style_01_1555919183608>.view_contents {font-size:14px;color:#e7faf3;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555919183608>.view_contents {text-align:left;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1555919183608 .view_contents {font-size:12px;}}

 #dh_style_03_1555919457975{width:8.916666666666668%;z-index:999;left:29.958333333333332%;top:97px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1555919457975{z-index:999;width:115px;top:55px;left:28.655222693531286%;}}   @media screen and (max-width:640px) {#dh_style_03_1555919457975{width:44px;z-index:999;left:calc(100% - 50px);top:70px;display:none;}} #dh_style_03_1555919457975 > .view_contents{overflow:visible;}  #dh_style_03_1555919457975 .columnSet {background:transparent;font-size:12px;height:178px;line-height:14px;} #dh_style_03_1555919457975 #hot>a {background:transparent;font-size:14px;} #dh_style_03_1555919457975 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:30px;line-height:46px;font-size:14px;text-align:center;color:#d5d5d5;} #dh_style_03_1555919457975 .mainMenuSet:hover {background:transparent;font-size:14px;} #dh_style_03_1555919457975 .subMenuSet {line-height:46px;} #dh_style_03_1555919457975 .thrMenuSet {line-height:46px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_03_1555919457975 .mainMenuSet {font-size:14px;height:30px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_03_1555919457975 .mainMenuSet:hover {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_03_1555919457975 #hot>a {font-size:14px;}}

 #text_style_01_1555919730803{width:7.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:32.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555919730803{width:93px;top:19px;left:31.62446977730647%;}}   @media screen and (max-width:640px) {#text_style_01_1555919730803{width:71.07481559536353px;font-size:12px;color:#333;line-height:1.6;top:75.23709167544784px;left:293.92518440463647px;display:none;}}  #text_style_01_1555919730803>.view_contents {font-size:18px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1555919730803 .view_contents {font-size:12px;}}

 #div_blank_new01_1555919801679{width:5.583333333333333%;height:3px;position:absolute;top:83px;left:32.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1555919801679{width:6.5%;top:57px;left:31.790164369034997%;}}   @media screen and (max-width:640px) {#div_blank_new01_1555919801679{width:50.12644889357218px;height:2.2444678609062167px;top:103.66701791359326px;left:295.4214963119073px;display:none;}}  #div_blank_new01_1555919801679  {box-sizing:border-box;} #div_blank_new01_1555919801679 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1555919801679  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1555919801679  {box-sizing:border-box;}}

 #text_style_01_1555920830036{width:7.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:50.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555920830036{width:91px;top:19px;left:50.62466861081655%;}}   @media screen and (max-width:640px) {#text_style_01_1555920830036{width:91.39566395663957px;font-size:12px;color:#333;line-height:1.6;top:194px;left:10px;display:none;}}  #text_style_01_1555920830036>.view_contents {font-size:18px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1555920830036 .view_contents {font-size:12px;}}

 #div_blank_new01_1555920841731{width:5.583333333333333%;height:3px;position:absolute;top:83px;left:50.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1555920841731{width:6.5%;top:57px;left:50.62466861081655%;}}   @media screen and (max-width:640px) {#div_blank_new01_1555920841731{width:64.4579945799458px;height:2.886178861788618px;top:230.5582655826558px;left:12.886178861788608px;display:none;}}  #div_blank_new01_1555920841731  {box-sizing:border-box;} #div_blank_new01_1555920841731 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1555920841731  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1555920841731  {box-sizing:border-box;}}

 #image_style_11_1555920910527{width:14.416666666666666%;position:absolute;top:115px;left:50.625%;z-index:9999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1555920910527{top:74px;left:50.62466861081655%;}}   @media screen and (max-width:640px) {#image_style_11_1555920910527{width:117.87907869481766px;top:443.41741741741737px;left:10px;display:none;}} #image_style_11_1555920910527 > .view_contents{overflow:visible;} 

 #text_style_01_1555921056377{width:7.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921056377{width:93px;top:19px;left:73.45738335100742%;}}   @media screen and (max-width:640px) {#text_style_01_1555921056377{width:91.39566395663957px;font-size:12px;color:#333;line-height:1.6;top:194px;left:273.6043360433604px;display:none;}}  #text_style_01_1555921056377>.view_contents {font-size:18px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1555921056377 .view_contents {font-size:12px;}}

 #div_blank_new01_1555921064523{width:5.583333333333333%;height:3px;position:absolute;top:83px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1555921064523{width:6.5%;top:57px;left:73.62473488865324%;}}   @media screen and (max-width:640px) {#div_blank_new01_1555921064523{width:64.4579945799458px;height:2.886178861788618px;top:230.5582655826558px;left:275.5284552845528px;display:none;}}  #div_blank_new01_1555921064523  {box-sizing:border-box;} #div_blank_new01_1555921064523 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1555921064523  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1555921064523  {box-sizing:border-box;}}

 #image_style_01_1555921334619{width:1.9166666666666665%;height:27px;position:absolute;top:115px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921334619{top:71px;left:73.62473488865324%;}}   @media screen and (max-width:640px) {#image_style_01_1555921334619{width:15.671785028790788px;height:18.39731285988484px;top:444.0987993751909px;left:198.0614203454894px;display:none;}} #image_style_01_1555921334619 > .view_contents{overflow:visible;} 

 #text_style_01_1555921445877{width:16.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:115px;left:77.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921445877{width:190px;top:69px;left:77.29155620360551%;}}   @media screen and (max-width:640px) {#text_style_01_1555921445877{width:136.95777351247602px;font-size:12px;color:#333;line-height:1.6;top:444.0987993751909px;left:228.04222648752398px;display:none;}}  #text_style_01_1555921445877>.view_contents {color:#d5d5d5;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555921445877>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1555921445877 .view_contents {font-size:12px;}}

 #image_style_01_1555921483919{width:1.9166666666666665%;height:16px;position:absolute;top:160.5px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921483919{top:105.5px;left:73.62473488865324%;}}   @media screen and (max-width:640px) {#image_style_01_1555921483919{width:15.671785028790788px;height:10.9021113243762px;top:475.1016784538857px;left:198.0614203454894px;display:none;}} #image_style_01_1555921483919 > .view_contents{overflow:visible;} 

 #text_style_01_1555921510623{width:16.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:154.5px;left:77.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921510623{width:196px;top:99.5px;left:77.29155620360551%;}}   @media screen and (max-width:640px) {#text_style_01_1555921510623{width:136.95777351247602px;font-size:12px;color:#333;line-height:1.6;top:471.01338670724465px;left:228.04222648752398px;display:none;}}  #text_style_01_1555921510623>.view_contents {color:#d5d5d5;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555921510623>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1555921510623 .view_contents {font-size:12px;}}

 #image_style_01_1555921572888{width:1.9166666666666665%;height:29px;position:absolute;top:201px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921572888{top:137px;left:73.45738335100742%;}}   @media screen and (max-width:640px) {#image_style_01_1555921572888{width:15.671785028790788px;height:19.760076775431862px;top:502.697647743713px;left:196.6986564299424px;display:none;}} #image_style_01_1555921572888 > .view_contents{overflow:visible;} 

 #text_style_01_1555921617774{width:16.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:201px;left:77.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921617774{width:187px;top:133px;left:77.29155620360551%;}}   @media screen and (max-width:640px) {#text_style_01_1555921617774{width:136.95777351247602px;font-size:12px;color:#333;line-height:1.6;top:502.697647743713px;left:228.04222648752398px;display:none;}}  #text_style_01_1555921617774>.view_contents {color:#d5d5d5;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555921617774>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1555921617774 .view_contents {font-size:12px;}}

 #image_style_01_1555921670875{width:1.6666666666666667%;height:29px;position:absolute;top:249px;left:73.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921670875{top:167px;left:73.62473488865324%;}}   @media screen and (max-width:640px) {#image_style_01_1555921670875{width:13.62763915547025px;height:19.760076775431862px;top:535.4039817168416px;left:198.0614203454894px;display:none;}} #image_style_01_1555921670875 > .view_contents{overflow:visible;} 

 #text_style_01_1555921690257{width:16.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:245px;left:77.29166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921690257{width:195px;top:163px;left:77.29155620360551%;}}   @media screen and (max-width:640px) {#text_style_01_1555921690257{width:201px;font-size:12px;color:#333;line-height:1.6;top:912.8348348348347px;left:77px;display:none;}}  #text_style_01_1555921690257>.view_contents {color:#d5d5d5;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555921690257>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1555921690257 .view_contents {font-size:12px;}}

 #text_style_01_1555921779544{width:38.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:339px;left:30.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1555921779544{width:480px;left:25%;top:231px;}}   @media screen and (max-width:640px) {#text_style_01_1555921779544{width:355px;font-size:12px;color:#333;line-height:1.6;top:8px;left:2.666666666666667%;}}  #text_style_01_1555921779544>.view_contents {color:#a5a6a6;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1555921779544>.view_contents {font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1555921779544 .view_contents {font-size:12px;}}

 #div_blank_new01_1556087375055{width:2880px;height:53px;position:absolute;top:328px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556087375055{top:225px;left:-100%;height:33px;}}   @media screen and (max-width:640px) {#div_blank_new01_1556087375055{width:100%;height:33px;top:0px;left:0%;}}  #div_blank_new01_1556087375055  {box-sizing:border-box;} #div_blank_new01_1556087375055 .modSet {background:rgba(5,13,16,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556087375055  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556087375055  {box-sizing:border-box;}} #comm_layout_footer{height:381px;z-index:999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:258px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:33px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background: url(../img/upimages/pkgimg/dibu/dibu.jpg);background-size:100% auto;background-position:50% 50% !important;} @media screen and (min-width:641px) and (max-width:1200px) { #comm_layout_footer  {background-repeat:no-repeat!important;}} @media screen and (max-width:640px) { #comm_layout_footer  {background-repeat:no-repeat!important;}}
.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;*/
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

/*菜单样式*/
.menuStyle_35{width:100%; position:relative;}
.menuStyle_35 *{box-sizing: border-box;}
.menuStyle_35 .miniMenu *,
.menuStyle_35 .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_35 .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_35 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_35 ul,.menuStyle_35 li{padding:0;margin:0px;list-style:none}
.menuStyle_35 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_35 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_35 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl>li{position:relative;}
.menuStyle_35 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; background:#0bb2dc ; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_35 .menuUl>li>a:hover{background: #1fcefb;}
.menuStyle_35 .menuUl #hot>a{color:#fff; background: #1fcefb;}
.menuStyle_35 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_35 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_35 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_35 .menuLayout .miniMenu{display:none;}
.menuStyle_35 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_35 .menuUl>.logo{background: #fff;}
.menuStyle_35 .menuUl>.logo a{background: #fff;}
.menuStyle_35 .menuUl>.logo a:hover{background: #fff;}
.menuStyle_35 .menuUl>li>#menuLogo{height: 85%; background: #fff;}

.menuStyle_35 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_35 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_35 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_35 .menuUl02 .subMenu02.subCurSet{color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover {background: #f7f5f8; color: #53bdd7; border-left: 2px solid #53bdd7;}
.menuStyle_35 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_35 .menuUl03{position: absolute; background: #fff; left: 100%; top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_35 .menuUl03 .subMenu03{color: #5f6366; padding: 0 15px; line-height: 40px;}
.menuStyle_35 .menuUl03 .subMenu03:hover{background:#f6f6f6; color: #77c6cb;}
.menuStyle_35 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* .menuStyle_35 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);} */
.menuStyle_35 .menuUl03 .subMenu03.thrCurSet {color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .rflex { position: relative;}
.menuStyle_35 .maxWidth{margin: auto;}

.menuStyle_35 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_35 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_35 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_35 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_35 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_35 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_35 .subBox .subImgsbox>a{display: block; height: 100%; font-size:14px; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_35 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_35 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_35 .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: #333; font-size: 12px;}
.menuStyle_35 .subBox p{overflow: hidden; float: left;}
.menuStyle_35 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_35 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_35 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_35 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu02:hover,
.menuStyle_35 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_35 .subBox .subMenu03:hover,
.menuStyle_35 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_35 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_35 .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_35 .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_35 .imgIco{ margin-right:10px;}
.menuStyle_35 .menuUl,
.menuStyle_35 .menuUl_box {display:none;}
.menuStyle_35 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_35 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_35 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_35 .miniMenu .leftBox{height: 100%}
.menuStyle_35 .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_35 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_35 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_35 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_35 .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_35 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_35 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_35 .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_35 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_35 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_35_1555657423445 .maxWidth{max-width:px;}
	#dh_style_35_1555657423445 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_35_1555657423445 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_35_1555657423445 .menuUl>li>#menuLogo{
		height: px;
		margin-right: 20px;
		margin-left: 20px;
	}
}
/*留言板样式*/
.gformStyle_7{width:100%; box-sizing: border-box;}
.gformStyle_7 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_7 form{}
.gformStyle_7 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_7 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_7 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_7 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_7 .gformList textarea.gf_message, .gformStyle_7 .gformList input.gfInput{width:calc(100% - 40px); max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;margin-bottom: 10px;}
.gformStyle_7 .gformList input.gfInput{height:40px; width:calc(100% - 40px); min-width:300px;}
.gformStyle_7 .gformList textarea.gf_message{width:100%;height:200px;}
.gformStyle_7 .gbt{width:20%;float:right;background:#0b666e; color:#fff; font-size:14px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; margin:3% auto;}

.gformStyle_7 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_7 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_7 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_7 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_7 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_7 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_7 .gb_replay b{padding-left:50px; }
.gformStyle_7 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_7 .gb_info{float:right; color:#666;}
.gformStyle_7 .gb_nickname{}

.gformStyle_7 .thetextimg{ text-align:center; }
.gformStyle_7 .fa{ line-height:40px; font-size:20px; color:#0B666E; display:block;}
.gformStyle_7 .fa-user:before{ content:"\f007"; }
.gformStyle_7 .fa-phone:before{ content:"\f095"; }
.gformStyle_7 .fa-mobile:before{ content:"\f10b"; font-size:30px;}
.gformStyle_7 .fa-qq:before{ content:"\f1d6"; }
.gformStyle_7 .fa-envelope:before{ content:"\f0e0"; }

@media screen and (max-width:991px){

}
@media screen and (max-width:768px){
.gformStyle_7{padding:15px;min-width: 0;}
.gformStyle_7 .listTit{display:none;}
.gformStyle_7 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_7 .gbt{font-size:14px;}


.gformStyle_7 .gformList input.gfInput{width:calc(100% - 40px);min-width: 0 !important; }


}
@media screen and (max-width:480px){
.gformStyle_7{padding:10px;}
.gformStyle_7 .listTit{display:none;}
.gformStyle_7 .gformList textarea.gf_message,.gformStyle_7 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_7 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_7 .gb_nickname,.gformStyle_7 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_7 .gformList textarea.gf_message, .gformStyle_7 .gformList input.gfInput,.gformStyle_7 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_7 .modFontColor{color:#333;}
.gformStyle_7 .modBorderColor{border-color:#f5f5f5 !important;}


.style_07_changeCode {
    position: absolute;
    bottom: 232px;
    right: 0px;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}

/*新加风格的样式 */

.gformStyle_7 .thetextimg{width:40px;height:40px;float:left;border:1px solid #eee; background:#f5f5f5;}
/*.gformStyle_7 .thetextimg1{background: #f5f5f5 url(../img/liuyanban/style_07/lybname1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg2{background: #f5f5f5 url(../img/liuyanban/style_07/lybtel1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg3{background: #f5f5f5 url(../img/liuyanban/style_07/lybphone1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg4{background: #f5f5f5 url(../img/liuyanban/style_07/lybqq1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg5{background: #f5f5f5 url(../img/liuyanban/style_07/lybmail1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}*/

	#image_style_01_1555919138340 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555919138340 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555919138340 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555919138340 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;}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: visible !important; width: 19%; box-sizing:border-box; margin-bottom:10px; 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/*额外添加的样式*/

.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}




/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

/*pc*/
#image_style_11_1555920910527 .imgStyle_11 ul li,#image_style_11_1555920910527 .imgStyle_11 ul li{width: 32%;}
#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems,#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1555920910527 .imgStyle_11 ul li,#image_style_11_1555920910527 .imgStyle_11 ul li{width: 32%;}
	#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems,#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1555920910527 .imgStyle_11 ul li,#image_style_11_1555920910527 .imgStyle_11 ul li{width: 49%;}
	#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems,#image_style_11_1555920910527 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1555921334619 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921334619 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555921334619 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555921334619 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_1555921483919 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921483919 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555921483919 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555921483919 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_1555921572888 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921572888 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555921572888 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555921572888 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_1555921670875 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1555921670875 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1555921670875 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1555921670875 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);}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;top: calc(100% - 50px);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 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.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;}
				}
				