
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }



 #image_logo_1495857672742{width:16.416666666666664%;height:84px;position:absolute;top:33.5px;left:1.4975581878636741%;}   @media screen and (max-width:640px) {#image_logo_1495857672742{width:42.63157894736842%;height:41px;top:2px;left:0%;}} 

 #lang_style_1_1523100584074{width:14.214463840399002%;position:absolute;left:85.66084788029926%;top:0px;}   @media screen and (max-width:640px) {#lang_style_1_1523100584074{width:83.4983498349835%;top:43px;left:8.25082508250825%;}} 

 #image_style_01_1523100906284{width:3.5743973399833746%;height:42px;position:absolute;left:82.28660323475167%;top:54.49405121803284px;}   @media screen and (max-width:640px) {#image_style_01_1523100906284{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1523100906284 > .view_contents{overflow:visible;} 

 #dh_style_07_1523233966209{width:48.87780548628429%;z-index:999;position:absolute;left:24.480465502909393%;top:54.5px;}   @media screen and (max-width:640px) {#dh_style_07_1523233966209{width:44px;z-index:999;top:0px;left:42.73927392739274%;}} #dh_style_07_1523233966209 > .view_contents{overflow:visible;}  #dh_style_07_1523233966209 .mainMenuSet {background:#ffffff;font-weight:bold;font-size:16px;} #dh_style_07_1523233966209 #hot>a {background:#ffffff;color:#191919;font-weight:bold;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-right-style:none;border-top-style:none;border-right-width:0px;border-top-width:0px;border-left-color:#ffffff;} #dh_style_07_1523233966209 .columnSet {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;} #dh_style_07_1523233966209 .mainMenuSet:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#000000;}
 #div_includeBlock_1495872644153{width:1203px;height:125px;position:absolute;top:0.5px;left:calc(50% - 601.5px);z-index:99999;}   @media screen and (max-width:640px) {#div_includeBlock_1495872644153{width:100%;height:44px;top:0px;left:0%;}} #div_includeBlock_1495872644153 > .view_contents{overflow:visible;} 

 #text_style_01_1523101002400{width:11.325818572195384%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:74.71530230499577%;top:47.48512268066406px;}   @media screen and (max-width:640px) {#text_style_01_1523101002400{width:100%;top:44px;left:0%;}}  #text_style_01_1523101002400>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523101002400>.view_contents {box-sizing:border-box;}} #comm_layout_header{height:125.5px;display:block;z-index:99999;}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;display:block;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {opacity:1;background:#e7e7e7;} #comm_layout_header>.view_contents {opacity:1;background:#ffffff;}


 #image_style_01_1523184292315{width:1920px;height:460px;position:absolute;top:0.5px;left:calc(50% - 960px);}   @media screen and (max-width:640px) {#image_style_01_1523184292315{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1523184292315 > .view_contents{overflow:visible;}  #layout_1496391951706{height:460.5px;}   @media screen and (max-width:640px) {#layout_1496391951706{height:268px;}} #layout_1496391951706 > .view_contents{overflow:visible;} 
 #layout_1496392147940{height:1px;}   @media screen and (max-width:640px) {#layout_1496392147940{height:1px;}} #layout_1496392147940 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_05_1523185171123{width:883px;left:26.625%;top:65px;position:absolute;}   @media screen and (max-width:640px) {#productList_style_05_1523185171123{width:100%;left:0%;top:0px;}} #productList_style_05_1523185171123 > .view_contents{overflow:visible;}  #productList_style_05_1523185171123 .imgSet {border-top-color:#b2b2b2;border-top-style:solid;border-right-color:#b2b2b2;border-bottom-color:#b2b2b2;border-left-color:#b2b2b2;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;background:transparent;} #productList_style_05_1523185171123 .titleSet {text-align:center;}

 #text_style_01_1523185645179{width:281px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:0.04166666666666667%;}   @media screen and (max-width:640px) {#text_style_01_1523185645179{width:100%;top:0px;left:0%;}}  #text_style_01_1523185645179>.view_contents {box-sizing:border-box;font-size:20px;font-family:SimSun;padding-left:8px;background:#999999;color:#ffffff;} #text_style_01_1523185645179  {border-top-color:#ff0000;border-top-style:solid;border-top-width:4px;background:#b2b2b2;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523185645179>.view_contents {box-sizing:border-box;}}

 #prodKind_style_04_1523185082242{width:281px;position:absolute;top:100px;left:0%;}   @media screen and (max-width:640px) {#prodKind_style_04_1523185082242{width:89.10891089108911%;top:0px;left:5.445544554455445%;}} #prodKind_style_04_1523185082242 > .view_contents{overflow:visible;}  #prodKind_style_04_1523185082242  {border-top-style:none;border-top-color:#ff0000;border-top-width:0px;border-bottom-color:#ff0000;border-bottom-style:none;border-bottom-width:5px;background:#cccccc;} #prodKind_style_04_1523185082242 .oneSet {border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;background:#e5e5e5;} #prodKind_style_04_1523185082242 .oneBgSet {}

 #prodKind_style_04_1523186109320{width:281px;position:absolute;top:388px;left:0%;}   @media screen and (max-width:640px) {#prodKind_style_04_1523186109320{width:89.10891089108911%;top:0px;left:5.445544554455445%;}} #prodKind_style_04_1523186109320 > .view_contents{overflow:visible;}  #prodKind_style_04_1523186109320 .oneSet {border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;background:#e5e5e5;}

 #text_style_01_1523186198239{width:281px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:348px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1523186198239{width:100%;top:247px;left:0%;}}  #text_style_01_1523186198239>.view_contents {box-sizing:border-box;font-size:20px;font-family:SimSun;padding-left:8px;background:#999999;color:#ffffff;} #text_style_01_1523186198239  {border-top-color:#ff0000;border-top-style:solid;border-top-width:4px;background:#b2b2b2;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_01_1523186198239>.view_contents {box-sizing:border-box;}} #layout_1523184380892{height:752px;}   @media screen and (max-width:640px) {#layout_1523184380892{}} #layout_1523184380892 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1523186197598{height:99px;}   @media screen and (max-width:640px) {#layout_1523186197598{}} #layout_1523186197598 > .view_contents{overflow:visible;max-width:1200px;} 





 #text_style_02_1495010939551{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:12.596240942028986%;top:29.5px;}   @media screen and (max-width:640px) {#text_style_02_1495010939551{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1495010939551>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1495010939551>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1495010939557{width:50px;height:3px;position:absolute;left:12.596240942028986%;top:70px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1495010939557{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1495010939557 > .view_contents{overflow:visible;}  #div_blank_1495010939557  {box-sizing:border-box;background:#00adbd;} #diy_none_obj   {box-sizing:border-box;background:#00adbd;} @media screen and (max-width:640px) { #div_blank_1495010939557  {box-sizing:border-box;}}

 #dh_style_03_1495010939560{width:36.91756272401434%;z-index:999;left:8.973052536231885%;top:97.5px;position:absolute;}   @media screen and (max-width:640px) {#dh_style_03_1495010939560{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1495010939560 > .view_contents{overflow:visible;}  #dh_style_03_1495010939560 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1495010939560 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1495010939560 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1495010939560 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1495010939560 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1495010939560{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1495010939560{
		
	}
}
 #div_includeBlock_1495010939302{width:23%;height:237.5px;position:absolute;top:0px;left:77%;}   @media screen and (max-width:640px) {#div_includeBlock_1495010939302{width:100%;height:240px;top:467px;left:0%;display:none;}}  #div_includeBlock_1495010939302  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #div_blank_1495010939678{width:50px;height:3px;position:absolute;left:4.9921875%;top:72px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1495010939678{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1495010939678 > .view_contents{overflow:visible;}  #div_blank_1495010939678  {box-sizing:border-box;background:#00adbd;} #diy_none_obj   {box-sizing:border-box;background:#00adbd;} @media screen and (max-width:640px) { #div_blank_1495010939678  {box-sizing:border-box;}}

 #text_style_02_1495010939687{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.9921875%;top:31.5px;}   @media screen and (max-width:640px) {#text_style_02_1495010939687{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1495010939687>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1495010939687>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1495010939690{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:5%;}   @media screen and (max-width:640px) {#text_style_02_1495010939690{width:370px;top:0px;}}  #text_style_02_1495010939690>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1495010939690>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1495010939310{width:40.08333333333333%;height:247.5px;position:absolute;top:0px;left:35.083333333333336%;}   @media screen and (max-width:640px) {#div_includeBlock_1495010939310{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1495010939310  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #text_style_02_1495010939790{width:84%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:212.5px;left:11.671875%;}   @media screen and (max-width:640px) {#text_style_02_1495010939790{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1495010939790>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1495010939790>.view_contents {box-sizing:border-box;}}

 #div_blank_1495010939799{width:50px;height:3px;position:absolute;left:4.03125%;top:72px;z-index:2;}   @media screen and (max-width:640px) {#div_blank_1495010939799{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1495010939799 > .view_contents{overflow:visible;}  #div_blank_1495010939799  {box-sizing:border-box;background:#00adbd;} #diy_none_obj   {box-sizing:border-box;background:#00adbd;} @media screen and (max-width:640px) { #div_blank_1495010939799  {box-sizing:border-box;}}

 #image_style_01_1495010939803{width:9.75%;height:25px;position:absolute;top:97.5px;left:1.515625%;}   @media screen and (max-width:640px) {#image_style_01_1495010939803{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1495010939803 > .view_contents{overflow:visible;} 

 #image_style_01_1495010939805{width:9.5%;height:25px;position:absolute;top:136px;left:1.41796875%;}   @media screen and (max-width:640px) {#image_style_01_1495010939805{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1495010939805 > .view_contents{overflow:visible;} 

 #image_style_01_1495010939808{width:6.833333333333333%;height:25px;position:absolute;top:176px;left:2.69921875%;}   @media screen and (max-width:640px) {#image_style_01_1495010939808{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1495010939808 > .view_contents{overflow:visible;} 

 #image_style_01_1495010939813{width:6.166666666666667%;height:25px;position:absolute;top:214.5px;left:3.0390625%;}   @media screen and (max-width:640px) {#image_style_01_1495010939813{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1495010939813 > .view_contents{overflow:visible;} 

 #image_style_01_1495010939817{width:10%;height:35px;position:absolute;top:248px;left:1.08984375%;}   @media screen and (max-width:640px) {#image_style_01_1495010939817{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1495010939817 > .view_contents{overflow:visible;} 

 #text_style_02_1495010939820{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:11.74609375%;}   @media screen and (max-width:640px) {#text_style_02_1495010939820{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1495010939820>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1495010939820>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495010939823{width:49.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:11.46875%;}   @media screen and (max-width:640px) {#text_style_02_1495010939823{width:100%;top:145px;left:0%;display:none;}}  #text_style_02_1495010939823>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1495010939823>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495010939830{width:66.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:174.5px;left:11.9921875%;}   @media screen and (max-width:640px) {#text_style_02_1495010939830{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1495010939830>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1495010939830>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495010939839{width:88.1015625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:250.5px;left:11.9140625%;}   @media screen and (max-width:640px) {#text_style_02_1495010939839{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1495010939839>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1495010939839>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495010939845{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.046875%;top:31.5px;}   @media screen and (max-width:640px) {#text_style_02_1495010939845{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1495010939845>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1495010939845>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1495010939316{width:34.583333333333336%;height:283px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#div_includeBlock_1495010939316{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1495010939316  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1495010939316  {border-left-width:0px;}}
 #div_includeBlock_1495010939118{width:1200px;height:283px;position:absolute;top:15.5px;left:calc(50% - 600px);}   @media screen and (max-width:640px) {#div_includeBlock_1495010939118{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #text_style_02_1495010939421{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0%;}   @media screen and (max-width:640px) {#text_style_02_1495010939421{width:100%;top:10px;left:0%;}}  #text_style_02_1495010939421>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1495010939421>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;line-height:20px;padding-right:0px;padding-bottom:10px;}}
 #div_includeBlock_1495010939123{width:100%;height:51px;position:absolute;top:336.5px;left:0%;}   @media screen and (max-width:640px) {#div_includeBlock_1495010939123{width:92.36842105263158%;height:60px;top:0px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1495010939123  {background:#000000;}
 #div_includeBlock_1495010938960{width:100%;height:387.5px;position:absolute;top:20.136871337890625px;left:0%;}   @media screen and (max-width:640px) {#div_includeBlock_1495010938960{width:100%;height:60px;top:0px;left:0%;}}  #div_includeBlock_1495010938960  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1495010938960  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:410px;display:block;}   @media screen and (max-width:640px) {#comm_layout_footer{height:60px;display:block;}} 
.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;*/
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    /* color: #cccccc; */
}
.lang-list > .lang-item {
    font-size:14px;
}
	#image_style_01_1523100906284 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523100906284 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523100906284 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523100906284 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_7{width:100%; position:relative;}
.menuStyle_7 *{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_7 .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_7 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_7 ul,.menuStyle_7 li{padding:0;margin:0px;list-style:none}
.menuStyle_7 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_7 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_7 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_7 .menuUl>li{position:relative;z-index: 3;}
.menuStyle_7 .menuUl>li>a{text-decoration:none; color:#4d5158;font-size:14px;height:60px; box-sizing:border-box; line-height:60px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; background:linear-gradient(0deg,#e7e7e7,#fefefe);}
.menuStyle_7 .menuUl #hot{z-index: 3;}
.menuStyle_7 .menuUl #hot>a{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;}
.menuStyle_7 .menuLayout .miniMenu{display:none;}
.menuStyle_7 .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_7 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_7 .menuUl02 .subMenu02 { float: none; position: relative;}
.menuStyle_7 .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_7 .menuUl02 .subMenu02>a:hover {background: #eee;}
.menuStyle_7 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_7 .menuUl03{position: absolute; background: #f5f5f5; left: 130px; top: 0; display: none;}
.menuStyle_7 .menuUl03 .subMenu03{color: #333; width: 130px; padding: 0 15px; line-height: 40px;}
.menuStyle_7 .menuUl03 .subMenu03:hover{background: #eee;}
.menuStyle_7 .menuUl03 .subMenu03>a{ color: inherit; background: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_7 .rflex { position: relative;}

.menuStyle_7 .menuson2{width: 100%;min-width:680px;position: absolute;text-align: left;top: calc(100% - 2px);background: linear-gradient(180deg,#e7e7e7,#fefefe); padding:0 20px;padding-bottom:25px;z-index:2;border:1px solid #ddd;  display:none;}
.menuStyle_7 .sondiv{width:60%;float:left;}
.menuStyle_7 .son2box{width:85px;float:left;}
.menuStyle_7 .son2{color:#666;font-weight:bold;padding: 5px 2px;}
.menuStyle_7 .son2:hover{background: #0091db;color:#fff;}
.menuStyle_7 .son3box{float:left;width:calc(100% - 85px); vertical-align:middle;}
.menuStyle_7 .son3box a{color:#999;margin:0 10px;display: inline; padding:5px 2px;}
.menuStyle_7 .son3box a:hover{background: #0091db;color:#fff;}
.menuStyle_7 .bcimg{float:right;width:35%;margin-top:15px;}
.menuStyle_7 .bcimg img{width:100%;}
.menuStyle_7 .showbox{line-height:35px;border-bottom:1px solid #c6c6c6;}
.menuStyle_7 .clearhr{border:none;clear:both;}
.menuStyle_7 .mainMenuSet:hover{color:#0091db; background: #e7e7e7;border:1px solid #ddd;border-bottom:none;z-index: 5;}
@media screen and (max-width:640px) {
.menuStyle_7 .menuUl,
.menuStyle_7 .menuUl_box {display:none;}
.menuStyle_7 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_7 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_7 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_7 .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_7 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_7 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_7 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px; clear: both;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:16px; line-height:44px;}
.menuStyle_7 .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_7 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: block; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_7 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_7 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_7 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_7 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}



	#image_style_01_1523184292315 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523184292315 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1523184292315 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1523184292315 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_default3{width:100%; clear: both;}
.prod_default3 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default3 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default3 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default3 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default3 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default3 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default3 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50% !important; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default3 .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%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default3 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default3 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default3 .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; height: 38px\0;}
.prod_default3 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_detail { font-size: 12px; height: 28px\0; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default3 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default3 .p_group .p_lb{display: none;}
.prod_default3 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default2 .p_line2{margin-bottom: 5px; overflow: hidden;; width: 100%;margin-top: 10px;}
.prod_default3 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default3 .p_jg{display: none;}
.prod_default3 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default3 .p_value {color: #ff002a; font-size:26px;}
.prod_default3 .unit {color: #ff002a;font-size: 16px;}
.prod_default3 .p_vip { text-align: right; line-height:24px; height: 26px; white-space: nowrap;display: inline;position: absolute;left:0;width:100%;}
.prod_default3 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default3 .v_value {color: #333; font-size: 18px;}
.prod_default3 .v_unit {color: #333;font-size: 12px;}
.prod_default3 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default3 .p_link { float: left; width: 48%; text-align: center;}
.prod_default3 .p_link a {display: block; padding: 10px 15px;}
.prod_default3 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default3 .p_cart a {display: block; padding: 10px 15px;}
.prod_default3 a{text-decoration:none; }
.prod_default3 .prod_info .p_buy{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #ff6700; color:#fff;font-size:16px; cursor: pointer;display: none;}
.prod_default3 .prod_info .p_buy a{color:inherit;font-size:inherit;position: absolute;left: 50%;top: 50%;max-width: 85%;-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.prod_default3 .prod_Item:hover .p_buy{display: block;}

/*分页*/
.prod_default3 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default3 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default3 .page_btn a.cur,.prod_default3 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default3 .page_btn a:nth-child(n+12){display: none;}
.prod_default3 .page_btn a:nth-last-child(1),.prod_default3 .page_btn a:nth-last-child(2),.prod_default3 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default3 .prev_btn,.prod_default3 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default3 .no_page{border: 0 !important;}
.prod_default3 .page_btn a:nth-child(n+10){display: none;}

.prod_default3 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;line-height: 30px;clear:both;}
.prod_default3 .p_price2{font-family: "宋体";}
.prod_default3 .yuanjia2{color:#888;font-size: 12px;}
.prod_default3 .fuhao{color:#ff002a;font-size: 16px;font-family: "微软雅黑";}
.prod_default3 .jiage{color: #888;font-size: 12px;}


.prod_default3 .freeinfo{ clear:both; overflow:hidden;}
.prod_default3 .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_default3 .Collage_item{ border:1px solid #e5e5e5; }
.prod_default3 .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default3 .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default3 .prod_top{ background-color:#f00; overflow:hidden; padding:10px 10px; color:white; font-size:14px; position:absolute; bottom:0; left:0; width:100%; z-index: 100;}

@media screen and (max-width:992px){
    .prod_default3 .prod_Item:hover .p_buy{display: none;}
}

@media screen and (max-width: 767px){
.prod_default3 .prod_top{ font-size:12px; }
.prod_default3 .Collage_ico{ width:25px; height:25px; }
/*产品列表*/
.prod_default3 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default3 .prod:nth-child(2n){border-right: none;}
.prod_default3 .prod_info{padding: 6px;}
.prod_default3 .unit,.prod_default3 .p_vip .v_jg,.prod_default3 .v_unit{font-size: 12px;}
.prod_default3 .p_vip{height: 18px; line-height: 23px;}
.prod_default3 .v_value{font-size: 14px;}
.prod_default3 .p_value{font-size: 18px;}
.prod_default3 .prod .p_detail{display: none !important;}
/*分页*/
/* .prod_default3 .page_btn a:nth-child(n+5){display: none;} */
}




/*pc*/
#productList_style_05_1523185171123 li{width: 32%;}
#productList_style_05_1523185171123 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_05_1523185171123 li{width: 32%;}
	#productList_style_05_1523185171123 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_05_1523185171123 li{width: 49%;}
	#productList_style_05_1523185171123 li.prod_Item{margin-bottom:2%;}
}

#productList_style_05_1523185171123 .p_detail.pc {display:block;}
#productList_style_05_1523185171123 .p_detail.pad, #productList_style_05_1523185171123 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_05_1523185171123 .p_detail.pad {display:block;}
	#productList_style_05_1523185171123 .p_detail.pc, #productList_style_05_1523185171123 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_05_1523185171123 .p_detail.mobile {display:block;}
	#productList_style_05_1523185171123 .p_detail.pc, #productList_style_05_1523185171123 .p_detail.pad {display:none;}
	}

#productList_style_05_1523185171123 .p_name.pc {display:block;}
#productList_style_05_1523185171123 .p_name.pad, #productList_style_05_1523185171123 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_05_1523185171123 .p_name.pad {display:block;}
	#productList_style_05_1523185171123 .p_name.pc, #productList_style_05_1523185171123 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_05_1523185171123 .p_name.mobile {display:block;}
	#productList_style_05_1523185171123 .p_name.pc, #productList_style_05_1523185171123 .p_name.pad {display:none;}
	}


	/*产品状态  新品  推荐*/
	#productList_style_05_1523185171123 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_05_1523185171123 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_05_1523185171123 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_05_1523185171123 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_05_1523185171123 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_05_1523185171123 .submit_div{ display: inline-block; }
	
	#productList_style_05_1523185171123 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_05_1523185171123 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_05_1523185171123 .page_submit{margin-left:5px;}
	#productList_style_05_1523185171123 .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_05_1523185171123 .page_btn{ font-size:12px; }
			#productList_style_05_1523185171123 .submit_div{ display:none; }
		}

			#productList_style_05_1523185171123 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_05_1523185171123 .page{line-height:30px; padding:0 13px;}
		}
		/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;z-index: 9999;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0 10px;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}

/*图标*/
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;z-index: 9999;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0 10px;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}

/*图标*/
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}/*菜单样式*/
.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;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

	#image_style_01_1495010939803 .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_1495010939803 .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_1495010939803 .CompatibleImg img{null}}
#image_style_01_1495010939803 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_1495010939805 .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_1495010939805 .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_1495010939805 .CompatibleImg img{null}}
#image_style_01_1495010939805 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_1495010939808 .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_1495010939808 .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_1495010939808 .CompatibleImg img{null}}
#image_style_01_1495010939808 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_1495010939813 .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_1495010939813 .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_1495010939813 .CompatibleImg img{null}}
#image_style_01_1495010939813 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_1495010939817 .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_1495010939817 .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_1495010939817 .CompatibleImg img{null}}
#image_style_01_1495010939817 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;}
