
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-color:#ffffff; }
body{ background-position:left top; }



 #dh_style_01_1482989704976{width:99.66722129783693%;z-index:99999;position:absolute;top:81px;left:0.08319467554076539%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482989704976{z-index:999;left:0%;width:100%;top:78.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1482989704976{width:12.631578947368421%;z-index:999;top:10px;left:87.46666666666667%;}} #dh_style_01_1482989704976 > .view_contents{overflow:visible;}  #dh_style_01_1482989704976 .mainMenuSet {line-height:50px;height:50px;color:#006cdb;background:transparent;font-size:16px;bg-hover-color:#f7920e;} #dh_style_01_1482989704976 #hot>a {background:#f7920e;color:#ffffff;} #dh_style_01_1482989704976 .mainMenuSet:hover {background:#f7920e;color:#ffffff;} #dh_style_01_1482989704976 .thrMenuSet:hover {background:#f7920e;} #dh_style_01_1482989704976 .thrCurSet {background:#f7920e;} #dh_style_01_1482989704976 .subMenuSet:hover {background:#f7920e;} #dh_style_01_1482989704976 .subCurSet {background:#f7920e;} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .icoMenuSet {color:#006cdb;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 #hot>a {background:#006cdb;color:#ffffff;padding-left:40px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet:hover {background:#006cdb;color:#ffffff;padding-left:40px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet:hover {}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet {background:transparent;padding-left:20px;color:#ffffff;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet {}} @media screen and (max-width:640px) { #dh_style_01_1482989704976  {}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482989704976{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482989704976{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}

 #lang_style_1_1550551931243{width:14.166666666666666%;position:absolute;left:85.69051580698836%;top:38px;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1550551931243{left:83.45705196182396%;width:16.542948038176032%;top:31.5px;}}   @media screen and (max-width:640px) {#lang_style_1_1550551931243{width:40.53333333333333%;top:16px;left:51.00833333333333%;}} 

 #image_style_01_1550561702988{width:4.75%;height:53px;position:absolute;left:0.7071547420965058%;top:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1550561702988{left:0.8765243902439025%;width:5.620360551431601%;height:53px;top:23.5px;}}   @media screen and (max-width:640px) {#image_style_01_1550561702988{width:33px;height:35px;top:11.5px;left:3.870833333333333%;}} #image_style_01_1550561702988 > .view_contents{overflow:visible;} 

 #image_style_01_1550505674200{width:34.583333333333336%;height:54px;position:absolute;left:6.291597337770383%;top:18.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1550505674200{left:7.55733032873807%;width:33.72216330858961%;top:25.5px;height:50px;}}   @media screen and (max-width:640px) {#image_style_01_1550505674200{width:33.6%;height:40px;top:6px;left:16.875%;display:none;}} #image_style_01_1550505674200 > .view_contents{overflow:visible;} 

 #image_style_01_1585103435454{width:39.267886855241265%;height:200px;display:none;position:absolute;top:0px;left:30.366056572379367%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585103435454{width:84.53333333333333%;height:200px;display:none;left:7.733333333333334%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1585103435454{width:121px;height:36px;display:block;left:14.466666666666667%;top:12.5px;}} #image_style_01_1585103435454 > .view_contents{overflow:visible;} 
 #div_includeBlock_1482994065145{width:1199px;height:132px;position:absolute;top:0px;left:calc(50% - 600px);z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482994065145{left:0%;width:100%;top:0px;height:130.5px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1482994065145{width:100%;height:54px;top:0px;left:0%;}} #div_includeBlock_1482994065145 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1482994065145  {background:#ffffff;}} #comm_layout_header{height:132px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:130px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:54px;z-index:1000;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1583392387610{width:26.271893244370307%;height:172px;position:absolute;left:73.7281067556297%;top:182px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392387610{left:75.45164718384697%;width:24.54835281615303%;height:145px;}}   @media screen and (max-width:640px) {#image_style_01_1583392387610{height:50px;width:95px;left:74.2%;top:2px;}} #image_style_01_1583392387610 > .view_contents{overflow:visible;} 

 #image_style_01_1583392422956{width:26.271893244370307%;height:172px;position:absolute;left:73.7281067556297%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392422956{left:75.63429861849097%;width:24.335812964930923%;top:150.5px;height:142px;}}   @media screen and (max-width:640px) {#image_style_01_1583392422956{height:50px;left:74.33333333333333%;top:55px;width:95px;}} #image_style_01_1583392422956 > .view_contents{overflow:visible;} 

 #image_style_01_1583392463577{width:26.271893244370307%;height:172px;position:absolute;left:73.7281067556297%;top:364.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392463577{left:75.77709883103083%;width:24.12327311370882%;top:300.5px;height:144px;}}   @media screen and (max-width:640px) {#image_style_01_1583392463577{height:51px;left:74.23333333333333%;top:108px;width:95px;}} #image_style_01_1583392463577 > .view_contents{overflow:visible;} 

 #banner_style_01_1583392639775{width:72.81067556296914%;height:536px;position:absolute;left:0.0835421888053467%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1583392639775{left:0%;width:74.38894792773645%;height:448px;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1583392639775{height:158px;width:273px;}} 
 #div_a_includeBlock_1583392251915{width:99.91666666666667%;height:538px;position:absolute;top:0px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583392251915{height:448px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583392251915{width:99.86666666666667%;height:159px;top:2px;left:0%;}}  #layout_1583392090358{height:546px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583392090358{height:448px;}}   @media screen and (max-width:640px) {#layout_1583392090358{height:161px;}} #layout_1583392090358 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1583397481390{width:100%;height:292px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583397481390{left:0%;width:100%;height:275px;}}   @media screen and (max-width:640px) {#image_style_01_1583397481390{height:82px;top:3px;left:0.16493055555555555%;}} #image_style_01_1583397481390 > .view_contents{overflow:visible;} 

 #image_style_01_1583819375009{width:100%;height:288px;position:absolute;left:0%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583819375009{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1583819375009{width:100%;height:87px;top:0px;left:0.052083333333333336%;}} #image_style_01_1583819375009 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1583397410022{width:99.83333333333333%;height:292px;position:absolute;top:0px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583397410022{height:290px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583397410022{width:99.86666666666667%;height:87px;top:1px;left:0%;}}  #layout_1583392086215{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583392086215{height:290px;}}   @media screen and (max-width:640px) {#layout_1583392086215{height:91px;}} #layout_1583392086215 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1583399115015{width:6.856187290969899%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.44648829431438%;top:55px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399115015{left:45.77127659574468%;width:8.191489361702127%;top:59.5px;}}   @media screen and (max-width:640px) {#text_style_01_1583399115015{width:13.333333333333334%;font-size:12px;color:#333;line-height:1.6;top:19.5px;left:43.333333333333336%;}}  #text_style_01_1583399115015>.view_contents {font-size:18px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583399115015>.view_contents {font-size:10px;}}

 #image_style_01_1583399017000{width:1.9983347210657785%;height:24px;position:absolute;left:40.29584721065779%;top:28px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399017000{width:2.9787234042553195%;top:28px;left:37.54321808510638%;}}   @media screen and (max-width:640px) {#image_style_01_1583399017000{height:14px;left:32.07669667590028%;top:6.5px;width:14px;}} #image_style_01_1583399017000 > .view_contents{overflow:visible;} 

 #text_style_01_1583399034633{width:13.963210702341136%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.39464882943144%;top:13px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399034633{left:40.98404255319149%;width:17.76595744680851%;top:13px;}}   @media screen and (max-width:640px) {#text_style_01_1583399034633{width:25%;font-size:12px;color:#333;line-height:1.6;top:0px;left:37.5%;}}  #text_style_01_1583399034633>.view_contents {font-size:30px;font-weight:bold;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583399034633>.view_contents {font-size:16px;}}

 #image_style_01_1583399022126{width:1.9983347210657785%;height:24px;position:absolute;left:57.94259991673605%;top:28px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399022126{top:29px;left:59.59441489361702%;width:25px;}}   @media screen and (max-width:640px) {#image_style_01_1583399022126{height:15px;left:62.634175900277015%;top:5.5px;width:15px;}} #image_style_01_1583399022126 > .view_contents{overflow:visible;} 

 #image_style_01_1583819229287{width:96.73913043478261%;height:152px;position:absolute;left:2.4247491638795986%;top:93px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583819229287{left:0%;width:100%;top:102px;height:122px;}}   @media screen and (max-width:640px) {#image_style_01_1583819229287{width:96%;height:45px;top:42.5px;left:1.997245179063361%;}} #image_style_01_1583819229287 > .view_contents{overflow:visible;} 

 #text_style_01_1583819570796{width:9.575353871773522%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.412989175686928%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583819570796{left:23.77659574468085%;width:12.76595744680851%;top:222px;}}   @media screen and (max-width:640px) {#text_style_01_1583819570796{width:12.222222222222221%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:3.6630509641873275%;}}  #text_style_01_1583819570796>.view_contents {color:#ffffff;}

 #text_style_01_1583819576586{width:12.156536219816818%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:24.894619067443795%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583819576586{left:0%;top:224px;width:150px;}}   @media screen and (max-width:640px) {#text_style_01_1583819576586{width:16.11111111111111%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:22.611053719008265%;}}  #text_style_01_1583819576586>.view_contents {color:#ffffff;}

 #text_style_01_1583819580621{width:12.073272273105745%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.29558701082431%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583819580621{width:140px;left:43.54222074468085%;top:227px;}}   @media screen and (max-width:640px) {#text_style_01_1583819580621{width:20%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:41.0625%;}}  #text_style_01_1583819580621>.view_contents {color:#ffffff;}

 #text_style_01_1583819587762{width:13.57202331390508%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:65.19436927560366%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583819587762{width:167px;left:62.937167553191486%;top:227px;}}   @media screen and (max-width:640px) {#text_style_01_1583819587762{width:20.27777777777778%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:62.5%;}}  #text_style_01_1583819587762>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1583819587762>.view_contents {font-size:12px;}}

 #text_style_01_1583819592240{width:11.407160699417153%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:86.09361990008327%;top:242px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583819592240{width:134px;left:85.4903590425532%;top:227px;}}   @media screen and (max-width:640px) {#text_style_01_1583819592240{width:14.722222222222223%;font-size:12px;color:#333;line-height:1.6;top:90.5px;left:84.21052631578947%;}}  #text_style_01_1583819592240>.view_contents {color:#ffffff;}
 #div_a_includeBlock_1583398990992{width:100.08333333333333%;height:284px;position:absolute;top:0px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583398990992{width:940.25px;height:263px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583398990992{width:100%;height:130px;top:-1px;left:0%;}}  #div_a_includeBlock_1583398990992  {background:#4975aa;} #layout_1583392085150{height:284px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583392085150{height:269px;}}   @media screen and (max-width:640px) {#layout_1583392085150{height:129px;}} #layout_1583392085150 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1583399381839{width:6.7669172932330826%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.538782318598834%;top:48.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399381839{left:45.74256110520722%;width:8.395324123273113%;top:71px;}}   @media screen and (max-width:640px) {#text_style_01_1583399381839{width:15.277777777777779%;font-size:12px;color:#333;line-height:1.6;top:35.5px;left:42.361111111111114%;}}  #text_style_01_1583399381839>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1583399381839>.view_contents {font-size:10px;}}

 #image_style_01_1583399430864{width:52.877397831526274%;height:279px;position:absolute;left:0.3336113427856547%;top:84.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399430864{width:55.79171094580234%;height:292px;left:0%;top:103px;}}   @media screen and (max-width:640px) {#image_style_01_1583399430864{height:92px;left:0.4%;top:60.5px;width:192px;}} #image_style_01_1583399430864 > .view_contents{overflow:visible;} 

 #image_style_01_1583399442562{width:46.701678482068395%;height:355px;position:absolute;left:53.294412010008344%;top:334px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399442562{width:45.63829787234043%;height:308px;left:54.11962008501594%;top:392px;}}   @media screen and (max-width:640px) {#image_style_01_1583399442562{height:108px;left:58.8875%;top:148.5px;width:154.171875px;}} #image_style_01_1583399442562 > .view_contents{overflow:visible;} 

 #image_style_01_1583399240525{width:2.0050125313283207%;height:24px;position:absolute;left:41.93817878028404%;top:18px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399240525{width:2.7600849256900215%;left:38.56986464968153%;top:32px;}}   @media screen and (max-width:640px) {#image_style_01_1583399240525{height:15px;width:15px;left:33.09461805555556%;top:15.5px;}} #image_style_01_1583399240525 > .view_contents{overflow:visible;} 

 #text_style_01_1583399281418{width:13.116123642439431%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.40517961570593%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399281418{left:42.129383634431456%;width:15.621679064824653%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1583399281418{width:21.944444444444443%;font-size:12px;color:#333;line-height:1.6;top:10.5px;left:39.02777777777778%;}}  #text_style_01_1583399281418>.view_contents {font-size:30px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1583399281418>.view_contents {font-size:16px;}}

 #image_style_01_1583399253774{width:2.0050125313283207%;height:24px;position:absolute;left:58.35421888053467%;top:18px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399253774{left:57.74283439490446%;top:32px;width:22px;}}   @media screen and (max-width:640px) {#image_style_01_1583399253774{height:15px;width:15px;left:61.52777777777778%;top:15.5px;}} #image_style_01_1583399253774 > .view_contents{overflow:visible;} 

 #text_style_01_1583721471608{width:16.4578111946533%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:78.40257506255213%;top:205.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583721471608{left:76.5741232731137%;width:21.360255047821468%;top:235.5px;}}   @media screen and (max-width:640px) {#text_style_01_1583721471608{width:41.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:105px;left:58.099999999999994%;}}  #text_style_01_1583721471608>.view_contents {font-size:15px;} @media screen and (max-width:640px) { #text_style_01_1583721471608>.view_contents {font-size:6px;}}

 #text_style_01_1583721420897{width:36.340852130325814%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:60.94401584653878%;top:147px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583721420897{left:56.11052072263549%;width:43.783209351753456%;top:185px;}}   @media screen and (max-width:640px) {#text_style_01_1583721420897{width:43.2%;font-size:12px;color:#333;line-height:1.6;top:84px;left:56.31666666666667%;}}  #text_style_01_1583721420897>.view_contents {font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1583721420897>.view_contents {font-size:29px;}} @media screen and (max-width:640px) { #text_style_01_1583721420897>.view_contents {font-size:10px;}}

 #div_blank_12_1583734179292{width:1.5037593984962405%;position:absolute;left:17.668369474562134%;top:442px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_12_1583734179292{left:12.705897980871415%;width:1.8065887353878853%;top:462px;}}   @media screen and (max-width:640px) {#div_blank_12_1583734179292{left:10.154166666666667%;top:166px;width:11px;}}  #div_blank_12_1583734179292  {box-sizing:border-box;} #div_blank_12_1583734179292 .modSet {background:#f99b20;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_12_1583734179292  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_12_1583734179292  {box-sizing:border-box;}}

 #div_blank_12_1583734211996{width:1.5037593984962405%;position:absolute;left:37.34231651376147%;top:443px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_12_1583734211996{left:39.51746811902231%;top:462px;width:17px;}}   @media screen and (max-width:640px) {#div_blank_12_1583734211996{left:44.2125%;top:166px;width:11px;}}  #div_blank_12_1583734211996  {box-sizing:border-box;} #div_blank_12_1583734211996 .modSet {background:#f99b20;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_12_1583734211996  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_12_1583734211996  {box-sizing:border-box;}}

 #text_style_01_1585301458461{width:16.95906432748538%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:19.924155546288574%;top:424px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585301458461{left:16.552216029723994%;width:22.080679405520172%;top:443.5px;}}   @media screen and (max-width:640px) {#text_style_01_1585301458461{width:30.833333333333336%;font-size:12px;color:#333;line-height:1.6;top:158px;left:14.583333333333334%;}}  #text_style_01_1585301458461>.view_contents {font-size:30px;font-weight:normal;font-family:Microsoft YaHei;} @media screen and (max-width:640px) { #text_style_01_1585301458461>.view_contents {font-size:16px;}}

 #text_style_01_1585301517774{width:19.047619047619047%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.30462885738115%;top:491px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585301517774{left:30.823712845010615%;width:21.443736730360936%;top:503.5px;}}   @media screen and (max-width:640px) {#text_style_01_1585301517774{width:30%;font-size:12px;color:#333;line-height:1.6;top:195px;left:30.887500000000003%;}}  #text_style_01_1585301517774>.view_contents {font-size:23px;} @media screen and (max-width:640px) { #text_style_01_1585301517774>.view_contents {font-size:10px;}}

 #text_style_01_1585301546897{width:19.381787802840435%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.32047539616347%;top:560.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585301546897{left:30.830347664543524%;width:23.673036093418258%;top:563px;}}   @media screen and (max-width:640px) {#text_style_01_1585301546897{width:31.38888888888889%;font-size:12px;color:#333;line-height:1.6;top:220.5px;left:30.416666666666664%;}}  #text_style_01_1585301546897>.view_contents {font-size:23px;} @media screen and (max-width:640px) { #text_style_01_1585301546897>.view_contents {font-size:10px;}}

 #image_style_01_1585302815848{width:1.5037593984962405%;height:26px;position:absolute;left:26.314897831526274%;top:568px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302815848{}}   @media screen and (max-width:640px) {#image_style_01_1585302815848{width:8px;height:12px;top:200px;left:27.6375%;}} #image_style_01_1585302815848 > .view_contents{overflow:visible;} 

 #image_style_01_1585302820765{width:1.5037593984962405%;height:26px;position:absolute;left:26.314897831526274%;top:498px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302820765{}}   @media screen and (max-width:640px) {#image_style_01_1585302820765{width:8px;height:11px;top:228.5px;left:0.27499999999999997%;}} #image_style_01_1585302820765 > .view_contents{overflow:visible;} 

 #text_style_01_1585301585897{width:14.202172096908939%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:28.32047539616347%;top:491px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585301585897{left:9.829485138004246%;width:17.40976645435244%;top:503.5px;}}   @media screen and (max-width:640px) {#text_style_01_1585301585897{width:24.166666666666668%;font-size:12px;color:#333;line-height:1.6;top:196px;left:2.8375%;}}  #text_style_01_1585301585897>.view_contents {font-size:23px;} @media screen and (max-width:640px) { #text_style_01_1585301585897>.view_contents {font-size:10px;}}

 #text_style_01_1585301609850{width:15.538847117794486%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:9.141732693911592%;top:560.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585301609850{left:9.831143842887473%;width:18.789808917197455%;top:563px;}}   @media screen and (max-width:640px) {#text_style_01_1585301609850{width:24.72222222222222%;font-size:12px;color:#333;line-height:1.6;top:220.5px;left:2.9166666666666665%;}}  #text_style_01_1585301609850>.view_contents {font-size:23px;} @media screen and (max-width:640px) { #text_style_01_1585301609850>.view_contents {font-size:10px;}}

 #image_style_01_1585302810532{width:1.5037593984962405%;height:26px;position:absolute;left:7.304263969974979%;top:573px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302810532{}}   @media screen and (max-width:640px) {#image_style_01_1585302810532{width:8px;height:14px;top:222.5px;left:27.358333333333334%;}} #image_style_01_1585302810532 > .view_contents{overflow:visible;} 

 #image_style_01_1585302784059{width:1.5037593984962405%;height:26px;position:absolute;left:7.304263969974979%;top:501px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302784059{left:4.651008492569002%;width:4.140127388535031%;top:511px;}}   @media screen and (max-width:640px) {#image_style_01_1585302784059{width:8px;height:12px;top:200.5px;left:0.5541666666666667%;}} #image_style_01_1585302784059 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1583399218119{width:99.91666666666667%;height:689px;position:absolute;top:2px;left:0.16666666666666669%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583399218119{height:703px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583399218119{width:100%;height:257px;top:1px;left:0%;}}  #layout_1583392083001{height:693px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583392083001{height:705px;}}   @media screen and (max-width:640px) {#layout_1583392083001{height:262px;}} #layout_1583392083001 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1585538205459{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585538205459{display:none;}}   @media screen and (max-width:640px) {#layout_1585538205459{display:none;}} #layout_1585538205459 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_04_1585360462462{width:99.5%;height:259px;position:absolute;top:3px;left:0.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1585360462462{}}   @media screen and (max-width:640px) {#banner_style_04_1585360462462{width:99.86666666666667%;height:56.60301507537689px;top:0px;left:0%;}}  #layout_1585360446253{height:269px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585360446253{}}   @media screen and (max-width:640px) {#layout_1585360446253{height:60px;}} #layout_1585360446253 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1585538281125{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:25.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538281125{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:25.765625px;}}   @media screen and (max-width:640px) {#image_style_01_1585538281125{width:99.86666666666667%;height:90px;display:block;top:0px;left:0.06666666666666288%;}} #image_style_01_1585538281125 > .view_contents{overflow:visible;}  #layout_1585538243671{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585538243671{display:none;}}   @media screen and (max-width:640px) {#layout_1585538243671{height:90px;display:block;}} #layout_1585538243671 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1585538308486{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:4.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585538308486{width:38.54166666666667%;display:none;left:30.729166666666664%;top:4.765625px;}}   @media screen and (max-width:640px) {#text_style_01_1585538308486{width:19.733333333333334%;font-size:12px;color:#333;line-height:1.6;display:block;top:13px;left:39.2%;}}  @media screen and (max-width:640px) { #text_style_01_1585538308486>.view_contents {font-size:16px;font-weight:bold;}}

 #text_style_01_1585538335710{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:40.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585538335710{width:38.54166666666667%;display:none;left:30.729166666666664%;top:40.765625px;}}   @media screen and (max-width:640px) {#text_style_01_1585538335710{width:14.399999999999999%;font-size:12px;color:#333;line-height:1.6;display:block;top:38px;left:42.8%;}}  @media screen and (max-width:640px) { #text_style_01_1585538335710>.view_contents {font-size:10px;}}

 #image_style_01_1585538371238{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:73.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538371238{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:73.765625px;}}   @media screen and (max-width:640px) {#image_style_01_1585538371238{width:4%;height:16px;display:block;top:17.5px;left:32.93333333333333%;}} #image_style_01_1585538371238 > .view_contents{overflow:visible;} 

 #image_style_01_1585538395159{width:39.33333333333333%;height:200px;display:none;position:absolute;left:0%;top:83.765625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538395159{width:49.166666666666664%;height:200px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1585538395159{width:96%;height:130.16949152542375px;display:block;top:84px;left:-111.75000000000001%;}} #image_style_01_1585538395159 > .view_contents{overflow:visible;} 

 #image_style_01_1585538615522{width:39.33333333333333%;height:200px;display:none;position:absolute;left:30.333333333333336%;top:52.609375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538615522{width:49.166666666666664%;height:200px;display:none;left:25.416666666666668%;top:52.609375px;}}   @media screen and (max-width:640px) {#image_style_01_1585538615522{width:4%;height:16px;display:block;top:17.5px;left:59.46666666666667%;}} #image_style_01_1585538615522 > .view_contents{overflow:visible;} 

 #productList_style_11_1585538672840{width:75%;display:none;position:absolute;left:12.5%;top:70.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_11_1585538672840{width:100%;display:none;left:0%;top:70.5px;}}   @media screen and (max-width:640px) {#productList_style_11_1585538672840{width:96.53333333333333%;display:block;top:70.5px;left:1.866666666666667%;}} #productList_style_11_1585538672840 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #productList_style_11_1585538672840 .titSet {font-size:12px;}} #layout_1585538245683{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585538245683{display:none;}}   @media screen and (max-width:640px) {#layout_1585538245683{height:417.5px;display:block;}} #layout_1585538245683 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_a_includeBlock_1583737331118{width:100%;height:231px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583737331118{height:187px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583737331118{width:99.86666666666667%;height:69.136px;top:0px;left:0.13333333333333333%;display:none;}} 

 #image_style_01_1583737615879{width:100.08333333333333%;height:262px;position:absolute;left:0.020833333333328596%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583737615879{left:0%;width:100%;height:187px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1583737615879{height:67px;width:375.140625px;left:calc(50% - 187.5px);top:1px;}} #image_style_01_1583737615879 > .view_contents{overflow:visible;}  #layout_1583737311745{height:262px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583737311745{height:187px;}}   @media screen and (max-width:640px) {#layout_1583737311745{height:68px;}} #layout_1583737311745 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1583399802452{width:6.422018348623854%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.7458785475793%;top:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399802452{left:45.93185441020191%;width:8.182784272051009%;top:54.5px;}}   @media screen and (max-width:640px) {#text_style_01_1583399802452{width:13.88888888888889%;font-size:12px;color:#333;line-height:1.6;top:31px;left:44.440104166666664%;}}  #text_style_01_1583399802452>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1583399802452>.view_contents {font-size:10px;}}

 #newsList_style_05_1583399838455{width:52.376980817347786%;position:absolute;left:2.1311560934891487%;top:148.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_05_1583399838455{left:0%;width:55.260361317747076%;top:109px;}}   @media screen and (max-width:640px) {#newsList_style_05_1583399838455{width:359px;left:2.4%;top:51px;}} 

 #image_style_01_1583400068339{width:44.657762938230384%;height:341px;position:absolute;left:55.342237061769616%;top:103px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400068339{width:45.05844845908608%;height:293px;left:54.966458554729016%;top:113px;}}   @media screen and (max-width:640px) {#image_style_01_1583400068339{height:104.70910667823073px;left:0%;top:0px;display:none;width:100%;}} #image_style_01_1583400068339 > .view_contents{overflow:visible;} 

 #image_style_01_1583399752234{width:2.003338898163606%;height:24px;position:absolute;left:42.95179465776294%;top:18px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399752234{width:4.559915164369035%;left:40.372608926673756%;top:15.5px;}}   @media screen and (max-width:640px) {#image_style_01_1583399752234{height:15px;left:37.751736111111114%;top:14px;width:15px;}} #image_style_01_1583399752234 > .view_contents{overflow:visible;} 

 #text_style_01_1583399771884{width:8.256880733944955%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.28857381150959%;top:3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583399771884{left:44.92229011689692%;width:10.201912858660998%;top:8px;}}   @media screen and (max-width:640px) {#text_style_01_1583399771884{width:12.777777777777777%;font-size:12px;color:#333;line-height:1.6;top:9px;left:43.611111111111114%;}}  #text_style_01_1583399771884>.view_contents {font-size:30px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1583399771884>.view_contents {font-size:16px;}}

 #image_style_01_1583399759483{width:2.003338898163606%;height:24px;position:absolute;left:54.46838480801336%;top:19px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399759483{left:53.35746546227418%;top:15.5px;width:41px;}}   @media screen and (max-width:640px) {#image_style_01_1583399759483{height:14px;left:57.49999999999999%;top:14px;width:15px;}} #image_style_01_1583399759483 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1583399740373{width:99.83333333333333%;height:447px;position:absolute;top:0px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583399740373{height:410px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583399740373{width:100%;height:299px;top:0px;left:0%;}}  #layout_1583399208187{height:447px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583399208187{height:410px;}}   @media screen and (max-width:640px) {#layout_1583399208187{height:299px;}} #layout_1583399208187 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1583400229876{width:2.0016680567139282%;height:24px;position:absolute;left:41.1371237458194%;top:15px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400229876{width:4.559915164369035%;left:36.24104299363057%;top:20px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1583400229876{height:15px;width:15px;left:31.804016620498615%;top:14px;display:block;}} #image_style_01_1583400229876 > .view_contents{overflow:visible;} 

 #image_style_01_1583400245310{width:2.842809364548495%;height:40px;position:absolute;left:58.94648829431438%;top:13px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400245310{left:58.111066878980886%;top:20px;width:42px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1583400245310{height:15px;width:15px;left:63.73788088642659%;top:14px;display:block;}} #image_style_01_1583400245310 > .view_contents{overflow:visible;} 

 #text_style_01_1583400252883{width:15.301003344481606%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.89966555183946%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400252883{left:41.159102972399154%;width:17.62208067940552%;top:13px;}}   @media screen and (max-width:640px) {#text_style_01_1583400252883{width:25.27777777777778%;font-size:12px;color:#333;line-height:1.6;top:9px;left:37.36033519553072%;}}  #text_style_01_1583400252883>.view_contents {font-size:30px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1583400252883>.view_contents {font-size:16px;}}

 #text_style_01_1583400294459{width:6.103678929765886%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:47.908413261050875%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400294459{left:44.82152335456476%;width:10.29723991507431%;top:59px;}}   @media screen and (max-width:640px) {#text_style_01_1583400294459{width:14.285714285714285%;font-size:12px;color:#333;line-height:1.6;top:32px;left:43.885300279329606%;}}  #text_style_01_1583400294459>.view_contents {font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1583400294459>.view_contents {font-size:10px;}}


 #text_style_01_1583400371266{width:29.27927927927928%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.0274544534412957%;top:11px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400371266{left:4.4535215736040605%;top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1583400371266{width:50%;font-size:12px;color:#333;line-height:1.6;top:7px;left:2.809798270893372%;}} 

 #text_style_01_1583400371278{width:83.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.077020202020202%;top:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400371278{left:4.456018518518518%;top:61px;width:408px;}}   @media screen and (max-width:640px) {#text_style_01_1583400371278{width:92.58160237388724%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2.809798270893372%;}} 

 #text_style_01_1583400371283{width:83.33333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.0265151515151514%;top:76px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400371283{left:4.456018518518518%;top:101px;}}   @media screen and (max-width:640px) {#text_style_01_1583400371283{width:76.31578947368422%;font-size:12px;color:#333;line-height:1.6;top:63px;left:2.809798270893372%;}} 

 #text_style_01_1583400371286{width:91.71717171717172%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.0265151515151514%;top:110px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583400371286{left:4.228153935185185%;top:133.5px;width:412px;}}   @media screen and (max-width:640px) {#text_style_01_1583400371286{width:97.19024122807018%;font-size:12px;color:#333;line-height:1.6;top:91px;left:2.809798270893372%;}}  #text_style_01_1583400371286>.view_contents {text-align:justify;}
 #div_a_includeBlock_1583400371000{width:43.78648874061718%;height:225px;position:absolute;left:54.08022310258549%;top:96.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583400371000{height:245.5px;width:432.46875px;top:106px;left:54.03397027600849%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583400371000{z-index:3;height:167px;top:314px;left:3.330707282913165%;width:342px;display:none;}} 


 #div_blank_new05_1583722327696{width:94.14990859232175%;position:absolute;left:2.0738117001828154%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1583722327696{left:2.232142857142857%;width:95.3125%;top:0px;}}   @media screen and (max-width:640px) {#div_blank_new05_1583722327696{width:94.06528189910979%;top:0px;left:2.8189910979228485%;}}  #div_blank_new05_1583722327696  {box-sizing:border-box;} #div_blank_new05_1583722327696 .roundcs {border-color:#8e8e8d;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1583722327696  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1583722327696  {box-sizing:border-box;}}

 #div_blank_new05_1583722398371{width:94.51553930530164%;position:absolute;left:1.8595532319391637%;top:202px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1583722398371{left:2.0089285714285716%;top:199.5px;width:430px;}}   @media screen and (max-width:640px) {#div_blank_new05_1583722398371{width:94.06528189910979%;top:237px;left:3.1852744807121662%;}}  #div_blank_new05_1583722398371  {box-sizing:border-box;} #div_blank_new05_1583722398371 .roundcs {border-color:#8e8e8d;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1583722398371  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1583722398371  {box-sizing:border-box;}}

 #div_blank_new06_1583722421900{height:202px;width:51.001821493624774%;position:absolute;left:0.17710237659963438%;top:9px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583722421900{left:0%;width:16.83228432132831%;top:10px;height:200px;}}   @media screen and (max-width:640px) {#div_blank_new06_1583722421900{height:237px;top:11px;left:0%;width:96%;}}  #div_blank_new06_1583722421900  {box-sizing:border-box;} #div_blank_new06_1583722421900 .roundcs {border-color:#8e8e8d;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583722421900  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583722421900  {box-sizing:border-box;}}

 #div_blank_new06_1583722469058{height:202px;width:3.825136612021858%;position:absolute;left:94.40413619744058%;top:10px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583722469058{top:10px;left:95.3125%;height:199px;}}   @media screen and (max-width:640px) {#div_blank_new06_1583722469058{height:237px;top:10px;left:93.76854599406528%;width:32px;}}  #div_blank_new06_1583722469058  {box-sizing:border-box;} #div_blank_new06_1583722469058 .roundcs {border-color:#8e8e8d;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583722469058  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583722469058  {box-sizing:border-box;}}

 #customForm_style_button_01_1583400553692{width:19.884169884169882%;position:absolute;left:64.6298716730038%;top:172px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1583400553692{left:33.035714285714285%;width:22.033898305084744%;top:164.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1583400553692{width:16.913946587537094%;top:212px;left:40.30769230769231%;}} #customForm_style_button_01_1583400553692 > .view_contents{overflow:visible;} 

 #text_style_01_1583722190625{width:46.205357142857146%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:26.897321428571427%;top:10px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583722190625{left:24.434988839285715%;width:46.205357142857146%;top:10px;}}   @media screen and (max-width:640px) {#text_style_01_1583722190625{width:38.57566765578635%;font-size:12px;color:#333;line-height:1.6;top:16px;left:24.33234421364985%;}}  #text_style_01_1583722190625>.view_contents {font-size:20px;font-weight:normal;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1583722190625>.view_contents {font-size:14px;}}

 #customForm_style_input_01_1583400553716{width:33.04940374787053%;position:absolute;left:61.65042775665399%;top:76px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1583400553716{left:62.80343191964286%;top:56.5px;width:149px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1583400553716{width:91.0979228486647%;top:119px;left:4.599406528189911%;}} #customForm_style_input_01_1583400553716 > .view_contents{overflow:visible;}  #customForm_style_input_01_1583400553716 .inputSet {border-radius:7px;padding-top:15px;padding-left:6px;padding-bottom:70px;background:#efefef;}

 #customForm_style_input_01_1583400553706{width:28.233151183970858%;position:absolute;left:29.822603383458645%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1583400553706{left:29.990163438256655%;top:56.5px;width:135px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1583400553706{width:51.32743362831859%;top:45px;left:44.178876112759646%;}} #customForm_style_input_01_1583400553706 > .view_contents{overflow:visible;}  #customForm_style_input_01_1583400553706 .inputSet {border-radius:7px;background:#efefef;}

 #customForm_style_input_01_1583400553703{width:21.042471042471043%;position:absolute;left:3.915061090225564%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1583400553703{left:2.928268765133172%;width:24.93946731234867%;top:60px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1583400553703{width:37.230769230769226%;top:45px;left:4.434810830860534%;}} #customForm_style_input_01_1583400553703 > .view_contents{overflow:visible;}  #customForm_style_input_01_1583400553703 .inputSet {border-radius:7px;background:#efefef;}

 #customForm_style_input_01_1583400553710{width:21.62162162162162%;position:absolute;left:3.9121910646387836%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1583400553710{left:2.924485472154964%;top:118.5px;width:105px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1583400553710{width:37.388724035608305%;top:82px;left:4.432492581602373%;}} #customForm_style_input_01_1583400553710 > .view_contents{overflow:visible;}  #customForm_style_input_01_1583400553710 .inputSet {border-radius:7px;background:#efefef;}

 #customForm_style_input_01_1583400553713{width:29.143897996357016%;position:absolute;left:29.821173954372625%;top:127px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1583400553713{left:30.01286319612591%;top:117.5px;width:135px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1583400553713{width:51.632047477744806%;top:82px;left:44.178876112759646%;}} #customForm_style_input_01_1583400553713 > .view_contents{overflow:visible;}  #customForm_style_input_01_1583400553713 .inputSet {border-radius:7px;background:#efefef;}
 #customForm_form_1583400553536{width:43.8698915763136%;height:223px;position:absolute;left:5.1058173477898245%;top:83px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1583400553536{width:448px;height:225px;left:4.043922505307855%;top:111.5px;}}   @media screen and (max-width:640px) {#customForm_form_1583400553536{z-index:3;height:259px;width:337px;top:58px;left:calc(50% - 168.5px);}} 

 #image_style_01_1585360323912{width:2.003338898163606%;height:24px;position:absolute;left:41.8851647206005%;top:22px;z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585360323912{width:4.559915164369035%;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1585360323912{height:20px;left:0%;top:0px;width:7.199473409944873%;display:none;}} #image_style_01_1585360323912 > .view_contents{overflow:visible;} 

 #image_style_01_1585360338763{width:2.003338898163606%;height:24px;position:absolute;left:59.44667431192661%;top:23px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585360338763{width:4.351452297204191%;}}   @media screen and (max-width:640px) {#image_style_01_1585360338763{height:20px;left:0%;top:0px;width:7.5423054770851055%;display:none;}} #image_style_01_1585360338763 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1583400219599{width:99.91666666666667%;height:321.5px;position:absolute;top:0px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583400219599{height:351.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583400219599{width:99.86666666666667%;height:317px;top:0px;left:0%;}}  #layout_1583400209951{height:321.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1583400209951{height:351.5px;}}   @media screen and (max-width:640px) {#layout_1583400209951{height:317px;}} #layout_1583400209951 > .view_contents{overflow:visible;max-width:1200px;} 




 #div_blank_new06_1583741068468{height:24px;width:5.084745762711865%;position:absolute;left:0%;top:9.4801025390625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068468{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068468{height:100px;top:0px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068468  {box-sizing:border-box;} #div_blank_new06_1583741068468 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068468  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068468  {box-sizing:border-box;}}

 #div_blank_new06_1583741068475{height:24px;width:4.585152838427948%;position:absolute;left:68.10405530427632%;top:8.45166015625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068475{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068475{height:100px;top:100px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068475  {box-sizing:border-box;} #div_blank_new06_1583741068475 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068475  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068475  {box-sizing:border-box;}}

 #div_blank_new06_1583741068481{height:27px;width:4.585152838427948%;position:absolute;left:52.26586102719033%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068481{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068481{height:100px;top:200px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068481  {box-sizing:border-box;} #div_blank_new06_1583741068481 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068481  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068481  {box-sizing:border-box;}}

 #div_blank_new06_1583741068484{height:22px;width:4.585152838427948%;position:absolute;left:40.5472421287594%;top:9.43182373046875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068484{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068484{height:100px;top:300px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068484  {box-sizing:border-box;} #div_blank_new06_1583741068484 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068484  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068484  {box-sizing:border-box;}}

 #div_blank_new06_1583741068488{height:23px;width:4.585152838427948%;position:absolute;left:12.351753406954888%;top:9.47442626953125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068488{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068488{height:100px;top:400px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068488  {box-sizing:border-box;} #div_blank_new06_1583741068488 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068488  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068488  {box-sizing:border-box;}}

 #text_style_01_1583741068491{width:7.099697885196375%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.067918820488722%;top:6.46307373046875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583741068491{left:6.572132939877717%;width:7.130434782608695%;top:9.47442626953125px;}}   @media screen and (max-width:640px) {#text_style_01_1583741068491{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1583741068491>.view_contents {font-size:14px;font-weight:bold;}

 #text_style_01_1583741068495{width:11.178247734138973%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.161990058153194%;top:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583741068495{left:15.742370892018778%;width:10.641627543035993%;top:9.43182373046875px;}}   @media screen and (max-width:640px) {#text_style_01_1583741068495{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1583741068495>.view_contents {font-size:14px;font-weight:bold;}

 #text_style_01_1583741068499{width:8.87218045112782%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:30.508874622356497%;top:6.453125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583741068499{left:30.72062037244414%;width:10.118043844856661%;top:7.9886474609375px;}}   @media screen and (max-width:640px) {#text_style_01_1583741068499{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1583741068499>.view_contents {font-size:14px;font-weight:bold;}

 #text_style_01_1583741068502{width:9.774436090225564%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.03930113369361%;top:6.46307373046875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583741068502{left:44.52173913043478%;width:10.956521739130434%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1583741068502{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1583741068502>.view_contents {font-size:14px;font-weight:bold;}

 #text_style_01_1583741068505{width:11.782477341389729%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:56.09422205438066%;top:6.484375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1583741068505{left:56.007922535211264%;width:12.363067292644757%;top:6.9886474609375px;}}   @media screen and (max-width:640px) {#text_style_01_1583741068505{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1583741068505>.view_contents {font-size:14px;font-weight:bold;}

 #div_blank_new06_1583741068508{height:24px;width:3.387096774193549%;position:absolute;left:26.235470879346806%;top:8.4801025390625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1583741068508{}}   @media screen and (max-width:640px) {#div_blank_new06_1583741068508{height:100px;top:28px;left:49.16093304245679%;width:1.678133915086424%;}}  #div_blank_new06_1583741068508  {box-sizing:border-box;} #div_blank_new06_1583741068508 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1583741068508  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1583741068508  {box-sizing:border-box;}}
 #div_a_includeBlock_1583741068358{width:62.416666666666664%;height:41px;position:absolute;left:26.190104166666668%;top:17.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583741068358{height:59.43182373046875px;width:639px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583741068358{width:100%;height:300px;top:200px;left:0%;}} 


 #image_style_01_1583741201142{width:4.3577981651376145%;height:25px;position:absolute;left:1.6882520203196674%;top:97.9261474609375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201142{}}   @media screen and (max-width:640px) {#image_style_01_1583741201142{width:100%;height:134px;top:268px;left:0%;}} #image_style_01_1583741201142 > .view_contents{overflow:visible;} 

 #image_style_01_1583741201152{width:3.669724770642202%;height:15px;position:absolute;left:2.0003712505375573%;top:74.92327880859375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201152{top:76.90625px;left:1.5336834016393444%;}}   @media screen and (max-width:640px) {#image_style_01_1583741201152{width:100%;height:134px;top:134px;left:0%;}} #image_style_01_1583741201152 > .view_contents{overflow:visible;} 

 #image_style_01_1583741201155{width:4.794520547945205%;height:21px;position:absolute;left:1.554710353346176%;top:44.38922119140625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201155{left:0.25856973995271865%;width:5.4373522458628845%;top:43.3465576171875px;height:22px;}}   @media screen and (max-width:640px) {#image_style_01_1583741201155{width:317px;height:134px;top:0px;left:0%;}} #image_style_01_1583741201155 > .view_contents{overflow:visible;} 

 #image_style_01_1583741201158{width:3.820598006644518%;height:21px;position:absolute;left:2.1778702339856726%;top:12.48577880859375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201158{left:0.9631715337914157%;top:10px;}}   @media screen and (max-width:640px) {#image_style_01_1583741201158{width:100%;height:134px;top:30px;left:0%;}} #image_style_01_1583741201158 > .view_contents{overflow:visible;} 

 #text_style_02_1583741201160{width:24.593967517401392%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:9.031879303117865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1583741201160{}}   @media screen and (max-width:640px) {#text_style_02_1583741201160{width:95%;top:0px;left:2.5%;}}  #text_style_02_1583741201160>.view_contents {box-sizing:border-box;color:#000000;font-size:14px;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1583741201160>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1583741201160>.view_contents {box-sizing:border-box;}}

 #text_style_02_1583741201164{width:80.04640371229699%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:37.883544921875px;left:9.034471207013413%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1583741201164{display:block;width:355px;top:37.86932373046875px;left:8.99822695035461%;}}   @media screen and (max-width:640px) {#text_style_02_1583741201164{width:95%;top:30px;left:2.5%;display:block;}}  #text_style_02_1583741201164>.view_contents {box-sizing:border-box;color:#000000;font-size:14px;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1583741201164>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1583741201164>.view_contents {box-sizing:border-box;}}

 #text_style_02_1583741201168{width:50.11600928074246%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:66.93182373046875px;left:8.710162715824772%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1583741201168{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1583741201168{width:95%;top:60px;left:2.5%;display:none;}}  #text_style_02_1583741201168>.view_contents {box-sizing:border-box;color:#000000;font-size:14px;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1583741201168>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1583741201168>.view_contents {box-sizing:border-box;}}

 #text_style_02_1583741201171{width:83.56164383561644%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:93.96307373046875px;left:8.710162715824772%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1583741201171{display:block;width:445px;}}   @media screen and (max-width:640px) {#text_style_02_1583741201171{width:95%;top:90px;left:2.5%;display:none;}}  #text_style_02_1583741201171>.view_contents {box-sizing:border-box;color:#000000;font-size:14px;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1583741201171>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1583741201171>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1583741200988{width:49.25%;height:188px;position:absolute;left:26.897135416666668%;top:65px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1583741200988{height:183.953125px;width:488px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1583741200988{width:100%;height:300px;top:500px;left:0%;}} 

 #qrcode_style_01_1583741314417{width:12.11361737677527%;height:149px;position:absolute;left:76.94010416666667%;top:58.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1583741314417{width:12.804232804232804%;height:128px;left:79.90787380699894%;top:65px;}}   @media screen and (max-width:640px) {#qrcode_style_01_1583741314417{width:65.57377049180327%;height:200px;top:0px;left:0%;}} #qrcode_style_01_1583741314417 > .view_contents{overflow:visible;} 

 #image_logo_1583740935765{width:7.769423558897243%;height:95px;position:absolute;left:9.768229166666668%;top:32.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1583740935765{left:10.950755567338282%;width:9.43796394485684%;top:26.96875px;}}   @media screen and (max-width:640px) {#image_logo_1583740935765{width:200px;height:200px;top:0px;left:16.996699669967%;}} 

 #image_style_01_1583741003410{width:12.531328320802004%;height:50px;position:absolute;left:8.014322916666666%;top:138px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741003410{left:6.60292948038176%;width:18.133616118769883%;top:124.40625px;}}   @media screen and (max-width:640px) {#image_style_01_1583741003410{width:317px;height:134px;top:0px;left:0%;}} #image_style_01_1583741003410 > .view_contents{overflow:visible;} 
 #div_includeBlock_1492503974801{width:1200px;height:254px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492503974801{left:0%;top:0%;width:100%;height:249px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492503974801{width:100%;height:930px;top:1308px;left:0%;display:none;}} 

 #text_style_01_1551106538713{width:25.694444444444443%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:37.15277777777778%;top:124.140625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551106538713{width:38.54166666666667%;display:none;left:30.729166666666664%;top:124.140625px;}}   @media screen and (max-width:640px) {#text_style_01_1551106538713{width:97.86666666666667%;display:block;top:1.140625px;left:2.1333333333333333%;}}  #text_style_01_1551106538713>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551106538713>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1551106538713>.view_contents {box-sizing:border-box;color:#000000;font-family:Arial;font-size:13px;}} #comm_layout_footer{height:254.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:253px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:118.140625px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#dddddd;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }

/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .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_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
/*.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    !* color: #cccccc; *!
}*/
.lang-list  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}
    #lang_style_1_1550551931243 .arrowDown{ border-top: 6px solid #333;}
			#lang_style_1_1550551931243 .lang-list{text-align: ;}
	
	#image_style_01_1550561702988 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1550561702988 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1550561702988 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1550561702988 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_1550505674200 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1550505674200 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1550505674200 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1550505674200 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_1585103435454 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585103435454 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585103435454 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585103435454 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_1583392387610 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392387610 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583392387610 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1583392422956 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392422956 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583392422956 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1583392463577 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583392463577 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583392463577 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

/* banner样式 */

.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;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.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_1583392639775 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/4/39641/jpg/15853600396892ea2714988d0487e.jpg?version=0') center top no-repeat;}
                #banner_style_01_1583392639775 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/4/39641/jpg/1585561608412e4409be1a506b00f.jpg?version=1585561611') center top no-repeat;}
                #banner_style_01_1583392639775 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/4/39641/jpg/158530099278582121da3fca221a4.jpg?version=0') center top no-repeat;}
                #banner_style_01_1583392639775 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1583392639775 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1583392639775 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1583392639775 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1583397481390 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583397481390 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583397481390 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583397481390 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_1583819375009 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583819375009 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583819375009 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583819375009 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_1583399017000 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399017000 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399017000 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399017000 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_1583399022126 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399022126 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399022126 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399022126 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_1583819229287 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583819229287 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583819229287 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583819229287 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_1583399430864 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399430864 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399430864 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399430864 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_1583399442562 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399442562 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399442562 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399442562 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_1583399240525 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399240525 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399240525 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399240525 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_1583399253774 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399253774 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399253774 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399253774 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_12 .lingxin{width:70%;height:0;padding-bottom:70%;background:#ffde5f;position: relative;left:15%;display: inline-block; transform: rotate(45deg);overflow: hidden;box-sizing: border-box;}
.blank_12 .lingxin{width:70%;height:0;padding-bottom:70%;background:#ffde5f;position: relative;left:15%;display: inline-block; transform: rotate(45deg);overflow: hidden;box-sizing: border-box;}

	#image_style_01_1585302815848 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302815848 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585302815848 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585302815848 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_1585302820765 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302820765 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585302820765 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585302820765 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_1585302810532 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302810532 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585302810532 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585302810532 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_1585302784059 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585302784059 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585302784059 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585302784059 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_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	
	#image_style_01_1585538281125 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538281125 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585538281125 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585538281125 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_1585538371238 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538371238 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585538371238 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585538371238 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_1585538395159 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538395159 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585538395159 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585538395159 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_1585538615522 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585538615522 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585538615522 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585538615522 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;}
/*产品样式*/
.prod_default11{width:100%; clear: both;}
.prod_default11 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default11 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default11 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default11 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default11 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default11 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default11 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default11 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default11 .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_default11 .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_default11 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default11 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default11 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 16px; color: #242424; line-height: 1.4; width: 100%;}
.prod_default11 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default11 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default11 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default11 .p_group .p_lb{display: none;}
.prod_default11 .p_line{margin-bottom: 5px; width: 100%;}
.prod_default11 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default11 .p_jg{display: none;}
.prod_default11 .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default11 .p_value {color: #2ED2D4; font-size:26px;}
.prod_default11 .zhekou {color: #2ED2D4; font-size:14px;}
.prod_default11 .p_vip {display: block;text-align: left; line-height:20px; white-space: nowrap;}
.prod_default11 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default11 .pro_button {margin: 0; overflow: hidden;float: right;}
.prod_default11 .p_link { float: left; width: 48%; text-align: center;}
.prod_default11 .p_link a {display: block; padding: 10px 15px;}
.prod_default11 .p_cart { text-align: center;}
.prod_default11 .p_cart a {display: block; padding: 10px 15px; background: #2ED2D4; color: #fff;}
.prod_default11 a{text-decoration:none; }  
.prod_default11 .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default11 .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default11 .p_price2 .unit{font-size:14px;color:gray;}
.prod_default11 .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default11 .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default11 .btnaSet{border-radius: 22px;}
.prod_default11 .content_left{float: left;}
.prod_default11 .vipSet {color: #2ED2D4; font-size: 22px;} 
.prod_default11 .unitSet {color: #2ED2D4;font-size: 16px;}

.prod_default11 .freeinfo{ clear:both; overflow:hidden;}
.prod_default11 .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; }
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
/* 拼团 */
.prod_default11 .Collage_ico{ width:40px; height:40px; position:absolute; top:0; left:0; z-index: 10; }
.prod_default11 .Collage_ico img{ width:100%; height:100%; }
.prod_default11 .purchase_top{ width:100%; box-sizing: border-box; padding:10px; background: #2ED2D4; color:white; position:absolute; bottom:0; left:0;}


@media screen and (max-width: 640px){
	.prod_default11 .purchase_top{ padding:5px; }
	.prod_default11 .Collage_ico{ width:25px; height:25px; }
	.prod_default11 .p_price2 {padding-top: 5px;}
	.prod_default11 .prod_info{padding: 6px;}
	.prod_default11 .unit,.prod_default11 .p_vip .v_jg,.prod_default11 .v_unit{font-size: 12px;}

	.prod_default11 .prod .p_detail{display: none !important;}
	.prod_default11 .p_vip {position: relative;text-align: center !important;height: 18px; line-height: 20px;}

	.prod_default11 .p_line{margin-bottom: 0;}
	.prod_default11 .content_left{display:block;margin-top: 0px;text-align: center;width: 100%;}
	.prod_default11 .pro_button {display:block;margin:0; overflow: hidden;text-align: center;width: 100%;}
	.prod_default11 .p_price{float: none;}
	.prod_default11 .btnaSet{line-height: 12px;width: 75%;margin: 0 auto;margin-top: 5px;}
	.prod_default11 .zhekou {color: #2ED2D4; font-size:14px;line-height: 16px;}
}

/*pc*/
#productList_style_11_1585538672840 li{width: 24.25%;}
#productList_style_11_1585538672840 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_11_1585538672840 li{width: 32.666666666667%;}
	#productList_style_11_1585538672840 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_11_1585538672840 li{width: 49.5%;}
	#productList_style_11_1585538672840 li.prod_Item{margin-bottom:1%;}
}

   
   #productList_style_11_1585538672840 .p_detail.pc,#productList_style_11_1585538672840 .p_name.pc {display:block;}
   #productList_style_11_1585538672840 .p_detail.pad, #productList_style_11_1585538672840 .p_detail.mobile,#productList_style_11_1585538672840 .p_name.pad, #productList_style_11_1585538672840 .p_name.mobile {display:none;}

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

	/*产品状态  新品  推荐*/
	#productList_style_11_1585538672840 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




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

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

			#productList_style_11_1585538672840 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_11_1585538672840 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_11_1585538672840  .showActivity {display: none !important;}
            #productList_style_11_1585538672840  .btnaSet ,#productList_style_11_1585538672840  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1583737615879 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583737615879 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583737615879 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583737615879 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;}
/*新闻列表样式*/
.newslist_style_5{padding: 0;margin: 0;list-style: none;}
.newslist_style_5 li{overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsDate{float: left;width: 150px;}
.newslist_style_5 .newsDate .newsTime{display: block; font-size: 16px;text-align: center; overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_5 .newsCont{position: relative;float: left;width: calc(100% - 150px);border-left: 1px solid #ddd;padding:0 0 20px 40px ;box-sizing: border-box;}
.newslist_style_5 .newsCont .newsTitle{font-size: 16px;overflow: hidden;margin-bottom: 5px;}
.newslist_style_5 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit;}
.newslist_style_5 .newsCont .newDetail{font-size: 14px;color: #ddd;overflow: hidden;}


/*alex---后期加的图片样式*/
.newslist_style_5 .newPic{background-color: #eee;width:20%; margin:0 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.newslist_style_5 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;}
.newslist_style_5 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_5 .newPic2{display: none;}
.newslist_style_5 .show_all{width:20%; margin-top:.5em;float: left;}
.newslist_style_5 .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; }
.newslist_style_5 .newSort{display: block;margin-top: 8px;color:#999;}

@media screen and (max-width: 640px) {
	.newslist_style_5 .newsDate{width: 95px;}
	.newslist_style_5 .newsDate .newsTime{font-size: 14px;padding:0 10px 0 5px;}
	.newslist_style_5 .newsCont:before{width: 12px;height: 12px;top: 4px;left: -6px;}
	.newslist_style_5 .newsCont{width: calc(100% - 115px);padding:0 5px 10px 15px ;}
	.newslist_style_5 .newsCont .newsTitle{font-size: 14px;margin-bottom: 6px;}
	.newslist_style_5 .newsCont .newDetail{font-size: 12px;}


	.newslist_style_5  .newPic{width:100%;float:none;margin-bottom: 6px;}
	.newslist_style_5 .show_all{width:40%;min-width: 160px; }
}
	#newsList_style_05_1583399838455 .newDetail.pc {display:block;}
	#newsList_style_05_1583399838455 .newDetail.pad, #newsList_style_05_1583399838455 .newDetail.mobile {display:none;}
	#newsList_style_05_1583399838455 .newTitle.pc {display:block;}
	#newsList_style_05_1583399838455 .newTitle.pad, #newsList_style_05_1583399838455 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_05_1583399838455 .newDetail.pad {display:block;}
		#newsList_style_05_1583399838455 .newDetail.pc, #newsList_style_05_1583399838455 .newDetail.mobile {display:none;}
		#newsList_style_05_1583399838455 .newTitle.pad {display:block;}
		#newsList_style_05_1583399838455 .newTitle.pc, #newsList_style_05_1583399838455 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_05_1583399838455 .newDetail.mobile {display:block;}
		#newsList_style_05_1583399838455 .newDetail.pc, #newsList_style_05_1583399838455 .newDetail.pad {display:none;}
		#newsList_style_05_1583399838455 .newTitle.mobile {display:block;}
		#newsList_style_05_1583399838455 .newTitle.pc, #newsList_style_05_1583399838455 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_05_1583399838455 .newsDate{width: px;}
	#newsList_style_05_1583399838455 .newsCont{width: calc(100% - px);}
	#newsList_style_05_1583399838455 .newPic{width: 0px;}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_05_1583399838455 .newsDate{width: px;}
	#newsList_style_05_1583399838455 .newsCont{width: calc(100% - px);}
	#newsList_style_05_1583399838455 .newPic{width: 0px;}
}

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

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

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

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


	#image_style_01_1583400068339 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400068339 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583400068339 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583400068339 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_1583399752234 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399752234 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399752234 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399752234 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_1583399759483 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583399759483 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583399759483 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583399759483 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_1583400229876 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400229876 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583400229876 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583400229876 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_1583400245310 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583400245310 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583400245310 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583400245310 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583722421900 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583722469058 {width: auto!important;}
		
	.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; 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; }.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://jz.rjzk.com.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://jz.rjzk.com.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://jz.rjzk.com.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://jz.rjzk.com.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://jz.rjzk.com.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }

	#image_style_01_1585360323912 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585360323912 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585360323912 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585360323912 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_1585360338763 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1585360338763 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1585360338763 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1585360338763 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_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068468 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068475 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068481 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068484 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068488 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1583741068508 {width: auto!important;}
		
	
	#image_style_01_1583741201142 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201142 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583741201142 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583741201142 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_1583741201152 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201152 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583741201152 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583741201152 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_1583741201155 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201155 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583741201155 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583741201155 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_1583741201158 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741201158 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583741201158 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583741201158 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;}
.imgStyle img{width:100%; height:100%;}
    #qrcode_style_01_1583741314417 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1583741314417 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#qrcode_style_01_1583741314417 .CompatibleImg img{width:100%; height:100%}}.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_1583741003410 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1583741003410 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1583741003410 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1583741003410 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				