
/**
    *ç¼–è¾‘å™¨         \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;outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*æ·»åŠ åŽï¼Œæ¨¡å—çš„å†…è¾¹è·å’Œè¾¹æ¡†ä¸ä¼šå†æº¢å‡º*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*æµå¸ƒå±€*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*è‹¹æžœåŽ»é™¤æ ·å¼*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*æ¨¡å—åˆ†é¡µ*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: 'é»‘ä½“' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*åˆ†é¡µ*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*å›¾ç‰‡æ”¾å¤§æ ·å¼*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }


 #image_logo_1560996199531{width:319px;height:49px;position:absolute;top:32.5px;left:13.92062537582682%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1560996199531{left:2%;}}   @media screen and (max-width:640px) {#image_logo_1560996199531{width:242px;height:45px;top:18px;left:2%;}} 

 #image_style_01_1560996945897{width:2.166666666666667%;height:26px;position:absolute;top:39px;left:71.5%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560996945897{}}   @media screen and (max-width:640px) {#image_style_01_1560996945897{width:36px;height:26px;top:163px;left:45.2%;display:none;}} #image_style_01_1560996945897 > .view_contents{overflow:visible;} 

 #searchbox_style_02_1560997032473{width:21.10643415514131%;position:absolute;top:37px;left:48.76916716776909%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1560997032473{width:294px;left:41.5578605514316%;top:33px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1560997032473{width:96%;top:59px;left:2%;display:none;}} #searchbox_style_02_1560997032473 > .view_contents{overflow:visible;}  #searchbox_style_02_1560997032473 .btnaSet {color:#ffffff;background:#d71c1c;height:42px;} #searchbox_style_02_1560997032473 .inputSet {border-radius:initial;border-color:#d7d7d7;height:42px;}

 #text_style_01_1560997673949{width:11.966325917017437%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:45px;left:73.93265183403489%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1560997673949{width:178px;left:80.40661452810181%;top:43px;}}   @media screen and (max-width:640px) {#text_style_01_1560997673949{width:96%;font-size:12px;color:#333;line-height:1.6;top:199px;left:2%;display:none;}}  #text_style_01_1560997673949>.view_contents {color:#d71c1c;text-align:right;}

 #image_style_01_1560997562541{width:51px;height:42px;position:absolute;top:37px;left:71.85996692723992%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560997562541{left:74.82767762460233%;top:32.5px;}}   @media screen and (max-width:640px) {#image_style_01_1560997562541{width:51px;height:42px;top:111px;left:43.2%;display:none;}} #image_style_01_1560997562541 > .view_contents{overflow:visible;} 

 #div_blank_new01_1560998597392{width:100%;height:50px;position:absolute;top:118px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1560998597392{}}   @media screen and (max-width:640px) {#div_blank_new01_1560998597392{height:60px;top:228px;left:2%;width:96%;display:none;}} #div_blank_new01_1560998597392 > .view_contents{overflow:visible;}  #div_blank_new01_1560998597392  {box-sizing:border-box;} #div_blank_new01_1560998597392 .modSet {background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1560998597392  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1560998597392  {box-sizing:border-box;}}

 #dh_style_28_1560999187939{width:1200px;z-index:1000;position:absolute;top:118px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1560999187939{z-index:999;width:100%;left:0%;}}   @media screen and (max-width:640px) {#dh_style_28_1560999187939{width:11.733333333333333%;z-index:999;top:25px;left:83.86666666666667%;}} #dh_style_28_1560999187939 > .view_contents{overflow:visible;}  #dh_style_28_1560999187939 .subMenuSet {line-height:50px;color:#ffffff;font-size:16px;} #dh_style_28_1560999187939 .thrMenuSet {line-height:50px;color:#ffffff;font-size:16px;} #dh_style_28_1560999187939 .mainMenuSet {line-height:50px;bg-hover-color:#d71c1c;color:#ffffff;text-color:#ffffff;text-hover-color:#ffffff;font-size:16px;font-weight:normal;padding-right:0px;padding-left:0px;margin-left:30px;margin-right:30px;} #dh_style_28_1560999187939 .thrMenuSet:hover {background:#d71c1c;color:#ffffff;} #dh_style_28_1560999187939 .thrCurSet {background:#d71c1c;color:#ffffff;} #dh_style_28_1560999187939 .subMenuSet:hover {background:#d71c1c;color:#ffffff;} #dh_style_28_1560999187939 .subCurSet {background:#d71c1c;color:#ffffff;} #dh_style_28_1560999187939 .mainMenuSet:hover {background:#d71c1c;color:#ffffff;} #dh_style_28_1560999187939 #hot>a {background:#d71c1c;color:#ffffff;} #comm_layout_header{height:168px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:168px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:80px;}} #comm_layout_header > .view_contents{overflow:visible;} 



 #text_style_01_1561002353821{width:51.03011093502378%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:24.484944532488115%;top:36px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561002353821{left:25.134649910233392%;width:50%;top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1561002353821{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;display:none;}}  #text_style_01_1561002353821>.view_contents {font-size:26px;color:#ffffff;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561002353821>.view_contents {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561002353821>.view_contents {font-size:22px;}}

 #div_blank_new01_1561002250682{width:100px;height:1px;position:absolute;left:7.101822503961965%;top:59px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561002250682{left:5.666517055655296%;width:15.8%;height:1px;top:58.5px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561002250682{display:none;}}  #div_blank_new01_1561002250682  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1561002250682 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561002250682  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561002250682  {box-sizing:border-box;}}

 #div_blank_new01_1561002285182{width:15.847860538827257%;height:1px;position:absolute;left:76.50802297939778%;top:58.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561002285182{top:58.5px;left:78.39745273109243%;}}   @media screen and (max-width:640px) {#div_blank_new01_1561002285182{display:none;}}  #div_blank_new01_1561002285182  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1561002285182 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561002285182  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561002285182  {box-sizing:border-box;}}

 #text_style_01_1561002452819{width:89.85736925515056%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.071315372424722%;top:80px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561002452819{left:16.60682226211849%;width:66.78635547576302%;top:87px;}}   @media screen and (max-width:640px) {#text_style_01_1561002452819{width:96%;font-size:12px;color:#333;line-height:1.6;top:27px;left:1.89873417721519%;}}  #text_style_01_1561002452819>.view_contents {font-size:60px;color:#ffffff;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561002452819>.view_contents {font-size:32px;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561002452819>.view_contents {font-size:40px;}}

 #div_blank_new01_1561002516513{width:85.5%;height:1px;position:absolute;left:7.099346275752773%;top:194px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561002516513{left:5.834829443447038%;top:176px;height:1px;width:492px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561002516513{display:none;}}  #div_blank_new01_1561002516513  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1561002516513 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561002516513  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561002516513  {box-sizing:border-box;}}

 #text_style_01_1561002584274{width:74.32646592709983%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:12.80952852614897%;top:210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561002584274{left:2.6032315978456015%;width:94.7935368043088%;top:194px;}}   @media screen and (max-width:640px) {#text_style_01_1561002584274{width:95.88607594936708%;font-size:12px;color:#333;line-height:1.6;top:85px;left:2%;display:none;}}  #text_style_01_1561002584274>.view_contents {color:#ffffff;text-align:center;font-size:16px;} @media screen and (max-width:640px) { #text_style_01_1561002584274>.view_contents {font-size:14px;}}

 #text_style_01_1561106718620{width:58.0437325484869%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;top:81.53125px;left:20.97813372575655%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561106718620{width:50%;display:none;left:25%;top:81.53125px;}}   @media screen and (max-width:640px) {#text_style_01_1561106718620{width:87.9746835443038%;font-size:12px;color:#333;line-height:1.6;display:block;left:6.012658227848101%;top:84.53125px;}}  @media screen and (max-width:640px) { #text_style_01_1561106718620>.view_contents {color:#ffffff;font-size:16px;text-align:center;line-height:20px;}}
 #div_a_includeBlock_1561002175673{width:37.94347564642213%;height:300px;position:absolute;top:150px;left:31.028262176788935%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561002175673{height:294px;width:557px;left:calc(50% - 278.5px);top:63px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561002175673{width:84.26666666666667%;height:151px;top:24.5px;left:7.866666666666667%;}}  #div_a_includeBlock_1561002175673  {background:rgba(0,0,0,0.5);}

 #banner_style_01_1561355627579{width:1920px;height:600px;position:absolute;top:0px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1561355627579{}}   @media screen and (max-width:640px) {#banner_style_01_1561355627579{width:100%;height:200px;top:0px;left:0%;}} #banner_style_01_1561355627579 > .view_contents{overflow:hidden;}  #layout_diy_1560995484{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1560995484{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1560995484{height:200px;}}  #layout_diy_1560995484  {background-position:50% 50% !important;background-repeat:no-repeat!important;background-size:auto 100%;}


 #text_style_01_1562305462631{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:90px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562305462631{width:467px;left:calc(50% - 233.5px);}}   @media screen and (max-width:640px) {#text_style_01_1562305462631{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1562305462631>.view_contents {color:#dcdbdb;font-size:40px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1562305462631>.view_contents {font-size:24px;}}

 #text_style_01_1562305462642{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:150px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562305462642{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1562305462642{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:2%;}}  #text_style_01_1562305462642>.view_contents {font-size:28px;color:#333333;text-align:center;font-weight:normal;} @media screen and (max-width:640px) { #text_style_01_1562305462642>.view_contents {font-size:20px;}}

 #div_blank_new01_1562305462648{width:109px;height:2px;position:absolute;top:200px;left:45.458333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562305462648{left:calc(50% - 54.5px);}}   @media screen and (max-width:640px) {#div_blank_new01_1562305462648{width:75px;height:1px;top:54px;left:40%;}}  #div_blank_new01_1562305462648  {box-sizing:border-box;} #div_blank_new01_1562305462648 .modSet {background:#d71c1c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562305462648  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562305462648  {box-sizing:border-box;}}



 #productList_style_01_1562305967955{width:100%;position:absolute;left:0%;top:68.3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1562305967955{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1562305967955{width:98.01136363636364%;top:0px;left:0.9333333333333335%;}} #productList_style_01_1562305967955 > .view_contents{overflow:visible;}  #productList_style_01_1562305967955 .modSet {background:transparent;} #productList_style_01_1562305967955 .imgSet {background:transparent;} #productList_style_01_1562305967955 .titleSet {text-align:center;font-size:18px;margin-bottom:5px;padding-bottom:20px;padding-top:30px;}

 #productList_style_01_1562305588451{width:100%;position:absolute;left:0%;top:68.390625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1562305588451{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1562305588451{width:100%;top:0px;left:0%;}} #productList_style_01_1562305588451 > .view_contents{overflow:visible;}  #productList_style_01_1562305588451 .modSet {background:transparent;} #productList_style_01_1562305588451 .imgSet {background:transparent;} #productList_style_01_1562305588451 .titleSet {text-align:center;font-size:18px;margin-bottom:5px;padding-bottom:20px;padding-top:30px;}

 #productList_style_01_1562306043144{width:100%;position:absolute;left:0%;top:68.3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1562306043144{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1562306043144{width:100%;top:0px;left:0%;}} #productList_style_01_1562306043144 > .view_contents{overflow:visible;}  #productList_style_01_1562306043144 .modSet {background:transparent;} #productList_style_01_1562306043144 .imgSet {background:transparent;} #productList_style_01_1562306043144 .titleSet {text-align:center;font-size:18px;margin-bottom:5px;padding-bottom:20px;padding-top:30px;}

 #productList_style_01_1562306065315{width:100%;position:absolute;left:0%;top:68.3px;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1562306065315{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1562306065315{width:100%;top:0px;left:0%;}} #productList_style_01_1562306065315 > .view_contents{overflow:visible;}  #productList_style_01_1562306065315 .modSet {background:transparent;} #productList_style_01_1562306065315 .imgSet {background:transparent;} #productList_style_01_1562306065315 .titleSet {text-align:center;font-size:18px;margin-bottom:5px;padding-bottom:20px;padding-top:30px;} #tab_style_03_1562305462653{width:100%;height:729.3px;position:absolute;top:219px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1562305462653{height:420px;left:0%;}}   @media screen and (max-width:640px) {#tab_style_03_1562305462653{width:96%;height:533px;top:86px;left:2%;}}  #tab_style_03_1562305462653 .tabItemSet {background:transparent;font-size:20px;} #tab_style_03_1562305462653 .tabconSet {background:transparent;} #tab_style_03_1562305462653 .tabItemSet.tabCurItem {font-size:20px;color:#ffffff;background:#d71c1c;} @media screen and (max-width:640px) { #tab_style_03_1562305462653 .tabItemSet.tabCurItem {font-size:14px;}} @media screen and (max-width:640px) { #tab_style_03_1562305462653 .tabItemSet {margin-left:0px;padding-left:0px;padding-right:0px;font-size:14px;margin-right:0px;}}
/*----------------------ç”µè„‘æ¿å¼æ ·å¼----------------------*/
#tab_style_03_1562305462653{
	
}
/*----------------------å¹³æ¿æ¿å¼æ ·å¼----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#tab_style_03_1562305462653{
		
	}
}
/*----------------------æ‰‹æœºæ¿å¼æ ·å¼----------------------*/
@media screen and (max-width:640px) {
	#tab_style_03_1562305462653{
		
	}
}

 #text_style_01_1562305462658{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:692px;left:44.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562305462658{top:669px;left:38.97136797454931%;width:22.057264050901377%;}}   @media screen and (max-width:640px) {#text_style_01_1562305462658{width:32.266666666666666%;font-size:12px;color:#333;line-height:1.6;top:620px;left:33.862500000000004%;}}  #text_style_01_1562305462658>.view_contents {color:#ffffff;line-height:40px;background:#d71c1c;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1562305462658>.view_contents {font-size:16px;background-color:#d71c1c;}} #layout_1562305462628{height:800px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562305462628{height:766px;}}   @media screen and (max-width:640px) {#layout_1562305462628{height:694px;}} #layout_1562305462628 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562305462628  {background: url(http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620115454497.png);background-position:50% 50% !important;background-repeat:repeat-x!important;}


 #div_blank_new01_1561019582675{width:2880px;height:610px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561019582675{height:480px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561019582675{width:100%;height:380px;top:3px;left:0%;}} #div_blank_new01_1561019582675 > .view_contents{overflow:hidden;}  #div_blank_new01_1561019582675  {box-sizing:border-box;} #div_blank_new01_1561019582675 .modSet {background:rgba(0,0,0,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561019582675  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561019582675  {box-sizing:border-box;}}

 #text_style_01_1561019859453{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:441px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561019859453{left:1.8027571580063628%;top:395px;width:126px;}}   @media screen and (max-width:640px) {#text_style_01_1561019859453{width:36.2%;font-size:12px;color:#333;line-height:1.6;top:313.8125px;left:31.866666666666667%;}}  #text_style_01_1561019859453>.view_contents {color:#ffffff;line-height:40px;background:#d71c1c;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561019859453>.view_contents {font-size:18px;background-color:#d71c1c;}}

 #image_style_01_1561019992871{width:515px;height:317px;position:absolute;top:129px;left:57.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561019992871{left:55.385074231177086%;top:94px;height:284px;width:408px;}}   @media screen and (max-width:640px) {#image_style_01_1561019992871{width:17.166666666666654%;height:33.813333333333304px;top:139px;left:216.0625%;}} #image_style_01_1561019992871 > .view_contents{overflow:visible;} 

 #text_style_01_1561020048952{width:36%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:240px;left:61%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561020048952{left:38.15117974549311%;top:357px;}}   @media screen and (max-width:640px) {#text_style_01_1561020048952{width:96%;font-size:12px;color:#333;line-height:1.6;top:346.8133333333333px;left:2%;display:none;}}  #text_style_01_1561020048952>.view_contents {font-size:40px;color:#ffffff;background:rgba(0,0,0,0.4);text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561020048952>.view_contents {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561020048952>.view_contents {font-size:28px;}}

 #image_style_01_1561019711083{width:100px;height:68px;position:absolute;top:131px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561019711083{left:1.1515774125132554%;top:94px;height:68px;width:404px;}}   @media screen and (max-width:640px) {#image_style_01_1561019711083{width:81.33333333333333%;height:67px;top:41px;left:9.333333333333334%;}} #image_style_01_1561019711083 > .view_contents{overflow:visible;} 

 #text_style_01_1561019793332{width:50%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:156px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561019793332{left:1.8027571580063628%;top:187px;width:378px;}}   @media screen and (max-width:640px) {#text_style_01_1561019793332{width:95.46666666666667%;font-size:12px;color:#333;line-height:1.6;top:115.8125px;left:2.2666666666666666%;}}  #text_style_01_1561019793332>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561019793332>.view_contents {font-size:14px;}} #layout_1561018001160{height:610px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561018001160{height:481px;}}   @media screen and (max-width:640px) {#layout_1561018001160{height:383px;}} #layout_1561018001160 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1561018001160  {background: url(http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620163259406.jpg);background-position:50% 50% !important;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1561018001160  {background-size:auto 100%;}} @media screen and (max-width:640px) { #layout_1561018001160  {background-size:auto 100%;}}
 #layout_1561020191752{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561020191752{}}   @media screen and (max-width:640px) {#layout_1561020191752{}} #layout_1561020191752 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1561020241537{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:30px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561020241537{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1561020241537{width:96%;font-size:12px;color:#333;line-height:1.6;top:22px;left:2%;}}  #text_style_01_1561020241537>.view_contents {color:#dcdbdb;font-size:40px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561020241537>.view_contents {font-size:24px;}}

 #text_style_01_1561020269647{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:81px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561020269647{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1561020269647{width:96%;font-size:12px;color:#333;line-height:1.6;top:40px;left:2%;}}  #text_style_01_1561020269647>.view_contents {font-size:28px;color:#333333;text-align:center;font-weight:normal;} @media screen and (max-width:640px) { #text_style_01_1561020269647>.view_contents {font-size:20px;}}

 #div_blank_new01_1561020289318{width:109px;height:2px;position:absolute;top:132px;left:45.458333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561020289318{left:calc(50% - 54.5px);}}   @media screen and (max-width:640px) {#div_blank_new01_1561020289318{width:75px;height:1px;top:71px;left:40%;}}  #div_blank_new01_1561020289318  {box-sizing:border-box;} #div_blank_new01_1561020289318 .modSet {background:#d71c1c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561020289318  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561020289318  {box-sizing:border-box;}}

 #newsList_style_18_1561023231819{width:47.583333333333336%;position:absolute;top:222.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1561023231819{top:192.5px;left:2%;}}   @media screen and (max-width:640px) {#newsList_style_18_1561023231819{width:96%;top:107px;left:2%;}}  #newsList_style_18_1561023231819 .titleSet {font-size:18px;margin-top:0px;} #newsList_style_18_1561023231819 .detailSet {font-size:14px;color:#999999;} #newsList_style_18_1561023231819 .modSet {padding-bottom:15px;}

 #banner_style_01_1561024039833{width:49.25%;height:436px;position:absolute;top:223px;left:50.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1561024039833{top:193px;left:52.62294538706257%;height:401px;width:428px;}}   @media screen and (max-width:640px) {#banner_style_01_1561024039833{width:96%;height:300px;top:587px;left:2%;}}  #layout_1561020189881{height:706px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561020189881{height:693px;}}   @media screen and (max-width:640px) {#layout_1561020189881{height:914px;}} #layout_1561020189881 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1561024682822{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561024682822{}}   @media screen and (max-width:640px) {#text_style_01_1561024682822{width:96%;font-size:12px;color:#333;line-height:1.6;top:22px;left:2%;}}  #text_style_01_1561024682822>.view_contents {color:#dcdbdb;font-size:40px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561024682822>.view_contents {font-size:24px;}}

 #text_style_01_1561024690381{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:81px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561024690381{}}   @media screen and (max-width:640px) {#text_style_01_1561024690381{width:96%;font-size:12px;color:#333;line-height:1.6;top:41px;left:2%;}}  #text_style_01_1561024690381>.view_contents {font-size:28px;color:#333333;text-align:center;font-weight:normal;} @media screen and (max-width:640px) { #text_style_01_1561024690381>.view_contents {font-size:20px;}}

 #div_blank_new01_1561024698019{width:109px;height:2px;position:absolute;top:132px;left:45.458333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561024698019{left:calc(50% - 54.5px);}}   @media screen and (max-width:640px) {#div_blank_new01_1561024698019{width:75px;height:1px;top:72px;left:40%;}}  #div_blank_new01_1561024698019  {box-sizing:border-box;} #div_blank_new01_1561024698019 .modSet {background:#d71c1c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561024698019  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561024698019  {box-sizing:border-box;}}

 #banner_style_04_1561024771577{width:100.08333333333333%;height:319px;position:absolute;top:181px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1561024771577{height:210px;}}   @media screen and (max-width:640px) {#banner_style_04_1561024771577{width:96%;height:100px;top:100px;left:2%;}}  #layout_1561018000166{height:519px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1561018000166{height:450px;}}   @media screen and (max-width:640px) {#layout_1561018000166{height:231px;}} #layout_1561018000166 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1561018000166  {background: url(http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620175716814.png);background-position:50% 50% !important;background-repeat:repeat-x!important;}



 #image_style_01_1561025518223{width:26%;height:56px;position:absolute;left:0.08333333333333334%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561025518223{left:1.9999337221633087%;width:32.555673382820785%;top:18px;}}   @media screen and (max-width:640px) {#image_style_01_1561025518223{}} #image_style_01_1561025518223 > .view_contents{overflow:visible;} 

 #text_style_01_1561025560051{width:25.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0.20833333333333334%;top:110.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561025560051{left:1.9999337221633087%;width:30.22269353128314%;top:92.5px;}}   @media screen and (max-width:640px) {#text_style_01_1561025560051{width:96%;font-size:12px;color:#333;line-height:1.6;top:530.8527472527472px;left:2%;}}  #text_style_01_1561025560051>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561025560051>.view_contents {font-size:14px;}}

 #text_style_01_1561025666224{width:23%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.5%;top:74px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561025666224{left:41.70035790031814%;width:25.344644750795336%;top:64.5px;}}   @media screen and (max-width:640px) {#text_style_01_1561025666224{width:96%;font-size:12px;color:#333;line-height:1.6;top:328.85274725274724px;left:2%;}}  #text_style_01_1561025666224>.view_contents {color:#ffffff;line-height:32px;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561025666224>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1561025666224>.view_contents {font-size:14px;}}

 #div_blank_new01_1561026100508{width:2.75%;height:3px;position:absolute;left:71.5%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561026100508{width:33px;height:3px;left:71.92305143160127%;top:44.5px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561026100508{}}  #div_blank_new01_1561026100508  {box-sizing:border-box;} #div_blank_new01_1561026100508 .modSet {background:#d71c1c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561026100508  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561026100508  {box-sizing:border-box;}}

 #image_style_01_1561026365638{width:9.333333333333334%;height:110px;position:absolute;left:90.29166666666667%;top:23px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561026365638{left:86.1%;width:11.876988335100743%;top:18px;}}   @media screen and (max-width:640px) {#image_style_01_1561026365638{}} #image_style_01_1561026365638 > .view_contents{overflow:visible;} 

 #text_style_01_1561026534754{width:7.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:91.20833333333334%;top:141px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026534754{left:87.16861081654295%;width:9.43796394485684%;top:138px;}}   @media screen and (max-width:640px) {#text_style_01_1561026534754{width:96%;font-size:12px;color:#333;line-height:1.6;top:606.8527472527472px;left:2%;}}  #text_style_01_1561026534754>.view_contents {font-size:14px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1561026534754>.view_contents {text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1561026534754>.view_contents {font-size:14px;}}

 #text_style_01_1561025760923{width:10.916666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.5%;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561025760923{left:41.64899257688229%;width:10.71049840933192%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1561025760923{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1561025760923>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1561025760923>.view_contents {font-size:18px;}}

 #div_blank_new01_1561025822868{width:33px;height:3px;position:absolute;left:38.5%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1561025822868{left:41.758351007423116%;width:33px;height:3px;top:46px;}}   @media screen and (max-width:640px) {#div_blank_new01_1561025822868{}}  #div_blank_new01_1561025822868  {box-sizing:border-box;} #div_blank_new01_1561025822868 .modSet {background:#d71c1c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1561025822868  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1561025822868  {box-sizing:border-box;}}

 #text_style_01_1561026084971{width:9.75609756097561%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.33333333333334%;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026084971{width:9.75609756097561%;top:12px;left:71.92305143160127%;}}   @media screen and (max-width:640px) {#text_style_01_1561026084971{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1561026084971>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1561026084971>.view_contents {font-size:18px;}}

 #text_style_01_1561026195507{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.5%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026195507{left:72.13514050901378%;width:9.43796394485684%;top:66px;}}   @media screen and (max-width:640px) {#text_style_01_1561026195507{width:96%;font-size:12px;color:#333;line-height:1.6;top:466.85274725274724px;left:2%;}}  #text_style_01_1561026195507>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561026195507>.view_contents {font-size:14px;}}

 #text_style_01_1561026246426{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.5%;top:109.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026246426{left:72.13514050901378%;top:97.5px;}}   @media screen and (max-width:640px) {#text_style_01_1561026246426{width:96%;font-size:12px;color:#333;line-height:1.6;top:498.85274725274724px;left:2%;}}  #text_style_01_1561026246426>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561026246426>.view_contents {font-size:14px;}}

 #text_style_01_1561026254211{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.5%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026254211{left:72.13514050901378%;top:130px;}}   @media screen and (max-width:640px) {#text_style_01_1561026254211{width:96%;font-size:12px;color:#333;line-height:1.6;top:660.8527472527472px;left:2%;}}  #text_style_01_1561026254211>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561026254211>.view_contents {font-size:14px;}}

 #text_style_01_1561026260486{width:8.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:71.5%;top:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561026260486{left:72.13514050901378%;top:163px;}}   @media screen and (max-width:640px) {#text_style_01_1561026260486{width:96%;font-size:12px;color:#333;line-height:1.6;top:692.8527472527472px;left:2%;}}  #text_style_01_1561026260486>.view_contents {font-size:14px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1561026260486>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1561025477029{width:1200px;height:218px;position:absolute;top:48px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1561025477029{left:0%;width:100%;top:33px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1561025477029{width:100%;height:724.8527472527472px;top:0px;left:0%;display:none;}} 

 #text_style_01_1561089333924{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:295px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1561089333924{top:267px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1561089333924{width:96%;font-size:12px;color:#333;line-height:1.6;top:5px;left:2%;}}  #text_style_01_1561089333924>.view_contents {text-align:center;color:#ffffff;line-height:32px;} #comm_layout_footer{height:340px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:314px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:41px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background: url(http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620180949553.png);background-position:50% 50% !important;background-repeat:repeat-x!important;background-size:auto 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_1560996945897 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560996945897 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1560996945897 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1560996945897 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;}
.searchStyle_2{position: relative; min-width: 200px;}

.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}

.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}

.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}

.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}

.keyWord{margin-top: 5px;}

.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}

@media screen and (max-width: 768px) {

.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}



}



	#image_style_01_1560997562541 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560997562541 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1560997562541 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1560997562541 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/*èœå•æ ·å¼*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_28 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; /*leftéœ€è¦jsèŽ·å–äºŒçº§çš„å®½*/ top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}
/* .menuStyle_28 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_28 .subBox{position: absolute; left: 0; /*topé€šè¿‡JSèŽ·å–èœå•é«˜åº¦*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*è¿™ä¸ªå®½å¯è¢«è®¾ç½®*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*å›¾æ ‡*/
.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_28_1560999187939 .maxWidth{max-width:px;}
	#dh_style_28_1560999187939 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20pxæ˜¯ä¸¤å¼ å›¾ç‰‡é—´çš„é—´è·*/
	#dh_style_28_1560999187939 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20pxæ˜¯ä¸¤å¼ å›¾ç‰‡é—´çš„é—´è·*/
	/* .menuUl>li>#menuLogo è¿™ç§æŸ¥æ‰¾ä¼šå¤±è´¥æ”¹ä¸ºä¸‹é¢è¿™ç§ 2019.5.29 */
	#dh_style_28_1560999187939 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
/* 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(http://cdn.xuansiwei.com/0717kdj/img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(http://cdn.xuansiwei.com/0717kdj/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_1561355627579 .bannerStyle_1 .main_image .img-item .img_0{background: url('http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190624135440962.jpg') center top no-repeat;}
                #banner_style_01_1561355627579 .bannerStyle_1 .main_image .img-item .img_1{background: url('http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190624135428892.jpg') center top no-repeat;}
                #banner_style_01_1561355627579 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1561355627579 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1561355627579 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1561355627579 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*æ ‡ç­¾æ ·å¼*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* è¯¥è®¾ç½®å¯å°†æ ‡ç­¾å±…å·¦leftã€å±…ä¸­centerã€å±…å³right,ä»…å¯¹æ ‡ç­¾åœ¨ä¸Šé¢æˆ–æ ‡ç­¾åœ¨ä¸‹é¢å¯ç”¨ */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*å†…å®¹åŒºæ ·å¼*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*é€‰é¡¹å¡å·¦å³ç®­å¤´*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*å·¦ç®­å¤´è¾¹è·*/ /*width: 40px; height: 40px;*/ background: url(http://cdn.xuansiwei.com/0717kdj/img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*å³ç®­å¤´è¾¹è·*/ width: 40px; height: 40px; background: url(http://cdn.xuansiwei.com/0717kdj/img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  æ ‡ç­¾ä½ç½®  ==========*/

/*æ ‡ç­¾é¡¶éƒ¨æ ·å¼*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*æ ‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*è¯¥å®½åº¦æ˜¯é»˜è®¤å®½åº¦ï¼Œç¨‹åºè¯»å–åŽæ›¿æ¢*/}
.tab_li_top { height: 100%;/*æ ‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*å‡æŽ‰æ ‡ç­¾çš„é«˜åº¦*/ top: 50px;/*æ ‡ç­¾çš„é«˜åº¦*/}

/*æ ‡ç­¾å·¦ä¾§æ ·å¼*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*æ ‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*è¯¥æ ‡ç­¾çš„å®½åº¦è¦å’Œ.tab_nav_leftå®½åº¦ä¸€æ ·;*/}
.tab_li_left {  width: 100%; /*æ ‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*å‡æŽ‰æ ‡ç­¾çš„å®½åº¦*/ left: 50px;/*æ ‡ç­¾çš„å®½åº¦*/}

/*æ ‡ç­¾åº•éƒ¨æ ·å¼*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*æ ‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*è¯¥å®½åº¦æ˜¯é»˜è®¤å®½åº¦ï¼Œç¨‹åºè¯»å–åŽæ›¿æ¢*/}
.tab_li_bottom { height: 100%;/*æ ‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*å‡æŽ‰æ ‡ç­¾çš„é«˜åº¦*/ bottom: 50px;/*æ ‡ç­¾çš„é«˜åº¦*/}

/*æ ‡ç­¾å·¦ä¾§æ ·å¼*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*æ ‡ç­¾å®½åº¦å¯ä»¥éšæ„è®¾ç½®*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*è¯¥æ ‡ç­¾çš„å®½åº¦è¦å’Œ.tab_nav_leftå®½åº¦ä¸€æ ·;*/}
.tab_li_right {  width: 100%; /*æ ‡ç­¾é«˜åº¦å¯ä»¥éšæ„è®¾ç½®*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*å‡æŽ‰æ ‡ç­¾çš„å®½åº¦*/ right: 50px;/*æ ‡ç­¾çš„å®½åº¦*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*äº§å“æ ·å¼*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .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_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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_default .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_default .dummy{margin-top:75%}/*æŽ§åˆ¶äº§å“å›¾ç‰‡æ˜¾ç¤ºæ¯”ä¾‹*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*æ‹¼è´­*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*æ‹¼è´­ç»“æŸ*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1562305967955 li{width: 24.25%;}
#productList_style_01_1562305967955 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1562305967955 li{width: 24.25%;}
	#productList_style_01_1562305967955 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1562305967955 li{width: 49.5%;}
	#productList_style_01_1562305967955 li.prod_Item{margin-bottom:1%;}
}


	

	#productList_style_01_1562305967955 .overhide{display:block;overflow: hidden;}

	#productList_style_01_1562305967955 .p_name a{word-break: break-all;}



	
   
   #productList_style_01_1562305967955 .p_detail.pc,#productList_style_01_1562305967955 .p_name.pc {display:-webkit-box;}
   #productList_style_01_1562305967955 .p_detail.pad, #productList_style_01_1562305967955 .p_detail.mobile,#productList_style_01_1562305967955 .p_name.pad, #productList_style_01_1562305967955 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1562305967955 .p_detail.pad,#productList_style_01_1562305967955 .p_name.pad {display:-webkit-box;}
   #productList_style_01_1562305967955 .p_detail.pc, #productList_style_01_1562305967955 .p_detail.mobile,#productList_style_01_1562305967955 .p_name.pc, #productList_style_01_1562305967955 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1562305967955 .p_detail.mobile,#productList_style_01_1562305967955 .p_name.mobile {display:-webkit-box;}
   #productList_style_01_1562305967955 .p_detail.pc, #productList_style_01_1562305967955 .p_detail.pad,#productList_style_01_1562305967955 .p_name.pc, #productList_style_01_1562305967955 .p_name.pad {display:none;}
   }
    

	/*äº§å“çŠ¶æ€  æ–°å“  æŽ¨è*/
	#productList_style_01_1562305967955 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1562305967955 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1562305967955 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1562305967955 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562305967955 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562305967955 .submit_div{ display: inline-block; }
	
	#productList_style_01_1562305967955 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1562305967955 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1562305967955 .page_submit{margin-left:5px;}
	#productList_style_01_1562305967955 .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_01_1562305967955 .page_btn{ font-size:12px; }
			#productList_style_01_1562305967955 .submit_div{ display:none; }
		}

			#productList_style_01_1562305967955 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1562305967955 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1562305967955  .showActivity {display: none !important;}
        				if(){

					

				}
    #productList_style_01_1562305967955  .btnaSet ,#productList_style_01_1562305967955  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*äº§å“æ ·å¼*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .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_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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_default .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_default .dummy{margin-top:75%}/*æŽ§åˆ¶äº§å“å›¾ç‰‡æ˜¾ç¤ºæ¯”ä¾‹*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*æ‹¼è´­*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*æ‹¼è´­ç»“æŸ*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1562305588451 li{width: 24.25%;}
#productList_style_01_1562305588451 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1562305588451 li{width: 24.25%;}
	#productList_style_01_1562305588451 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1562305588451 li{width: 49.5%;}
	#productList_style_01_1562305588451 li.prod_Item{margin-bottom:1%;}
}


	

	#productList_style_01_1562305588451 .overhide{display:block;overflow: hidden;}

	#productList_style_01_1562305588451 .p_name a{word-break: break-all;}



	
   
   #productList_style_01_1562305588451 .p_detail.pc,#productList_style_01_1562305588451 .p_name.pc {display:-webkit-box;}
   #productList_style_01_1562305588451 .p_detail.pad, #productList_style_01_1562305588451 .p_detail.mobile,#productList_style_01_1562305588451 .p_name.pad, #productList_style_01_1562305588451 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1562305588451 .p_detail.pad,#productList_style_01_1562305588451 .p_name.pad {display:-webkit-box;}
   #productList_style_01_1562305588451 .p_detail.pc, #productList_style_01_1562305588451 .p_detail.mobile,#productList_style_01_1562305588451 .p_name.pc, #productList_style_01_1562305588451 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1562305588451 .p_detail.mobile,#productList_style_01_1562305588451 .p_name.mobile {display:-webkit-box;}
   #productList_style_01_1562305588451 .p_detail.pc, #productList_style_01_1562305588451 .p_detail.pad,#productList_style_01_1562305588451 .p_name.pc, #productList_style_01_1562305588451 .p_name.pad {display:none;}
   }
    

	/*äº§å“çŠ¶æ€  æ–°å“  æŽ¨è*/
	#productList_style_01_1562305588451 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1562305588451 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1562305588451 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1562305588451 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562305588451 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562305588451 .submit_div{ display: inline-block; }
	
	#productList_style_01_1562305588451 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1562305588451 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1562305588451 .page_submit{margin-left:5px;}
	#productList_style_01_1562305588451 .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_01_1562305588451 .page_btn{ font-size:12px; }
			#productList_style_01_1562305588451 .submit_div{ display:none; }
		}

			#productList_style_01_1562305588451 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1562305588451 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1562305588451  .showActivity {display: none !important;}
        				if(){

					

				}
    #productList_style_01_1562305588451  .btnaSet ,#productList_style_01_1562305588451  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*äº§å“æ ·å¼*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .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_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .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_default .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_default .dummy{margin-top:75%}/*æŽ§åˆ¶äº§å“å›¾ç‰‡æ˜¾ç¤ºæ¯”ä¾‹*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*æ‹¼è´­*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*æ‹¼è´­ç»“æŸ*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1562306043144 li{width: 24.25%;}
#productList_style_01_1562306043144 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1562306043144 li{width: 24.25%;}
	#productList_style_01_1562306043144 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1562306043144 li{width: 49.5%;}
	#productList_style_01_1562306043144 li.prod_Item{margin-bottom:1%;}
}


	

	#productList_style_01_1562306043144 .overhide{display:block;overflow: hidden;}

	#productList_style_01_1562306043144 .p_name a{word-break: break-all;}



	
   
   #productList_style_01_1562306043144 .p_detail.pc,#productList_style_01_1562306043144 .p_name.pc {display:-webkit-box;}
   #productList_style_01_1562306043144 .p_detail.pad, #productList_style_01_1562306043144 .p_detail.mobile,#productList_style_01_1562306043144 .p_name.pad, #productList_style_01_1562306043144 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1562306043144 .p_detail.pad,#productList_style_01_1562306043144 .p_name.pad {display:-webkit-box;}
   #productList_style_01_1562306043144 .p_detail.pc, #productList_style_01_1562306043144 .p_detail.mobile,#productList_style_01_1562306043144 .p_name.pc, #productList_style_01_1562306043144 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1562306043144 .p_detail.mobile,#productList_style_01_1562306043144 .p_name.mobile {display:-webkit-box;}
   #productList_style_01_1562306043144 .p_detail.pc, #productList_style_01_1562306043144 .p_detail.pad,#productList_style_01_1562306043144 .p_name.pc, #productList_style_01_1562306043144 .p_name.pad {display:none;}
   }
    

	/*äº§å“çŠ¶æ€  æ–°å“  æŽ¨è*/
	#productList_style_01_1562306043144 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1562306043144 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1562306043144 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1562306043144 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562306043144 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562306043144 .submit_div{ display: inline-block; }
	
	#productList_style_01_1562306043144 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1562306043144 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1562306043144 .page_submit{margin-left:5px;}
	#productList_style_01_1562306043144 .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_01_1562306043144 .page_btn{ font-size:12px; }
			#productList_style_01_1562306043144 .submit_div{ display:none; }
		}

			#productList_style_01_1562306043144 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1562306043144 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1562306043144  .showActivity {display: none !important;}
        				if(){

					

				}
    #productList_style_01_1562306043144  .btnaSet ,#productList_style_01_1562306043144  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	/*äº§å“æ ·å¼*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .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_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:100%; 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_default .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_default .dummy{margin-top:75%}/*æŽ§åˆ¶äº§å“å›¾ç‰‡æ˜¾ç¤ºæ¯”ä¾‹*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*æ–‡å­—ä¸¤è¡ŒåŽè‡ªåŠ¨è¶…å‡ºéšè—*/
.prod_default .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_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .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; }


/*æ‹¼è´­*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*æ‹¼è´­ç»“æŸ*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1562306065315 li{width: 24.25%;}
#productList_style_01_1562306065315 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1562306065315 li{width: 24.25%;}
	#productList_style_01_1562306065315 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1562306065315 li{width: 49.5%;}
	#productList_style_01_1562306065315 li.prod_Item{margin-bottom:1%;}
}


	

	#productList_style_01_1562306065315 .overhide{display:block;overflow: hidden;}

	#productList_style_01_1562306065315 .p_name a{word-break: break-all;}



	
   
   #productList_style_01_1562306065315 .p_detail.pc,#productList_style_01_1562306065315 .p_name.pc {display:-webkit-box;}
   #productList_style_01_1562306065315 .p_detail.pad, #productList_style_01_1562306065315 .p_detail.mobile,#productList_style_01_1562306065315 .p_name.pad, #productList_style_01_1562306065315 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1562306065315 .p_detail.pad,#productList_style_01_1562306065315 .p_name.pad {display:-webkit-box;}
   #productList_style_01_1562306065315 .p_detail.pc, #productList_style_01_1562306065315 .p_detail.mobile,#productList_style_01_1562306065315 .p_name.pc, #productList_style_01_1562306065315 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1562306065315 .p_detail.mobile,#productList_style_01_1562306065315 .p_name.mobile {display:-webkit-box;}
   #productList_style_01_1562306065315 .p_detail.pc, #productList_style_01_1562306065315 .p_detail.pad,#productList_style_01_1562306065315 .p_name.pc, #productList_style_01_1562306065315 .p_name.pad {display:none;}
   }
    

	/*äº§å“çŠ¶æ€  æ–°å“  æŽ¨è*/
	#productList_style_01_1562306065315 .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;}


	
/* @media screen and (min-width: 1025px) {
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
		}


@media screen and (max-width: 640px) {
		} */

	#productList_style_01_1562306065315 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1562306065315 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1562306065315 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562306065315 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1562306065315 .submit_div{ display: inline-block; }
	
	#productList_style_01_1562306065315 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1562306065315 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1562306065315 .page_submit{margin-left:5px;}
	#productList_style_01_1562306065315 .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_01_1562306065315 .page_btn{ font-size:12px; }
			#productList_style_01_1562306065315 .submit_div{ display:none; }
		}

			#productList_style_01_1562306065315 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1562306065315 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1562306065315  .showActivity {display: none !important;}
        				if(){

					

				}
    #productList_style_01_1562306065315  .btnaSet ,#productList_style_01_1562306065315  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	

#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_img{display:none;}
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_ul{text-align:center;display: flex;height: 40px};
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_nav{display:block !important;height: 40px;}
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_box{height: calc(100% - 40px); top: 40px;}
#tab_style_03_1562305462653 #div_tab_style_03_1562305462653 .tab_li{width:calc(100%/4);}

    #tab_style_03_1562305462653 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}

.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1561019992871 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561019992871 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561019992871 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561019992871 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_1561019711083 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561019711083 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1561019711083 .CompatibleImg img{width:22%; height:auto; margin-left:0px}}
#image_style_01_1561019711083 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/*æ–°é—»åˆ—è¡¨æ ·å¼*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*åˆ†é¡µ*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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';}
.boxNewsListStyle_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: 'é»‘ä½“' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---åŽæœŸåŠ çš„å›¾ç‰‡æ ·å¼*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}


@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1561023231819 .overhide {display:block;overflow: hidden;}

	#newsList_style_18_1561023231819 .newTitle.pc {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
	#newsList_style_18_1561023231819 .newTitle.pad, #newsList_style_18_1561023231819 .newTitle.mobile {display:none;}
	#newsList_style_18_1561023231819 .newDetail.pc {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
	#newsList_style_18_1561023231819 .newDetail.pad, #newsList_style_18_1561023231819 .newDetail.mobile {display:none;}
	
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1561023231819 .newTitle.pad {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
		#newsList_style_18_1561023231819 .newTitle.pc, #newsList_style_18_1561023231819 .newTitle.mobile {display:none;}
		#newsList_style_18_1561023231819 .newDetail.pad {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
		#newsList_style_18_1561023231819 .newDetail.pc, #newsList_style_18_1561023231819 .newDetail.mobile {display:none;}
	}
	
	@media screen and (max-width:640px) {
		#newsList_style_18_1561023231819 .newTitle.mobile {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
		#newsList_style_18_1561023231819 .newTitle.pc, #newsList_style_18_1561023231819 .newTitle.pad {display:none;}
		#newsList_style_18_1561023231819 .newDetail.mobile {display:-webkit-box;-webkit-box-orient:vertical ;overflow: hidden;}
		#newsList_style_18_1561023231819 .newDetail.pc, #newsList_style_18_1561023231819 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1561023231819 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1561023231819 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1561023231819 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1561023231819 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1561023231819 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1561023231819 .sumary_list .newCont{width: 100%;}
	}

@media screen and (max-width: 640px) {
}

/* æ–°åˆ†é¡µ */
#newsList_style_18_1561023231819 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1561023231819 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1561023231819 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1561023231819 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1561023231819 .submit_div{ display: inline-block; }

#newsList_style_18_1561023231819 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1561023231819 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1561023231819 .page_submit{margin-left:5px;}
#newsList_style_18_1561023231819 .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_18_1561023231819 .page_btn{ font-size:12px; }
		#newsList_style_18_1561023231819 .submit_div{ display:none; }
	}

	#newsList_style_18_1561023231819 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1561023231819 .page{line-height:30px; padding:0 13px;}
	}


/* 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(http://cdn.xuansiwei.com/0717kdj/img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(http://cdn.xuansiwei.com/0717kdj/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_1561024039833 .bannerStyle_1 .main_image .img-item .img_0{background: url('http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620175356996.jpg') center top no-repeat;}
                #banner_style_01_1561024039833 .bannerStyle_1 .main_image .img-item .img_1{background: url('http://cdn.xuansiwei.com/0717kdj/img/upimages/pkgimg/20190620175404713.jpg') center top no-repeat;}
                #banner_style_01_1561024039833 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1561024039833 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1561024039833 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1561024039833 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/***é¡µå†…å®šä¹‰***/
.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;}

/**imgMove**/
.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:900%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; width:12%;box-sizing: border-box;}
.bannerStyle_4 .imgMove img{width:55%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}

/**banner4Box**/
.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*/
.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}
/*subBox*/
.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_1561025518223 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561025518223 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1561025518223 .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;}
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1561026365638 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561026365638 .CompatibleImg img{width:auto; height:auto}}@media screen and (max-width:640px) {#image_style_01_1561026365638 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561026365638 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}

.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;top: calc(100% - 50px);z-index:999999}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}

				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}

				.bottomMenu ul li .menuItem{position: relative;}

				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 5px;}

				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}

				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}

				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}

				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }

				@media screen and (max-width:767px) {

					.bottomMenu{display: block;}

					

					body{padding-bottom:55px;}

				}

				