
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
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;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_1563417409427{position:absolute;top:13px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1563417409427{left:1.9999337221633087%;top:30px;}}   @media screen and (max-width:640px) {#image_logo_1563417409427{width:140px;height:18px;top:13px;left:2%;}}

 #dh_style_28_1563417565851{width:748px;z-index:999;position:absolute;top:17px;left:calc(100% - 748px);}   @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:13.600000000000001%;z-index:999;top:0px;left:84.93333333333334%;}} #dh_style_28_1563417565851 > .view_contents{overflow:visible;}  #dh_style_28_1563417565851 .mainMenuSet {color:#a7a7a7;font-size:16px;font-weight:normal;} #dh_style_28_1563417565851 .mainMenuSet:hover {color:#ffffff;font-size:16px;} #dh_style_28_1563417565851 #hot>a {color:#ffffff;font-size:16px;} @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:79px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:79px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;}} #comm_layout_header > .view_contents{max-width:1200px;}  #comm_layout_header  {background: url(../image/20190718103514362.jpg);background-position:50% 50% !important;background-size:auto 100%;}


 #text_style_01_1563418886905{width:50.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:315px;left:43.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563418886905{left:44.38129639448569%;top:178px;}}   @media screen and (max-width:640px) {#text_style_01_1563418886905{width:96%;font-size:12px;color:#333;line-height:1.6;top:76px;left:2%;}}  #text_style_01_1563418886905>.view_contents {font-size:46px;color:#e7e7e7;text-align:right;line-height:50px;height:50px;} @media screen and (max-width:640px) { #text_style_01_1563418886905>.view_contents {font-size:28px;text-align:right;}} #layout_diy_1563416590{height:801px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563416590{height:451px;}}   @media screen and (max-width:640px) {#layout_diy_1563416590{height:211px;}} #layout_diy_1563416590 > .view_contents{overflow:visible;max-width:1200px;}  #layout_diy_1563416590  {background: url(../image/banner1.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}


 #image_style_01_1563419483896{width:387px;height:581px;position:absolute;top:158px;left:710px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563419483896{top:164.5px;left:61.93001060445387%;width:359px;}}   @media screen and (max-width:640px) {#image_style_01_1563419483896{width:96%;height:539px;top:181px;left:2%;}} #image_style_01_1563419483896 > .view_contents{overflow:visible;} 

 #text_style_01_1563434557423{width:41%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:190px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434557423{top:190px;left:17.265376458112407%;width:409px;}}   @media screen and (max-width:640px) {#text_style_01_1563434557423{width:90.66666666666666%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1563434557423>.view_contents {font-size:67px;color:#f1f1f1;font-weight:bold;line-height:70px;height:70px;} @media screen and (max-width:640px) { #text_style_01_1563434557423>.view_contents {font-size:50px;}}

 #image_style_01_1563434646281{width:54px;height:32px;position:absolute;top:232px;left:5.416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563434646281{top:232px;left:3.7181866383881235%;}}   @media screen and (max-width:640px) {#image_style_01_1563434646281{width:54px;height:32px;top:690px;left:42.8%;display:none;}} #image_style_01_1563434646281 > .view_contents{overflow:visible;} 

 #text_style_01_1563434721291{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:277px;left:2.9583333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434721291{left:1.8640641569459173%;top:277px;}}   @media screen and (max-width:640px) {#text_style_01_1563434721291{width:96%;font-size:12px;color:#333;line-height:1.6;top:776px;left:2%;display:none;}}  #text_style_01_1563434721291>.view_contents {font-size:14px;color:#333333;text-align:center;}

 #text_style_01_1563434781424{width:37.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:275px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434781424{top:275px;left:17.265376458112407%;}}   @media screen and (max-width:640px) {#text_style_01_1563434781424{width:96%;font-size:12px;color:#333;line-height:1.6;top:110px;left:2%;}}  #text_style_01_1563434781424>.view_contents {font-size:30px;color:#333333;font-weight:bold;line-height:32px;height:34px;}

 #text_style_01_1563434907932{width:5.833333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:378px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434907932{top:378px;left:17.265376458112407%;}}   @media screen and (max-width:640px) {#text_style_01_1563434907932{width:22.666666666666664%;font-size:12px;color:#333;line-height:1.6;top:759px;left:2%;}}  #text_style_01_1563434907932>.view_contents {font-size:22px;color:#ee1c25;line-height:24px;height:24px;}

 #text_style_01_1563434981723{width:5.833333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:378px;left:45.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434981723{top:378px;left:43.18166755037115%;}}   @media screen and (max-width:640px) {#text_style_01_1563434981723{width:24%;font-size:12px;color:#333;line-height:1.6;top:759px;left:74.13333333333333%;}}  #text_style_01_1563434981723>.view_contents {font-size:22px;color:#ee1c25;line-height:24px;height:24px;}

 #text_style_01_1563435043288{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:423px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435043288{top:423px;left:17.265376458112407%;width:109px;}}   @media screen and (max-width:640px) {#text_style_01_1563435043288{width:25.066666666666666%;font-size:12px;color:#333;line-height:1.6;top:798px;left:2%;}}  #text_style_01_1563435043288>.view_contents {color:#999999;font-size:14px;}

 #text_style_01_1563435071330{width:10%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:423px;left:32.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435071330{top:423px;left:30.22103658536585%;}}   @media screen and (max-width:640px) {#text_style_01_1563435071330{width:30.4%;font-size:12px;color:#333;line-height:1.6;top:798px;left:38%;}}  #text_style_01_1563435071330>.view_contents {color:#999999;font-size:14px;}

 #text_style_01_1563435090298{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:423px;left:45.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435090298{top:423px;left:43.18166755037115%;}}   @media screen and (max-width:640px) {#text_style_01_1563435090298{width:22.666666666666664%;font-size:12px;color:#333;line-height:1.6;top:798px;left:74.13333333333333%;}}  #text_style_01_1563435090298>.view_contents {color:#999999;font-size:14px;}

 #text_style_01_1563435166350{width:32.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:410px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435166350{top:516px;left:17.265376458112407%;width:388px;}}   @media screen and (max-width:640px) {#text_style_01_1563435166350{width:96%;font-size:12px;color:#333;line-height:1.6;top:853px;left:2%;}}  #text_style_01_1563435166350>.view_contents {font-size:14px;color:#333333;line-height:30px;}

 #image_style_01_1563435405400{width:45px;height:45px;position:absolute;top:379.75px;left:5.791666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563435405400{left:4.197044008483563%;top:379.75px;}}   @media screen and (max-width:640px) {#image_style_01_1563435405400{width:45px;height:45px;top:966px;left:44%;display:none;}} #image_style_01_1563435405400 > .view_contents{overflow:visible;} 

 #image_style_01_1563435437280{width:3.75%;height:45px;position:absolute;top:535.5px;left:5.791666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563435437280{width:47px;left:4.090999469777307%;top:535.5px;}}   @media screen and (max-width:640px) {#image_style_01_1563435437280{width:62px;height:45px;top:1271px;left:41.733333333333334%;display:none;}} #image_style_01_1563435437280 > .view_contents{overflow:visible;} 

 #text_style_01_1563435553383{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:433px;left:2.9583333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435553383{left:1.8640641569459173%;top:433px;}}   @media screen and (max-width:640px) {#text_style_01_1563435553383{width:96%;font-size:12px;color:#333;line-height:1.6;top:1117px;left:2%;display:none;}}  #text_style_01_1563435553383>.view_contents {font-size:14px;color:#333333;text-align:center;}

 #text_style_01_1563435570939{width:9.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:592px;left:2.9583333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435570939{left:1.8640641569459173%;top:592px;}}   @media screen and (max-width:640px) {#text_style_01_1563435570939{width:96%;font-size:12px;color:#333;line-height:1.6;top:1326px;left:2%;display:none;}}  #text_style_01_1563435570939>.view_contents {font-size:14px;color:#333333;text-align:center;}

 #div_blank_new13_1563435611202{width:10%;position:absolute;top:324.5px;left:2.666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1563435611202{left:1.5972958642629904%;top:324.5px;}}   @media screen and (max-width:640px) {#div_blank_new13_1563435611202{width:166px;top:808px;left:27.866666666666667%;display:none;}}  #div_blank_new13_1563435611202  {box-sizing:border-box;} #div_blank_new13_1563435611202 .modSet {border-color:#dcdcdc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1563435611202  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1563435611202  {box-sizing:border-box;}}

 #div_blank_new13_1563435718859{width:10%;position:absolute;top:476.5px;left:2.666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1563435718859{left:1.5972958642629904%;top:476.5px;}}   @media screen and (max-width:640px) {#div_blank_new13_1563435718859{width:166px;top:1149px;left:27.866666666666667%;display:none;}}  #div_blank_new13_1563435718859  {box-sizing:border-box;} #div_blank_new13_1563435718859 .modSet {border-color:#dcdcdc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1563435718859  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1563435718859  {box-sizing:border-box;}}

 #div_blank_new13_1563435727558{width:10%;position:absolute;top:636.5px;left:2.666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1563435727558{left:1.5972958642629904%;top:636.5px;}}   @media screen and (max-width:640px) {#div_blank_new13_1563435727558{width:166px;top:1358px;left:27.866666666666667%;display:none;}}  #div_blank_new13_1563435727558  {box-sizing:border-box;} #div_blank_new13_1563435727558 .modSet {border-color:#dcdcdc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1563435727558  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1563435727558  {box-sizing:border-box;}}

 #div_blank_new01_1563435828869{width:1px;height:880px;position:absolute;top:0px;left:15.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563435828869{top:0px;left:13.90840402969247%;}}   @media screen and (max-width:640px) {#div_blank_new01_1563435828869{width:1px;height:50px;top:0px;left:49.86666666666667%;display:none;}}  #div_blank_new01_1563435828869  {box-sizing:border-box;} #div_blank_new01_1563435828869 .modSet {background:#dcdcdc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563435828869  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563435828869  {box-sizing:border-box;}}

 #text_style_01_1563434986220{width:5.833333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:378px;left:32.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563434986220{top:378px;left:30.22103658536585%;}}   @media screen and (max-width:640px) {#text_style_01_1563434986220{width:13.866666666666665%;font-size:12px;color:#333;line-height:1.6;top:759px;left:38%;}}  #text_style_01_1563434986220>.view_contents {font-size:22px;color:#ee1c25;line-height:24px;height:24px;}

 #text_style_01_1563435010309{width:2.5833333333333335%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:373px;left:34.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563435010309{top:373px;left:33.55646871686108%;}}   @media screen and (max-width:640px) {#text_style_01_1563435010309{width:15.2%;font-size:12px;color:#333;line-height:1.6;top:754px;left:46%;}}  #text_style_01_1563435010309>.view_contents {font-size:12px;color:#ee1c25;line-height:24px;height:24px;}

 #button_style_01_1563524823975{width:10.416666666666668%;position:absolute;top:696px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563524823975{left:17.265376458112407%;top:696px;}}   @media screen and (max-width:640px) {#button_style_01_1563524823975{width:26.666666666666668%;top:953px;left:2%;}} #button_style_01_1563524823975 > .view_contents{overflow:visible;}  #button_style_01_1563524823975 .btnaSet {color:#ee1c25;font-size:14px;border-style:none;border-width:0px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #button_style_01_1563524823975 .btnaSet {background:transparent;}} #layout_1563419361642{height:881px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563419361642{}}   @media screen and (max-width:640px) {#layout_1563419361642{height:1061px;}} #layout_1563419361642 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563419361642  {background: url(../image/banner2.jpg);background-position:50% 50% !important;background-size:auto 100%;}


 #div_blank_new01_1563419882217{width:1894px;height:558px;position:absolute;top:160px;left:150px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563419882217{left:8%;top:160px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563419882217{width:90%;height:891px;top:66px;left:9.866666666666667%;}}  #div_blank_new01_1563419882217  {box-sizing:border-box;} #div_blank_new01_1563419882217 .modSet {background:#f9f9f9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563419882217  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563419882217  {box-sizing:border-box;}}

 #text_style_01_1563420007013{font-size:18px;color:white;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:247px;left:221px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563420007013{left:12.476802757158007%;top:249px;width:411px;}}   @media screen and (max-width:640px) {#text_style_01_1563420007013{width:74.66666666666667%;font-size:12px;color:#333;line-height:1.6;top:73px;left:12.666666666666668%;}}  #text_style_01_1563420007013>.view_contents {font-size:67px;color:#f1f1f1;font-weight:bold;line-height:70px;height:70px;} @media screen and (max-width:640px) { #text_style_01_1563420007013>.view_contents {font-size:50px;}}

 #text_style_01_1563420201396{width:37.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:325px;left:18.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563420201396{width:485px;top:325px;left:12.476802757158007%;}}   @media screen and (max-width:640px) {#text_style_01_1563420201396{width:84%;font-size:12px;color:#333;line-height:1.6;top:141px;left:12.933333333333334%;}}  #text_style_01_1563420201396>.view_contents {font-size:30px;color:#333333;font-weight:bold;line-height:32px;height:34px;} @media screen and (max-width:640px) { #text_style_01_1563420201396>.view_contents {font-size:22px;}}

 #text_style_01_1563420261027{width:420px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:400px;left:18.4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563420261027{width:413px;top:400px;left:12.460233297985154%;}}   @media screen and (max-width:640px) {#text_style_01_1563420261027{width:82.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:202px;left:13.466666666666665%;}}  #text_style_01_1563420261027>.view_contents {font-size:14px;color:#666666;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563420261027>.view_contents {text-align:justify;}} @media screen and (max-width:640px) { #text_style_01_1563420261027>.view_contents {height:200px;text-align:justify;}}

 #image_style_01_1563420657635{width:186px;height:186px;position:absolute;top:219px;left:77.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420657635{}}   @media screen and (max-width:640px) {#image_style_01_1563420657635{width:186px;height:186px;top:411px;left:47.333333333333336%;}} #image_style_01_1563420657635 > .view_contents{overflow:visible;} 

 #image_style_01_1563420721356{width:15.5%;height:186px;position:absolute;top:346px;left:64.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420721356{width:186px;}}   @media screen and (max-width:640px) {#image_style_01_1563420721356{width:186px;height:186px;top:514px;left:12.666666666666668%;}} #image_style_01_1563420721356 > .view_contents{overflow:visible;} 

 #image_style_01_1563420778923{width:15.5%;height:186px;position:absolute;top:473px;left:74.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420778923{width:186px;}}   @media screen and (max-width:640px) {#image_style_01_1563420778923{width:186px;height:186px;top:636px;left:47.333333333333336%;}} #image_style_01_1563420778923 > .view_contents{overflow:visible;} 

 #div_blank_new01_1563420883753{width:89px;height:6px;position:absolute;top:507px;left:59.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563420883753{}}   @media screen and (max-width:640px) {#div_blank_new01_1563420883753{width:89px;height:2px;top:665px;left:4%;display:none;}}  #div_blank_new01_1563420883753  {box-sizing:border-box;} #div_blank_new01_1563420883753 .modSet {background:#ee1c25;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563420883753  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563420883753  {box-sizing:border-box;}}

 #button_style_01_1563524938801{width:10.416666666666668%;position:absolute;top:607px;left:18.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563524938801{left:12.476802757158007%;top:604px;}}   @media screen and (max-width:640px) {#button_style_01_1563524938801{width:28.000000000000004%;top:861px;left:12.666666666666668%;}} #button_style_01_1563524938801 > .view_contents{overflow:visible;}  #button_style_01_1563524938801 .btnaSet {color:#474747;font-size:14px;border-style:none;border-width:0px;text-align:left;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #button_style_01_1563524938801 .btnaSet {background:transparent;}} @media screen and (max-width:640px) { #button_style_01_1563524938801 .btnaSet {background:transparent;}} #layout_1563417559006{height:881px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563417559006{}}   @media screen and (max-width:640px) {#layout_1563417559006{height:1018px;}} #layout_1563417559006 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563417559006  {background: url(../image/banner3.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}
#layout_1563417559006_1{height:881px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563417559006_1{}}   @media screen and (max-width:640px) {#layout_1563417559006_1{height:1018px;}} #layout_1563417559006_1 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563417559006_1  {background: url(../image/banner3.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}


 #div_blank_new01_1563421728123{width:1075px;height:533px;position:absolute;top:174px;left:-360px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563421728123{}}   @media screen and (max-width:640px) {#div_blank_new01_1563421728123{width:100%;height:1715px;top:0px;left:0%;}}  #div_blank_new01_1563421728123  {box-sizing:border-box;} #div_blank_new01_1563421728123 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563421728123  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563421728123  {box-sizing:border-box;}}

 #text_style_01_1563421828909{width:42.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:228px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563421828909{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1563421828909{width:96%;font-size:12px;color:#333;line-height:1.6;top:60px;left:2%;}}  #text_style_01_1563421828909>.view_contents {font-size:67px;color:#f1f1f1;font-weight:bold;line-height:70px;height:70px;}

 #text_style_01_1563421930577{width:30.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:306px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563421930577{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1563421930577{width:96%;font-size:12px;color:#333;line-height:1.6;top:140px;left:2%;}}  #text_style_01_1563421930577>.view_contents {font-size:30px;color:#333333;font-weight:bold;line-height:32px;height:34px;}

 #newsList_style_02_1563422022151{width:52.916666666666664%;position:absolute;top:363px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1563422022151{width:681px;left:2%;}}   @media screen and (max-width:640px) {#newsList_style_02_1563422022151{width:96%;top:184px;left:2%;}}  #newsList_style_02_1563422022151 .titleSet {line-height:26px;padding-top:10px;font-size:18px;} #newsList_style_02_1563422022151 .detailSet {line-height:20px;font-size:14px;} @media screen and (max-width:640px) { #newsList_style_02_1563422022151 .detailSet {padding-top:4px;padding-right:4px;line-height:26px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1563422022151 .titleSet {padding-top:5px;padding-bottom:10px;}} #layout_1563421314242{height:881px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563421314242{}}   @media screen and (max-width:640px) {#layout_1563421314242{height:1715px;}} #layout_1563421314242 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563421314242  {background: url(../image/banner4.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_1563421314242  {background-size:auto 100%;}}


 #text_style_01_1563430230815{width:30.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130px;left:445px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563430230815{top:130px;left:30.3%;}}   @media screen and (max-width:640px) {#text_style_01_1563430230815{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1563430230815>.view_contents {font-size:30px;color:#333333;font-weight:bold;line-height:32px;height:34px;}

 #text_style_01_1563430246514{width:48.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:180px;left:37.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563430246514{left:30.3%;width:589px;}}   @media screen and (max-width:640px) {#text_style_01_1563430246514{width:96%;font-size:12px;color:#333;line-height:1.6;top:44px;left:2%;}}  #text_style_01_1563430246514>.view_contents {color:#999999;font-size:14px;}

 #div_blank_new13_1563430432278{width:1600px;position:absolute;top:228px;left:37.4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1563430432278{left:30.3%;}}   @media screen and (max-width:640px) {#div_blank_new13_1563430432278{width:100%;top:98px;left:0%;}}  #div_blank_new13_1563430432278  {box-sizing:border-box;background:transparent;} #div_blank_new13_1563430432278 .modSet {background:#eeeeee;color:#eeeeee;border-color:#eeeeee;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1563430432278  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1563430432278  {box-sizing:border-box;}}


 #image_style_01_1563431334666{width:35px;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431334666{}}   @media screen and (max-width:640px) {#image_style_01_1563431334666{left:calc(50% - 17.5px);}} #image_style_01_1563431334666 > .view_contents{overflow:visible;} 

 #text_style_01_1563431412210{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_1563431412210{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563431412210{width:96%;font-size:12px;color:#333;line-height:1.6;top:54px;left:2%;}}  #text_style_01_1563431412210>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431412210>.view_contents {font-size:14px;text-align:center;}}

 #text_style_01_1563431450841{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_1563431450841{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1563431450841{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1563431450841>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431450841>.view_contents {font-size:16px;text-align:center;}}
 #div_a_includeBlock_1563431372410{width:14.166666666666666%;height:109px;position:absolute;top:291px;left:37.399739583333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563431372410{left:30.39998674443266%;top:291px;width:125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563431372410{width:50%;height:110px;top:142px;left:0%;}} 


 #image_style_01_1563431591727{width:35px;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431591727{}}   @media screen and (max-width:640px) {#image_style_01_1563431591727{left:calc(50% - 17.5px);}} #image_style_01_1563431591727 > .view_contents{overflow:visible;} 

 #text_style_01_1563431591732{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_1563431591732{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563431591732{width:96%;font-size:12px;color:#333;line-height:1.6;top:54px;left:2%;}}  #text_style_01_1563431591732>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431591732>.view_contents {font-size:14px;text-align:center;}}

 #text_style_01_1563431591734{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_1563431591734{width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563431591734{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1563431591734>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431591734>.view_contents {font-size:16px;text-align:center;}}
 #div_a_includeBlock_1563431591664{width:17.75%;height:109px;position:absolute;top:291px;left:51.56640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563431591664{left:43.86764316012725%;top:291px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563431591664{width:50%;height:110px;top:142px;left:49.86666666666667%;}} 


 #image_style_01_1563431835305{width:35px;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431835305{}}   @media screen and (max-width:640px) {#image_style_01_1563431835305{left:calc(50% - 17.5px);}} #image_style_01_1563431835305 > .view_contents{overflow:visible;} 

 #text_style_01_1563431835309{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_1563431835309{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563431835309{width:96%;font-size:12px;color:#333;line-height:1.6;top:54px;left:2%;}}  #text_style_01_1563431835309>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431835309>.view_contents {font-size:14px;text-align:center;}}

 #text_style_01_1563431835312{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_1563431835312{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1563431835312{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1563431835312>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431835312>.view_contents {font-size:16px;text-align:center;}}
 #div_a_includeBlock_1563431835227{width:14.083333333333334%;height:109px;position:absolute;top:291px;left:69.64973958333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563431835227{left:62.630898727465535%;top:291px;width:130px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563431835227{width:50%;height:110px;top:274px;left:0%;}} 


 #image_style_01_1563431872265{width:35px;height:35px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431872265{}}   @media screen and (max-width:640px) {#image_style_01_1563431872265{left:calc(50% - 17.5px);}} #image_style_01_1563431872265 > .view_contents{overflow:visible;} 

 #text_style_01_1563431872273{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_1563431872273{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1563431872273{width:96%;font-size:12px;color:#333;line-height:1.6;top:54px;left:2%;}}  #text_style_01_1563431872273>.view_contents {color:#999999;font-size:14px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431872273>.view_contents {font-size:14px;text-align:center;}}

 #text_style_01_1563431872275{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_1563431872275{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1563431872275{width:96%;font-size:12px;color:#333;line-height:1.6;top:80px;left:2%;}}  #text_style_01_1563431872275>.view_contents {color:#999999;font-size:16px;line-height:20px;height:20px;} @media screen and (max-width:640px) { #text_style_01_1563431872275>.view_contents {font-size:16px;text-align:center;height:40px;}}
 #div_a_includeBlock_1563431872193{width:17.75%;height:109px;position:absolute;top:291px;left:83.73307291666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1563431872193{left:76.52273329798516%;top:291px;width:213.390625px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1563431872193{width:50%;height:135px;top:274px;left:49.86666666666667%;}} 

 #liuyanban_style_05_1563432111930{width:718px;position:absolute;top:475px;left:37.399739583333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_05_1563432111930{left:29.545002651113467%;width:657.28125px;top:475px;}}   @media screen and (max-width:640px) {#liuyanban_style_05_1563432111930{width:96%;top:460px;left:2%;}}  #liuyanban_style_05_1563432111930 .userInfoSet {border-radius:initial;height:50px;line-height:50px;background:#f2f0f0;border-color:#dfdfdf;padding-right:8px;padding-left:8px;margin-right:0px;margin-left:0px;margin-bottom:20px;color:#999999;} #liuyanban_style_05_1563432111930 .messageBoardSet {border-radius:initial;color:#999999;background:#f2f0f0;border-color:#dfdfdf;height:132px;} #liuyanban_style_05_1563432111930 .titSet {color:#999999;} #liuyanban_style_05_1563432111930 .btnaSet {border-radius:initial;background:#ee1c25;font-size:14px;height:41px;line-height:41px;margin-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1563432111930 .messageBoardShowSet {margin-left:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1563432111930 .titSet {margin-left:11px;}} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1563432111930 .userInfoSet {padding-left:8px;margin-left:4px;}} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1563432111930 .messageBoardSet {margin-left:11px;}} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_05_1563432111930 .btnaSet {margin-left:6px;}}

 #div_blank_new13_1563432610942{width:1600px;position:absolute;top:437px;left:37.4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new13_1563432610942{left:30.3%;}}   @media screen and (max-width:640px) {#div_blank_new13_1563432610942{width:100%;top:429px;left:0%;}}  #div_blank_new13_1563432610942  {box-sizing:border-box;background:transparent;} #div_blank_new13_1563432610942 .modSet {background:#eeeeee;color:#eeeeee;border-color:#eeeeee;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new13_1563432610942  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new13_1563432610942  {box-sizing:border-box;}}

 #image_style_01_1563529202712{width:3.3333333333333335%;height:40px;position:absolute;top:788px;left:113.625%;z-index:99999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563529202712{height:40px;display:block;left:calc(100% - 40px);width:40px;z-index:99999999999;}}   @media screen and (max-width:640px) {#image_style_01_1563529202712{height:40px;left:42.66666666666667%;width:55px;top:893px;display:none;}} #image_style_01_1563529202712 > .view_contents{overflow:visible;}  #image_style_01_1563529202712 .picSet {background:#b71616;} #layout_1563430000581{height:881px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563430000581{}}   @media screen and (max-width:640px) {#layout_1563430000581{height:909px;}} #layout_1563430000581 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563430000581  {background: url(../image/banner5.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1563430000581  {background-position:50% 50% !important;background-size:auto 100%;}}


 #text_style_01_1563433244409{width:9.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50px;left:0%;}   @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:14px;}

 #text_style_01_1563433311181{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:90px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433311181{left:1.9999337221633087%;top:98px;}}   @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:white;font-size:16px;}

 #text_style_01_1563433407783{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:90px;left:10.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433407783{top:98px;left:12.176895546129373%;}}   @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:white;font-size:16px;}

 #text_style_01_1563433425901{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:124px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433425901{left:1.9999337221633087%;top:135px;}}   @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:white;font-size:16px;}

 #text_style_01_1563433448187{font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:124px;left:10.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563433448187{top:135px;left:12.176895546129373%;}}   @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:white;font-size:16px;}

 #image_style_01_1563433525531{width:114px;height:112px;position:absolute;top:50px;left:90.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563433525531{left:85.68398727465537%;top:50px;}}   @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;} 

 #div_blank_new01_1563433583074{width:2880px;height:40px;position:absolute;top:195px;left:calc(50% - 1440px);}   @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{font-size:18px;color:white;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:204.5px;left:0%;}   @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:14.5px;left:2%;}}  #text_style_01_1563433698175>.view_contents {} @media screen and (max-width:640px) { #text_style_01_1563433698175>.view_contents {text-align:center;}} #comm_layout_footer{height:235px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:235px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:48px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#444444;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.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 .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_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; /*left需要js获取二级的宽*/ 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 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ 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;}
.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;}
	#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是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1563417565851 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

	#image_style_01_1563419483896 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563419483896 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1563419483896 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1563419483896 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_1563434646281 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563434646281 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1563434646281 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563434646281 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_1563435405400 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563435405400 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1563435405400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563435405400 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_1563435437280 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563435437280 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1563435437280 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563435437280 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);}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1563524823975 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563524823975 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_01_1563524823975 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1563420657635 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420657635 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1563420657635 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563420657635 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_1563420721356 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420721356 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1563420721356 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563420721356 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_1563420778923 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563420778923 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1563420778923 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563420778923 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);}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1563524938801 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563524938801 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_01_1563524938801 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1563422022151 .newDetail.pc {display:block;}
	#newsList_style_02_1563422022151 .newDetail.pad, #newsList_style_02_1563422022151 .newDetail.mobile {display:none;}
	#newsList_style_02_1563422022151 .newTitle.pc {display:block;}
	#newsList_style_02_1563422022151 .newTitle.pad, #newsList_style_02_1563422022151 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1563422022151 .newDetail.pad {display:block;}
		#newsList_style_02_1563422022151 .newDetail.pc, #newsList_style_02_1563422022151 .newDetail.mobile {display:none;}
		#newsList_style_02_1563422022151 .newTitle.pad {display:block;}
		#newsList_style_02_1563422022151 .newTitle.pc, #newsList_style_02_1563422022151 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1563422022151 .newDetail.mobile {display:block;}
		#newsList_style_02_1563422022151 .newDetail.pc, #newsList_style_02_1563422022151 .newDetail.pad {display:none;}
		#newsList_style_02_1563422022151 .newTitle.mobile {display:block;}
		#newsList_style_02_1563422022151 .newTitle.pc, #newsList_style_02_1563422022151 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1563422022151 .sumary_list .newPic{width: 90px;}
	#newsList_style_02_1563422022151 .sumary_list .newCont{width: calc(100% - 90px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1563422022151 .sumary_list .newPic{width: 90px;}
	#newsList_style_02_1563422022151 .sumary_list .newCont{width: calc(100% - 90px);}
}

@media screen and (max-width: 640px) {
#newsList_style_02_1563422022151 .sumary_list .newPic{width: 365px;}
}

/* 新分页 */
#newsList_style_02_1563422022151 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1563422022151 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1563422022151 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1563422022151 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1563422022151 .submit_div{ display: inline-block; }

#newsList_style_02_1563422022151 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1563422022151 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1563422022151 .page_submit{margin-left:5px;}
#newsList_style_02_1563422022151 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_02_1563422022151 .page_btn{ font-size:12px; }
		#newsList_style_02_1563422022151 .submit_div{ display:none; }
	}

	#newsList_style_02_1563422022151 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1563422022151 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1563431334666 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431334666 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563431334666 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563431334666 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_1563431591727 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431591727 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563431591727 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563431591727 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_1563431835305 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431835305 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563431835305 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563431835305 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_1563431872265 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563431872265 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563431872265 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563431872265 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;}
/*留言板样式*/
.gformStyle_5{width:100%; box-sizing: border-box;}
.gformStyle_5 *{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_5 form{}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}

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



/*alex新增风格的样式*/
.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}


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



.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

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


.style_05_changeCode {
    position: absolute;
    bottom: 268px !important;
    right: 0px !important;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}
	#image_style_01_1563529202712 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563529202712 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563529202712 .CompatibleImg img{width:100%; height:100%}}
.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;}
.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 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;}
				}
.text-p{
    font-size: 15px;
}