
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
body{background: #fff;background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #banner_style_01_1517192482175{width:100%;height:900px;left:0px;top:0px;position:absolute;z-index:1;}
@media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1517192482175{height:570px;top:0px;}}
@media screen and (max-width:640px) {#banner_style_01_1517192482175{width:100%;height:240px;left:0%;top:44px;}}
#banner_style_01_1517192482175 .picSet {opacity:1;box-shadow:transparent px px px ;}
#banner_style_01_1517192482175 {border-top-style:none;border-top-width:0px;border-top-color:#007fff;border-bottom-color:#c4c4c4;border-bottom-style:solid;border-bottom-width:0px;opacity:1;box-shadow:transparent px px px inset;}

 #div_a_includeBlock_1517192545818{width:100%;height:80px;position:absolute;top:0;left:0;display:block;z-index: 10;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517192545818{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517192545818{width:100%;height:44px;top:0px;left:0%;display:block;}} #div_a_includeBlock_1517192545818 > .view_contents{overflow:visible;}  #div_a_includeBlock_1517192545818  {border-top-style:solid;border-top-width:0px;border-top-color:#007fff;border-bottom-style:solid;border-bottom-width:0px;border-bottom-color:#e5e5e5;opacity:0.5;background:#333333;} #div_a_includeBlock_1517192545818:hover {}


 #dh_style_10_1517192567758{width:767px;z-index:1;left:200px;top:18px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_10_1517192567758{width:520px;z-index:999;left:23.176804812834227%;top:18px;}}   @media screen and (max-width:640px) {#dh_style_10_1517192567758{width:13.5400390625%;z-index:1;left:86.45997634069401%;top:0px;display:block;}} #dh_style_10_1517192567758 > .view_contents{overflow:visible;}  #dh_style_10_1517192567758 .mainMenuSet {color:#ffffff;font-size:16px;background:transparent;margin-left:10px;margin-right:10px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;} #dh_style_10_1517192567758 #hot>a {background:#53b9ed;} #dh_style_10_1517192567758 .subminSet {color:#191919;border-top-style:solid;border-top-width:0px;border-top-color:#ffffff;} #dh_style_10_1517192567758 .subMenuSet {color:#191919;background:#efefef;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ffffff;} #dh_style_10_1517192567758 .thrMenuSet {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ffffff;border-left-style:solid;border-left-width:1px;border-left-color:#ffffff;} #dh_style_10_1517192567758 .mainMenuSet:hover {color:#ffff56;} #dh_style_10_1517192567758 .mainMenuSet:active {color:#ffff56;} #dh_style_10_1517192567758 .subMenuSet:hover {color:#ff5656;} #dh_style_10_1517192567758 .subMenuSet:active {color:#ff5656;} #dh_style_10_1517192567758 .thrMenuSet:active {color:#ff5656;} #dh_style_10_1517192567758 .thrMenuSet:hover {color:#ff5656;} #dh_style_10_1517192567758 .thrminSet {border-top-style:solid;border-top-width:0px;border-top-color:#ffffff;} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .icoMenuSet {background:transparent;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758  {background:#ea1c1c;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .columnSet {opacity:1;background:#666666;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .subminSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .thrminSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .mainMenuSet {background:#666666;padding-left:15px;}} @media screen and (max-width:640px) { #dh_style_10_1517192567758 .subMenuSet {background:#666666;padding-left:15px;color:#ffffff;}}

 #image_logo_1517192567780{width:194px;height:54px;position:absolute;top:14px;left:0;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1517192567780{left:0.6834893048128342%;width:200px;height:54px;top:14px;}}   @media screen and (max-width:640px) {#image_logo_1517192567780{width:146px;height:36px;top:4px;left:2.4792981072555205%;}} 

 #text_default_1517192567786{width:15.25%;height:43px;position:absolute;top:21px;left:1000px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1517192567786{top:20px;left:80.16209893048128%;width:172px;}}   @media screen and (max-width:640px) {#text_default_1517192567786{width:37.53943217665615%;height:19px;top:14px;left:49.81269716088328%;display:block;}} 
 #div_a_includeBlock_1517192567237{width:1200px;height:80px;position:absolute;top:0;left:calc(50% - 600px);z-index: 10;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517192567237{width:99%;left:0.5296610169491525%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517192567237{width:100%;height:44px;top:0px;left:0%;}} #div_a_includeBlock_1517192567237 > .view_contents{overflow:visible;}  #layout_1517192452090{height:900px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517192452090{height:570px;}}   @media screen and (max-width:640px) {#layout_1517192452090{height:284px;}} #layout_1517192452090 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #layout_1517192452090  {background:#191919;}}


 #image_style_01_1522914989407{width:16.666666666666664%;height:200px;display:none;position:absolute;left:41.66666666666667%;top:31.78125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522914989407{width:20.833333333333336%;height:200px;display:block;left:39.58333333333333%;top:31.78125px;}}   @media screen and (max-width:640px) {#image_style_01_1522914989407{width:100%;height:230px;display:block;top:0px;left:0%;}} #image_style_01_1522914989407 > .view_contents{overflow:visible;}  #layout_1522914963144{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522914963144{display:none;}}   @media screen and (max-width:640px) {#layout_1522914963144{height:230px;display:block;}} #layout_1522914963144 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1522914963144  {background:#191919;}}



 #image_style_01_1516964876156{width:80px;height:80px;position:absolute;top:14px;left:2%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516964876156{left:2.162433155080214%;width:80px;top:27.5px;}}   @media screen and (max-width:640px) {#image_style_01_1516964876156{width:80px;height:80px;top:21px;left:5%;}} #image_style_01_1516964876156 > .view_contents{overflow:visible;} 

 #text_default_1516965324512{width:20.416666666666668%;height:86px;position:absolute;top:14px;left:9.333333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516965324512{left:12.439839572192515%;width:158px;top:12.5px;height:110px;}}   @media screen and (max-width:640px) {#text_default_1516965324512{width:60.9375%;height:84px;top:20px;left:32.1875%;}} 

 #image_style_01_1516965400863{width:6.666666666666667%;height:80px;position:absolute;top:14px;left:35.833333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516965400863{width:80px;height:80px;top:27.5px;left:35.167112299465245%;}}   @media screen and (max-width:640px) {#image_style_01_1516965400863{width:80px;height:80px;top:137px;left:5%;}} #image_style_01_1516965400863 > .view_contents{overflow:visible;} 

 #text_default_1516965426904{width:20.416666666666668%;height:86px;position:absolute;top:14px;left:43.333333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516965426904{top:15.5px;left:45.82553475935829%;width:166px;height:104px;}}   @media screen and (max-width:640px) {#text_default_1516965426904{width:65.9375%;height:84px;top:132px;left:32.1875%;}} 

 #image_style_01_1516965447070{width:6.666666666666667%;height:80px;position:absolute;top:17px;left:70.08333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516965447070{top:27.5px;left:70.60828877005348%;width:80px;}}   @media screen and (max-width:640px) {#image_style_01_1516965447070{width:80px;height:80px;top:246px;left:5%;}} #image_style_01_1516965447070 > .view_contents{overflow:visible;} 

 #text_default_1516965460406{width:20.416666666666668%;height:86px;position:absolute;top:14px;left:77.83333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1516965460406{top:16px;left:80.85227272727272%;width:163px;height:103px;}}   @media screen and (max-width:640px) {#text_default_1516965460406{width:65.625%;height:84px;top:241px;left:32.1875%;}} 

 #div_blank_1516966195096{width:34.5%;height:121px;position:absolute;top:2px;left:32.75%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1516966195096{left:calc(50% - 170px);width:342px;height:121px;top:7px;}}   @media screen and (max-width:640px) {#div_blank_1516966195096{width:91.25%;height:112px;top:118px;left:4.375%;display:block;}} #div_blank_1516966195096 > .view_contents{overflow:visible;}  #div_blank_1516966195096  {box-sizing:border-box;background:transparent;border-right-style:dotted;border-bottom-style:none;border-left-style:dotted;border-right-width:1px;border-left-width:1px;border-right-color:#e5e5e5;border-left-color:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1516966195096  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1516966195096  {box-sizing:border-box;border-top-width:1px;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#e5e5e5;border-top-color:#e5e5e5;border-top-style:dotted;border-right-width:0px;border-left-width:0px;}}
 #div_a_includeBlock_1516953097642{width:1200px;height:124px;position:absolute;top:25px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516953097642{top:16px;height:135px;left:0.5296610169491525%;width:99%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516953097642{width:100%;height:342px;top:0px;left:0%;}}  #layout_1516852534278{height:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516852534278{}}   @media screen and (max-width:640px) {#layout_1516852534278{height:342px;}} #layout_1516852534278 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516852534278  {border-top-style:solid;border-top-width:1px;border-top-color:#e5e5e5;background-repeat:repeat;background-size:cover;background: url(../img/upimages/web3399pic/20180129125522967.jpeg);background-position-x:25%;background-position-y:0%;} @media screen and (max-width:640px) { #layout_1516852534278  {background-position-x:25%;background-position-y:0%;}}



 #image_style_01_1516950855506{width:33.25%;height:367px;position:absolute;top:11px;left:63.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516950855506{left:56.714572192513366%;width:40.962566844919785%;top:14px;height:340px;}}   @media screen and (max-width:640px) {#image_style_01_1516950855506{width:85%;height:220px;top:15px;left:7.5%;}} #image_style_01_1516950855506 > .view_contents{overflow:visible;} 

 #text_style_01_1516951061146{width:56.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:123px;left:3.6666666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516951061146{left:2.471590909090909%;width:499px;top:109px;}}   @media screen and (max-width:640px) {#text_style_01_1516951061146{width:90.9375%;top:315px;left:4.53125%;}}  #text_style_01_1516951061146>.view_contents {box-sizing:border-box;font-size:16px;color:#474747;font-family:SimSun;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516951061146>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516951061146>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516950917942{width:18.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34px;left:3.6666666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516950917942{left:2.471590909090909%;width:216px;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1516950917942{width:63.125%;top:241px;left:18.4375%;}}  #text_style_01_1516950917942>.view_contents {box-sizing:border-box;font-size:40px;font-family:Microsoft YaHei;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516950917942>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516950917942>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516951329005{width:2.5833333333333335%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34px;left:20.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516951329005{left:24.149398395721924%;width:37px;top:14px;}}   @media screen and (max-width:640px) {#text_style_01_1516951329005{width:10%;top:237px;left:80.9375%;}}  #text_style_01_1516951329005>.view_contents {box-sizing:border-box;font-size:23px;color:#5e5e5e;font-family:SimSun;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516951329005>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516951329005>.view_contents {box-sizing:border-box;}}

 #image_style_01_1516953614264{width:100px;height:100px;position:absolute;top:212px;left:3.6666666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516953614264{left:2.4682486631016043%;width:100px;top:221px;}}   @media screen and (max-width:640px) {#image_style_01_1516953614264{width:80px;height:80px;top:471px;left:4.53125%;}} #image_style_01_1516953614264 > .view_contents{overflow:visible;}  #image_style_01_1516953614264  {border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-color:#999999;border-right-color:#999999;border-bottom-color:#999999;border-left-color:#999999;}

 #text_style_01_1516951903341{width:36.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:226px;left:14.416666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516951903341{left:15.093582887700535%;width:398px;top:235px;}}   @media screen and (max-width:640px) {#text_style_01_1516951903341{width:61.5625%;top:486px;left:33.90625%;}}  #text_style_01_1516951903341>.view_contents {box-sizing:border-box;font-size:14px;color:#7e7e7e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516951903341>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516951903341>.view_contents {box-sizing:border-box;}}

 #text_style_01_1516952138792{width:33.83333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:274.5px;left:14.416666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516952138792{width:401px;left:15.093582887700535%;top:283.5px;}}   @media screen and (max-width:640px) {#text_style_01_1516952138792{width:92.8125%;top:569px;left:4.53125%;}}  #text_style_01_1516952138792>.view_contents {box-sizing:border-box;font-size:14px;color:#7e7e7e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516952138792>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516952138792>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516950822699{width:1200px;height:396px;position:absolute;top:16px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516950822699{height:367px;width:99%;left:0.5296610169491525%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516950822699{width:100%;height:639px;top:0px;left:0%;}}  #layout_1516851411798{height:434px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516851411798{height:396px;}}   @media screen and (max-width:640px) {#layout_1516851411798{height:639px;}} #layout_1516851411798 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516851411798  {background:#f7f7f7;}



 #productList_style_03_1516969123143{width:672px;left:41.833333333333336%;top:43.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_03_1516969123143{width:524px;left:42.13736631016043%;top:54.5px;}}   @media screen and (max-width:640px) {#productList_style_03_1516969123143{width:96%;left:2.03125%;top:302px;}} #productList_style_03_1516969123143 > .view_contents{overflow:visible;}  #productList_style_03_1516969123143 .titleSet {color:#f2f2f2;font-size:12px;} #productList_style_03_1516969123143 .imgSet {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:5px;border-right-width:5px;border-bottom-width:5px;border-left-width:5px;border-top-color:#919191;border-right-color:#919191;border-bottom-color:#919191;border-left-color:#919191;}

 #text_style_01_1516969440853{width:24%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:37.5px;left:1.9166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516969440853{width:174px;top:27.5px;left:2.00701871657754%;}}   @media screen and (max-width:640px) {#text_style_01_1516969440853{width:60.9375%;top:12px;left:19.53125%;}}  #text_style_01_1516969440853>.view_contents {box-sizing:border-box;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516969440853>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1516969440853>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517036318372{width:464px;height:301px;position:absolute;top:174px;left:0.6666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517036318372{left:2.501671122994652%;width:36.0427807486631%;top:156px;height:228px;}}   @media screen and (max-width:640px) {#image_style_01_1517036318372{width:90.9375%;height:183px;top:101px;left:4.53125%;}} #image_style_01_1517036318372 > .view_contents{overflow:visible;} 

 #text_style_01_1517036883987{width:28.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:88px;left:10.583333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517036883987{left:5.123663101604278%;width:324px;top:84px;}}   @media screen and (max-width:640px) {#text_style_01_1517036883987{width:74.0625%;top:57px;left:12.968750000000002%;}}  #text_style_01_1517036883987>.view_contents {box-sizing:border-box;color:#b7b7b7;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517036883987>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517036883987>.view_contents {box-sizing:border-box;font-size:25px;}}

 #text_style_01_1517037188685{width:80px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:2px;left:90%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517037188685{left:89.0658422459893%;width:80px;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1517037188685{width:80px;top:1221px;left:39.469572368421055%;}}  #text_style_01_1517037188685>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;background:#edb138;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-left:13px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#155c77;border-right-color:#155c77;border-bottom-color:#155c77;border-left-color:#155c77;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517037188685>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517037188685>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516969078445{width:1200px;height:525.5px;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516969078445{height:440.5px;width:99%;left:0.5296610169491525%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516969078445{width:100%;height:1269px;top:0px;left:0%;}}  #div_a_includeBlock_1516969078445  {} #layout_1516968211704{height:565px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516968211704{height:470.5px;}}   @media screen and (max-width:640px) {#layout_1516968211704{height:1274px;}} #layout_1516968211704 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516968211704  {background-size:cover;background-repeat:no-repeat;background: url(../img/upimages/web3399pic/20180409150522851.jpeg);}


 #text_style_01_1517037856708{width:16.416666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:16px;left:41.791666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517037856708{width:196px;left:calc(50% - 98px);}}   @media screen and (max-width:640px) {#text_style_01_1517037856708{width:60.62499999999999%;top:9px;left:19.6875%;}}  #text_style_01_1517037856708>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517037856708>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517037856708>.view_contents {box-sizing:border-box;}}

 #text_style_01_1517037925554{width:28.999999999999996%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:61px;left:38.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517037925554{width:264px;left:calc(50% - 132px);}}   @media screen and (max-width:640px) {#text_style_01_1517037925554{width:82.5%;top:50px;left:8.75%;}}  #text_style_01_1517037925554>.view_contents {box-sizing:border-box;color:#848484;font-size:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517037925554>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517037925554>.view_contents {box-sizing:border-box;}} #layout_1517037619291{height:130px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517037619291{height:130px;}}   @media screen and (max-width:640px) {#layout_1517037619291{height:113px;}} #layout_1517037619291 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517037619291  {background: url(../img/upimages/web3399pic/part_bar_bg.gif);background-repeat:repeat-x;}


 #productList_style_01_1516969590696{width:1149px;left:calc(50% - 574.5px);top:42px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1516969590696{width:890px;left:calc(50% - 445px);top:23px;}}   @media screen and (max-width:640px) {#productList_style_01_1516969590696{width:96%;left:1.875%;top:6px;}} #productList_style_01_1516969590696 > .view_contents{overflow:visible;}  #productList_style_01_1516969590696 .imgSet {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;margin-top:0px;border: 1px solid #eee!important} #productList_style_01_1516969590696 .titleSet {text-align:center;color:#容空间;font-size:14px;background:#ffffff;padding-top:5px;padding-bottom:5px;}

 #text_style_01_1517129504036{width:80px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:744px;left:calc(50% - 40px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517129504036{width:80px;left:45.76271186440678%;top:582px;}}   @media screen and (max-width:640px) {#text_style_01_1517129504036{width:80px;top:863px;left:calc(50% - 40px);}}  #text_style_01_1517129504036>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;background:#5cb72c;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-left:13px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#155c77;border-right-color:#155c77;border-bottom-color:#155c77;border-left-color:#155c77;} #text_style_01_1517129504036  {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517129504036>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517129504036>.view_contents {box-sizing:border-box;}} #layout_1516968463605{height:818px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516968463605{height:641px;}}   @media screen and (max-width:640px) {#layout_1516968463605{height:981px;}} #layout_1516968463605 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516968463605  {background:#f7f7f7;}



 #text_style_01_1517039135398{width:25.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:25px;left:2.166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517039135398{width:279px;top:8px;left:2.2560160427807485%;}}   @media screen and (max-width:640px) {#text_style_01_1517039135398{width:85.9375%;top:10px;left:3.90625%;}}  #text_style_01_1517039135398>.view_contents {box-sizing:border-box;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517039135398>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517039135398>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517039188636{width:500px;height:150px;position:absolute;top:98px;left:2.098958333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517039188636{width:406px;height:156px;top:82px;left:2.2443181818181817%;}}   @media screen and (max-width:640px) {#image_style_01_1517039188636{width:92%;height:111px;top:68px;left:4.0625%;}} #image_style_01_1517039188636 > .view_contents{overflow:visible;}  #image_style_01_1517039188636  {border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:#f2f2f2;border-right-color:#f2f2f2;border-bottom-color:#f2f2f2;border-left-color:#f2f2f2;}

 #text_style_01_1517039209722{width:41.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:270px;left:2.2485783894856772%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517039209722{width:407px;left:2.3379010695187166%;top:253px;}}   @media screen and (max-width:640px) {#text_style_01_1517039209722{width:91.875%;top:192px;left:4.0625%;}}  #text_style_01_1517039209722>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517039209722>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517039209722>.view_contents {box-sizing:border-box;}}

 #text_style_01_1517129426354{width:80px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:40px;left:90%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517129426354{width:80px;left:87.79244652406418%;top:26px;}}   @media screen and (max-width:640px) {#text_style_01_1517129426354{width:80px;top:762px;left:37.5%;}}  #text_style_01_1517129426354>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;background:#edb138;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-left:13px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#155c77;border-right-color:#155c77;border-bottom-color:#155c77;border-left-color:#155c77;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517129426354>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517129426354>.view_contents {box-sizing:border-box;}}

 #newsList_style_01_1525230816696{width:669px;left:43.99609375%;top:99.96875px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1525230816696{width:48.98395721925134%;left:48.06483957219251%;top:82px;}}   @media screen and (max-width:640px) {#newsList_style_01_1525230816696{width:94.0625%;left:2.96875%;top:376px;}}  #newsList_style_01_1525230816696 .titleSet {color:#ffffff;font-size:15px;} #newsList_style_01_1525230816696 .timesSet {color:#ffdd56;font-size:14px;} #newsList_style_01_1525230816696 .modSet {font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1525230816696 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1525230816696 .timesSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_01_1525230816696 .titleSet {font-size:14px;}}
 #div_a_includeBlock_1517039621354{width:1200px;height:472px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517039621354{width:99%;left:0.4766949152542373%;height:488px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517039621354{width:100%;height:841px;top:0px;left:0%;}}  #layout_1517039581935{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517039581935{height:504px;}}   @media screen and (max-width:640px) {#layout_1517039581935{height:841px;}} #layout_1517039581935 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517039581935  {background-size:cover;background-repeat:repeat;background: url(../img/upimages/web3399pic/20180409145825443.jpeg);background-position-x:0%;background-position-y:0%;}



 #text_style_01_1517041912753{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:9px;left:42%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517041912753{left:39.293114973262036%;top:15px;width:199px;}}   @media screen and (max-width:640px) {#text_style_01_1517041912753{width:61.875%;top:19px;left:19.0625%;}}  #text_style_01_1517041912753>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517041912753>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517041912753>.view_contents {box-sizing:border-box;}}

 #text_style_01_1517041912775{width:21.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:49px;left:40.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517041912775{left:37.976270053475936%;top:52px;width:224px;}}   @media screen and (max-width:640px) {#text_style_01_1517041912775{width:70.9375%;top:62.5px;left:14.531250000000002%;}}  #text_style_01_1517041912775>.view_contents {box-sizing:border-box;color:#848484;font-size:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517041912775>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517041912775>.view_contents {box-sizing:border-box;}}

 #text_style_01_1517129766100{width:80px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:39px;left:90%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1517129766100{width:80px;top:40px;left:86.73796791443851%;}}   @media screen and (max-width:640px) {#text_style_01_1517129766100{width:80px;top:142px;left:calc(50% - 40px);}}  #text_style_01_1517129766100>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;background:#d86a6a;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding-left:13px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:#155c77;border-right-color:#155c77;border-bottom-color:#155c77;border-left-color:#155c77;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1517129766100>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1517129766100>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1517129702865{width:1200px;height:105px;position:absolute;top:10px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517129702865{width:99%;left:0.4766949152542373%;height:122px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517129702865{width:100%;height:186px;top:0px;left:0%;}}  #layout_1517041912747{height:129px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517041912747{height:132px;}}   @media screen and (max-width:640px) {#layout_1517041912747{height:186px;}} #layout_1517041912747 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517041912747  {background: url(../img/upimages/web3399pic/part_bar_bg.gif);background-repeat:repeat-x;}



 #newsList_style_04_1522984643228{width:1170px;left:calc(50% - 585px);top:2px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1522984643228{top:8px;left:calc(50% - 449.5px);width:899px;}}   @media screen and (max-width:640px) {#newsList_style_04_1522984643228{width:96%;left:1.875%;top:0px;}}  #newsList_style_04_1522984643228 .titleSet {text-align:center;}
 #div_a_includeBlock_1517042888916{width:1200px;height:335px;position:absolute;top:31px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517042888916{height:282px;width:99%;left:0.4766949152542373%;top:14px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517042888916{width:100%;height:450px;top:0px;left:0%;}}  #layout_1516969589618{height:367px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516969589618{height:296px;}}   @media screen and (max-width:640px) {#layout_1516969589618{height:450px;}} #layout_1516969589618 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1516967804729{width:230px;height:335px;position:absolute;top:20px;left:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967804729{left:2.0053475935828877%;width:19.67914438502674%;height:320px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1516967804729{width:90%;height:362px;top:0px;left:5%;}} #image_style_01_1516967804729 > .view_contents{overflow:visible;} 

 #image_style_01_1516967857059{width:410px;height:157px;position:absolute;top:20px;left:22.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967857059{left:23.8552807486631%;width:35.401069518716575%;height:150px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1516967857059{width:90%;height:118px;top:378px;left:5%;}} #image_style_01_1516967857059 > .view_contents{overflow:visible;} 

 #image_style_01_1516967860916{width:410px;height:157px;position:absolute;top:197px;left:270px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967860916{left:23.843582887700535%;width:35.294117647058826%;height:150px;top:170px;}}   @media screen and (max-width:640px) {#image_style_01_1516967860916{width:90%;height:118px;top:746px;left:5%;}} #image_style_01_1516967860916 > .view_contents{overflow:visible;} 

 #image_style_01_1516967865306{width:480px;height:335px;position:absolute;top:20px;left:700px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967865306{left:61.14639037433155%;width:36.68449197860962%;height:320px;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1516967865306{width:90%;height:214px;top:515px;left:5%;}} #image_style_01_1516967865306 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1516967766051{width:100%;height:375px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516967766051{width:99%;left:0.4766949152542373%;height:326px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516967766051{width:100%;height:882px;top:11px;left:0%;}}  #layout_1516870032883{height:375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1516870032883{height:347px;}}   @media screen and (max-width:640px) {#layout_1516870032883{height:893px;}} #layout_1516870032883 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1516870032883  {}



 #text_style_01_1522896748178{width:10.916666666666666%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:8px;left:44.54166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522896748178{left:calc(50% - 72.5px);top:8px;width:145px;}}   @media screen and (max-width:640px) {#text_style_01_1522896748178{width:42.8125%;top:9px;left:28.59375%;}}  #text_style_01_1522896748178>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522896748178>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522896748178>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522896748199{width:28.249999999999996%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:48px;left:39.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522896748199{left:calc(50% - 127px);top:48px;width:254px;}}   @media screen and (max-width:640px) {#text_style_01_1522896748199{width:80%;top:49px;left:10%;}}  #text_style_01_1522896748199>.view_contents {box-sizing:border-box;color:#848484;font-size:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522896748199>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522896748199>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1522896747564{width:1200px;height:105px;position:absolute;top:10px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522896747564{width:99%;left:0.4766949152542373%;height:140px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522896747564{width:100%;height:113px;top:0px;left:0%;}}  #layout_1522896747559{height:129px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522896747559{height:150px;}}   @media screen and (max-width:640px) {#layout_1522896747559{height:113px;display:none;}} #layout_1522896747559 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522896747559  {background: url(../img/upimages/web3399pic/part_bar_bg.gif);background-repeat:repeat-x;}


 #image_style_01_1522896648949{width:1160px;height:145px;position:absolute;top:14px;left:1.6666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522896648949{width:917px;left:calc(50% - 458.5px);}}   @media screen and (max-width:640px) {#image_style_01_1522896648949{width:96%;height:38px;top:8px;left:1.9970703125%;}} #image_style_01_1522896648949 > .view_contents{overflow:visible;}  #layout_1517296508323{height:174px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517296508323{height:175px;}}   @media screen and (max-width:640px) {#layout_1517296508323{height:55px;display:none;}} #layout_1517296508323 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517296508323  {background-repeat:repeat-x;}



 #text_style_11_1517040222052{width:3.833333333333333%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:74.92447916666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222052{top:27px;left:73.17680481283423%;width:4%;}}   @media screen and (max-width:640px) {#text_style_11_1517040222052{width:8.421052631578947%;top:1768px;left:45.78947368421053%;display:none;}}  #text_style_11_1517040222052>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222052>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222052>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222058{width:2.3333333333333335%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:22px;left:72.6953125%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222058{left:70.0701871657754%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222058{width:6.578947368421052%;top:1468px;left:46.71052631578947%;display:none;}}  #text_style_11_1517040222058>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222058>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222058>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517040222065{width:9.29839391377853%;height:110px;position:absolute;top:68px;left:83.17836010143702%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222065{width:110px;left:84.77105614973262%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222065{width:35.33123028391167%;height:111px;top:98px;left:53.88406940063092%;display:block;}} #image_style_01_1517040222065 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222071{width:6.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:84.76041666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222071{left:86.63770053475936%;top:193px;width:76px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222071{width:23.34384858044164%;top:222px;left:60.17843059936908%;display:block;}}  #text_style_02_1517040222071>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222071>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222071>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517040222077{width:9.166666666666666%;height:110px;position:absolute;top:68px;left:72.61197916666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222077{width:110px;left:70.1437165775401%;top:69px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222077{width:35.33123028391167%;height:111px;top:98px;left:10.691048895899053%;display:block;}} #image_style_01_1517040222077 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222083{width:6.166666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:74.15364583333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222083{width:80px;left:72.00701871657755%;top:192px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222083{width:23.34384858044164%;top:222px;left:17.75433753943218%;display:block;}}  #text_style_02_1517040222083>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;height:20px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222083>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222083>.view_contents {box-sizing:border-box;}}

 #text_default_1517040222090{width:33.05156382079459%;height:42px;position:absolute;top:241px;left:33.458333333333336%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1517040222090{left:29.142713903743317%;top:237px;width:389px;}}   @media screen and (max-width:640px) {#text_default_1517040222090{width:89.69072164948454%;height:63px;top:252px;left:5.205047318611988%;display:block;}} 

 #image_style_01_1517040222113{width:2.4513947590870666%;height:25px;position:absolute;top:174px;left:23.964497041420117%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222113{left:23.253676470588236%;top:173px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222113{width:52.892561983471076%;height:200px;top:2403px;left:23.553719008264462%;display:none;}} #image_style_01_1517040222113 > .view_contents{overflow:visible;} 

 #image_style_01_1517040222120{width:2.197802197802198%;height:25px;position:absolute;top:142px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222120{left:23.5076871657754%;top:141px;}}   @media screen and (max-width:640px) {#image_style_01_1517040222120{width:52.892561983471076%;height:200px;top:168px;left:23.553719008264462%;display:none;}} #image_style_01_1517040222120 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222135{width:22.31614539306847%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:69px;left:24.218089602704985%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222135{width:245px;left:23.5076871657754%;top:68px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222135{width:55.00000000000001%;top:168px;left:22.499999999999996%;display:none;}}  #text_style_02_1517040222135>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:60px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222135>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222135>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222141{width:6.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:28px;left:25.612848689771766%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222141{top:27px;left:25.396056149732622%;width:35px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222141{width:9.473684210526317%;top:168px;left:45.26315789473684%;display:none;}}  #text_style_11_1517040222141>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222141>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222141>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222157{width:1.1666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:24.380208333333332%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222157{left:23.253676470588236%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222157{width:17.105263157894733%;top:168px;left:41.44736842105263%;display:none;}}  #text_style_11_1517040222157>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222157>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222157>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1517040222164{width:7.249999999999999%;z-index:999;left:54.85416666666667%;top:61px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1517040222164{z-index:999;width:93px;top:64px;left:55.07520053475936%;}}   @media screen and (max-width:640px) {#dh_style_03_1517040222164{width:13.774104683195592%;z-index:999;left:43.112947658402206%;top:227px;display:none;}} #dh_style_03_1517040222164 > .view_contents{overflow:visible;}  #dh_style_03_1517040222164 .columnSet {background:transparent;font-size:12px;height:178px;line-height:14px;} #dh_style_03_1517040222164 #hot>a {background:transparent;} #dh_style_03_1517040222164 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;}

 #text_style_11_1517040222171{width:2.8740490278951816%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:27px;left:57.438715131022825%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222171{width:44px;top:27px;left:58.72827540106952%;}}   @media screen and (max-width:640px) {#text_style_11_1517040222171{width:9.210526315789473%;top:168px;left:45.39473684210526%;display:none;}}  #text_style_11_1517040222171>.view_contents {box-sizing:border-box;font-size:20px;line-height:24px;height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222171>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222171>.view_contents {box-sizing:border-box;}}

 #text_style_11_1517040222178{width:2.197802197802198%;font-size:46px;color:#333;line-height:50px;font-family:Tahoma;position:absolute;top:23px;left:56.128486897717664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_11_1517040222178{left:56.39705882352941%;top:22px;}}   @media screen and (max-width:640px) {#text_style_11_1517040222178{width:7.631578947368423%;top:168px;left:46.18421052631579%;display:none;}}  #text_style_11_1517040222178>.view_contents {box-sizing:border-box;font-size:20px;line-height:34px;height:34px;color:#ea5404;margin-bottom:0px;border-left-color:#ea5404;border-left-style:none;border-left-width:0px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ea5404;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_11_1517040222178>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_11_1517040222178>.view_contents {box-sizing:border-box;}}

 #image_style_01_1517048386998{width:13.5%;height:158px;position:absolute;top:51px;left:4.583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517048386998{left:1.9869652406417113%;width:17.219251336898395%;top:47px;height:166px;}}   @media screen and (max-width:640px) {#image_style_01_1517048386998{width:80px;height:78px;top:9px;left:4.391758675078864%;display:block;}} #image_style_01_1517048386998 > .view_contents{overflow:visible;} 

 #qqol_style_01_1517205451060{width:17.5%;position:absolute;top:200px;left:2.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1517205451060{left:3.9923128342245993%;width:12.513368983957218%;top:203px;}}   @media screen and (max-width:640px) {#qqol_style_01_1517205451060{width:47.3186119873817%;top:263px;left:6.831624605678234%;display:block;}} #qqol_style_01_1517205451060 > .view_contents{overflow:visible;} 

 #text_style_02_1517040222128{width:16.14539306846999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:27.303465765004226%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222128{width:183px;left:26.590909090909093%;top:141px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222128{width:47.3186119873817%;top:48px;left:35.094637223974765%;display:block;}}  #text_style_02_1517040222128>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222128>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222128>.view_contents {box-sizing:border-box;}}

 #text_style_02_1517040222105{width:15.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174px;left:27.3021449704142%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1517040222105{width:187px;left:26.590909090909093%;top:173px;}}   @media screen and (max-width:640px) {#text_style_02_1517040222105{width:60.252365930599375%;top:15px;left:35.07492113564668%;display:block;}}  #text_style_02_1517040222105>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1517040222105>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1517040222105>.view_contents {box-sizing:border-box;}}

 #text_default_1550281032259{width:5.833333333333333%;height:20px;position:absolute;left:80.91666666666667%;top:234px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1550281032259{left:80.52807486631016%;width:6.417112299465241%;top:234px;}}   @media screen and (max-width:640px) {#text_default_1550281032259{width:13.829787234042554%;height:14px;top:222px;left:42.985372340425535%;}} 
 #div_includeBlock_1517040218512{width:1200px;height:319px;position:absolute;top:0px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1517040218512{width:99%;height:314px;left:0.4766949152542373%;}}   @media screen and (max-width:640px) {#div_includeBlock_1517040218512{width:99%;height:378px;top:7px;left:0.625%;display:block;}}  #div_includeBlock_1517040218512  {background:transparent;} #comm_layout_footer{height:319px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:385px;z-index:99999;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#565656;}

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
#banner_style_01_1517192482175 .swiper-wrapper .swiper-slide .picSet span{ display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center top; background-size: cover !important; }
/*菜单样式*/
.menuStyle_10{width:100%; position:relative;}
.menuStyle_10 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_10 .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_10 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_10 ul,.menuStyle_10 li{padding:0;margin:0px;list-style:none}
.menuStyle_10 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_10 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_10 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_10 .menuUl>li{position:relative;}
.menuStyle_10 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 0 1em\0;}
.menuStyle_10 .menuUl #hot>a{color:#fff; background: #4bc9e4;}
.menuStyle_10 .menuLayout .miniMenu{display:none;}
.menuStyle_10 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_10 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_10 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_10 .menuUl02 .subMenu02>a { display: block; color: #4d5158; width: 130px; font-size:14px; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_10 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_10 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_10 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_10 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_10 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_10 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_10 .rflex { position: relative;}

@media screen and (max-width:640px) {
.menuStyle_10 .menuUl,
.menuStyle_10 .menuUl_box {display:none;}
.menuStyle_10 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_10 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_10 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_10 .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_10 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_10 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_10 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);} 
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_10 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_10 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_10 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_10 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}



	

#dh_style_10_1517192567758 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


.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_1522914989407 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522914989407 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522914989407 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1522914989407 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_1516964876156 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516964876156 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516964876156 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516964876156 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_1516965400863 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516965400863 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516965400863 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516965400863 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_1516965447070 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516965447070 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516965447070 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516965447070 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_1516950855506 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516950855506 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516950855506 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516950855506 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_1516953614264 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516953614264 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516953614264 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516953614264 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_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;text-align: center}/*文字两行后自动超出隐藏*/
.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_03_1516969123143 li{width: 22%;}
#productList_style_03_1516969123143 li.prod_Item{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_03_1516969123143 li{width: 22%;}
	#productList_style_03_1516969123143 li.prod_Item{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_03_1516969123143 li{width: 48%;}
	#productList_style_03_1516969123143 li.prod_Item{margin-bottom:4%;}
}

   
   #productList_style_03_1516969123143 .p_detail.pc,#productList_style_03_1516969123143 .p_name.pc {display:block;}
   #productList_style_03_1516969123143 .p_detail.pad, #productList_style_03_1516969123143 .p_detail.mobile,#productList_style_03_1516969123143 .p_name.pad, #productList_style_03_1516969123143 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_03_1516969123143 .p_detail.pad,#productList_style_03_1516969123143 .p_name.pad {display:block;}
   #productList_style_03_1516969123143 .p_detail.pc, #productList_style_03_1516969123143 .p_detail.mobile,#productList_style_03_1516969123143 .p_name.pc, #productList_style_03_1516969123143 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_03_1516969123143 .p_detail.mobile,#productList_style_03_1516969123143 .p_name.mobile {display:block;}
   #productList_style_03_1516969123143 .p_detail.pc, #productList_style_03_1516969123143 .p_detail.pad,#productList_style_03_1516969123143 .p_name.pc, #productList_style_03_1516969123143 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_03_1516969123143 .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_03_1516969123143 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_03_1516969123143 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_03_1516969123143 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1516969123143 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_03_1516969123143 .submit_div{ display: inline-block; }
	
	#productList_style_03_1516969123143 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_03_1516969123143 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_03_1516969123143 .page_submit{margin-left:5px;}
	#productList_style_03_1516969123143 .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_03_1516969123143 .page_btn{ font-size:12px; }
			#productList_style_03_1516969123143 .submit_div{ display:none; }
		}

			#productList_style_03_1516969123143 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_03_1516969123143 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_03_1516969123143  .showActivity {display: none !important;}
            #productList_style_03_1516969123143  .btnaSet ,#productList_style_03_1516969123143  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1517036318372 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517036318372 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517036318372 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517036318372 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*产品样式*/
.prod_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_1516969590696 li{width: 22.75%;}
#productList_style_01_1516969590696 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1516969590696 li{width: 22.75%;}
	#productList_style_01_1516969590696 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1516969590696 li{width: 48.5%;}
	#productList_style_01_1516969590696 li.prod_Item{margin-bottom:3%;}
}

   
   #productList_style_01_1516969590696 .p_detail.pc,#productList_style_01_1516969590696 .p_name.pc {display:block;}
   #productList_style_01_1516969590696 .p_detail.pad, #productList_style_01_1516969590696 .p_detail.mobile,#productList_style_01_1516969590696 .p_name.pad, #productList_style_01_1516969590696 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1516969590696 .p_detail.pad,#productList_style_01_1516969590696 .p_name.pad {display:block;}
   #productList_style_01_1516969590696 .p_detail.pc, #productList_style_01_1516969590696 .p_detail.mobile,#productList_style_01_1516969590696 .p_name.pc, #productList_style_01_1516969590696 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1516969590696 .p_detail.mobile,#productList_style_01_1516969590696 .p_name.mobile {display:block;}
   #productList_style_01_1516969590696 .p_detail.pc, #productList_style_01_1516969590696 .p_detail.pad,#productList_style_01_1516969590696 .p_name.pc, #productList_style_01_1516969590696 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1516969590696 .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_1516969590696 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1516969590696 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1516969590696 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1516969590696 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1516969590696 .submit_div{ display: inline-block; }
	
	#productList_style_01_1516969590696 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1516969590696 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1516969590696 .page_submit{margin-left:5px;}
	#productList_style_01_1516969590696 .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_1516969590696 .page_btn{ font-size:12px; }
			#productList_style_01_1516969590696 .submit_div{ display:none; }
		}

			#productList_style_01_1516969590696 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1516969590696 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1516969590696  .showActivity {display: none !important;}
            #productList_style_01_1516969590696  .btnaSet ,#productList_style_01_1516969590696  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1517039188636 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517039188636 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517039188636 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517039188636 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.newslist_style_5{padding: 0;margin: 0;list-style: none;}
.newslist_style_5 li{overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsDate{float: left;width: 150px;}
.newslist_style_5 .newsDate .newsTime{display: block; font-size: 16px;text-align: center; overflow: hidden;box-sizing: border-box;}
.newslist_style_5 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_5 .newsCont{position: relative;float: left;width: calc(100% - 150px);border-left: 1px solid #ddd;padding:0 0 20px 40px ;box-sizing: border-box;}
.newslist_style_5 .newsCont .newsTitle{font-size: 16px;overflow: hidden;margin-bottom: 5px;}
.newslist_style_5 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit;}
.newslist_style_5 .newsCont .newDetail{font-size: 14px;color: #ddd;overflow: hidden;}


/*alex---后期加的图片样式*/
.newslist_style_5 .newPic{background-color: #eee;width:20%; margin:0 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.newslist_style_5 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;}
.newslist_style_5 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_5 .newPic2{display: none;}
.newslist_style_5 .show_all{width:20%; margin-top:.5em;float: left;}
.newslist_style_5 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
.newslist_style_5 .newSort{display: block;margin-top: 8px;color:#999;}

@media screen and (max-width: 640px) {
	.newslist_style_5 .newsDate{width: 95px;}
	.newslist_style_5 .newsDate .newsTime{font-size: 14px;padding:0 10px 0 5px;}
	.newslist_style_5 .newsCont:before{width: 12px;height: 12px;top: 4px;left: -6px;}
	.newslist_style_5 .newsCont{width: calc(100% - 115px);padding:0 5px 10px 15px ;}
	.newslist_style_5 .newsCont .newsTitle{font-size: 14px;margin-bottom: 6px;}
	.newslist_style_5 .newsCont .newDetail{font-size: 12px;}


	.newslist_style_5  .newPic{width:100%;float:none;margin-bottom: 6px;}
	.newslist_style_5 .show_all{width:40%;min-width: 160px; }
	.jumpToCart{display:none;}
}
	#newsList_style_01_1525230816696 .newDetail.pc {display:block;}
	#newsList_style_01_1525230816696 .newDetail.pad, #newsList_style_01_1525230816696 .newDetail.mobile {display:none;}
	#newsList_style_01_1525230816696 .newTitle.pc {display:block;}
	#newsList_style_01_1525230816696 .newTitle.pad, #newsList_style_01_1525230816696 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1525230816696 .newDetail.pad {display:block;}
		#newsList_style_01_1525230816696 .newDetail.pc, #newsList_style_01_1525230816696 .newDetail.mobile {display:none;}
		#newsList_style_01_1525230816696 .newTitle.pad {display:block;}
		#newsList_style_01_1525230816696 .newTitle.pc, #newsList_style_01_1525230816696 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1525230816696 .newDetail.mobile {display:block;}
		#newsList_style_01_1525230816696 .newDetail.pc, #newsList_style_01_1525230816696 .newDetail.pad {display:none;}
		#newsList_style_01_1525230816696 .newTitle.mobile {display:block;}
		#newsList_style_01_1525230816696 .newTitle.pc, #newsList_style_01_1525230816696 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1525230816696 .newsDate{width: px;}
	#newsList_style_01_1525230816696 .newsCont{width: calc(100% - px);}
	#newsList_style_01_1525230816696 .newPic{width: 0px;}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1525230816696 .newsDate{width: px;}
	#newsList_style_01_1525230816696 .newsCont{width: calc(100% - px);}
	#newsList_style_01_1525230816696 .newPic{width: 0px;}
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_01_1525230816696 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1525230816696 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1525230816696 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1525230816696 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1525230816696 .submit_div{ display: inline-block; }

#newsList_style_01_1525230816696 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1525230816696 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1525230816696 .page_submit{margin-left:5px;}
#newsList_style_01_1525230816696 .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_01_1525230816696 .page_btn{ font-size:12px; }
		#newsList_style_01_1525230816696 .submit_div{ display:none; }
	}

	#newsList_style_01_1525230816696 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1525230816696 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_4_1{width:100%; clear: both;}
.boxNewsListStyle_4_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4_1 ul{width: 100%;}
.boxNewsListStyle_4_1 .thelistbox{width:25%;float: left;margin-bottom: 10px;}
.boxNewsListStyle_4_1 .sumary_list{width:96% !important;margin:0 auto;list-style:none; background:#fff;}
.boxNewsListStyle_4_1 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4_1 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4_1 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newName{}
.boxNewsListStyle_4_1 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_4_1 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4_1 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4_1 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4_1 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4_1 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4_1 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4_1 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */

.boxNewsListStyle_4_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4_1 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:768px){

.boxNewsListStyle_4_1 .thelistbox{width:50%;float: left;}

/*分页*/
/*.boxNewsListStyle_4_1 .page_btn a:nth-child(n+5){display: none;}*/
/*.boxNewsListStyle_4_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_4_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_4_1 .page_btn a:nth-last-child(3){display: inline-block !important;}*/
}
	#newsList_style_04_1522984643228 .newDetail.pc {display:block;}
	#newsList_style_04_1522984643228 .newDetail.pad, #newsList_style_04_1522984643228 .newDetail.mobile {display:none;}
	#newsList_style_04_1522984643228 .newTitle.pc {display:block;}
	#newsList_style_04_1522984643228 .newTitle.pad, #newsList_style_04_1522984643228 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1522984643228 .newDetail.pad {display:block;}
		#newsList_style_04_1522984643228 .newDetail.pc, #newsList_style_04_1522984643228 .newDetail.mobile {display:none;}
		#newsList_style_04_1522984643228 .newTitle.pad {display:block;}
		#newsList_style_04_1522984643228 .newTitle.pc, #newsList_style_04_1522984643228 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1522984643228 .newDetail.mobile {display:block;}
		#newsList_style_04_1522984643228 .newDetail.pc, #newsList_style_04_1522984643228 .newDetail.pad {display:none;}
		#newsList_style_04_1522984643228 .newTitle.mobile {display:block;}
		#newsList_style_04_1522984643228 .newTitle.pc, #newsList_style_04_1522984643228 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1522984643228 li{width: %;}
#newsList_style_04_1522984643228 li.sumary_list{margin-bottom:%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1522984643228 li{width: %;}
	#newsList_style_04_1522984643228 li.sumary_list{margin-bottom:%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1522984643228  li{width: %;}
	#newsList_style_04_1522984643228  li.sumary_list{margin-bottom:%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1522984643228 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1522984643228 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1522984643228 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1522984643228 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1522984643228 .submit_div{ display: inline-block; }

#newsList_style_04_1522984643228 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1522984643228 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1522984643228 .page_submit{margin-left:5px;}
#newsList_style_04_1522984643228 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1522984643228 .page_btn{ font-size:12px; }
		#newsList_style_04_1522984643228 .submit_div{ display:none; }
	}

	#newsList_style_04_1522984643228 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1522984643228 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1516967804729 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967804729 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516967804729 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516967804729 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_1516967857059 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967857059 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516967857059 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516967857059 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_1516967860916 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967860916 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516967860916 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516967860916 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_1516967865306 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516967865306 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1516967865306 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516967865306 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_1522896648949 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522896648949 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1522896648949 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522896648949 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_1517040222065 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222065 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1517040222065 .CompatibleImg img{null}}
#image_style_01_1517040222065 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_1517040222077 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222077 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1517040222077 .CompatibleImg img{null}}
#image_style_01_1517040222077 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_1517040222113 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222113 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1517040222113 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1517040222113 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_1517040222120 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517040222120 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1517040222120 .CompatibleImg img{null}}
#image_style_01_1517040222120 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;}
/*菜单样式*/
.menuStyle_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}






	

#dh_style_03_1517040222164 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}


@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1517048386998 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1517048386998 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;}


/* 清除浮动 */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix{zoom:1}



.online-service-style01{ display:none }

.online-service .wrapper{ padding:5px 0; background-color:#fff }

.online-service .close,.online-service .button{

    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;

}

.online-service.right .button div{ text-align:right; padding-right:5px }

.online-service.left .button div{ text-align:left; padding-left:5px }

.online-service .header, .online-service .footer{

    height:25px; line-height:25px;

    padding:0 .5em;

}

.online-service .header{ border-bottom:1px solid #eee }

.online-service .footer{ border-top:1px solid #eee; font-size:12px }

.online-service.right .footer{ text-align:right }

.online-service.left .footer{ text-align:left }

.online-service .content{ padding:.5em 1em }



.ol-qq-online .qq-btn{ float:left; margin-right:.5em }

.ol-qq-online .qq-btn img{ float:left }

.ol-qq-online{ line-height:25px }



.ol-image img{ width:100% }


/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}

.swiper-bullet{ display: inline-block; width: 14px; height: 14px; border-radius: 100%;border: 1px solid #fff;}
.swiper-bullet-active{ opacity: 1; background: #fff; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-bullet{ margin: 0 4px; }

.jumpToCart{float:right;top: 23px;right:0;z-index:2;position: relative;}
