
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }


 #image_logo_1571110039191{width:6.333155934007451%;height:72px;position:absolute;top:2px;left:0.33333333333333337%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1571110039191{left:0.3181336161187699%;top:-3.5px;height:90px;width:96px;}}   @media screen and (max-width:640px) {#image_logo_1571110039191{width:93px;height:61px;top:-4px;left:0.13333333333333333%;}} 

 #dh_style_28_1571133534833{width:60%;z-index:9999;left:39.838541666666664%;top:22px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1571133534833{z-index:999;height:44px;width:555px;}}   @media screen and (max-width:640px) {#dh_style_28_1571133534833{z-index:999;height:44px;left:39.8375%;top:4.5px;}} #dh_style_28_1571133534833 > .view_contents{overflow:visible;}  #dh_style_28_1571133534833 .mainMenuSet {font-size:16px;font-weight:bold;color:#4c4c4c;text-color:#4c4c4c;text-hover-color:#ff7f00;font-family:SimSun;} #dh_style_28_1571133534833 .mainMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 #hot>a {color:#ff7f00;} #dh_style_28_1571133534833 .mainMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .subMenuSet:hover {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subCurSet {color:#ff7f00;border-style:solid;border-width:2px;border-color:#ff6f04;border-top:none !important;border-right:none !important;border-bottom:none !important;} #dh_style_28_1571133534833 .subMenuSet:active {color:#ff6f04;border-bottom:none !important;border-width:2px;border-color:#ff6f04;border-style:solid;} #dh_style_28_1571133534833 .thrMenuSet:active {color:#ff6f04;} #dh_style_28_1571133534833 .thrMenuSet:hover {color:#ff7f00;} #dh_style_28_1571133534833 .thrCurSet {color:#ff7f00;background:#f7f7f7 !important;} #dh_style_28_1571133534833 .subMenuSet {color:#4c4c4c;font-family:SimSun;} #dh_style_28_1571133534833 .thrMenuSet {color:#4c4c4c;font-family:SimSun;} @media screen and (max-width:640px) { #dh_style_28_1571133534833  {background:#ffffff;}} #comm_layout_header{height:77px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:92px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;z-index:10;display:block;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background-size:auto 100%;background-repeat:no-repeat!important;background-position:0% 0% !important;background:#ffffff;} #comm_layout_header:hover {background:#ffffff;} #comm_layout_header .view_contents:hover {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #comm_layout_header  {background-size:auto 100%;}} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;background-size:auto 100%;}}


 #banner_style_01_1574842923329{width:160%;height:1080px;position:absolute;top:1px;left:-27.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1574842923329{height:532px;width:100%;left:0%;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1574842923329{width:375px;height:214px;top:2px;left:0%;}}  #layout_1574840001739{height:1081px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1574840001739{height:532px;}}   @media screen and (max-width:640px) {#layout_1574840001739{height:245px;}} #layout_1574840001739 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1574840001739  {}



 #text_style_01_1574133903542{width:58.69791666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:435.5px;left:19.479166666666668%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574133903542{display:block;left:calc(50% - 442.5px);top:281.5px;}}   @media screen and (max-width:640px) {#text_style_01_1574133903542{width:93.33333333333333%;font-size:12px;color:#333;line-height:1.6;top:93.265625px;left:3.3333333333333357%;display:block;}}  #text_style_01_1574133903542>.view_contents {font-size:15px;text-align:center;} #text_style_01_1574133903542 .view_contents:hover {color:#000000;} @media screen and (max-width:640px) { #text_style_01_1574133903542>.view_contents {font-size:12px;}}

 #text_style_01_1574133950492{width:31.458333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:140px;left:32.760416666666664%;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574133950492{display:block;width:608px;left:calc(50% - 304px);top:89px;}}   @media screen and (max-width:640px) {#text_style_01_1574133950492{width:47.199999999999996%;font-size:12px;color:#333;line-height:1.6;top:19.875px;left:26.400000000000002%;display:block;}}  #text_style_01_1574133950492>.view_contents {font-family:SimSun;font-size:56px;font-weight:bold;text-shadow:transparent 0px 0px 0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574133950492>.view_contents {font-size:46px;font-family:SimSun;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1574133950492>.view_contents {font-size:16px;text-align:center;font-family:Microsoft YaHei;}}

 #text_style_01_1574928525238{width:46.302083333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:240px;left:25.338541666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574928525238{left:calc(50% - 349.5px);top:160px;}}   @media screen and (max-width:640px) {#text_style_01_1574928525238{width:54.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:44.875px;left:22.933333333333334%;}}  #text_style_01_1574928525238>.view_contents {font-family:Times New Roman;font-size:46px;text-shadow:transparent 15px 15px 9px;color:#b38d54;letter-spacing:0px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574928525238>.view_contents {font-size:38px;}} @media screen and (max-width:640px) { #text_style_01_1574928525238>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1571887911767{width:160%;height:800px;position:absolute;top:2px;left:-27.583333333333332%;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1571887911767{display:block;height:545px;left:-30.010604453870627%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1571887911767{width:375px;height:210px;top:1px;left:0%;display:block;}}  #div_a_includeBlock_1571887911767  {background-position:50% 50% !important;background-size:cover;background:#ffffff;} #layout_1571798865213{height:802px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1571798865213{height:547px;display:block;}}   @media screen and (max-width:640px) {#layout_1571798865213{height:267px;display:block;}} #layout_1571798865213 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1571798865213  {background:#ffffff;}



 #text_style_01_1571218670889{width:87.08333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:288px;left:4.947916666666666%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571218670889{left:37.1510520212061%;top:181.5625px;width:22.664015904572565%;}}   @media screen and (max-width:640px) {#text_style_01_1571218670889{width:66.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:55.734375px;left:16.53333333333333%;z-index:6;}}  #text_style_01_1571218670889>.view_contents {text-align:center;font-family:Microsoft YaHei;color:#d1d1d1;} @media screen and (max-width:640px) { #text_style_01_1571218670889>.view_contents {font-size:14px;color:#e5e5e5;background-color:transparent;}}

 #text_style_01_1571221442460{width:17.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:224px;left:39.947916666666664%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571221442460{left:39.96748674618953%;top:130px;}}   @media screen and (max-width:640px) {#text_style_01_1571221442460{width:96%;font-size:12px;color:#333;line-height:1.6;top:41px;left:2%;display:none;z-index:5;}}  #text_style_01_1571221442460>.view_contents {font-size:36px;font-family:SimSun;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;color:#f2f2f2;opacity:0.8;background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1571221442460>.view_contents {font-size:38px;line-height:45px;}} @media screen and (max-width:640px) { #text_style_01_1571221442460>.view_contents {font-size:16px;font-family:SimSun;}}

 #text_style_01_1574735211972{width:30.677083333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:123px;left:33.151041666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574735211972{width:588px;left:28.99995858184228%;top:68px;}}   @media screen and (max-width:640px) {#text_style_01_1574735211972{width:42.4%;font-size:12px;color:#333;line-height:1.6;top:30.734375px;left:28.8%;z-index:3;}}  #text_style_01_1574735211972>.view_contents {font-family:Times New Roman;font-size:56px;text-shadow:transparent 15px 15px 9px;color:#b38d54;letter-spacing:5px;font-weight:bold;text-align:center;} #text_style_01_1574735211972 .view_contents:hover {color:#997847;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574735211972>.view_contents {font-size:38px;letter-spacing:1px;}} @media screen and (max-width:640px) { #text_style_01_1574735211972>.view_contents {font-size:16px;letter-spacing:0px;font-family:Times New Roman;}}

 #text_style_01_1571218825667{width:11.927083333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:639px;left:43.046875%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571218825667{width:202px;left:calc(50% - 101px);top:399.5625px;}}   @media screen and (max-width:640px) {#text_style_01_1571218825667{width:26.400000000000002%;font-size:12px;color:#333;line-height:1.6;top:200.78125px;left:39.733333333333334%;z-index:6;}}  #text_style_01_1571218825667>.view_contents {color:#b38d54;text-align:center;} #text_style_01_1571218825667 .view_contents:hover {color:#997847;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1571218825667>.view_contents {font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1571218825667>.view_contents {text-align:justify;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1571218825667 .view_contents:hover {font-size:12px;}}

 #text_style_01_1574736150136{width:12.864583333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:639px;left:67.86458333333333%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574736150136{left:65.10106030483765%;top:399.5625px;}}   @media screen and (max-width:640px) {#text_style_01_1574736150136{width:22.400000000000002%;font-size:12px;color:#333;line-height:1.6;top:200.78125px;left:74.59583333333333%;z-index:6;}}  #text_style_01_1574736150136>.view_contents {color:#b38d54;text-align:center;} #text_style_01_1574736150136 .view_contents:hover {font-size:16px;font-family:Microsoft YaHei;color:#997847;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574736150136>.view_contents {font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1574736150136>.view_contents {text-align:justify;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1574736150136 .view_contents:hover {font-size:12px;}}

 #text_style_01_1574736018208{width:15.885416666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:639px;left:14.171204566955566%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574736018208{left:18.52427104042412%;top:399.5625px;width:281px;}}   @media screen and (max-width:640px) {#text_style_01_1574736018208{width:29.06666666666667%;font-size:12px;color:#333;line-height:1.6;top:160.671875px;left:6.458333333333334%;display:none;z-index:6;}}  #text_style_01_1574736018208>.view_contents {color:#b38d54;text-align:center;} #text_style_01_1574736018208 .view_contents:hover {color:#997847;font-family:Times New Roman;font-size:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574736018208>.view_contents {text-align:center;font-size:15px;}} @media screen and (max-width:640px) { #text_style_01_1574736018208>.view_contents {font-size:12px;text-align:justify;writing-mode:lr;height:100%;}} @media screen and (max-width:640px) { #text_style_01_1574736018208 .view_contents:hover {font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1574736018208{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1574736018208{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1574736018208{
		
	}
}

 #text_style_01_1576746802856{width:11.927083333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:0%;z-index:5;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576746802856{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1576746802856{width:28.799999999999997%;font-size:12px;color:#333;line-height:1.6;top:200.78125px;left:2.7958333333333334%;display:block;z-index:6;}}  #text_style_01_1576746802856>.view_contents {color:#b38d54;text-align:center;} #text_style_01_1576746802856 .view_contents:hover {color:#997847;font-family:Microsoft YaHei;font-size:16px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1576746802856>.view_contents {text-align:justify;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1576746802856 .view_contents:hover {font-size:12px;}}

 #text_style_01_1576746118207{width:19.270833333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:247.015625px;left:40.36458333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576746118207{width:50%;display:none;left:25%;top:247.015625px;}}   @media screen and (max-width:640px) {#text_style_01_1576746118207{width:14.399999999999999%;font-size:12px;color:#333;line-height:1.6;display:block;left:42.8%;top:282.34375px;z-index:2;}}  @media screen and (max-width:640px) { #text_style_01_1576746118207>.view_contents {text-align:center;color:#191919;font-size:12px;font-family:Microsoft YaHei;font-weight:bold;}}

 #image_style_01_1576746057384{width:24.583333333333332%;height:200px;display:none;position:absolute;top:173.015625px;left:37.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576746057384{width:84.53333333333333%;height:200px;display:none;left:7.733333333333334%;top:173.015625px;}}   @media screen and (max-width:640px) {#image_style_01_1576746057384{width:98px;height:97px;display:block;left:calc(50% - 49px);top:238.78125px;z-index:1;}} #image_style_01_1576746057384 > .view_contents{overflow:visible;} 

 #text_style_01_1571218729785{width:9.166666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:405px;left:17.552083333333332%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571218729785{left:21.864645460569914%;top:196.5625px;}}   @media screen and (max-width:640px) {#text_style_01_1571218729785{width:14.933333333333335%;font-size:12px;color:#333;line-height:1.6;top:105.078125px;left:9.995833333333334%;z-index:6;}}  #text_style_01_1571218729785>.view_contents {text-align:center;font-size:150px;font-weight:bold;font-family:Times New Roman;color:#b38d54;text-shadow:transparent 2px 2px 5px;opacity:0.5;} #text_style_01_1571218729785 .view_contents:hover {color:#997847;font-weight:bold;text-shadow:transparent 0px 0px 0px;opacity:1;font-family:Times New Roman;font-size:150px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1571218729785>.view_contents {font-size:128px;}} @media screen and (max-width:640px) { #text_style_01_1571218729785>.view_contents {font-size:56px;}} @media screen and (max-width:640px) { #text_style_01_1571218729785 .view_contents:hover {font-size:36px;}}

 #text_style_01_1574736150118{width:9.322916666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:400px;left:44.140625%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574736150118{left:43.84422630881378%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1574736150118{width:17.866666666666667%;font-size:12px;color:#333;line-height:1.6;top:105.078125px;left:41.06666666666666%;z-index:6;}}  #text_style_01_1574736150118>.view_contents {text-align:center;font-size:150px;font-weight:bold;font-family:Times New Roman;color:#b38d54;text-shadow:transparent 2px 2px 5px;opacity:0.5;} #text_style_01_1574736150118 .view_contents:hover {color:#997847;font-weight:bold;font-size:150px;font-family:Times New Roman;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574736150118>.view_contents {font-size:128px;}} @media screen and (max-width:640px) { #text_style_01_1574736150118>.view_contents {font-size:56px;}} @media screen and (max-width:640px) { #text_style_01_1574736150118 .view_contents:hover {font-size:36px;}}

 #text_style_01_1574736018195{width:10.260416666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:405px;left:69.16666666666667%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574736018195{left:66.38398774022531%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1574736018195{width:16.8%;font-size:12px;color:#333;line-height:1.6;top:103.27899169921875px;left:77.39583333333333%;z-index:6;}}  #text_style_01_1574736018195>.view_contents {text-align:center;font-size:150px;font-weight:bold;font-family:Times New Roman;color:#b38d54;text-shadow:transparent 2px 2px 5px;opacity:0.5;} #text_style_01_1574736018195 .view_contents:hover {color:#b38d54;font-family:Times New Roman;font-size:150px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574736018195>.view_contents {font-size:128px;}} @media screen and (max-width:640px) { #text_style_01_1574736018195>.view_contents {font-size:56px;}} @media screen and (max-width:640px) { #text_style_01_1574736018195 .view_contents:hover {font-size:36px;color:#997847;}}
 #div_a_includeBlock_1571296576223{width:160%;height:1000px;position:absolute;top:0px;left:-27.583333333333332%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1571296576223{height:636px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1571296576223{width:375px;height:345px;top:2px;left:0%;}}  #div_a_includeBlock_1571296576223  {background-position:50% 50% !important;background-size:contain;background-repeat:repeat!important;background: url(https://cdn.yun.sooce.cn/4/46165/png/1574926601035afe6c5c85f3cd996.png?version=0);} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1571296576223  {background-size:contain;background-repeat:repeat!important;}} @media screen and (max-width:640px) { #div_a_includeBlock_1571296576223  {background-size:cover;}} #layout_1571218545574{height:1000px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1571218545574{height:636px;display:block;}}   @media screen and (max-width:640px) {#layout_1571218545574{height:347px;display:block;}} #layout_1571218545574 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1571218545574  {background:#000000;} @media screen and (max-width:640px) { #layout_1571218545574  {background:transparent;}}


 #text_style_01_1574040445026{width:25.583333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:72.5px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574040445026{z-index:4;left:9.968186638388122%;top:73px;}}   @media screen and (max-width:640px) {#text_style_01_1574040445026{width:163.1511976047904px;font-size:12px;color:#333;line-height:1.6;top:46.921875px;left:8.533333333333333%;z-index:4;}}  #text_style_01_1574040445026>.view_contents {font-family:SimSun;font-size:56px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574040445026>.view_contents {font-size:52px;}} @media screen and (max-width:640px) { #text_style_01_1574040445026>.view_contents {font-size:16px;font-family:Microsoft YaHei;}}

 #text_style_01_1574040349397{width:29.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:373px;left:9.416666666666666%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574040349397{z-index:2;left:12.30116648992577%;top:318px;width:197px;}}   @media screen and (max-width:640px) {#text_style_01_1574040349397{width:55px;font-size:12px;color:#333;line-height:1.6;top:173.921875px;left:18.266666666666666%;z-index:2;}}  #text_style_01_1574040349397>.view_contents {font-family:Times New Roman;font-size:46px;text-shadow:#eae6e3 15px 15px 9px;color:#b38d54;letter-spacing:0px;font-weight:normal;} @media screen and (max-width:640px) { #text_style_01_1574040349397>.view_contents {font-size:16px;}}

 #text_style_01_1574047010320{width:23.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:89px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574047010320{left:53.18962089077412%;top:89px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574047010320{width:176px;font-size:12px;color:#333;line-height:1.6;top:45.921875px;left:51.4625%;z-index:4;}}  #text_style_01_1574047010320>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574047010320>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574047010320>.view_contents {font-size:12px;}}

 #text_style_01_1574042080466{width:35.10054844606947%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:124px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574042080466{width:392px;left:53.29566542948038%;top:117px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574042080466{width:174px;font-size:12px;color:#333;line-height:1.6;top:89.40625px;left:51.4625%;z-index:4;}}  #text_style_01_1574042080466>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574042080466>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574042080466>.view_contents {font-size:12px;}}

 #text_style_01_1574060587688{width:30.658783783783782%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:157px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060587688{width:354px;left:53.29566542948038%;top:146px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574060587688{width:169px;font-size:12px;color:#333;line-height:1.6;top:149.421875px;left:50.6625%;z-index:1;}}  #text_style_01_1574060587688>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574060587688>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574060587688>.view_contents {font-size:12px;text-align:justify;}}

 #text_style_01_1574046932644{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:116px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574046932644{left:94.01676829268293%;width:4.453870625662779%;top:89px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574046932644{width:42.467289719626166px;font-size:12px;color:#333;line-height:1.6;top:175.421875px;left:84.52916666666667%;z-index:3;}}  #text_style_01_1574046932644>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574046932644>.view_contents {font-size:12px;}}

 #image_style_01_1574235654341{width:55.666666666666664%;height:679px;position:absolute;top:170.5px;left:-10.583333333333334%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1574235654341{width:616px;height:651px;z-index:1;}}   @media screen and (max-width:640px) {#image_style_01_1574235654341{width:198px;height:218px;top:83.40625px;left:0%;z-index:3;}} #image_style_01_1574235654341 > .view_contents{overflow:visible;} 

 #div_blank_new05_1574040577703{width:44.5%;position:absolute;top:187px;left:55.41666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1574040577703{left:53.29566542948038%;top:178px;width:435px;z-index:3;}}   @media screen and (max-width:640px) {#div_blank_new05_1574040577703{width:166px;top:204.453125px;left:50.92916666666667%;z-index:3;}}  #div_blank_new05_1574040577703  {box-sizing:border-box;} #div_blank_new05_1574040577703 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1574040577703  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1574040577703  {box-sizing:border-box;}}

 #text_style_01_1574061688783{width:30.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:255.5px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061688783{width:345px;left:53.29566542948038%;top:213.5px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574061688783{width:167px;font-size:12px;color:#333;line-height:1.6;top:233.40625px;left:49.8625%;z-index:1;}}  #text_style_01_1574061688783>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574061688783>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574061688783>.view_contents {font-size:12px;text-align:justify;}}

 #text_style_01_1574060957440{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:255.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060957440{width:4.453870625662779%;left:94.01676829268293%;top:213.5px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574060957440{width:42.467289719626166px;font-size:12px;color:#333;line-height:1.6;top:262.40625px;left:83.99583333333334%;z-index:3;}}  #text_style_01_1574060957440>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574060957440>.view_contents {font-size:12px;}}

 #div_blank_new05_1574041037254{width:44.5%;position:absolute;top:326px;left:55.50000000000001%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1574041037254{left:53.29566542948038%;top:256px;width:436px;z-index:3;}}   @media screen and (max-width:640px) {#div_blank_new05_1574041037254{width:354.3364485981308px;top:294.1875px;left:3.0666666666666664%;z-index:1;}}  #div_blank_new05_1574041037254  {box-sizing:border-box;} #div_blank_new05_1574041037254 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1574041037254  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1574041037254  {box-sizing:border-box;}}

 #text_style_01_1574060549925{width:32.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:380px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060549925{width:346px;left:53.29566542948038%;top:297px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574060549925{width:274px;font-size:12px;color:#333;line-height:1.6;top:324.1875px;left:4%;z-index:4;}}  #text_style_01_1574060549925>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574060549925>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574060549925>.view_contents {font-size:12px;}}

 #text_style_01_1574061001875{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:394px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061001875{width:4.3478260869565215%;left:94.01676829268293%;top:310px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574061001875{width:42.467289719626166px;font-size:12px;color:#333;line-height:1.6;top:324.1875px;left:84.79583333333333%;z-index:3;}}  #text_style_01_1574061001875>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574061001875>.view_contents {font-size:12px;}}

 #text_style_01_1574060914540{width:31.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:414px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060914540{width:354px;left:53.29566542948038%;top:330px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574060914540{width:284px;font-size:12px;color:#333;line-height:1.6;top:358.578125px;left:4%;z-index:4;}}  #text_style_01_1574060914540>.view_contents {font-size:15px;} #text_style_01_1574060914540 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574060914540>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574060914540>.view_contents {font-size:12px;}}

 #div_blank_new05_1574041061199{width:44.5%;position:absolute;top:468px;left:55.50000000000001%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1574041061199{left:53.29566542948038%;top:380.5px;width:434px;z-index:3;}}   @media screen and (max-width:640px) {#div_blank_new05_1574041061199{width:354.3364485981308px;top:394.40625px;left:4.133333333333333%;z-index:3;}}  #div_blank_new05_1574041061199  {box-sizing:border-box;} #div_blank_new05_1574041061199 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1574041061199  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1574041061199  {box-sizing:border-box;}}

 #text_style_01_1574060770513{width:30.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:520px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060770513{width:353px;left:53.29566542948038%;top:420px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574060770513{width:276px;font-size:12px;color:#333;line-height:1.6;top:422.40625px;left:4.266666666666667%;z-index:4;}}  #text_style_01_1574060770513>.view_contents {font-size:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574060770513>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574060770513>.view_contents {font-size:12px;}}

 #text_style_01_1574061019665{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:538px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061019665{width:4.241781548250265%;left:94.01676829268293%;top:443px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574061019665{width:42.467289719626166px;font-size:12px;color:#333;line-height:1.6;top:415.40625px;left:85.0625%;z-index:3;}}  #text_style_01_1574061019665>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574061019665>.view_contents {font-size:12px;}}

 #text_style_01_1574060863038{width:23.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:553px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574060863038{width:314px;left:53.29566542948038%;top:453px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574060863038{width:238px;font-size:12px;color:#333;line-height:1.6;top:452.40625px;left:4.266666666666667%;z-index:4;}}  #text_style_01_1574060863038>.view_contents {font-size:15px;} #text_style_01_1574060863038 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574060863038>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574060863038>.view_contents {font-size:12px;}}

 #div_blank_new05_1574041047485{width:44.5%;position:absolute;top:609px;left:55.50000000000001%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1574041047485{left:53.29566542948038%;top:502px;width:438px;z-index:3;}}   @media screen and (max-width:640px) {#div_blank_new05_1574041047485{width:354.3364485981308px;top:488.96875px;left:3.8666666666666667%;z-index:3;}}  #div_blank_new05_1574041047485  {box-sizing:border-box;} #div_blank_new05_1574041047485 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1574041047485  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1574041047485  {box-sizing:border-box;}}

 #text_style_01_1574061414185{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:680px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061414185{width:4.559915164369035%;left:94.01676829268293%;top:555px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574061414185{width:42.467289719626166px;font-size:12px;color:#333;line-height:1.6;top:510.453125px;left:85.0625%;z-index:3;}}  #text_style_01_1574061414185>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574061414185>.view_contents {font-size:12px;}}

 #text_style_01_1574061581587{width:31%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:667px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061581587{width:375px;left:53.29566542948038%;top:543px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574061581587{width:275px;font-size:12px;color:#333;line-height:1.6;top:510.453125px;left:4.266666666666667%;z-index:4;}}  #text_style_01_1574061581587>.view_contents {font-size:15px;} #text_style_01_1574061581587 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574061581587>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574061581587>.view_contents {font-size:12px;}}

 #text_style_01_1574061629092{width:31%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41666666666667%;top:700px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061629092{width:359px;left:53.29566542948038%;top:574px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574061629092{width:290px;font-size:12px;color:#333;line-height:1.6;top:539.34375px;left:3.8666666666666667%;z-index:4;}}  #text_style_01_1574061629092>.view_contents {font-size:15px;} #text_style_01_1574061629092 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574061629092>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574061629092>.view_contents {font-size:12px;}}

 #text_style_01_1574062416193{width:25.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41596283783784%;top:803px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574062416193{width:307px;left:53.29566542948038%;top:662px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574062416193{width:292.47850942197755px;font-size:12px;color:#333;line-height:1.6;top:606.34375px;left:4.266666666666667%;z-index:4;}}  #text_style_01_1574062416193>.view_contents {font-size:15px;} #text_style_01_1574062416193 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574062416193>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574062416193>.view_contents {font-size:12px;}}

 #div_blank_new05_1574061338298{width:44.5%;position:absolute;top:753px;left:55.50000000000001%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1574061338298{left:53.29566542948038%;top:627px;width:438px;z-index:3;}}   @media screen and (max-width:640px) {#div_blank_new05_1574061338298{width:353px;top:574.34375px;left:4%;z-index:3;}}  #div_blank_new05_1574061338298  {box-sizing:border-box;} #div_blank_new05_1574061338298 .roundcs {border-color:#cccccc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1574061338298  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1574061338298  {box-sizing:border-box;}}

 #text_style_01_1574061423699{width:5.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:93.5%;top:833px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061423699{width:4.3478260869565215%;left:94.01676829268293%;top:693px;z-index:3;}}   @media screen and (max-width:640px) {#text_style_01_1574061423699{width:38.77133105802048px;font-size:12px;color:#333;line-height:1.6;top:606.34375px;left:85.0625%;z-index:3;}}  #text_style_01_1574061423699>.view_contents {font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1574061423699>.view_contents {font-size:12px;}}

 #text_style_01_1574061537736{width:28.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41596283783784%;top:833px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061537736{width:350px;left:53.29566542948038%;top:693px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574061537736{width:266px;font-size:12px;color:#333;line-height:1.6;top:634.796875px;left:4.3999999999999995%;z-index:4;}}  #text_style_01_1574061537736>.view_contents {font-size:15px;} #text_style_01_1574061537736 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574061537736>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574061537736>.view_contents {font-size:12px;}}

 #text_style_01_1574061467061{width:25.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.41596283783784%;top:861px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574061467061{left:53.29566542948038%;top:726px;z-index:4;}}   @media screen and (max-width:640px) {#text_style_01_1574061467061{width:292.47850942197755px;font-size:12px;color:#333;line-height:1.6;top:664.984375px;left:4.266666666666667%;z-index:4;}}  #text_style_01_1574061467061>.view_contents {font-size:15px;} #text_style_01_1574061467061 .view_contents:hover {background: url(../img/upimages/2019103117135759.jpg);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574061467061>.view_contents {font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1574061467061>.view_contents {font-size:12px;}} #layout_1574040266700{height:1000px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1574040266700{height:850px;}}   @media screen and (max-width:640px) {#layout_1574040266700{height:731px;}} #layout_1574040266700 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1574040266700  {background: url(../img/upimages/5-120601092536.jpg);}



 #image_style_01_1576748135790{width:40.17021276595745%;height:200px;display:none;position:absolute;top:138px;left:29.914893617021274%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576748135790{width:84.53333333333333%;height:200px;display:none;left:7.733333333333334%;top:138px;}}   @media screen and (max-width:640px) {#image_style_01_1576748135790{width:372px;height:219px;display:block;left:calc(50% - 186px);top:197px;}} #image_style_01_1576748135790 > .view_contents{overflow:visible;} 

 #text_style_01_1572320026531{width:7.829787234042553%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.95744680851063%;top:712px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572320026531{left:47.15766331658291%;width:13.735343383584588%;top:447px;}}   @media screen and (max-width:640px) {#text_style_01_1572320026531{width:21.333333333333336%;font-size:12px;color:#333;line-height:1.6;top:358px;left:69.6%;z-index:3;}}  #text_style_01_1572320026531>.view_contents {font-size:12px;color:#333333;} #text_style_01_1572320026531 .view_contents:hover {font-weight:bold;color:#333333;font-size:12px;} @media screen and (max-width:640px) { #text_style_01_1572320026531>.view_contents {font-size:12px;color:#ffffff;}}

 #text_style_01_1572319372585{width:40.08333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.618057250976562%;top:529.0000152587891px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572319372585{left:5.784128978224456%;width:54.2713567839196%;top:337px;}}   @media screen and (max-width:640px) {#text_style_01_1572319372585{width:59.199999999999996%;font-size:12px;color:#333;line-height:1.6;top:12px;left:39.50833333333333%;z-index:2;}}  #text_style_01_1572319372585>.view_contents {font-family:Times New Roman;font-size:14px;color:#666666;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572319372585>.view_contents {font-size:12px;text-align:justify;}} @media screen and (max-width:640px) { #text_style_01_1572319372585>.view_contents {font-size:12px;text-align:justify;color:#ffffff;line-height:16px;}}

 #text_style_01_1572319299538{width:39.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.618057250976562%;top:468.00001525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572319299538{left:5.784128978224456%;width:55.10887772194305%;top:246.5px;}}   @media screen and (max-width:640px) {#text_style_01_1572319299538{width:95.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:120px;left:2.533333333333333%;z-index:2;}}  #text_style_01_1572319299538>.view_contents {font-size:14px;color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572319299538>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1572319299538>.view_contents {font-size:12px;text-align:justify;color:#ffffff;}}

 #text_style_01_1572319439068{width:42.12765957446808%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:27.576390584309895%;top:112.00001525878906px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572319439068{left:4.279208542713568%;width:60.13400335008375%;top:21px;}}   @media screen and (max-width:640px) {#text_style_01_1572319439068{width:36.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:11px;left:2.533333333333333%;z-index:1;}}  #text_style_01_1572319439068>.view_contents {font-family:Times New Roman;font-size:46px;font-weight:bold;line-height:60px;color:#bc8d47;letter-spacing:2px;} #text_style_01_1572319439068 .view_contents:hover {color:#b38d54;font-family:Times New Roman;font-size:46px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572319439068>.view_contents {letter-spacing:1px;}} @media screen and (max-width:640px) { #text_style_01_1572319439068>.view_contents {font-size:25px;line-height:28px;font-family:Courier New;text-align:justify;letter-spacing:0px;}}

 #text_style_01_1572319231481{width:21.78723404255319%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.587501525878906%;top:232px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572319231481{left:5.786746231155779%;width:33.58613217768147%;top:141px;}}   @media screen and (max-width:640px) {#text_style_01_1572319231481{width:21.78723404255319%;font-size:12px;color:#333;line-height:1.6;top:13px;left:16.666666666666664%;z-index:2;}}  #text_style_01_1572319231481>.view_contents {font-family:SimSun;font-weight:bold;font-size:56px;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572319231481>.view_contents {font-size:36px;font-family:Microsoft YaHei;font-weight:bold;}} @media screen and (max-width:640px) { #text_style_01_1572319231481>.view_contents {font-size:15px;font-family:Microsoft YaHei;}}

 #div_blank_new05_1572319953839{width:18.97872340425532%;position:absolute;left:29.169446309407554%;top:333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1572319953839{left:5.784128978224456%;width:23.115577889447238%;top:205px;}}   @media screen and (max-width:640px) {#div_blank_new05_1572319953839{width:18.97872340425532%;top:93px;left:3.0666666666666664%;z-index:2;}}  #div_blank_new05_1572319953839  {box-sizing:border-box;} #div_blank_new05_1572319953839 .modSet {background:#191919;} #div_blank_new05_1572319953839 .roundcs {border-color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1572319953839  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1572319953839  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1572319953839 .roundcs {border-width:2px;border-color:#bc8d4a;}}
 #div_a_includeBlock_1572318418450{width:100%;height:889px;position:absolute;top:0px;left:-27.583333333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1572318418450{z-index:2;height:518px;width:597px;left:0%;top:3px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1572318418450{width:375px;height:416px;top:3px;left:0%;}}  #div_a_includeBlock_1572318418450  {background: url(../img/upimages/5-120601092233-50.gif);background-size:auto;}

 #image_style_01_1572318647498{width:85.5%;height:673px;position:absolute;top:104px;left:42.083333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1572318647498{z-index:3;height:422px;width:56.20360551431601%;left:43.53956786850477%;top:57px;}}   @media screen and (max-width:640px) {#image_style_01_1572318647498{width:96%;height:154px;top:276px;left:2%;display:none;}} #image_style_01_1572318647498 > .view_contents{overflow:visible;}  #layout_1572318369327{height:889px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1572318369327{height:528px;}}   @media screen and (max-width:640px) {#layout_1572318369327{height:419px;}} #layout_1572318369327 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1572318369327  {background:#f1f1f1;}



 #text_style_01_1572249885629{width:17.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:122px;left:39.947916666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572249885629{left:39.93435222001325%;top:56px;}}   @media screen and (max-width:640px) {#text_style_01_1572249885629{width:22.01086956521739%;font-size:12px;color:#333;line-height:1.6;top:48.375px;left:38.858695652173914%;}}  #text_style_01_1572249885629>.view_contents {font-size:56px;font-family:SimSun;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572249885629>.view_contents {font-size:38px;font-family:Microsoft YaHei;font-weight:bold;}} @media screen and (max-width:640px) { #text_style_01_1572249885629>.view_contents {font-size:16px;font-family:Microsoft YaHei;}}

 #text_style_01_1572249961833{width:46%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:204px;left:25.494791666666668%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572249961833{left:39.901217693836976%;top:103px;width:259px;}}   @media screen and (max-width:640px) {#text_style_01_1572249961833{width:46%;font-size:12px;color:#333;line-height:1.6;top:79.34375px;left:26.902173913043477%;}}  #text_style_01_1572249961833>.view_contents {font-size:46px;font-family:Times New Roman;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;color:#b38d54;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572249961833>.view_contents {font-size:40px;}} @media screen and (max-width:640px) { #text_style_01_1572249961833>.view_contents {font-size:16px;font-family:SimHei;}}

 #newsList_style_04_1572249906235{width:68.64583333333333%;position:absolute;left:15.677083333333336%;top:366px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1572249906235{left:18.695120941020544%;width:59.575878064943666%;top:210px;z-index:1;}}   @media screen and (max-width:640px) {#newsList_style_04_1572249906235{width:100%;top:133px;left:0%;}} #newsList_style_04_1572249906235 > .view_contents{overflow:hidden;} 
 #div_a_includeBlock_1572249668264{width:160%;height:1080px;position:absolute;top:0px;left:-27.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1572249668264{height:674px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1572249668264{width:368px;height:763px;top:2px;left:1.0666666666666667%;}}  #div_a_includeBlock_1572249668264  {background:#ffffff;} #layout_1571889121409{height:1080px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1571889121409{height:674px;}}   @media screen and (max-width:640px) {#layout_1571889121409{height:842px;}} #layout_1571889121409 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1571889121409  {background:transparent;}


 #text_style_01_1574933620176{width:73.58333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:13.208333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574933620176{left:calc(50% - 346.5px);top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1574933620176{width:197px;font-size:12px;color:#333;line-height:1.6;top:10px;left:calc(50% - 98.5px);}}  #text_style_01_1574933620176>.view_contents {font-size:46px;font-family:Times New Roman;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;color:#b38d54;} #text_style_01_1574933620176 .view_contents:hover {color:#997847;font-size:46px;font-weight:bold;font-family:Times New Roman;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1574933620176>.view_contents {font-size:22px;font-family:SimHei;opacity:0.2;text-shadow:transparent 5px 1px 1px;}}

 #banner_style_11_1575007891619{width:112.91666666666667%;height:511px;position:absolute;top:318.21875px;left:-6.458333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_11_1575007891619{left:11.983032873806998%;top:212.21875px;height:375px;width:76.033934252386%;}}   @media screen and (max-width:640px) {#banner_style_11_1575007891619{width:300px;height:145px;top:81.859375px;left:calc(50% - 150px);}} 

 #text_style_01_1575600162323{width:19.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:158px;left:40.375%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575600162323{left:calc(50% - 91px);top:94px;}}   @media screen and (max-width:640px) {#text_style_01_1575600162323{width:92.8708946772367px;font-size:12px;color:#333;line-height:1.6;top:22.859375px;left:calc(50% - 46.5px);}}  #text_style_01_1575600162323>.view_contents {font-size:28px;font-family:SimSun;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;color:#e5e5e5;} @media screen and (max-width:640px) { #text_style_01_1575600162323>.view_contents {font-size:16px;font-family:Microsoft YaHei;text-shadow:transparent 5px 3px 3px;color:#ffffff;}} #layout_1571887866191{height:947.21875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1571887866191{height:714px;}}   @media screen and (max-width:640px) {#layout_1571887866191{height:278px;}} #layout_1571887866191 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1571887866191  {background:#000000;}




 #div_blank_new05_1572514698921{width:7.814269535673839%;position:absolute;left:13.95226763717805%;top:131.5px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1572514698921{left:3.377329192546584%;top:87.5px;width:53px;}}   @media screen and (max-width:640px) {#div_blank_new05_1572514698921{width:26.576576576576578%;top:21.796875px;left:3.505067567567568%;}}  #div_blank_new05_1572514698921  {box-sizing:border-box;} #div_blank_new05_1572514698921 .roundcs {border-color:#191919;border-width:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1572514698921  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1572514698921  {box-sizing:border-box;}}

 #text_style_01_1574998338866{width:9.85277463193658%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.25092015855039%;top:173px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998338866{left:62.40052406832298%;top:102.5px;}}   @media screen and (max-width:640px) {#text_style_01_1574998338866{width:36.318407960199%;font-size:12px;color:#333;line-height:1.6;top:204px;left:9.728422619047619%;display:none;}}  #text_style_01_1574998338866>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1574998338866>.view_contents {font-size:12px;}}

 #text_style_01_1572514382814{width:23.201856148491878%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:70.1112964037123%;top:173px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572514382814{left:73.5248447204969%;top:102.5px;width:148px;}}   @media screen and (max-width:640px) {#text_style_01_1572514382814{width:27.301290760869566%;font-size:12px;color:#333;line-height:1.6;top:19px;left:27.5342039800995%;display:none;}}  #text_style_01_1572514382814>.view_contents {color:#191919;font-size:13px;line-height:30px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572514382814>.view_contents {font-size:12px;line-height:25px;}} @media screen and (max-width:640px) { #text_style_01_1572514382814>.view_contents {font-size:12px;}}

 #text_style_01_1575006214188{width:8.493771234428086%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.25092015855039%;top:358px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575006214188{left:62.39081909937888%;top:264.5px;width:63px;}}   @media screen and (max-width:640px) {#text_style_01_1575006214188{width:29.35323383084577%;font-size:12px;color:#333;line-height:1.6;top:120.453125px;left:3.5069444444444446%;}}  #text_style_01_1575006214188>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1575006214188>.view_contents {font-size:12px;}}

 #text_style_01_1575006302553{width:15.51528878822197%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:69.42242355605889%;top:358px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575006302553{left:73.51271350931677%;top:264.5px;width:155px;}}   @media screen and (max-width:640px) {#text_style_01_1575006302553{width:66.66666666666666%;font-size:12px;color:#333;line-height:1.6;top:120.453125px;left:31.482263513513516%;z-index:2;}}  #text_style_01_1575006302553>.view_contents {color:#191919;font-size:13px;line-height:30px;font-weight:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1575006302553>.view_contents {line-height:25px;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1575006302553>.view_contents {font-size:12px;line-height:19.2px;}}

 #text_style_01_1575006624532{width:15.062287655719139%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:69.42242355605889%;top:473.5px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575006624532{left:73.51271350931677%;top:393px;width:142px;}}   @media screen and (max-width:640px) {#text_style_01_1575006624532{width:48.756218905472636%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:31.932713963963966%;}}  #text_style_01_1575006624532>.view_contents {font-weight:normal;font-size:13px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1575006624532>.view_contents {font-size:12px;line-height:25px;}} @media screen and (max-width:640px) { #text_style_01_1575006624532>.view_contents {font-size:12px;}}

 #text_style_01_1575006590894{width:9.626274065685164%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.25092015855039%;top:473.5px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575006590894{left:62.39081909937888%;top:393px;width:59px;}}   @media screen and (max-width:640px) {#text_style_01_1575006590894{width:33.83084577114428%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:3.5069444444444446%;}}  #text_style_01_1575006590894>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1575006590894>.view_contents {font-size:12px;}}

 #text_style_01_1574998041369{width:21.857304643261607%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:23.694708846584547%;top:47.5px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998041369{left:13.159937888198758%;top:6.5px;width:161px;}}   @media screen and (max-width:640px) {#text_style_01_1574998041369{width:62.22222222222222%;font-size:12px;color:#333;line-height:1.6;top:12.953125px;left:32.388888888888886%;display:none;}}  #text_style_01_1574998041369>.view_contents {color:#191919;font-size:36px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574998041369>.view_contents {font-size:38px;}} @media screen and (max-width:640px) { #text_style_01_1574998041369>.view_contents {font-size:36px;line-height:35px;}}

 #text_style_01_1574998194112{width:8.040770101925254%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.95226763717805%;top:173px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998194112{left:3.374902950310559%;top:110.5px;width:62px;}}   @media screen and (max-width:640px) {#text_style_01_1574998194112{width:39.30348258706468%;font-size:12px;color:#333;line-height:1.6;top:271.5px;left:9.930555555555555%;display:none;}}  #text_style_01_1574998194112>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1574998194112>.view_contents {font-size:12px;}}

 #text_style_01_1574998284656{width:29.55832389580974%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.462905935050394%;top:173px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998284656{left:13.963024068322982%;top:110.5px;width:348px;}}   @media screen and (max-width:640px) {#text_style_01_1574998284656{width:51.63043478260869%;font-size:12px;color:#333;line-height:1.6;top:31.984375px;left:33.100124378109456%;display:none;}}  #text_style_01_1574998284656>.view_contents {font-weight:normal;font-size:13px;color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574998284656>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1574998284656>.view_contents {font-size:12px;}}

 #text_style_01_1574998327543{width:30.577576443941112%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.391167413213886%;top:358px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998327543{left:13.960597826086957%;top:264.5px;width:234px;}}   @media screen and (max-width:640px) {#text_style_01_1574998327543{width:30.577576443941112%;font-size:12px;color:#333;line-height:1.6;top:224.1875px;left:34.711211778029444%;display:none;}}  #text_style_01_1574998327543>.view_contents {font-weight:normal;font-size:13px;color:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574998327543>.view_contents {font-size:12px;line-height:25px;}} @media screen and (max-width:640px) { #text_style_01_1574998327543>.view_contents {font-size:12px;}}

 #text_style_01_1574998318140{width:9.739524348810873%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.95226763717805%;top:358px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998318140{left:3.374902950310559%;top:264.5px;}}   @media screen and (max-width:640px) {#text_style_01_1574998318140{width:30.845771144278604%;font-size:12px;color:#333;line-height:1.6;top:46.453125px;left:4.395833333333334%;}}  #text_style_01_1574998318140>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1574998318140>.view_contents {font-size:12px;}}

 #text_style_01_1574998550051{width:8.493771234428086%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.95226763717805%;top:473.5px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998550051{left:3.374902950310559%;top:393px;width:63px;}}   @media screen and (max-width:640px) {#text_style_01_1574998550051{width:40.298507462686565%;font-size:12px;color:#333;line-height:1.6;top:73.953125px;left:33.49657960199005%;display:none;}}  #text_style_01_1574998550051>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1574998550051>.view_contents {font-size:12px;}}

 #text_style_01_1574998623635{width:31.596828992072478%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.391167413213886%;top:473.5px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1574998623635{left:15.64926242236025%;top:393px;width:267px;}}   @media screen and (max-width:640px) {#text_style_01_1574998623635{width:75.79365079365078%;font-size:12px;color:#333;line-height:1.6;top:273.546875px;left:14.273313492063492%;display:none;}}  #text_style_01_1574998623635>.view_contents {color:#191919;font-size:13px;line-height:23.4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1574998623635>.view_contents {font-size:12px;line-height:25px;}} @media screen and (max-width:640px) { #text_style_01_1574998623635>.view_contents {font-size:12px;}}

 #text_style_01_1576722163659{width:31.596828992072478%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;z-index:6;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576722163659{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1576722163659{width:65.76576576576578%;font-size:12px;color:#333;line-height:1.6;top:47.109375px;left:31.932713963963966%;display:block;}}  #text_style_01_1576722163659>.view_contents {color:#191919;font-size:13px;line-height:23.4px;} @media screen and (max-width:640px) { #text_style_01_1576722163659>.view_contents {font-size:12px;line-height:19.5px;}}

 #text_style_01_1576723020948{width:8.493771234428086%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;z-index:7;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576723020948{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1576723020948{width:29.35323383084577%;font-size:12px;color:#333;line-height:1.6;top:167.953125px;left:3.951388888888889%;display:block;}}  #text_style_01_1576723020948>.view_contents {font-weight:bold;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1576723020948>.view_contents {font-size:12px;}}

 #text_style_01_1576723089777{width:31.596828992072478%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;z-index:6;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576723089777{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1576723089777{width:68.01801801801803%;font-size:12px;color:#333;line-height:1.6;top:167.953125px;left:31.482263513513516%;display:block;}}  #text_style_01_1576723089777>.view_contents {color:#191919;font-size:13px;line-height:23.4px;} @media screen and (max-width:640px) { #text_style_01_1576723089777>.view_contents {font-size:12px;line-height:19.2px;}}

 #text_style_01_1572514786654{width:8.51063829787234%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.95226763717805%;top:44.5px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572514786654{width:12.267080745341614%;left:3.3846079192546585%;top:17.5px;}}   @media screen and (max-width:640px) {#text_style_01_1572514786654{width:29.27927927927928%;font-size:12px;color:#333;line-height:1.6;top:9px;left:3.505067567567568%;}}  #text_style_01_1572514786654>.view_contents {color:#191919;font-size:36px;font-weight:bold;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572514786654>.view_contents {font-size:28px;}} @media screen and (max-width:640px) { #text_style_01_1572514786654>.view_contents {font-size:15px;line-height:25px;}}
 #div_a_includeBlock_1575007328641{width:46.510416666666664%;height:563px;position:absolute;left:9.50439453125%;top:397px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1575007328641{left:17.237201789264414%;width:42.677269715043074%;top:284px;height:452px;z-index:4;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1575007328641{width:59.199999999999996%;height:205.953125px;top:113.390625px;left:0%;z-index:4;}}  #div_a_includeBlock_1575007328641  {background-size:auto;background: url(../img/upimages/5-120601092233-50.gif);}

 #text_style_01_1572331039271{width:38.1769436997319%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:93px;left:29.427083333333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572331039271{width:246px;left:40.33196653412856%;top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1572331039271{width:38.1769436997319%;font-size:12px;color:#333;line-height:1.6;top:40.1875px;left:30.91152815013405%;}}  #text_style_01_1572331039271>.view_contents {font-size:46px;font-family:Times New Roman;text-shadow:transparent 2px 2px 3px;text-align:center;font-weight:bold;color:#b38d54;letter-spacing:5px;opacity:1;} @media screen and (max-width:640px) { #text_style_01_1572331039271>.view_contents {font-size:16px;font-family:Microsoft YaHei;letter-spacing:1px;text-shadow:#e5e5e5 5px 3px 3px;}}

 #image_style_01_1572514244379{width:45.677083333333336%;height:536px;position:absolute;left:41.136067708333336%;top:275px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1572514244379{left:38.69802021206097%;width:41.15308151093439%;height:393px;top:186.5px;}}   @media screen and (max-width:640px) {#image_style_01_1572514244379{height:157px;width:73.86666666666667%;top:75.1875px;left:24.133333333333333%;z-index:2;}} #image_style_01_1572514244379 > .view_contents{overflow:visible;} 

 #button_style_01_1577782576166{width:6.510416666666667%;position:absolute;left:71.51041666666667%;top:875.78125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1577782576166{left:68.20224486414844%;width:5.36779324055666%;top:625.78125px;}}   @media screen and (max-width:640px) {#button_style_01_1577782576166{width:20.8%;top:263.390625px;left:69.04166666666667%;}} #button_style_01_1577782576166 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1572331386711{width:160%;height:1080px;position:absolute;top:0px;left:-27.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1572331386711{height:915.78125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1572331386711{width:100%;height:369.34375px;top:1px;left:0%;z-index:1;}}  #div_a_includeBlock_1572331386711  {background:#ffffff;} #layout_1571295454615{height:1080px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1571295454615{height:915.78125px;}}   @media screen and (max-width:640px) {#layout_1571295454615{height:370.34375px;}} #layout_1571295454615 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1572331860350{width:25.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:74px;left:39.70833333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1572331860350{width:176px;left:calc(50% - 88px);top:37px;}}   @media screen and (max-width:640px) {#text_style_01_1572331860350{width:144px;font-size:12px;color:#333;line-height:1.6;top:11px;left:calc(50% - 72px);}}  #text_style_01_1572331860350>.view_contents {font-size:58px;font-family:SimSun;text-shadow:transparent 2px 2px 3px;font-weight:bold;color:#191919;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1572331860350>.view_contents {font-size:38px;font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #text_style_01_1572331860350>.view_contents {font-size:16px;font-family:Microsoft YaHei;text-align:center;color:#191919;text-shadow:#cccccc 5px 3px 3px;}}

 #image_style_11_1572511294711{width:152.83333333333334%;position:absolute;top:632px;left:-26.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1572511294711{width:99.15164369034994%;left:0.42417815482502874%;top:224px;display:block;}}   @media screen and (max-width:640px) {#image_style_11_1572511294711{width:358px;top:156px;left:calc(50% - 179px);}} #image_style_11_1572511294711 > .view_contents{overflow:visible;}  #image_style_11_1572511294711 .modSet {box-shadow:#cccccc 3px 3px 5px ;}

 #image_style_11_1572510417089{width:152.83333333333334%;position:absolute;top:256px;left:-26.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1572510417089{width:99.15164369034994%;left:0.42417815482502874%;top:131px;display:block;}}   @media screen and (max-width:640px) {#image_style_11_1572510417089{width:355px;top:72px;left:2.933333333333333%;display:block;}} #image_style_11_1572510417089 > .view_contents{overflow:visible;}  #image_style_11_1572510417089 .modSet {box-shadow:#cccccc 3px 3px 5px ;}

 #image_style_11_1572510916649{width:152.83333333333334%;position:absolute;top:444px;left:-26.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1572510916649{left:0.31813361611877156%;top:317px;width:99.36373276776246%;display:block;}}   @media screen and (max-width:640px) {#image_style_11_1572510916649{width:355px;top:116px;left:2.933333333333333%;}} #image_style_11_1572510916649 > .view_contents{overflow:visible;}  #image_style_11_1572510916649 .modSet {box-shadow:#cccccc 3px 3px 5px ;} #layout_1572331851051{height:1000px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1572331851051{height:480px;}}   @media screen and (max-width:640px) {#layout_1572331851051{height:246px;}} #layout_1572331851051 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1572331851051  {background: url(../img/upimages/5-120601092536.jpg);}



 #image_style_01_1571129553226{width:1.2352309344790546%;height:29px;position:absolute;top:83px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226{height:27px;top:53px;left:28.444790562036054%;width:22px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553226{width:4.266666666666667%;height:17px;top:53.359375px;left:10.612499999999999%;}} #image_style_01_1571129553226 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553231{width:1.611170784103115%;height:32px;position:absolute;top:83px;left:58.74348958333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231{top:53px;left:63.462685577942736%;width:24px;height:28px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553231{width:4.8%;height:22px;top:89.359375px;left:7.245833333333334%;}} #image_style_01_1571129553231 > .view_contents{overflow:visible;} 

 #image_style_01_1571129553236{width:1.3963480128893664%;height:29px;position:absolute;top:83px;left:74.89973958333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236{width:2.2269353128313893%;top:53px;left:82.75284994697773%;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553236{width:4.266666666666667%;height:20px;top:83.359375px;left:64.22916666666667%;}} #image_style_01_1571129553236 > .view_contents{overflow:visible;} 

 #text_style_02_1571129553245{width:26.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:30.333333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553245{width:28.525980911983034%;top:51.5px;left:31.54327942735949%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553245{width:74.93333333333332%;top:53.359375px;left:17.4625%;}}  #text_style_02_1571129553245>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553245>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553251{width:12.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:61.1%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553251{width:15.482502651113467%;top:53px;left:66.0077545068929%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553251{width:34.13333333333333%;top:83.359375px;left:14.879166666666666%;}}  #text_style_02_1571129553251>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553251>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553255{width:6.666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:77.2%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553255{width:6.256627783669141%;top:51.5px;left:85.71049840933192%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553255{width:13.866666666666665%;top:83.359375px;left:70.8125%;}}  #text_style_02_1571129553255>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553255>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1571129553280{width:43.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187px;left:28.416666666666668%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553280{width:53.23435843054083%;left:23.382820784729585%;top:151px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553280{width:64%;top:166.3125px;left:18%;}}  #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;line-height:20px;text-align:center;font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1571129553280>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553259{width:7.000000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:26.833333333333332%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553259{left:23.566741781548252%;top:114px;width:68px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553259{width:13.866666666666665%;top:121px;left:7.55%;}}  #text_style_02_1571129553259>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553259>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553262{width:3.866809881847476%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:35.69918098818475%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553262{width:7.635206786850477%;display:block;left:33.4%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553262{width:7.199999999999999%;top:121px;left:28.479166666666668%;display:block;}}  #text_style_02_1571129553262>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553262>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #text_style_02_1571129553266{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:45.5%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553266{width:8.271474019088016%;display:block;left:44.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553266{width:13.600000000000001%;top:121px;left:41.86666666666667%;display:block;}}  #text_style_02_1571129553266>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553266>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553270{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:55.2%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553270{width:8.16542948038176%;display:block;left:56.2%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553270{width:12.8%;top:121px;left:58.0125%;display:block;}}  #text_style_02_1571129553270>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553270>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553275{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:65%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553275{width:7.84729586426299%;display:block;left:67.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1571129553275{width:14.933333333333335%;top:121px;left:78.59583333333333%;display:block;}}  #text_style_02_1571129553275>.view_contents {box-sizing:border-box;color:#cccccc;font-size:15px;line-height:20px;font-weight:normal;background-color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1571129553275>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1571129553242{width:14.000000000000002%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:76px;left:11.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1571129553242{top:51.5px;left:9.384941675503713%;}}   @media screen and (max-width:640px) {#text_style_02_1571129553242{width:37.183098591549296%;top:21.359375px;left:35.69166666666666%;}}  #text_style_02_1571129553242>.view_contents {box-sizing:border-box;color:#666666;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_02_1571129553242>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #image_style_01_1571129553218{width:1.1815252416756177%;height:32px;position:absolute;top:80px;left:8.6171875%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218{top:53px;left:6.2%;width:21px;height:26px;}}   @media screen and (max-width:640px) {#image_style_01_1571129553218{width:4%;height:19px;top:21.359375px;left:30.07916666666667%;}} #image_style_01_1571129553218 > .view_contents{overflow:visible;} 
 #div_includeBlock_1571129553070{width:100%;height:258px;position:absolute;top:6.6875px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1571129553070{height:194px;}}   @media screen and (max-width:640px) {#div_includeBlock_1571129553070{width:100%;height:224px;top:1px;left:0%;}}  #div_includeBlock_1571129553070  {background:#191919;} @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1571129553070  {background:#282828;}} #comm_layout_footer{height:264.6875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:213.59485023646874px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:225px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#1a1a1a;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02#subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02#subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 #thrCurSet{color: #750406; background: #f7f7f7;}

.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1571133534833 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1571133534833 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1571133534833 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1571133534833 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1571133534833 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1574842923329 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1574842923329 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1574842923329 .bannerStyle_1 .main_image .img-item span{background-size:100% 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1574842923329 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1576746057384 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576746057384 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576746057384 .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_1574235654341 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1574235654341 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1574235654341 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1574235654341 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_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1576748135790 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576748135790 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576748135790 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1576748135790 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_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1572318647498 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1572318647498 .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_1572318647498 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1572318647498 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1572249906235 .newDetail.pc {display:block;}
	#newsList_style_04_1572249906235 .newDetail.pad, #newsList_style_04_1572249906235 .newDetail.mobile {display:none;}
	#newsList_style_04_1572249906235 .newTitle.pc {display:block;}
	#newsList_style_04_1572249906235 .newTitle.pad, #newsList_style_04_1572249906235 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1572249906235 .newDetail.pad {display:block;}
		#newsList_style_04_1572249906235 .newDetail.pc, #newsList_style_04_1572249906235 .newDetail.mobile {display:none;}
		#newsList_style_04_1572249906235 .newTitle.pad {display:block;}
		#newsList_style_04_1572249906235 .newTitle.pc, #newsList_style_04_1572249906235 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1572249906235 .newDetail.mobile {display:block;}
		#newsList_style_04_1572249906235 .newDetail.pc, #newsList_style_04_1572249906235 .newDetail.pad {display:none;}
		#newsList_style_04_1572249906235 .newTitle.mobile {display:block;}
		#newsList_style_04_1572249906235 .newTitle.pc, #newsList_style_04_1572249906235 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1572249906235 li{width: 22.75%;}
#newsList_style_04_1572249906235 li.sumary_list{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1572249906235 li{width: 22.75%;}
	#newsList_style_04_1572249906235 li.sumary_list{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1572249906235  li{width: 48.5%;}
	#newsList_style_04_1572249906235  li.sumary_list{margin-bottom:3%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1572249906235 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1572249906235 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1572249906235 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1572249906235 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1572249906235 .submit_div{ display: inline-block; }

#newsList_style_04_1572249906235 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1572249906235 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1572249906235 .page_submit{margin-left:5px;}
#newsList_style_04_1572249906235 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1572249906235 .page_btn{ font-size:12px; }
		#newsList_style_04_1572249906235 .submit_div{ display:none; }
	}

	#newsList_style_04_1572249906235 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1572249906235 .page{line-height:30px; padding:0 13px;}
	}

/*banner样式*/
.bannerStyle_11{width:100%; height:100%; position:relative;}
.bannerStyle_11 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_11 .main_image{height:100%; overflow:hidden; position:relative;}
.bannerStyle_11 .main_image ul{width:100%; height:100%; overflow:hidden;}
.bannerStyle_11 .main_image li{position: relative; float:left; width:100%; height: 100%;  }
.bannerStyle_11 .main_image li .img_box{position: relative; display:block; width:100%; height: 100%;  overflow: hidden;}
.bannerStyle_11 .main_image li .img_box img{width: 100%; height: 100%; object-fit: cover; }
.bannerStyle_11 .info{ position: absolute; top: 50%; left: 50%; z-index:100; width: 75%; padding: 25px; box-sizing: border-box;  transform: translate(-50%,-50%); text-align: center; border:1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.5); color: #fff;}
.bannerStyle_11 .title{ font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.bannerStyle_11 .subTitle{ line-height: 2; font-size: 14px; margin-bottom: 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.bannerStyle_11 .button{ display: inline-block; max-width: 100%; box-sizing: border-box; padding: 0 20px; margin-bottom: 5px; height: 35px; line-height: 32px; font-size: 16px; color: #fff; background: rgba(255,255,255,.3); text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

/*焦点*/
.bannerStyle_11 .flicking_con{width:100%; position: absolute; bottom: 10px; text-align: center;}
.bannerStyle_11 .flicking_con .dot{ border:1px solid rgba(255,255,255,.8); margin: 0 2px; border-radius: 100%; overflow:hidden; display:inline-block; width: 7px; height: 7px; position:relative;}
.bannerStyle_11 .flicking_con .cur_two{ background: rgba(255,255,255,.8); }

/* 箭头 */
.bannerStyle_11 .arrow{ position: absolute; top: 50%; z-index: 100; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%);}
.bannerStyle_11 .arrow:hover{ cursor:pointer;}
.bannerStyle_11 .arrow img{ width: 100%;}
.bannerStyle_11 .arrowLef{ left: 0;}
.bannerStyle_11 .arrowRight{ right: 0;}

@media screen and (max-width:640px) {
    .bannerStyle_11 .title{ font-size: 16px;}
    .bannerStyle_11 .subTitle{ font-size: 14px;}
    .bannerStyle_11 .button{ font-size: 14px; height: 24px; line-height: 21px; padding: 0 10px;}
    .bannerStyle_11 .info{ padding: 10px;}
    .bannerStyle_11 .arrow{ width: 10%;}
    .bannerStyle_11 .flicking_con .dot{ width: 5px; height: 5px;}
}
			@media screen and (min-width: 1025px){/*pc*/
		#banner_style_11_1575007891619 .main_image .info{width: 75%;}
		}
		@media screen and (max-width: 1024px){/*ipad*/
		#banner_style_11_1575007891619 .main_image .info{width: 75%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
		#banner_style_11_1575007891619 .main_image .info{width: 75%;}
		}
                
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1572514244379 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1572514244379 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1572514244379 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1572514244379 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;}
.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_1577782576166 .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_1577782576166 .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_1577782576166 .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);}}.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: hidden !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;
	}
.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;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.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%; 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){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
                #image_style_11_1572511294711 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572511294711  ul li{width: 13.428571428571%;}
        #image_style_11_1572511294711  ul li.imgItems{margin-bottom:1%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1572511294711 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572511294711  ul li{width: 12.571428571429%;}
        #image_style_11_1572511294711  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1572511294711 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572511294711  ul li{width: 12.571428571429%;}
        #image_style_11_1572511294711  ul li.imgItems{margin-bottom:2%;}
        }
    .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: hidden !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;
	}
.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;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.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%; 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){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
                #image_style_11_1572510417089 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510417089  ul li{width: 13.428571428571%;}
        #image_style_11_1572510417089  ul li.imgItems{margin-bottom:1%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1572510417089 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510417089  ul li{width: 12.571428571429%;}
        #image_style_11_1572510417089  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1572510417089 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510417089  ul li{width: 12.571428571429%;}
        #image_style_11_1572510417089  ul li.imgItems{margin-bottom:2%;}
        }
    .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: hidden !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;
	}
.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;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

.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%; 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){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



        /*pc*/
                #image_style_11_1572510916649 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510916649  ul li{width: 13.428571428571%;}
        #image_style_11_1572510916649  ul li.imgItems{margin-bottom:1%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1572510916649 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510916649  ul li{width: 12.571428571429%;}
        #image_style_11_1572510916649  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1572510916649 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1572510916649  ul li{width: 12.571428571429%;}
        #image_style_11_1572510916649  ul li.imgItems{margin-bottom:2%;}
        }
    
	#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553226 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_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553231 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553231 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_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553236 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553236 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_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1571129553218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129553218 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;}
