
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
@font-face {
  font-family: 'iconfont';  /* project id 1778242 */
  src: url('//at.alicdn.com/t/font_1778242_yr26kne21i.eot');
  src: url('//at.alicdn.com/t/font_1778242_yr26kne21i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1778242_yr26kne21i.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1778242_yr26kne21i.woff') format('woff'),
  url('//at.alicdn.com/t/font_1778242_yr26kne21i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1778242_yr26kne21i.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}





html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;}
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}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header>.view_contents {margin-top: -20px !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
#comm_layout_header> .view_contents {margin-top: -40px !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
#comm_layout_header>.view_contents {margin-top: -45px !important;}
}
body{ background-position:left top; }



 #text_style_01_1578384479625{width:6.510416666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:23.5px;left:74.66152597402598%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578384479625{width:115px;left:88.60354303086997%;top:19px;}}   @media screen and (max-width:640px) {#text_style_01_1578384479625{width:22.933333333333334%;font-size:12px;color:#333;line-height:1.6;top:12.5px;left:61.62916666666667%;z-index:2;}}  #text_style_01_1578384479625>.view_contents {color:#0061ae;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578384479625>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578384479625>.view_contents {font-size:12px;}}

 #dh_style_39_1578384479635{width:44.739583333333336%;z-index:999;position:absolute;top:13px;left:28.59375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_39_1578384479635{z-index:999;width:656px;left:21.956852198316184%;top:11.5px;}}   @media screen and (max-width:640px) {#dh_style_39_1578384479635{width:44px;z-index:999;top:0px;left:88.26666666666667%;}} #dh_style_39_1578384479635 > .view_contents{overflow:visible;}  #dh_style_39_1578384479635 .dhAreaSet {border-style:solid;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;font-size:12px;line-height:25px;height:60px;} #dh_style_39_1578384479635 .mainMenuSet:hover {border-left:none !important;border-right:none !important;border-top:none !important;border-style:solid;border-width:1px;color:#0061ae;} #dh_style_39_1578384479635 #hot>a {border-left:none !important;border-right:none !important;border-top:none !important;border-style:solid;border-width:1px;color:#0061ae;} #dh_style_39_1578384479635 .mainMenuSet:active {border-style:solid;border-width:1px;height:16px;line-height:0em;font-size:12px;} #dh_style_39_1578384479635 .mainMenuSet {height:60px;}

 #image_logo_1578384479638{width:8.59375%;height:45px;position:absolute;top:13px;left:18.880208333333336%;z-index:1000;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1578384479638{left:11.807179607109449%;top:13px;}}   @media screen and (max-width:640px) {#image_logo_1578384479638{display:block;z-index:1;width:29.06666666666667%;top:8.390625px;left:0.47916666666666663%;height:30px;}} 

 #image_style_01_1578384479629{width:0.9870129870129871%;height:17px;position:absolute;top:29px;left:74.29788961038962%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578384479629{top:19px;left:89.12388914873713%;width:1.8709073900841908%;height:15px;}}   @media screen and (max-width:640px) {#image_style_01_1578384479629{z-index:2;width:17px;top:11.5px;left:56.666666666666664%;height:17px;}} #image_style_01_1578384479629 > .view_contents{overflow:visible;}  #image_style_01_1578384479629 .picSet {}
 #div_a_includeBlock_1578384479459{width:1925px;height:75px;position:fixed;top:0px;left:calc(50% - 962.5px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578384479459{width:113.38480911983034%;height:83px;top:0px;left:-13.385416666666666%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578384479459{width:375px;height:44px;top:0px;left:calc(50% + -187.5px);}} #div_a_includeBlock_1578384479459 > .view_contents{overflow:visible;}  #div_a_includeBlock_1578384479459  {background:#ffffff;box-shadow:#7f7f7f 0px 2px 10px ;} #comm_layout_header{height:75px;z-index:999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:149px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:88px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header>.view_contents {background-position:50% 0% !important;background-size:auto;background-repeat:repeat!important;} #comm_layout_header  {} #comm_layout_header:hover {}
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_01_1579054841882{width:159.08333333333334%;height:751px;position:absolute;top:3px;left:-29.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1579054841882{}}   @media screen and (max-width:640px) {#banner_style_01_1579054841882{width:375px;height:147px;top:0px;left:calc(50% - 187.5px);}}  #layout_diy_1563762950{height:754px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563762950{height:754px;}}   @media screen and (max-width:640px) {#layout_diy_1563762950{height:147px;}} #layout_diy_1563762950 > .view_contents{max-width:1200px;overflow:visible;}  #layout_diy_1563762950  {}
 #layout_1563774195863{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563774195863{height:1px;}}   @media screen and (max-width:640px) {#layout_1563774195863{height:1px;}} #layout_1563774195863 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563774195863  {background:#f5f5f5;}


 #text_style_01_1577780839159{width:16.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51px;left:36%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577780839159{top:31px;left:calc(50% - 90.5px);width:181px;}}   @media screen and (max-width:640px) {#text_style_01_1577780839159{width:117px;font-size:12px;color:#333;line-height:1.6;top:10px;left:15.204166666666666%;}}  #text_style_01_1577780839159>.view_contents {color:#333333;font-size:32px;font-weight:bold;line-height:30px;height:39px;font-family:Microsoft YaHei;font-style:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1577780839159>.view_contents {font-size:22px;letter-spacing:3px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1577780839159>.view_contents {font-size:18.512175416808553px;font-weight:normal;}}

 #div_blank_11_1578461284029{width:0.8333333333333334%;position:absolute;top:64.5px;left:50.083333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1578461284029{left:calc(50% - 4px);top:87.5px;}}   @media screen and (max-width:640px) {#div_blank_11_1578461284029{width:9.17312661498708px;top:22.383720930232563px;left:165.0258397932817px;}}  #div_blank_11_1578461284029  {box-sizing:border-box;} #div_blank_11_1578461284029 .modSet {background:#b2b2b2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1578461284029  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1578461284029  {box-sizing:border-box;}}

 #text_style_01_1578461361444{width:16.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51px;left:52.083333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578461361444{top:94.5px;left:calc(50% - 208.5px);width:417.43315972222223px;}}   @media screen and (max-width:640px) {#text_style_01_1578461361444{width:177.95865633074936px;font-size:12px;color:#333;line-height:1.6;top:10px;left:187.0413436692507px;}}  #text_style_01_1578461361444>.view_contents {color:#0161ae;font-size:32px;font-weight:bold;line-height:30px;height:39px;font-family:Microsoft YaHei;font-style:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578461361444>.view_contents {font-size:12px;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1578461361444>.view_contents {font-size:18.512175416808553px;font-weight:normal;}}


 #image_style_01_1578464485574{width:100%;height:208px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464485574{}}   @media screen and (max-width:640px) {#image_style_01_1578464485574{width:98.22485207100591%;top:0px;left:0%;height:93px;}} #image_style_01_1578464485574 > .view_contents{overflow:visible;}  #image_style_01_1578464485574 .picSet:hover {box-shadow: 0px 0px 0px inset;}

 #image_style_01_1578464673557{width:40%;height:105px;position:absolute;top:57.5px;left:4.144385026737968%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464673557{}}   @media screen and (max-width:640px) {#image_style_01_1578464673557{width:42.01183431952663%;top:26.5px;left:0%;height:50px;}} #image_style_01_1578464673557 > .view_contents{overflow:visible;}  #image_style_01_1578464673557 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578470994091{width:40%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:47.733333333333334%;top:30.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578470994091{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578470994091{width:41.42011834319527%;font-size:12px;color:#333;line-height:1.6;top:37px;left:49.66715976331361%;}}  #text_style_01_1578470994091>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578470994091>.view_contents {font-size:12px;}}

 #text_style_01_1578471163759{width:37.86666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.6%;top:75px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578471163759{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578471163759{width:62.1301775147929%;font-size:12px;color:#333;line-height:1.6;top:44.5px;left:27.22818047337278%;display:none;}}  #text_style_01_1578471163759>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578471163759 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1578471163759>.view_contents {font-size:12px;}}

 #text_style_01_1578473782878{width:40.53333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.6%;top:101.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578473782878{}}   @media screen and (max-width:640px) {#text_style_01_1578473782878{width:66.86390532544378%;font-size:12px;color:#333;line-height:1.6;top:64.09375px;left:27.22818047337278%;display:none;}}  #text_style_01_1578473782878>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578473782878 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1578473782878>.view_contents {font-size:12px;}}

 #text_style_01_1578473883130{width:44%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.6%;top:128.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578473883130{}}   @media screen and (max-width:640px) {#text_style_01_1578473883130{width:66.86390532544378%;font-size:12px;color:#333;line-height:1.6;top:26.5px;left:27.22818047337278%;display:none;}}  #text_style_01_1578473883130>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578473883130 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578473883130>.view_contents {font-size:12px;}}

 #image_style_01_1578474208412{width:3.4666666666666663%;height:13px;position:absolute;top:108.5px;left:48.266666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474208412{}}   @media screen and (max-width:640px) {#image_style_01_1578474208412{width:3.4666666666666663%;top:50.5px;left:22.5160254529242%;height:5.8px;display:none;}} #image_style_01_1578474208412 > .view_contents{overflow:visible;} 

 #image_style_01_1578474199259{width:3.4666666666666663%;height:13px;position:absolute;top:135.5px;left:48.266666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474199259{}}   @media screen and (max-width:640px) {#image_style_01_1578474199259{width:3.5502958579881656%;top:71.5px;left:22.5160254529242%;height:5.8px;display:none;}} #image_style_01_1578474199259 > .view_contents{overflow:visible;} 

 #image_style_01_1578474156345{width:3.4666666666666663%;height:13px;position:absolute;top:82.5px;left:48.266666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474156345{}}   @media screen and (max-width:640px) {#image_style_01_1578474156345{width:2.9585798816568047%;top:33.09375px;left:23.10774142925556%;height:5px;display:none;}} #image_style_01_1578474156345 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578464835380{width:31.25%;height:290.5px;position:absolute;top:139.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578464835380{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578464835380{width:169px;height:97.5px;top:66px;left:3.4666666666666663%;}} 


 #image_style_01_1578466787274{width:100%;height:206px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466787274{}}   @media screen and (max-width:640px) {#image_style_01_1578466787274{width:100%;top:0px;left:0%;height:96px;}} #image_style_01_1578466787274 > .view_contents{overflow:visible;} 

 #image_style_01_1578466787283{width:39.46666666666667%;height:148px;position:absolute;top:36px;left:4.141666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466787283{}}   @media screen and (max-width:640px) {#image_style_01_1578466787283{width:40.828402366863905%;top:19.5px;left:0.027736686390532544%;height:74px;}} #image_style_01_1578466787283 > .view_contents{overflow:visible;}  #image_style_01_1578466787283 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578532165541{width:50.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.06666666666666%;top:35px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578532165541{}}   @media screen and (max-width:640px) {#text_style_01_1578532165541{width:44.37869822485207%;font-size:12px;color:#333;line-height:1.6;top:32.5px;left:52.107988165680474%;}}  #text_style_01_1578532165541>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578532165541>.view_contents {font-size:12px;}}

 #image_style_01_1578532225005{width:3.4666666666666663%;height:13px;position:absolute;top:86.5px;left:45.06666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578532225005{}}   @media screen and (max-width:640px) {#image_style_01_1578532225005{width:2.9%;top:43.875px;left:45.062869822485204%;height:5px;display:none;}} #image_style_01_1578532225005 > .view_contents{overflow:visible;} 

 #text_style_01_1578532313090{width:33.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.66666666666667%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578532313090{}}   @media screen and (max-width:640px) {#text_style_01_1578532313090{width:39.053254437869825%;font-size:12px;color:#333;line-height:1.6;top:38.5px;left:51.48853550295858%;display:none;}}  #text_style_01_1578532313090>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578532313090 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578532313090>.view_contents {font-size:12px;}}

 #text_style_01_1578532359006{width:36.8%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.66666666666667%;top:105.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578532359006{}}   @media screen and (max-width:640px) {#text_style_01_1578532359006{width:36.8%;font-size:12px;color:#333;line-height:1.6;top:57.5px;left:51.48853550295858%;display:none;}}  #text_style_01_1578532359006>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578532359006 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578532359006>.view_contents {font-size:12px;}}

 #text_style_01_1578532409693{width:32.53333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.66666666666667%;top:132.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578532409693{}}   @media screen and (max-width:640px) {#text_style_01_1578532409693{width:39.053254437869825%;font-size:12px;color:#333;line-height:1.6;top:77.5px;left:51.48853550295858%;display:none;}}  #text_style_01_1578532409693>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578532409693 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578532409693>.view_contents {font-size:12px;}}

 #image_style_01_1578532218086{width:3.4666666666666663%;height:13px;position:absolute;top:112.5px;left:45.06666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578532218086{}}   @media screen and (max-width:640px) {#image_style_01_1578532218086{width:2.9%;top:62.5px;left:45.062869822485204%;height:5px;display:none;}} #image_style_01_1578532218086 > .view_contents{overflow:visible;} 

 #image_style_01_1578471254451{width:3.4666666666666663%;height:13px;position:absolute;top:139.5px;left:45.06666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578471254451{}}   @media screen and (max-width:640px) {#image_style_01_1578471254451{width:3.4666666666666663%;top:81.046875px;left:45.062869822485204%;height:5.8px;display:none;}} #image_style_01_1578471254451 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578466786908{width:31.25%;height:215.5px;position:absolute;top:383.5px;left:68.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578466786908{height:215.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578466786908{width:169px;height:98px;top:66px;left:53.4%;}} 


 #image_style_01_1578464889353{width:100%;height:202px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464889353{}}   @media screen and (max-width:640px) {#image_style_01_1578464889353{width:100%;top:4.298916507329509px;left:0%;height:91.40854047163798px;}} #image_style_01_1578464889353 > .view_contents{overflow:visible;} 

 #image_style_01_1578464889361{width:42.24598930481284%;height:139px;position:absolute;top:36.5px;left:4.3999999999999995%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464889361{}}   @media screen and (max-width:640px) {#image_style_01_1578464889361{width:42.24598930481284%;top:16.516889738687063px;left:4.3999999999999995%;height:67px;}} #image_style_01_1578464889361 > .view_contents{overflow:visible;}  #image_style_01_1578464889361 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578474278900{width:37.06666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:49.46666666666666%;top:29.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474278900{}}   @media screen and (max-width:640px) {#text_style_01_1578474278900{width:37.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:37.33269598470363px;left:49.46666666666666%;}}  #text_style_01_1578474278900>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578474278900>.view_contents {font-size:12px;}}

 #text_style_01_1583224104772{width:37.86666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.666666666666664%;top:73.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583224104772{}}   @media screen and (max-width:640px) {#text_style_01_1583224104772{width:100%;font-size:12px;color:#333;line-height:1.6;top:80.33269598470363px;left:0%;display:none;}}  #text_style_01_1583224104772>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1583224104772 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583224104772>.view_contents {font-size:12px;}}

 #image_style_01_1583224194420{width:3.4666666666666663%;height:13px;position:absolute;top:81px;left:50.80833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224194420{}}   @media screen and (max-width:640px) {#image_style_01_1583224194420{width:3.4666666666666663%;top:107.33269598470363px;left:48.266666666666666%;height:5.882727852135117px;display:none;}} #image_style_01_1583224194420 > .view_contents{overflow:visible;} 

 #text_style_01_1583224699326{width:36.8%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.666666666666664%;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583224699326{}}   @media screen and (max-width:640px) {#text_style_01_1583224699326{width:100%;font-size:12px;color:#333;line-height:1.6;top:113.21542383683875px;left:0%;display:none;}}  #text_style_01_1583224699326>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1583224699326 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583224699326>.view_contents {font-size:12px;}}

 #image_style_01_1583224722175{width:3.4666666666666663%;height:13px;position:absolute;top:108px;left:50.80833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224722175{}}   @media screen and (max-width:640px) {#image_style_01_1583224722175{width:3.4666666666666663%;top:140.21542383683874px;left:48.266666666666666%;height:5.882727852135117px;display:none;}} #image_style_01_1583224722175 > .view_contents{overflow:visible;} 

 #text_style_01_1583224773237{width:33.86666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.666666666666664%;top:129.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583224773237{}}   @media screen and (max-width:640px) {#text_style_01_1583224773237{width:100%;font-size:12px;color:#333;line-height:1.6;top:146.09815168897384px;left:0%;display:none;}}  #text_style_01_1583224773237>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1583224773237 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583224773237>.view_contents {font-size:12px;}}

 #image_style_01_1578474431992{width:3.4666666666666663%;height:13px;position:absolute;top:136.5px;left:50.80833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474431992{}}   @media screen and (max-width:640px) {#image_style_01_1578474431992{width:3.4666666666666663%;top:173.09815168897384px;left:48.266666666666666%;height:5.882727852135117px;display:none;}} #image_style_01_1578474431992 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578464888984{width:31.25%;height:220px;position:absolute;top:139.5px;left:34.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578464888984{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578464888984{width:169.6940726577438px;height:95.70745697896749px;top:174.890625px;left:4%;}} 


 #image_style_01_1578464916047{width:100%;height:204px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464916047{}}   @media screen and (max-width:640px) {#image_style_01_1578464916047{width:100%;top:4.298916507329509px;left:0%;height:92.31357552581261px;}} #image_style_01_1578464916047 > .view_contents{overflow:visible;} 

 #image_style_01_1578464916052{width:43.733333333333334%;height:143px;position:absolute;top:50.5px;left:4.141666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464916052{}}   @media screen and (max-width:640px) {#image_style_01_1578464916052{width:40%;top:28.84375px;left:4.080882352941177%;height:58px;}} #image_style_01_1578464916052 > .view_contents{overflow:visible;}  #image_style_01_1578464916052 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578474330639{width:46.13333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:52.53333333333333%;top:30.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474330639{}}   @media screen and (max-width:640px) {#text_style_01_1578474330639{width:46.13333333333333%;font-size:12px;color:#333;line-height:1.6;top:40px;left:50.716911764705884%;}}  #text_style_01_1578474330639>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578474330639>.view_contents {font-size:12px;}}

 #text_style_01_1578474405317{width:39.46666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.4%;top:76.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474405317{}}   @media screen and (max-width:640px) {#text_style_01_1578474405317{width:39.46666666666667%;font-size:12px;color:#333;line-height:1.6;top:34.61759082217973px;left:58.4%;display:none;}}  #text_style_01_1578474405317>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578474405317 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578474405317>.view_contents {font-size:12px;}}

 #text_style_01_1578474546865{width:36.8%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.4%;top:102px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474546865{}}   @media screen and (max-width:640px) {#text_style_01_1578474546865{width:36.8%;font-size:12px;color:#333;line-height:1.6;top:46.156787762906305px;left:58.4%;display:none;}}  #text_style_01_1578474546865>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578474546865 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578474546865>.view_contents {font-size:12px;}}

 #text_style_01_1578474577961{width:32.266666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.4%;top:128.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474577961{}}   @media screen and (max-width:640px) {#text_style_01_1578474577961{width:32.266666666666666%;font-size:12px;color:#333;line-height:1.6;top:58.148502230720204px;left:58.4%;display:none;}}  #text_style_01_1578474577961>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578474577961 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578474577961>.view_contents {font-size:12px;}}

 #text_style_01_1578474630870{width:25.6%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:58.4%;top:153.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474630870{}}   @media screen and (max-width:640px) {#text_style_01_1578474630870{width:34.11764705882353%;font-size:12px;color:#333;line-height:1.6;top:69.46144040790313px;left:58.4%;display:none;}}  #text_style_01_1578474630870>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578474630870 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578474630870>.view_contents {font-size:12px;}}

 #image_style_01_1578474741142{width:3.4666666666666663%;height:13px;position:absolute;top:110px;left:52.800000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474741142{}}   @media screen and (max-width:640px) {#image_style_01_1578474741142{width:3.4666666666666663%;top:49.77692797960484px;left:52.800000000000004%;height:5.882727852135117px;display:none;}} #image_style_01_1578474741142 > .view_contents{overflow:visible;} 

 #image_style_01_1578474786537{width:3.4666666666666663%;height:13px;position:absolute;top:136.5px;left:52.800000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474786537{}}   @media screen and (max-width:640px) {#image_style_01_1578474786537{width:3.4666666666666663%;top:61.768642447418735px;left:52.800000000000004%;height:5.882727852135117px;display:none;}} #image_style_01_1578474786537 > .view_contents{overflow:visible;} 

 #image_style_01_1578474812400{width:3.4666666666666663%;height:13px;position:absolute;top:160.5px;left:52.800000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474812400{}}   @media screen and (max-width:640px) {#image_style_01_1578474812400{width:3.4666666666666663%;top:72.62906309751433px;left:52.800000000000004%;height:5.882727852135117px;display:none;}} #image_style_01_1578474812400 > .view_contents{overflow:visible;} 

 #image_style_01_1583220039457{width:3.4666666666666663%;height:13px;position:absolute;top:83px;left:52.53333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583220039457{}}   @media screen and (max-width:640px) {#image_style_01_1583220039457{width:3.4666666666666663%;top:78.51179094964945px;left:48.266666666666666%;height:5.882727852135117px;display:none;}} #image_style_01_1583220039457 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578464915689{width:31.25%;height:218px;position:absolute;top:139.5px;left:68.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578464915689{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578464915689{width:169.6940726577438px;height:107.46144040790313px;top:174.890625px;left:53.412499999999994%;}} 


 #image_style_01_1578466851226{width:100%;height:213px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466851226{}}   @media screen and (max-width:640px) {#image_style_01_1578466851226{width:100%;top:4.282539682539682px;left:0%;height:96.01904761904763px;}} #image_style_01_1578466851226 > .view_contents{overflow:visible;} 

 #image_style_01_1578466851233{width:50.93333333333333%;height:162px;position:absolute;top:35px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466851233{}}   @media screen and (max-width:640px) {#image_style_01_1578466851233{width:47.928994082840234%;top:18.5px;left:2.5610207100591715%;height:73.02857142857142px;}} #image_style_01_1578466851233 > .view_contents{overflow:visible;}  #image_style_01_1578466851233 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578474960847{width:47.46666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.26666666666667%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474960847{}}   @media screen and (max-width:640px) {#text_style_01_1578474960847{width:43.786982248520715%;font-size:12px;color:#333;line-height:1.6;top:33.28125px;left:50.35133136094675%;}}  #text_style_01_1578474960847>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578474960847>.view_contents {font-size:12px;}}

 #text_style_01_1578475026923{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.86666666666667%;top:79.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578475026923{}}   @media screen and (max-width:640px) {#text_style_01_1578475026923{width:69.0366124260355%;font-size:12px;color:#333;line-height:1.6;top:34.09375px;left:30.963387573964496%;display:none;}}  #text_style_01_1578475026923>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1578475026923 .view_contents:hover {color:#ffffff;text-decoration:underline;} @media screen and (max-width:640px) { #text_style_01_1578475026923>.view_contents {font-size:12px;}}

 #image_style_01_1578475074218{width:3.4666666666666663%;height:13px;position:absolute;top:86.5px;left:50.4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578475074218{}}   @media screen and (max-width:640px) {#image_style_01_1578475074218{width:3.4666666666666663%;top:37.25px;left:23.890532544378697%;height:5.860317460317461px;display:none;}} #image_style_01_1578475074218 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578466850843{width:31.25%;height:222.5px;position:absolute;top:383.5px;left:34.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578466850843{height:222.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578466850843{width:169.04761904761904px;height:111.83809523809524px;top:292.359375px;left:53.583333333333336%;}} 


 #image_style_01_1578466835032{width:100%;height:207px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466835032{}}   @media screen and (max-width:640px) {#image_style_01_1578466835032{width:100%;top:4.282539682539682px;left:0%;height:93.31428571428572px;}} #image_style_01_1578466835032 > .view_contents{overflow:visible;} 

 #image_style_01_1578466835042{width:42.24598930481284%;height:139px;position:absolute;top:40.5px;left:4.141666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466835042{}}   @media screen and (max-width:640px) {#image_style_01_1578466835042{width:42.24598930481284%;top:18.257142857142856px;left:4.141666666666667%;height:68px;}} #image_style_01_1578466835042 > .view_contents{overflow:visible;}  #image_style_01_1578466835042 .picSet {box-shadow: 0px 0px 0px ;}

 #text_style_01_1578474851276{width:40.266666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:47.733333333333334%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578474851276{}}   @media screen and (max-width:640px) {#text_style_01_1578474851276{width:40.266666666666666%;font-size:12px;color:#333;line-height:1.6;top:30.203174603174602px;left:48.266666666666666%;}}  #text_style_01_1578474851276>.view_contents {color:#0161ae;font-weight:bold;font-size:24px;letter-spacing:5px;} @media screen and (max-width:640px) { #text_style_01_1578474851276>.view_contents {font-size:12px;}}

 #text_style_01_1583220064720{width:41.6%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.6%;top:78px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583220064720{}}   @media screen and (max-width:640px) {#text_style_01_1583220064720{width:100%;font-size:12px;color:#333;line-height:1.6;top:73.2031746031746px;left:0%;display:none;}}  #text_style_01_1583220064720>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1583220064720 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583220064720>.view_contents {font-size:12px;}}

 #text_style_01_1583223966305{width:42.93333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:53.6%;top:106.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583223966305{}}   @media screen and (max-width:640px) {#text_style_01_1583223966305{width:100%;font-size:12px;color:#333;line-height:1.6;top:100.2031746031746px;left:0%;display:none;}}  #text_style_01_1583223966305>.view_contents {color:#333333;font-weight:normal;font-size:15px;} #text_style_01_1583223966305 .view_contents:hover {text-decoration:underline;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583223966305>.view_contents {font-size:12px;}}

 #image_style_01_1583224030540{width:3.4666666666666663%;height:13px;position:absolute;top:86px;left:48%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224030540{}}   @media screen and (max-width:640px) {#image_style_01_1583224030540{width:3.4799235181644357%;top:127.2031746031746px;left:48.26003824091778%;height:5.882727852135117px;display:none;}} #image_style_01_1583224030540 > .view_contents{overflow:visible;} 

 #image_style_01_1583224061493{width:3.4666666666666663%;height:13px;position:absolute;top:113.5px;left:47.733333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224061493{}}   @media screen and (max-width:640px) {#image_style_01_1583224061493{width:3.4799235181644357%;top:133.0859024553097px;left:48.26003824091778%;height:5.882727852135117px;display:none;}} #image_style_01_1583224061493 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1578466834663{width:31.25%;height:216.5px;position:absolute;top:383.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578466834663{height:216.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578466834663{width:169.04761904761904px;height:97.5968253968254px;top:292.359375px;left:4%;}}  #layout_1563775461231{height:606px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563775461231{height:606px;}}   @media screen and (max-width:640px) {#layout_1563775461231{height:428px;}} #layout_1563775461231 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563775461231  {background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}
 #layout_1577778176131{height:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577778176131{}}   @media screen and (max-width:640px) {#layout_1577778176131{height:1px;}} #layout_1577778176131 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1563775517677{width:88.83333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:113.5px;left:5.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563775517677{top:78px;left:calc(50% - 208px);width:416px;}}   @media screen and (max-width:640px) {#text_style_01_1563775517677{width:355px;font-size:12px;color:#333;line-height:1.6;top:55px;left:10px;}}  #text_style_01_1563775517677>.view_contents {font-size:22px;color:#cccccc;line-height:px;text-align:center;letter-spacing:6px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563775517677>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563775517677>.view_contents {font-size:12px;}}

 #text_style_01_1578536547141{width:28.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:47px;left:35.958333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578536547141{top:26px;left:calc(50% - 209px);width:417.43315972222223px;}}   @media screen and (max-width:640px) {#text_style_01_1578536547141{width:337px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1578536547141>.view_contents {color:#ffffff;font-size:36px;font-weight:normal;line-height:px;font-family:Microsoft YaHei;font-style:normal;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578536547141>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578536547141>.view_contents {font-size:22px;font-weight:normal;}}


 #image_style_01_1578538176775{width:54.36893203883495%;height:56px;position:absolute;left:22.815533980582526%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538176775{}}   @media screen and (max-width:640px) {#image_style_01_1578538176775{width:54.36893203883495%;top:5px;left:22.815533980582526%;height:56px;}} #image_style_01_1578538176775 > .view_contents{overflow:visible;} 

 #text_style_01_1578538306471{width:87.37864077669903%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.310679611650485%;top:67.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578538306471{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578538306471{width:87.37864077669903%;font-size:12px;color:#333;line-height:1.6;top:67.5px;left:6.310679611650485%;}}  #text_style_01_1578538306471>.view_contents {text-align:center;color:#b2b2b2;} @media screen and (max-width:640px) { #text_style_01_1578538306471>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1578538136820{width:7.666666666666666%;height:193.5px;position:absolute;top:167px;left:24.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578538136820{height:123.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578538136820{width:92px;height:86.5px;top:103px;left:10px;}} 


 #image_style_01_1578538378043{width:71.07438016528926%;height:56px;position:absolute;left:14.462809917355372%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538378043{}}   @media screen and (max-width:640px) {#image_style_01_1578538378043{width:71.07438016528926%;top:5px;left:14.462809917355372%;height:56px;}} #image_style_01_1578538378043 > .view_contents{overflow:visible;} 

 #text_style_01_1578538378048{width:87.37864077669903%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.310679611650485%;top:67.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578538378048{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578538378048{width:87.37864077669903%;font-size:12px;color:#333;line-height:1.6;top:67.5px;left:6.310679611650485%;}}  #text_style_01_1578538378048>.view_contents {text-align:center;color:#b2b2b2;} @media screen and (max-width:640px) { #text_style_01_1578538378048>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1578538377742{width:7.583333333333334%;height:193.5px;position:absolute;top:167px;left:35.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578538377742{height:123.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578538377742{width:91px;height:86.5px;top:103px;left:140px;}} 


 #image_style_01_1578538423914{width:76.42276422764228%;height:56px;position:absolute;left:11.788617886178862%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538423914{}}   @media screen and (max-width:640px) {#image_style_01_1578538423914{width:76.42276422764228%;top:5px;left:11.788617886178862%;height:56px;}} #image_style_01_1578538423914 > .view_contents{overflow:visible;} 

 #text_style_01_1578538423919{width:87.37864077669903%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.310679611650485%;top:67.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578538423919{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578538423919{width:87.37864077669903%;font-size:12px;color:#333;line-height:1.6;top:67.5px;left:6.310679611650485%;}}  #text_style_01_1578538423919>.view_contents {text-align:center;color:#b2b2b2;} @media screen and (max-width:640px) { #text_style_01_1578538423919>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1578538423591{width:7.666666666666666%;height:130.5px;position:absolute;top:167px;left:46%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578538423591{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578538423591{width:92px;height:86.5px;top:103px;left:269px;}} 


 #image_style_01_1578538579190{width:76.42276422764228%;height:56px;position:absolute;left:11.788617886178862%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538579190{}}   @media screen and (max-width:640px) {#image_style_01_1578538579190{width:76.42276422764228%;top:5px;left:11.788617886178862%;height:56px;}} #image_style_01_1578538579190 > .view_contents{overflow:visible;} 

 #text_style_01_1578538579195{width:87.37864077669903%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.310679611650485%;top:67.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578538579195{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578538579195{width:87.37864077669903%;font-size:12px;color:#333;line-height:1.6;top:67.5px;left:6.310679611650485%;}}  #text_style_01_1578538579195>.view_contents {text-align:center;color:#b2b2b2;} @media screen and (max-width:640px) { #text_style_01_1578538579195>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1578538578853{width:7.666666666666666%;height:193.5px;position:absolute;top:167px;left:56.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578538578853{height:123.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578538578853{width:92px;height:86.5px;top:199.5px;left:66.5px;}} 


 #image_style_01_1578538625920{width:76.42276422764228%;height:56px;position:absolute;left:11.788617886178862%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538625920{}}   @media screen and (max-width:640px) {#image_style_01_1578538625920{width:76.42276422764228%;top:5px;left:11.788617886178862%;height:56px;}} #image_style_01_1578538625920 > .view_contents{overflow:visible;} 

 #text_style_01_1578538625925{width:87.37864077669903%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.310679611650485%;top:67.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578538625925{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1578538625925{width:87.37864077669903%;font-size:12px;color:#333;line-height:1.6;top:67.5px;left:6.310679611650485%;}}  #text_style_01_1578538625925>.view_contents {text-align:center;color:#b2b2b2;} @media screen and (max-width:640px) { #text_style_01_1578538625925>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1578538625577{width:7.666666666666666%;height:130.5px;position:absolute;top:167px;left:67.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1578538625577{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1578538625577{width:92px;height:86.5px;top:199.5px;left:196.5px;}} 

 #image_style_01_1578541438026{width:58.166666666666664%;height:318px;position:absolute;top:307px;left:20.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578541438026{}}   @media screen and (max-width:640px) {#image_style_01_1578541438026{width:355px;height:161.73352435530086px;top:296px;left:10px;}} #image_style_01_1578541438026 > .view_contents{overflow:visible;}  #layout_1563767449682{height:678px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563767449682{height:660px;}}   @media screen and (max-width:640px) {#layout_1563767449682{height:481px;}} #layout_1563767449682 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563767449682  {background: url(https://cdn.yun.sooce.cn/1/10041/jpg/157853646889762b1d2ecdc4cbee1.jpg?version=0);background-size:100% auto;background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_1563767449682  {background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}}


 #text_style_01_1578551172780{width:16.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51px;left:31.583333333333336%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578551172780{top:9px;left:21.26027306468717%;width:131px;}}   @media screen and (max-width:640px) {#text_style_01_1578551172780{width:164.36754176610978px;font-size:12px;color:#333;line-height:1.6;top:15.28125px;left:26.2125%;z-index:7;}}  #text_style_01_1578551172780>.view_contents {color:#333333;font-size:32px;font-weight:bold;line-height:30px;height:39px;font-family:Microsoft YaHei;font-style:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578551172780>.view_contents {font-size:22px;letter-spacing:4px;}} @media screen and (max-width:640px) { #text_style_01_1578551172780>.view_contents {font-size:15.792516561195256px;font-weight:bold;}}

 #div_blank_11_1578551188111{width:0.8333333333333334%;position:absolute;top:65.5px;left:43%;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_11_1578551188111{left:35.15210763520679%;top:25px;}}   @media screen and (max-width:640px) {#div_blank_11_1578551188111{width:6px;top:26.28125px;left:45.08333333333333%;z-index:8;}}  #div_blank_11_1578551188111  {box-sizing:border-box;} #div_blank_11_1578551188111 .modSet {background:#b2b2b2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_11_1578551188111  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_11_1578551188111  {box-sizing:border-box;}}

 #text_style_01_1578551198705{width:22%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:51px;left:44.5%;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578551198705{top:9px;left:38.09318663838812%;width:417.43315972222223px;}}   @media screen and (max-width:640px) {#text_style_01_1578551198705{width:179px;font-size:12px;color:#333;line-height:1.6;top:15.28125px;left:48.8%;z-index:7;}}  #text_style_01_1578551198705>.view_contents {color:#0161ae;font-size:32px;font-weight:bold;line-height:30px;height:39px;font-family:Microsoft YaHei;font-style:normal;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578551198705>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578551198705>.view_contents {font-size:15px;font-weight:bold;}}

 #image_style_11_1578551935396{width:99.91666666666667%;position:absolute;top:142px;left:0.0416666666666643%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1578551935396{left:10.20347295864263%;top:55px;width:681px;}}   @media screen and (max-width:640px) {#image_style_11_1578551935396{width:365px;top:59px;left:1.3333333333333335%;z-index:9;}} #image_style_11_1578551935396 > .view_contents{overflow:visible;} 

 #div_blank_new05_1578554907385{width:7.833333333333334%;position:absolute;top:231px;left:14.875%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578554907385{}}   @media screen and (max-width:640px) {#div_blank_new05_1578554907385{width:14px;top:106.34375px;left:31.42916666666667%;z-index:5;}}  #div_blank_new05_1578554907385  {box-sizing:border-box;} #div_blank_new05_1578554907385 .roundcs {border-style:dashed;border-width:3px;border-color:#41cca5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578554907385  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578554907385  {box-sizing:border-box;}}

 #div_blank_new05_1578555042201{width:7.5%;position:absolute;top:231px;left:35.75%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578555042201{}}   @media screen and (max-width:640px) {#div_blank_new05_1578555042201{width:14px;top:106.34375px;left:64.6125%;z-index:4;}}  #div_blank_new05_1578555042201  {box-sizing:border-box;} #div_blank_new05_1578555042201 .roundcs {border-style:dashed;border-width:3px;border-color:#f5bf39;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578555042201  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578555042201  {box-sizing:border-box;}}

 #div_blank_new05_1578555077476{width:7.833333333333334%;position:absolute;top:231px;left:56.333333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578555077476{}}   @media screen and (max-width:640px) {#div_blank_new05_1578555077476{width:94px;top:612px;left:10px;z-index:3;display:none;}}  #div_blank_new05_1578555077476  {box-sizing:border-box;} #div_blank_new05_1578555077476 .roundcs {border-style:dashed;border-width:3px;border-color:#fb574d;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578555077476  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578555077476  {box-sizing:border-box;}}

 #div_blank_new05_1578555112241{width:7.833333333333334%;position:absolute;top:231px;left:77.16666666666666%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578555112241{}}   @media screen and (max-width:640px) {#div_blank_new05_1578555112241{width:12px;top:229px;left:31.42916666666667%;z-index:2;}}  #div_blank_new05_1578555112241  {box-sizing:border-box;} #div_blank_new05_1578555112241 .roundcs {border-style:dashed;border-width:3px;border-color:#53c1f4;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578555112241  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578555112241  {box-sizing:border-box;}}

 #button_style_08_1578555284423{width:13.25%;position:absolute;top:391px;left:43.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_08_1578555284423{left:74.46149257688229%;top:276px;}}   @media screen and (max-width:640px) {#button_style_08_1578555284423{width:159px;top:322px;left:calc(50% - 79.5px);z-index:2;}} #button_style_08_1578555284423 > .view_contents{overflow:visible;}  #button_style_08_1578555284423 .btnaSet {border-color:#0161ae;color:#0161ae;} #layout_1563767447943{height:479px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563767447943{height:402px;}}   @media screen and (max-width:640px) {#layout_1563767447943{height:399px;}} #layout_1563767447943 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563767447943  {background: url(https://cdn.yun.sooce.cn/1/10041/jpg/1578551104777065e49ff26b15b43.jpg?version=0);background-repeat:no-repeat!important;background-size:100% auto;}


 #text_style_01_1563780717471{width:18.833333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:40.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563780717471{left:calc(50% - 66.5px);top:22.21875px;width:133px;}}   @media screen and (max-width:640px) {#text_style_01_1563780717471{width:94px;font-size:12px;color:#333;line-height:1.6;top:16.375px;left:calc(50% - 47px);}}  #text_style_01_1563780717471>.view_contents {color:#ffffff;font-size:30px;font-weight:normal;line-height:30px;height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563780717471>.view_contents {font-size:12px;letter-spacing:2px;}} @media screen and (max-width:640px) { #text_style_01_1563780717471>.view_contents {font-size:14px;font-weight:bold;}}

 #image_style_01_1571383877270{width:1920px;height:839px;position:absolute;top:10.5px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571383877270{top:10px;left:10px;width:923px;height:662px;}}   @media screen and (max-width:640px) {#image_style_01_1571383877270{width:100%;height:564px;top:1px;left:0%;}} #image_style_01_1571383877270 > .view_contents{overflow:visible;} 

 #text_style_01_1578556561056{width:88.83333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:89.5px;left:5.583333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578556561056{width:60.021208907741254%;left:19.989395546129373%;top:66.5px;}}   @media screen and (max-width:640px) {#text_style_01_1578556561056{width:320px;font-size:12px;color:#333;line-height:1.6;top:52.5px;left:calc(50% - 160px);}}  #text_style_01_1578556561056>.view_contents {font-size:14px;color:#cccccc;line-height:px;text-align:center;letter-spacing:6px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578556561056>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578556561056>.view_contents {font-size:12px;}}



 #productList_style_23_1578289600785{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_23_1578289600785{}}   @media screen and (max-width:640px) {#productList_style_23_1578289600785{width:96%;top:89.359375px;left:2%;}} #productList_style_23_1578289600785 > .view_contents{overflow:visible;}  #productList_style_23_1578289600785 .modSet {background:transparent;} #productList_style_23_1578289600785 .imgSet {background:transparent;} #productList_style_23_1578289600785 .titleSet {height:0px;line-height:0em;color:transparent;font-size:16px;} #productList_style_23_1578289600785 .unitSet {font-size:13px;} #productList_style_23_1578289600785 .priceSet {font-size:13px;}

 #text_style_01_1578291300602{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:253px;left:5.392976588628763%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291300602{width:233px;left:2.466755319148936%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1578291300602{width:42.25352112676056%;font-size:12px;color:#333;line-height:1.6;top:200px;left:1.9982394366197185%;}}  #text_style_01_1578291300602>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291300602 .view_contents:hover {color:#a2ca28;}

 #text_style_01_1578291671867{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:253px;left:39.79933110367893%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291671867{left:39.79222074468085%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1578291671867{width:21.69014084507042%;font-size:12px;color:#333;line-height:1.6;top:200px;left:52.41637323943662%;}}  #text_style_01_1578291671867>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291671867 .view_contents:hover {color:#a2ca28;}

 #text_style_01_1578291751126{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:253px;left:73.62040133779264%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291751126{left:73.85804521276596%;top:203px;}}   @media screen and (max-width:640px) {#text_style_01_1578291751126{width:15.492957746478872%;font-size:12px;color:#333;line-height:1.6;top:332px;left:1.9982394366197185%;}}  #text_style_01_1578291751126>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291751126 .view_contents:hover {color:#a2ca28;}

 #text_style_01_1578291886038{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:585px;left:5.392976588628763%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291886038{left:4.699135638297872%;top:442px;}}   @media screen and (max-width:640px) {#text_style_01_1578291886038{width:34.647887323943664%;font-size:12px;color:#333;line-height:1.6;top:332px;left:52.41637323943662%;}}  #text_style_01_1578291886038>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291886038 .view_contents:hover {color:#a2ca28;}

 #text_style_01_1578291919953{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:585px;left:39.79933110367893%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291919953{left:39.79222074468085%;top:442px;}}   @media screen and (max-width:640px) {#text_style_01_1578291919953{width:32.95774647887324%;font-size:12px;color:#333;line-height:1.6;top:466px;left:2.3943661971830985%;}}  #text_style_01_1578291919953>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291919953 .view_contents:hover {color:#a2ca28;}

 #text_style_01_1578291934856{width:20.317725752508363%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:585px;left:73.87123745819399%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578291934856{left:73.84474734042553%;top:442px;}}   @media screen and (max-width:640px) {#text_style_01_1578291934856{width:16.338028169014084%;font-size:12px;color:#333;line-height:1.6;top:466px;left:51.85299295774648%;}}  #text_style_01_1578291934856>.view_contents {color:#ffffff;font-weight:bold;text-align:center;} #text_style_01_1578291934856 .view_contents:hover {color:#a2ca28;}

 #button_style_08_1578622838521{width:13.25%;position:absolute;top:633px;left:43.35284280936455%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_08_1578622838521{top:479px;left:35.48371010638298%;width:29.014084507042252%;}}   @media screen and (max-width:640px) {#button_style_08_1578622838521{width:121px;top:500.140625px;left:calc(50% - 60.5px);}} #button_style_08_1578622838521 > .view_contents{overflow:visible;}  #button_style_08_1578622838521 .btnaSet {border-color:#ffffff;color:#ffffff;background:transparent;} #tab_style_03_1578557451119{width:99.66666666666667%;height:711px;position:absolute;top:128px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1578557451119{height:545px;}}   @media screen and (max-width:640px) {#tab_style_03_1578557451119{width:355.00000000000006px;height:553px;top:1.140625px;left:10px;}}  #tab_style_03_1578557451119 .tabconSet {background:transparent;} #tab_style_03_1578557451119 .tabItemSet {background:transparent;font-size:17px;color:#ffffff;} #layout_1563767447076{height:850px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563767447076{height:673px;}}   @media screen and (max-width:640px) {#layout_1563767447076{height:565px;}} #layout_1563767447076 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563767447076  {background:#e9e9e9;}


 #image_style_01_1578295101525{width:45.5%;height:264px;position:absolute;top:225.5px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578295101525{}}   @media screen and (max-width:640px) {#image_style_01_1578295101525{width:305.00393391030684px;height:147.4744295830055px;top:145.0625px;left:2.666666666666667%;z-index:3;}} #image_style_01_1578295101525 > .view_contents{overflow:visible;}  #image_style_01_1578295101525 .picSet {box-shadow: 0px 0px 0px ;}

 #div_blank_14_1578296170908{width:32.75%;height:474px;position:absolute;top:41px;left:17.958333333333336%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_14_1578296170908{}}   @media screen and (max-width:640px) {#div_blank_14_1578296170908{width:219.53579858379229px;height:264.7836349331235px;top:42px;left:34.766666666666666%;z-index:2;}}  #div_blank_14_1578296170908  {box-sizing:border-box;border-style:none;} #div_blank_14_1578296170908 .modSet {border-style:solid;border-color:#a2ca28;border-width:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_14_1578296170908  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_14_1578296170908  {box-sizing:border-box;}}

 #div_blank_new01_1578296350144{width:16.75%;height:34px;position:absolute;top:94.5px;left:36.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1578296350144{}}   @media screen and (max-width:640px) {#div_blank_new01_1578296350144{width:112.2816679779701px;height:18.99291896144768px;top:71.875px;left:67.38333333333333%;z-index:2;}}  #div_blank_new01_1578296350144  {box-sizing:border-box;} #div_blank_new01_1578296350144 .modSet {background:#a2ca28;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1578296350144  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1578296350144  {box-sizing:border-box;}}

 #text_style_01_1578296422462{width:25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:130.5px;left:19.583333333333332%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578296422462{}}   @media screen and (max-width:640px) {#text_style_01_1578296422462{width:195px;font-size:12px;color:#333;line-height:1.6;top:91.984375px;left:37.670833333333334%;z-index:4;}}  #text_style_01_1578296422462>.view_contents {text-align:right;font-size:20px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1578296422462>.view_contents {font-size:12px;}}

 #text_style_01_1578296508367{width:21.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:171.5px;left:78.58333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578296508367{top:10px;left:467.09331597222223px;width:417.43315972222223px;}}   @media screen and (max-width:640px) {#text_style_01_1578296508367{width:143.6771653543307px;font-size:12px;color:#333;line-height:1.6;top:78.875px;left:2.666666666666667%;z-index:3;}}  #text_style_01_1578296508367>.view_contents {color:#333333;font-size:32px;font-weight:normal;line-height:30px;height:30px;font-family:Microsoft YaHei;font-style:normal;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578296508367>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578296508367>.view_contents {font-size:14px;font-weight:bold;text-align:left;}}

 #text_style_01_1578296847682{width:41.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:60.5px;left:58.833333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578296847682{width:44.266506863438195%;}}   @media screen and (max-width:640px) {#text_style_01_1578296847682{width:121px;font-size:12px;color:#333;line-height:1.6;top:57.78125px;left:2.666666666666667%;z-index:1;}}  #text_style_01_1578296847682>.view_contents {color:#e5e5e5;font-size:61px;font-weight:bold;line-height:0x;height:110px;font-family:Microsoft YaHei;font-style:normal;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578296847682>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578296847682>.view_contents {font-size:17px;font-weight:bold;text-align:left;}}

 #text_style_01_1578298080296{width:13.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:92px;left:37.375%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578298080296{}}   @media screen and (max-width:640px) {#text_style_01_1578298080296{width:89.37844217151849px;font-size:12px;color:#333;line-height:1.6;top:70.484375px;left:69.475%;z-index:4;}}  #text_style_01_1578298080296>.view_contents {text-align:left;font-size:22px;font-weight:bold;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1578298080296>.view_contents {font-size:12px;}}

 #div_blank_new01_1578298413199{width:0.9166666666666666%;height:276px;position:absolute;top:207.5px;left:50.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1578298413199{}}   @media screen and (max-width:640px) {#div_blank_new01_1578298413199{width:6.149606299212598px;height:154.29921259842519px;top:366.96473729532823px;left:30.125984251968475px;z-index:2;}}  #div_blank_new01_1578298413199  {box-sizing:border-box;} #div_blank_new01_1578298413199 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1578298413199  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1578298413199  {box-sizing:border-box;}}

 #image_style_11_1578298929618{width:52.916666666666664%;position:absolute;top:220.5px;left:47.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1578298929618{}}   @media screen and (max-width:640px) {#image_style_11_1578298929618{width:358px;top:325.21875px;left:calc(50% - 179px);z-index:2;}} #image_style_11_1578298929618 > .view_contents{overflow:visible;} 

 #div_blank_new01_1578985199117{width:16.666666666666664%;height:254px;position:absolute;top:239px;left:12.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1578985199117{}}   @media screen and (max-width:640px) {#div_blank_new01_1578985199117{width:111.72305271439811px;height:141.8882769472856px;top:120.60582218725412px;left:92.3957513768686px;z-index:2;}}  #div_blank_new01_1578985199117  {box-sizing:border-box;} #div_blank_new01_1578985199117 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1578985199117  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1578985199117  {box-sizing:border-box;}} #layout_1578292132032{height:559px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1578292132032{}}   @media screen and (max-width:640px) {#layout_1578292132032{height:521.2639498937534px;}} #layout_1578292132032 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_new01_1563784722108{width:2px;height:30px;position:absolute;top:370px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563784722108{top:241.6771031415068px;left:10px;width:1.5396163469557964px;height:23.094245204336946px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563784722108{width:0.5919132972071697px;height:8.878699458107546px;top:173.98110614429652px;left:10px;}}  #div_blank_new01_1563784722108  {box-sizing:border-box;} #div_blank_new01_1563784722108 .modSet {background:#84ccc9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563784722108  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563784722108  {box-sizing:border-box;}}

 #text_style_01_1563783737107{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:41px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563783737107{left:0.0414236479321315%;top:14.609375px;width:284.59166666666664px;}}   @media screen and (max-width:640px) {#text_style_01_1563783737107{width:355px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;}}  #text_style_01_1563783737107>.view_contents {font-size:18px;color:#333333;line-height:20px;height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563783737107>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563783737107>.view_contents {font-size:12px;}}

 #div_blank_new01_1563783776655{width:1195px;height:1px;position:absolute;top:75px;left:0.4166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563783776655{width:564.5683333333334px;left:0.0414236479321315%;top:44.609375px;height:0.7691666666666667px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563783776655{width:355px;height:0.29707112970711297px;top:82px;left:10px;}}  #div_blank_new01_1563783776655  {box-sizing:border-box;} #div_blank_new01_1563783776655 .modSet {background:#dedede;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563783776655  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563783776655  {box-sizing:border-box;}}

 #div_blank_new01_1563783819231{width:88px;height:2px;position:absolute;top:75px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563783819231{top:44.609375px;left:0.0414236479321315%;width:67.68666666666667px;height:1.5383333333333333px;}}   @media screen and (max-width:640px) {#div_blank_new01_1563783819231{width:88px;height:2px;top:30px;left:71.33333333333334%;}}  #div_blank_new01_1563783819231  {box-sizing:border-box;} #div_blank_new01_1563783819231 .modSet {background:#a2ca28;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563783819231  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563783819231  {box-sizing:border-box;}}

 #button_style_01_1563783890509{width:7.583333333333334%;position:absolute;top:41px;left:92.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563783890509{top:14.614999999999995px;left:863.0058333333334px;width:69.99416666666667px;}}   @media screen and (max-width:640px) {#button_style_01_1563783890509{width:91px;top:10px;left:59.06666666666667%;}} #button_style_01_1563783890509 > .view_contents{overflow:visible;}  #button_style_01_1563783890509 .btnaSet {color:#666666;font-size:12px;border-style:none;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;height:20px;text-align:right;background:transparent;}

 #newsList_style_04_1578647483354{width:99.91666666666667%;position:absolute;top:94px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1578647483354{}}   @media screen and (max-width:640px) {#newsList_style_04_1578647483354{width:354.8520216756982px;top:42.296875px;left:calc(50% - 177.5px);}}  #newsList_style_04_1578647483354 .modSet {background:transparent;} #layout_1563782018123{height:400px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563782018123{height:444px;}}   @media screen and (max-width:640px) {#layout_1563782018123{height:591px;}} #layout_1563782018123 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563782018123  {background:#efefef;}
 #layout_1572586781551{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1572586781551{}}   @media screen and (max-width:640px) {#layout_1572586781551{height:1px;}} #layout_1572586781551 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1563785914788{width:6.916666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:135.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563785914788{top:114.359375px;left:14.417086426299045%;width:70.44505747126436px;}}   @media screen and (max-width:640px) {#text_style_01_1563785914788{width:71px;font-size:12px;color:#333;line-height:1.6;top:102.375px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1563785914788>.view_contents {color:#ffffff;font-size:16px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563785914788>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563785914788>.view_contents {font-size:12px;}}

 #text_style_01_1563785934709{width:26.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:166px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563785934709{width:269.04919540229884px;top:114.359375px;left:20.650516967126194%;}}   @media screen and (max-width:640px) {#text_style_01_1563785934709{width:200.59714795008912px;font-size:12px;color:#333;line-height:1.6;top:127.25px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1563785934709>.view_contents {color:#c4c4c4;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563785934709>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563785934709>.view_contents {font-size:12px;}}

 #image_style_01_1563786059825{width:115px;height:119px;position:absolute;top:101.5px;left:79.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563786059825{top:101.5px;left:84.27558324496289%;width:117.12551724137931px;height:114.57931034482758px;}}   @media screen and (max-width:640px) {#image_style_01_1563786059825{width:69.31239388794567px;height:71.723259762309px;top:118.375px;left:69.86666666666666%;z-index:2;}} #image_style_01_1563786059825 > .view_contents{overflow:visible;} 

 #text_style_01_1563786120153{width:4.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:229.5px;left:81.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563786120153{left:87.45691940615058%;top:225.71875px;width:57px;}}   @media screen and (max-width:640px) {#text_style_01_1563786120153{width:36.13392857142857px;font-size:12px;color:#333;line-height:1.6;top:208.03125px;left:74.26666666666667%;z-index:2;}}  #text_style_01_1563786120153>.view_contents {color:#939393;font-size:14px;line-height:16px;height:16px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563786120153>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563786120153>.view_contents {font-size:12px;}}

 #text_style_01_1563786217282{width:27.916666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:276px;left:55.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563786217282{left:63.38480911983033%;width:284.3264367816092px;top:272.09375px;}}   @media screen and (max-width:640px) {#text_style_01_1563786217282{width:234px;font-size:12px;color:#333;line-height:1.6;top:280.9375px;left:calc(50% - 117px);z-index:2;}}  #text_style_01_1563786217282>.view_contents {color:#b2b2b2;font-size:14px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563786217282>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1563786217282>.view_contents {font-size:12px;}}

 #div_blank_new05_1578373106896{width:100%;position:absolute;top:80.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1578373106896{}}   @media screen and (max-width:640px) {#div_blank_new05_1578373106896{width:355px;top:81.375px;left:calc(50% - 177.5px);z-index:2;}}  #div_blank_new05_1578373106896  {box-sizing:border-box;} #div_blank_new05_1578373106896 .roundcs {border-color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1578373106896  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1578373106896  {box-sizing:border-box;}}

 #text_style_01_1578373279084{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:24.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373279084{left:0%;top:23.359375px;width:78px;}}   @media screen and (max-width:640px) {#text_style_01_1578373279084{width:215.327868852459px;font-size:12px;color:#333;line-height:1.6;top:10px;left:10px;z-index:2;}}  #text_style_01_1578373279084>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373279084>.view_contents {font-size:12px;}}

 #text_style_01_1578373334750{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373334750{}}   @media screen and (max-width:640px) {#text_style_01_1578373334750{width:215.327868852459px;font-size:12px;color:#333;line-height:1.6;top:22.80327868852459px;left:10px;z-index:2;}}  #text_style_01_1578373334750>.view_contents {color:#ffffff;font-size:16px;font-weight:bold;letter-spacing:1px;} @media screen and (max-width:640px) { #text_style_01_1578373334750>.view_contents {font-size:12px;}}

 #text_style_01_1578373382461{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:47.5px;left:12.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373382461{}}   @media screen and (max-width:640px) {#text_style_01_1578373382461{width:61px;font-size:12px;color:#333;line-height:1.6;top:23.385245901639344px;left:21.479166666666664%;z-index:2;}}  #text_style_01_1578373382461>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373382461>.view_contents {font-size:12px;}}

 #text_style_01_1578373477775{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:22.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373477775{}}   @media screen and (max-width:640px) {#text_style_01_1578373477775{width:58px;font-size:12px;color:#333;line-height:1.6;top:22.796875px;left:calc(50% - 29px);z-index:2;}}  #text_style_01_1578373477775>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373477775>.view_contents {font-size:12px;}}

 #text_style_01_1578373506998{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:33.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373506998{}}   @media screen and (max-width:640px) {#text_style_01_1578373506998{width:59px;font-size:12px;color:#333;line-height:1.6;top:22.796875px;left:60%;z-index:2;}}  #text_style_01_1578373506998>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373506998>.view_contents {font-size:12px;}}

 #text_style_01_1578373525198{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:44.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373525198{}}   @media screen and (max-width:640px) {#text_style_01_1578373525198{width:55px;font-size:12px;color:#333;line-height:1.6;top:22.796875px;left:78.85%;z-index:2;}}  #text_style_01_1578373525198>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373525198>.view_contents {font-size:12px;}}

 #text_style_01_1578373562446{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:55.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373562446{}}   @media screen and (max-width:640px) {#text_style_01_1578373562446{width:60.57235421166306px;font-size:12px;color:#333;line-height:1.6;top:52.375px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1578373562446>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373562446>.view_contents {font-size:12px;}}

 #text_style_01_1578373583375{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:66.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373583375{}}   @media screen and (max-width:640px) {#text_style_01_1578373583375{width:60.57235421166306px;font-size:12px;color:#333;line-height:1.6;top:52.375px;left:28.8375%;z-index:2;}}  #text_style_01_1578373583375>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373583375>.view_contents {font-size:12px;}}

 #text_style_01_1578373602036{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:76.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373602036{}}   @media screen and (max-width:640px) {#text_style_01_1578373602036{width:60.57235421166306px;font-size:12px;color:#333;line-height:1.6;top:52.375px;left:53.6%;z-index:2;}}  #text_style_01_1578373602036>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373602036>.view_contents {font-size:12px;}}

 #text_style_01_1578373623283{width:6.583333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:46.5px;left:87.45833333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578373623283{}}   @media screen and (max-width:640px) {#text_style_01_1578373623283{width:60.57235421166306px;font-size:12px;color:#333;line-height:1.6;top:52.375px;left:79.91666666666667%;z-index:2;}}  #text_style_01_1578373623283>.view_contents {color:#b2b2b2;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1578373623283>.view_contents {font-size:12px;}}

 #text_style_01_1578374055643{width:6.916666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:135.5px;left:39.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578374055643{top:187.359375px;left:5.615389713679746%;width:70.44505747126436px;}}   @media screen and (max-width:640px) {#text_style_01_1578374055643{width:69px;font-size:12px;color:#333;line-height:1.6;top:155.953125px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1578374055643>.view_contents {color:#ffffff;font-size:16px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578374055643>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578374055643>.view_contents {font-size:12px;}}

 #text_style_01_1578374099422{width:26.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:166px;left:39.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578374099422{width:269.04919540229884px;top:133.359375px;left:14.417086426299045%;}}   @media screen and (max-width:640px) {#text_style_01_1578374099422{width:191.06112054329373px;font-size:12px;color:#333;line-height:1.6;top:176.03125px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1578374099422>.view_contents {color:#c4c4c4;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578374099422>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578374099422>.view_contents {font-size:12px;}}

 #text_style_01_1578380305537{width:36.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:276px;left:18.541666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578380305537{width:40.50901378579003%;left:29.745493107104984%;top:295px;}}   @media screen and (max-width:640px) {#text_style_01_1578380305537{width:375px;font-size:12px;color:#333;line-height:1.6;top:255.046875px;left:calc(50% - 187.5px);z-index:2;}}  #text_style_01_1578380305537>.view_contents {color:#b2b2b2;font-size:14px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578380305537>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578380305537>.view_contents {font-size:12px;}}

 #text_style_01_1578981800991{width:26.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:194px;left:39.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578981800991{width:269.04919540229884px;top:225.71875px;left:16.431932661717923%;}}   @media screen and (max-width:640px) {#text_style_01_1578981800991{width:191.06112054329373px;font-size:12px;color:#333;line-height:1.6;top:192.03125px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1578981800991>.view_contents {color:#c4c4c4;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578981800991>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578981800991>.view_contents {font-size:12px;}}

 #text_style_01_1578982057556{width:26.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:220.5px;left:39.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1578982057556{width:150px;top:272.09375px;left:calc(50% - 75px);}}   @media screen and (max-width:640px) {#text_style_01_1578982057556{width:200.95535714285714px;font-size:12px;color:#333;line-height:1.6;top:215.90625px;left:2.666666666666667%;z-index:2;}}  #text_style_01_1578982057556>.view_contents {color:#c4c4c4;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1578982057556>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1578982057556>.view_contents {font-size:12px;}}

 #text_style_01_1571820307718{width:16.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:305px;left:31.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571820307718{width:72px;top:155.72229885057473px;left:188.75px;}}   @media screen and (max-width:640px) {#text_style_01_1571820307718{width:180.84065244667502px;font-size:12px;color:#333;line-height:1.6;top:331.9375px;left:25.866666666666667%;z-index:2;}}  #text_style_01_1571820307718>.view_contents {color:#b2b2b2;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1571820307718>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1571820307718>.view_contents {font-size:12px;}}

 #text_style_01_1571820280981{width:21.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:305px;left:50.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1571820280981{width:197px;top:171.71875px;left:51.80772799575822%;}}   @media screen and (max-width:640px) {#text_style_01_1571820280981{width:176.38644918444166px;font-size:12px;color:#333;line-height:1.6;top:307.9375px;left:calc(50% - 88px);z-index:2;}}  #text_style_01_1571820280981>.view_contents {color:#b2b2b2;font-size:14px;line-height:16px;height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1571820280981>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1571820280981>.view_contents {font-size:12px;}}

 #image_style_01_1579159167205{width:2%;height:17px;position:absolute;top:306px;left:29.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579159167205{}}   @media screen and (max-width:640px) {#image_style_01_1579159167205{width:33px;height:17px;top:330.9375px;left:17.066666666666666%;z-index:2;}} #image_style_01_1579159167205 > .view_contents{overflow:visible;} 

 #image_style_01_1579159582192{width:2%;height:17px;position:absolute;top:305px;left:48.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579159582192{}}   @media screen and (max-width:640px) {#image_style_01_1579159582192{width:33px;height:17px;top:307.9375px;left:17.066666666666666%;z-index:1;}} #image_style_01_1579159582192 > .view_contents{overflow:visible;}  #comm_layout_footer{height:339px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:323px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:386px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#292a2f;}
.menuStyle_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .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_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

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

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02#subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02#subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

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


	
#dh_style_39_1578384479635 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_39_1578384479635 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_39_1578384479635 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_39_1578384479635 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		

.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;*/

	#image_style_01_1578384479629 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578384479629 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578384479629 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578384479629 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;}
.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_1579054841882 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/38a03bf5ba319e6ddfc40197c5014dc.jpg') center top no-repeat;}
                #banner_style_01_1579054841882 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/1/10041/jpg/16025693760122709298f9392f176.jpg?version=0') center top no-repeat;}
                #banner_style_01_1579054841882 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/1/10041/jpg/1578559363517e82eeaf5547bb88a.jpg?version=1578559251') center top no-repeat;}
                #banner_style_01_1579054841882 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1579054841882 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1579054841882 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1579054841882 .bannerStyle_1 .main_image .img-item span{}    }
.blank_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}
	#image_style_01_1578464485574 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464485574 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464485574 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578464485574 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_1578464673557 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464673557 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464673557 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1578474208412 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474208412 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474208412 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474208412 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_1578474199259 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474199259 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474199259 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474199259 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_1578474156345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474156345 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474156345 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474156345 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_1578466787274 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466787274 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466787274 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578466787274 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_1578466787283 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466787283 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466787283 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1578532225005 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578532225005 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578532225005 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578532225005 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_1578532218086 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578532218086 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578532218086 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578532218086 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_1578471254451 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578471254451 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578471254451 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578471254451 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_1578464889353 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464889353 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464889353 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578464889353 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_1578464889361 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464889361 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464889361 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1583224194420 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224194420 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583224194420 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583224194420 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_1583224722175 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224722175 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583224722175 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583224722175 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_1578474431992 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474431992 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474431992 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474431992 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_1578464916047 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464916047 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464916047 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578464916047 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_1578464916052 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578464916052 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578464916052 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1578474741142 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474741142 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474741142 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474741142 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_1578474786537 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474786537 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474786537 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474786537 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_1578474812400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578474812400 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578474812400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578474812400 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_1583220039457 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583220039457 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583220039457 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583220039457 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_1578466851226 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466851226 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466851226 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578466851226 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_1578466851233 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466851233 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466851233 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1578475074218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578475074218 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578475074218 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578475074218 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_1578466835032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466835032 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466835032 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578466835032 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_1578466835042 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578466835042 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578466835042 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1583224030540 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224030540 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583224030540 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583224030540 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_1583224061493 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583224061493 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583224061493 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583224061493 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_1578538176775 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538176775 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578538176775 .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);}}
#image_style_01_1578538176775 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_1578538378043 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538378043 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578538378043 .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);}}
#image_style_01_1578538378043 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_1578538423914 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538423914 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578538423914 .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);}}
#image_style_01_1578538423914 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_1578538579190 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538579190 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578538579190 .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);}}
#image_style_01_1578538579190 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_1578538625920 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578538625920 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578538625920 .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);}}
#image_style_01_1578538625920 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_1578541438026 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578541438026 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578541438026 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1578541438026 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_11 .roundcs{width:100%;height:0;border-radius:50%;padding-bottom:100%;background:#a2a3e9;box-sizing: border-box;}.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_1578551935396 ul li .ratio{margin-top: 100%; float: left;}
        #image_style_11_1578551935396  ul li{width: 16.8%;}
        #image_style_11_1578551935396  ul li.imgItems{margin-bottom:4%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1578551935396 ul li .ratio{margin-top: 100%; float: left;}
        #image_style_11_1578551935396  ul li{width: 23.5%;}
        #image_style_11_1578551935396  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1578551935396 ul li .ratio{margin-top: 100%; float: left;}
        #image_style_11_1578551935396  ul li{width: 32%;}
        #image_style_11_1578551935396  ul li.imgItems{margin-bottom:2%;}
        }
    .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;
}
	.button_default08 { width: 100%; height:40px; background: #fff; color: #ffac8e; box-sizing: border-box; border: 1px solid #ffac8e; border-radius: 8px; 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_08_1578555284423 .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_08_1578555284423 .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_08_1578555284423 .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);}}
	#image_style_01_1571383877270 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571383877270 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571383877270 .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);}}
#image_style_01_1571383877270 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;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
/*产品样式*/
.prod_default23{width:100%; clear: both;}
.prod_default23 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.prod_default23 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default23 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;background-color: #f6f6f6;overflow: hidden;}
.prod_default23 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default23 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default23 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default23 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05);}
.prod_default23 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default23 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default23 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5% 12px; box-sizing: border-box; }
.prod_default23 .p_name {text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #333; line-height: 1.4; width: 100%;}
.prod_default23 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default23 .status {margin-right:0!important;margin-top: 2px; color:#333;border:1px solid #7d7d7d;float:right;display:inline-block; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
.prod_default23 .p_detail { font-size: 12px; color: #666; display: block;margin-top: 2px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default23 .p_group { margin-top: 6px; display: block; float: left;text-align: left!important; width:60%; color: #666; font-size: 12px;}
.prod_default23 .p_line{overflow: hidden;; width: 100%;}
.prod_default23 .p_num { margin-top: 6px; display: block; float: right; text-align: right!important; width: 40%; color: #666; font-size: 12px;}
.prod_default23 .p_price {float: left; line-height: 1; white-space: nowrap;}
.prod_default23 .p_value {color: #333; font-size:18px;margin-top: 6px;display: inline-block;}
.prod_default23 .unit {color: #333;font-size: 16px;}
.prod_default23 .p_vip {display: block; float: left; text-align: left;white-space: nowrap;width: 48%;}
.prod_default23 .p_vip .v_jg{color:#666; font-size: inherit;}
.prod_default23 .v_value {color: #666; font-size: inherit;}
.prod_default23 .v_unit {color: #666;font-size: inherit;}
.prod_default23 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default23 .p_link { float: left; width: 48%; text-align: center;}
.prod_default23 .p_link a {display: block; padding: 10px 15px;}
.prod_default23 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default23 .p_cart a {display: block; padding: 10px 15px;}
.prod_default23 a{text-decoration:none;} 
/*分页*/
.prod_default23 .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;}
.prod_default23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.prod_default23 .page:hover{ background:red; color:white; cursor:pointer;}
.prod_default23 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default23 .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';}
.prod_default23 .page_btn a.cur,.prod_default23 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default23 .page_btn a:nth-child(n+12){display: none;}
.prod_default23 .page_btn a:nth-last-child(1),.prod_default23 .page_btn a:nth-last-child(2),.prod_default23 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default23 .prev_btn,.prod_default23 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default23 .no_page{border: 0 !important;}
.prod_default23 .page_btn a:nth-child(n+10){display: none;}

/*拼购*/
.prod_default23 .Collage_ico{ position:absolute; left:0; top:0; width:40px; z-index: 100;}
.prod_default23 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default23 .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default23 .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default23 .prod_price{ display:inline-block;color: #ff002a;}
.prod_default23 .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default23 .prod_infos .price_value{ font-size:26px; }
.prod_default23 .prod_infos .units{font-size:16px;}
.prod_default23 .prod_infos .zero{ font-size:12px; }
.prod_default23 .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default23 .prod_details{ display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default23 .prod_pernum{float: right; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}
.prod_default23 .ptoldprice{display: block;float: right;text-align: right;white-space: nowrap;width: auto;font-size: 12px;}
/* 折扣 */
.prod_default23 .zhekou {color: #333; font-size:18px;line-height: 1;clear:both;display: inline-block;}
.prod_default23 .zhekou .zk_unit{ font-size:14px;font-weight: normal;}
.prod_default23 .zhe_price{position: relative;float: left;width: 52%;min-width: 126px;color: #888;}
.prod_default23 .p_price2{font-family: "微软雅黑";font-size: 12px;float: right;color: #666;margin-top: 6px;}
.prod_default23 .line_through{text-decoration:line-through;display: inline-block;}
.prod_default23 .yuanjia2{color:inherit;font-size: inherit;}
.prod_default23 .fuhao{color:inherit;font-size: inherit;font-family: "微软雅黑";}
.prod_default23 .jiage{color:inherit;font-size: inherit;}
.prod_default23 .freebox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
/* 按钮 */
.prod_default23 .btnn {background-color: transparent;width: 50%;height: 30px;display: block;margin-top: 10px; border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;box-sizing: content-box;}
.prod_default23 .btnn a{ display:block;color: inherit;}
/* 标识 */

.prod_default23 span.freeSet{color: #fff;font-size: 14px;text-align: center;text-align: center;position: relative;line-height: 1;top: -49px;height: 40px;width: 40px;display: table-cell;vertical-align: middle;}
.prod_default23 .freeinfo{ clear:both; overflow:hidden;}
.prod_default23 .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


@media screen and (max-width: 767px){
	.prod_default23 .prod_info {overflow: hidden; width: auto;padding: 5%; box-sizing: border-box; }
	.prod_default23 .p_name{font-size: 14px;margin-bottom: 0px;}
	.prod_default23 .zhekou{font-size: 16px;line-height: 24px;}
	.prod_default23 .ptoldprice{ display:none; }
	.prod_default23 .unit{font-size: 16px;}
	.prod_default23 .p_vip .v_jg{font-size: 12px;}
	.prod_default23 .v_unit{font-size: 14px;}
	.prod_default23 .p_vip{height: 18px; line-height: 23px;}
	.prod_default23 .v_value{font-size: 14px;}
	.prod_default23 .p_value{font-size: 18px;display: inline-block;margin-top: 4px;}
	.prod_default23 .Collage_ico{ width:40px;}
	.prod_default23 .freebox {display: block;position: relative; right: 0;top: 0;transform: translateY(0%);}
	.prod_default23 .btnn {height: 28px;width: 100%;line-height: 26px;box-sizing: border-box;}
	.prod_default23 .p_price2{margin-top: 4px;}

}
.prod_default23 .showPage {display: none !important;}
.prod_default23 .showKind {display: none !important;}
.prod_default23 .showOldprice {display: none !important;}
.prod_default23 .showPrice {display: none !important;}
.prod_default23 .showIntro {display: none !important;}
.prod_default23 .showButton {display: none !important;}
.prod_default23 .showStatus {display: none !important;}
.prod_default23 .showActivity {display: none !important;}

	.p_detail{white-space: pre-wrap;}
	.p_detail .overhide{white-space: pre-wrap;}
			/*pc*/
		#productList_style_23_1578289600785 li{width: 32.666666666667%;}
		#productList_style_23_1578289600785 li.prod_Item{margin-bottom:1%;}
		@media screen and (max-width: 1024px){/*ipad*/
			#productList_style_23_1578289600785 li{width: 32.666666666667%;}
			#productList_style_23_1578289600785 li.prod_Item{margin-bottom:1%;}
		}
		@media screen and (max-width: 768px){/*mobi*/
			#productList_style_23_1578289600785 li{width: 49.5%;}
			#productList_style_23_1578289600785 li.prod_Item{margin-bottom:1%;}
		}
								 #productList_style_23_1578289600785 .p_detail.pc,#productList_style_23_1578289600785 .p_name.pc {display:block;}
		 #productList_style_23_1578289600785 .p_detail.pad, #productList_style_23_1578289600785 .p_detail.mobile,#productList_style_23_1578289600785 .p_name.pad, #productList_style_23_1578289600785 .p_name.mobile {display:none;}

		 @media screen and (min-width:641px) and (max-width:1200px) {
		 #productList_style_23_1578289600785 .p_detail.pad,#productList_style_23_1578289600785 .p_name.pad {display:block;}
		 #productList_style_23_1578289600785 .p_detail.pc, #productList_style_23_1578289600785 .p_detail.mobile,#productList_style_23_1578289600785 .p_name.pc, #productList_style_23_1578289600785 .p_name.mobile {display:none;}
		 }
		 @media screen and (max-width:640px) {
		 #productList_style_23_1578289600785 .p_detail.mobile,#productList_style_23_1578289600785 .p_name.mobile {display:block;}
		 #productList_style_23_1578289600785 .p_detail.pc, #productList_style_23_1578289600785 .p_detail.pad,#productList_style_23_1578289600785 .p_name.pc, #productList_style_23_1578289600785 .p_name.pad {display:none;}
		 }
	
	#productList_style_23_1578289600785 .status{}


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

	#productList_style_23_1578289600785 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_23_1578289600785 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_23_1578289600785 .page_submit{margin-left:5px;}
	#productList_style_23_1578289600785 .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) {
			#productList_style_23_1578289600785 .page_btn{ font-size:12px; }
			#productList_style_23_1578289600785 .submit_div{ display:none; }
		}

			#productList_style_23_1578289600785 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_23_1578289600785 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_23_1578289600785  .showActivity {display: none !important;}
                        #productList_style_23_1578289600785 .showPic{display: block !important;}
                            #productList_style_23_1578289600785 .showTitle{display: block !important;}
                            #productList_style_23_1578289600785 .showOldprice{display: block !important;}
                            #productList_style_23_1578289600785 .showOldprice{display: none !important;}
                               @media screen and (min-width:641px) and (max-width:1200px) {
                #productList_style_23_1578289600785  .showPage {display: none !important;}
                #productList_style_23_1578289600785    .showKind {display: none !important;}
                #productList_style_23_1578289600785   .showOldprice {display: none !important;}
                #productList_style_23_1578289600785   .showPrice {display: none !important;}
                #productList_style_23_1578289600785  .showIntro {display: none !important;}
                #productList_style_23_1578289600785  .showButton {display: none !important;}
                #productList_style_23_1578289600785  .showStatus {display: none !important;}
                #productList_style_23_1578289600785  .showActivity {display: none !important;}
                                #productList_style_23_1578289600785 .showPic{display: block !important;}
                                #productList_style_23_1578289600785 .showTitle{display: block !important;}
                                #productList_style_23_1578289600785 .showOldprice{display: block !important;}
                                    #productList_style_23_1578289600785 .showOldprice{display: none !important;}
                                    }
                            @media screen and (max-width:640px) {
                #productList_style_23_1578289600785  .showPage {display: none !important;}
                #productList_style_23_1578289600785    .showKind {display: none !important;}
                #productList_style_23_1578289600785   .showOldprice {display: none !important;}
                #productList_style_23_1578289600785   .showPrice {display: none !important;}
                #productList_style_23_1578289600785  .showIntro {display: none !important;}
                #productList_style_23_1578289600785  .showButton {display: none !important;}
                #productList_style_23_1578289600785  .showStatus {display: none !important;}
                #productList_style_23_1578289600785  .showActivity {display: none !important;}
                                #productList_style_23_1578289600785 .showPic{display: block !important;}
                                #productList_style_23_1578289600785 .showTitle{display: block !important;}
                                #productList_style_23_1578289600785 .showOldprice{display: block !important;}
                                #productList_style_23_1578289600785 .showOldprice{display: none !important;}
                                }


            #productList_style_23_1578289600785  .btnaSet ,#productList_style_23_1578289600785  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	.button_default08 { width: 100%; height:40px; background: #fff; color: #ffac8e; box-sizing: border-box; border: 1px solid #ffac8e; border-radius: 8px; 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_08_1578622838521 .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_08_1578622838521 .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_08_1578622838521 .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);}}

#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_right_arrow{display:none;width:66px;height:66px;opacity:1;right:61px;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_left_arrow{display:none;width:66px;height:66px;opacity:1;left:61px;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_img{display:none;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_ul{text-align:center}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_nav{display:none !important;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_box{height:100%;top:0px;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_img img{width:157px;}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_li{margin-left:65px}
#tab_style_03_1578557451119 #div_tab_style_03_1578557451119 .tab_li:first-child{margin-left:0px;}

    #tab_style_03_1578557451119 .tab_ul.tab_ul_top,#tab_style_03_1578557451119 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1578557451119 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }

	#image_style_01_1578295101525 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1578295101525 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1578295101525 .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);}}
#image_style_01_1578295101525 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_14 .roundcs{width:100%;height:100%;border:2px dashed #20ce88;box-sizing: border-box;}
.blank_14{width:100%;height:100%;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.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_1578298929618 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1578298929618  ul li{width: 32%;}
        #image_style_11_1578298929618  ul li.imgItems{margin-bottom:2%;}

        @media screen and (max-width: 1024px){/*ipad*/
                #image_style_11_1578298929618 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1578298929618  ul li{width: 23.5%;}
        #image_style_11_1578298929618  ul li.imgItems{margin-bottom:2%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
                #image_style_11_1578298929618 ul li .ratio{margin-top: 67%; float: left;}
        #image_style_11_1578298929618  ul li{width: 32%;}
        #image_style_11_1578298929618  ul li.imgItems{margin-bottom:2%;}
        }
    .blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.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_1563783890509 .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_1563783890509 .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_1563783890509 .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);}}/*新闻列表样式*/
.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_1578647483354 .newDetail.pc {display:block;}
	#newsList_style_04_1578647483354 .newDetail.pad, #newsList_style_04_1578647483354 .newDetail.mobile {display:none;}
	#newsList_style_04_1578647483354 .newTitle.pc {display:block;}
	#newsList_style_04_1578647483354 .newTitle.pad, #newsList_style_04_1578647483354 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1578647483354 .newDetail.pad {display:block;}
		#newsList_style_04_1578647483354 .newDetail.pc, #newsList_style_04_1578647483354 .newDetail.mobile {display:none;}
		#newsList_style_04_1578647483354 .newTitle.pad {display:block;}
		#newsList_style_04_1578647483354 .newTitle.pc, #newsList_style_04_1578647483354 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1578647483354 .newDetail.mobile {display:block;}
		#newsList_style_04_1578647483354 .newDetail.pc, #newsList_style_04_1578647483354 .newDetail.pad {display:none;}
		#newsList_style_04_1578647483354 .newTitle.mobile {display:block;}
		#newsList_style_04_1578647483354 .newTitle.pc, #newsList_style_04_1578647483354 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1578647483354 li{width: 31.333333333333%;}
#newsList_style_04_1578647483354 li.sumary_list{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1578647483354 li{width: 31.333333333333%;}
	#newsList_style_04_1578647483354 li.sumary_list{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1578647483354  li{width: 48.5%;}
	#newsList_style_04_1578647483354  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_1578647483354 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1578647483354 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1578647483354 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1578647483354 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1578647483354 .submit_div{ display: inline-block; }

#newsList_style_04_1578647483354 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1578647483354 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1578647483354 .page_submit{margin-left:5px;}
#newsList_style_04_1578647483354 .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_1578647483354 .page_btn{ font-size:12px; }
		#newsList_style_04_1578647483354 .submit_div{ display:none; }
	}

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


	#image_style_01_1563786059825 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563786059825 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1563786059825 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563786059825 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_1579159167205 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579159167205 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1579159167205 .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);}}
.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_1579159582192 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1579159582192 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1579159582192 .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);}}
.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;}
