
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/

li.prod_Item.modSet .prod_info.prod_infos .p_name.titleSet.pc a{text-align:center;font-size:22px;}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-image:url('../img/upimages/pkgimg/pkgimg/pkgimg/homePage_repairBg.jpg'); }
body{ background-size:100% auto; }
body{ background-position:left top ; }


 #image_logo_1488787623777{width:39.83333333333333%;height:90px;position:absolute;top:5px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1488787623777{left:1.4697110286320254%;top:20px;width:32.44962884411453%;height:60px;}}   @media screen and (max-width:640px) {#image_logo_1488787623777{width:82.5%;height:56px;top:0.5px;left:1.5789473684210527%;}} 

 #dh_style_01_1488858281479{width:52.25%;z-index:999;position:absolute;top:16px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1488858281479{z-index:999;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1488858281479{width:13.750000000000002%;z-index:999;top:5px;left:86.25%;display:block;}} #dh_style_01_1488858281479 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_01_1488858281479 #hot>a {color:#80c52e;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1488858281479 .menuStyle_1 .menuUl li a{
	display:inline;

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1488858281479{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1488858281479{
		
	}
}

 #dh_style_01_1484200387825{width:52.25%;z-index:999;position:absolute;top:35px;left:47.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484200387825{z-index:999;width:632px;left:29.40416224814422%;top:35px;}}   @media screen and (max-width:640px) {#dh_style_01_1484200387825{width:100%;z-index:999;top:6px;left:0%;display:none;}} #dh_style_01_1484200387825 > .view_contents{overflow:visible;}  #dh_style_01_1484200387825 .mainMenuSet {font-size:16px;color:#3a3a3a;height:25px;line-height:25px;padding-bottom:5px;} #dh_style_01_1484200387825 #hot>a {color:#80c52e;border-bottom-color:#80c52e;border-bottom-style:solid;border-bottom-width:2px;} #dh_style_01_1484200387825 .columnSet {height:30px;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484200387825 .menuStyle_1 .menuUl li a{
	display:inline;

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484200387825{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484200387825{
		
	}
} #comm_layout_header{height:101px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:105px;z-index:999;}}   @media screen and (max-width:640px) {#comm_layout_header{height:59px;z-index:10;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#ffffff;}


 #banner_style_01_1488439822295{width:100%;height:462px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1488439822295{height:305px;}}   @media screen and (max-width:640px) {#banner_style_01_1488439822295{width:100%;height:123px;top:0px;left:0%;}} 
/*----------------------電腦闆式樣式----------------------*/
#banner_style_01_1488439822295{
	
}

#banner_style_01_1488439822295 .btn_prev{display:none !important;}
#banner_style_01_1488439822295 .btn_next{display:none !important;}

#banner_style_01_1488439822295 .ground_glass{
height:80% !important;
top:10% !important;
}
#banner_style_01_1488439822295 .btn_prev{

height:60px !important;
width:60px !important;
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
background:url(../img/banner/style_01/hover_left.png) no-repeat center !important;
background-color:gray !important;

}

#banner_style_01_1488439822295 .btn_prev:hover,#banner_style_01_1488439822295 .btn_next:hover{
background-color:rgb(0,160,233)  !important;

}
#banner_style_01_1488439822295 .btn_next{

height:60px !important;
width:60px !important;
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
background:url(../img/banner/style_01/hover_right.png) no-repeat center !important;
background-color:gray !important;


}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1488439822295{
		
	}
#banner_style_01_1488439822295 .ground_glass{
height:75% !important;
top:12.5% !important;
}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1488439822295{
		
	}
#banner_style_01_1488439822295 .ground_glass{
height:65% !important;
top:17.5% !important;
}
#banner_style_01_1488439822295 .btn_next{width:30px !important;height:25px !important;}
#banner_style_01_1488439822295 .btn_prev{width:30px !important;height:25px !important;}
}

 #div_blank_1488511221341{width:100%;height:300px;position:absolute;top:81px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1488511221341{display:none;}}   @media screen and (max-width:640px) {#div_blank_1488511221341{width:82.64462809917356%;height:200px;top:682.5px;left:8.67768595041322%;display:none;}} #div_blank_1488511221341 > .view_contents{overflow:visible;}  #div_blank_1488511221341  {box-sizing:border-box;background:rgba(64,141,53,0.3);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1488511221341  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1488511221341  {box-sizing:border-box;}}


 #text_style_02_1488511282227{width:74.98046875%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.984375px;left:12.509765625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488511282227{left:45%;top:48px;}}   @media screen and (max-width:640px) {#text_style_02_1488511282227{width:100%;top:17px;left:0%;}}  #text_style_02_1488511282227>.view_contents {box-sizing:border-box;color:#ffffff;font-size:40px;text-align:center;} #text_style_02_1488511282227 .diyCurTab:hover {font-size:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488511282227>.view_contents {box-sizing:border-box;font-size:34px;}} @media screen and (max-width:640px) { #text_style_02_1488511282227>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1488511282227{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1488511282227{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1488511282227{
		
	}
}

 #text_style_02_1488511453233{width:66.41666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:178.99307250976562px;left:16.773147583007812%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488511453233{left:27.500000000000004%;top:112px;}}   @media screen and (max-width:640px) {#text_style_02_1488511453233{width:100%;top:43px;left:0%;}}  #text_style_02_1488511453233>.view_contents {box-sizing:border-box;color:#ffffff;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488511453233>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1488511453233>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}
 #div_includeBlock_1488513090134{width:1200px;height:300px;position:absolute;top:81px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488513090134{top:52.5px;left:-27.25344644750795%;height:212px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488513090134{width:100%;height:83px;top:19.5px;left:0%;}}  @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1488513090134  {background:rgba(0,0,0,0.6);}} @media screen and (max-width:640px) { #div_includeBlock_1488513090134  {background:rgba(0,0,0,0.6);}} #layout_1481530139014{height:462px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481530139014{height:305px;display:block;}}   @media screen and (max-width:640px) {#layout_1481530139014{height:123px;display:block;}} #layout_1481530139014 > .view_contents{max-width:1200px;}  #layout_1481530139014  {background-size:cover;background-repeat:no-repeat;background-position-x:50%;} @media screen and (max-width:640px) { #layout_1481530139014  {background-size:cover;}}


 #text_style_02_1488866602606{width:44.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:23.9930419921875px;left:51.83159891764323%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488866602606{width:46.76564156945917%;left:51.83258218451749%;top:44px;}}   @media screen and (max-width:640px) {#text_style_02_1488866602606{width:100%;top:7px;left:0%;z-index:2;}}  #text_style_02_1488866602606>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:30px;font-family:Microsoft YaHei;font-weight:bold;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488866602606>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1488866602606>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;}}

 #text_style_02_1488866760091{width:40.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:105.00001525878906px;left:51.83304341634115%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488866760091{width:43.16012725344645%;left:51.83258218451749%;top:168px;}}   @media screen and (max-width:640px) {#text_style_02_1488866760091{width:100%;top:305px;left:0%;z-index:2;}}  #text_style_02_1488866760091>.view_contents {box-sizing:border-box;color:#80c52e;font-size:24px;font-family:Microsoft YaHei;font-weight:normal;text-align:left;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488866760091>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1488866760091>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:33px;}}

 #image_style_01_1488866444397{width:36.16666666666667%;height:259px;position:absolute;top:24px;left:8.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488866444397{width:374px;left:3.89382290562036%;top:9px;}}   @media screen and (max-width:640px) {#image_style_01_1488866444397{width:98.75%;height:224px;top:73px;left:0.625%;}} #image_style_01_1488866444397 > .view_contents{overflow:visible;} 
/*----------------------電腦闆式樣式----------------------*/
#image_style_01_1488866444397{
	
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1488866444397{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1488866444397{
		
	}
} #layout_1488865500568{height:277.91937255859375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488865500568{height:328px;}}   @media screen and (max-width:640px) {#layout_1488865500568{height:404px;}} #layout_1488865500568 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488865500568  {background-repeat:no-repeat;background-size:100% auto;background-position-x:50%;background-position-y:0%;background:#fafbfd;} #layout_1488865500568>.view_contents {background-repeat:no-repeat;background-size:100% auto;background-position-y:0%;background-position-x:50%;}



 #image_style_01_1488442461218{position:absolute;top:67px;left:0%;width:100%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488442461218{left:22.451790633608816%;width:55.09641873278237%;height:101px;top:54px;}}   @media screen and (max-width:640px) {#image_style_01_1488442461218{width:100%;height:85px;top:28px;left:0%;}} #image_style_01_1488442461218 > .view_contents{overflow:visible;} 

 #text_style_02_1488443251485{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:306px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488443251485{left:calc(50% - 106px);top:263px;}}   @media screen and (max-width:640px) {#text_style_02_1488443251485{width:100%;top:223px;left:0%;}}  #text_style_02_1488443251485>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488443251485>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488443251485>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1488442461249{width:80px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:204px;left:calc(50% - 40px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488442461249{left:calc(50% - 40px);top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1488442461249{width:50%;top:136px;left:25%;}}  #text_style_02_1488442461249>.view_contents {box-sizing:border-box;font-size:12px;color:rgba(255,255,255,0.5);text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488442461249>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488442461249>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1488442460310{width:25%;height:413px;position:absolute;top:0px;left:25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488442460310{height:350px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488442460310{width:50%;height:280px;top:0px;left:50%;}}  #div_includeBlock_1488442460310  {background-repeat:no-repeat;background:#00bfbf  url(../img/upimages/pkgimg/pkgimg/pkgimg/homePage_services_2.jpg);}


 #image_style_01_1488441781436{position:absolute;top:67px;left:0%;width:100%;height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488441781436{left:22.451790633608816%;width:55.09641873278237%;top:54px;}}   @media screen and (max-width:640px) {#image_style_01_1488441781436{width:100%;height:85px;top:28px;left:0%;}} #image_style_01_1488441781436 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #image_style_01_1488441781436>.view_contents {line-height:30px;}}

 #text_style_02_1488441956130{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:306px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488441956130{left:0%;width:100%;top:263px;}}   @media screen and (max-width:640px) {#text_style_02_1488441956130{width:100%;top:223px;left:0%;}}  #text_style_02_1488441956130>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488441956130>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488441956130>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1488442186550{width:80px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:204px;left:calc(50% - 40px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488442186550{left:calc(50% - 40px);top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1488442186550{width:50%;top:136px;left:25%;}}  #text_style_02_1488442186550>.view_contents {box-sizing:border-box;font-size:12px;color:rgba(255,255,255,0.5);text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488442186550>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488442186550>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1488440401919{width:25%;height:413px;position:absolute;top:0%;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488440401919{height:350px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488440401919{width:50%;height:280px;top:0%;left:0%;}}  #div_includeBlock_1488440401919  {background-repeat:no-repeat;background: url(../img/upimages/pkgimg/pkgimg/pkgimg/homePage_services_1.jpg);}


 #text_style_02_1488443266566{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:306px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488443266566{left:4.661016949152542%;top:263px;}}   @media screen and (max-width:640px) {#text_style_02_1488443266566{width:100%;top:223px;left:0%;}}  #text_style_02_1488443266566>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488443266566>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488443266566>.view_contents {box-sizing:border-box;font-size:14px;}}

 #image_style_01_1488442475810{position:absolute;top:67px;left:0%;width:100%;height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488442475810{left:22.245762711864405%;width:55.09641873278237%;height:101px;top:54px;}}   @media screen and (max-width:640px) {#image_style_01_1488442475810{width:100%;height:85px;top:28px;}} #image_style_01_1488442475810 > .view_contents{overflow:visible;} 

 #text_style_02_1488442475820{width:80px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:204px;left:calc(50% - 40px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488442475820{left:32.83898305084746%;top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1488442475820{width:50%;top:136px;left:25%;}}  #text_style_02_1488442475820>.view_contents {box-sizing:border-box;font-size:12px;color:rgba(255,255,255,0.5);text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488442475820>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488442475820>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1488442475299{width:25%;height:413px;position:absolute;top:0px;left:50%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488442475299{height:350px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488442475299{width:50%;height:280px;top:280px;left:0%;}}  #div_includeBlock_1488442475299  {background-repeat:no-repeat;background: url(../img/upimages/pkgimg/pkgimg/pkgimg/homePage_services_3.jpg);}


 #text_style_02_1488442488750{width:80px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:204px;left:calc(50% - 40px);}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488442488750{left:calc(50% - 40px);top:187px;}}   @media screen and (max-width:640px) {#text_style_02_1488442488750{width:50%;top:136px;left:25%;}}  #text_style_02_1488442488750>.view_contents {box-sizing:border-box;font-size:12px;color:rgba(255,255,255,0.5);text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488442488750>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488442488750>.view_contents {box-sizing:border-box;}}

 #image_style_01_1488442488734{position:absolute;top:67px;left:0%;width:100%;height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488442488734{left:22.451790633608816%;width:55.09641873278237%;top:54px;}}   @media screen and (max-width:640px) {#image_style_01_1488442488734{width:100%;height:85px;top:28px;left:0%;}} #image_style_01_1488442488734 > .view_contents{overflow:visible;} 

 #text_style_02_1488443300559{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:306px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488443300559{left:calc(50% - 106px);top:263px;}}   @media screen and (max-width:640px) {#text_style_02_1488443300559{width:100%;top:223px;left:0%;}}  #text_style_02_1488443300559>.view_contents {box-sizing:border-box;font-size:20px;color:#ffffff;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488443300559>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488443300559>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1488442488237{width:25%;height:413px;position:absolute;top:0px;left:75%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1488442488237{height:350px;}}   @media screen and (max-width:640px) {#div_includeBlock_1488442488237{width:50%;height:280px;top:280px;left:50%;}}  #div_includeBlock_1488442488237  {background-repeat:no-repeat;background: url(../img/upimages/pkgimg/pkgimg/pkgimg/homePage_services_4.jpg);} #layout_1481337935255{height:413px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481337935255{height:350px;display:block;}}   @media screen and (max-width:640px) {#layout_1481337935255{height:560px;display:none;}} #layout_1481337935255 > .view_contents{max-width:1200px;}  #layout_1481337935255  {background:#fafbfd;}


 #image_style_01_1488510246206{width:49.416666666666664%;height:345px;position:absolute;top:70.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488510246206{left:3.711558854718982%;top:115.5px;width:362px;height:222px;}}   @media screen and (max-width:640px) {#image_style_01_1488510246206{width:96%;height:180px;top:63px;left:2%;}} #image_style_01_1488510246206 > .view_contents{overflow:visible;} 

 #text_style_02_1488444191473{width:47.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70.5px;left:50.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488444191473{width:482px;left:48.69266967126193%;top:82px;}}   @media screen and (max-width:640px) {#text_style_02_1488444191473{width:100%;top:5px;left:0%;}}  #text_style_02_1488444191473>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:36px;font-family:Microsoft YaHei;font-weight:bold;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488444191473>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1488444191473>.view_contents {box-sizing:border-box;font-size:18px;padding-left:20px;}}

 #text_style_02_1488510423748{width:31.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:175px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488510423748{left:48.69266967126193%;top:155px;width:359px;}}   @media screen and (max-width:640px) {#text_style_02_1488510423748{width:100%;top:257.5px;left:0%;}}  #text_style_02_1488510423748>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:22px;line-height:30px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488510423748>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488510423748>.view_contents {box-sizing:border-box;font-size:16px;padding-left:20px;}}

 #text_style_02_1488508738673{width:35%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:243.5px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488508738673{left:48.69266967126193%;top:209px;}}   @media screen and (max-width:640px) {#text_style_02_1488508738673{width:100%;top:300.5px;left:0%;}}  #text_style_02_1488508738673>.view_contents {box-sizing:border-box;color:#8a8a8a;font-size:18px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488508738673>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488508738673>.view_contents {box-sizing:border-box;font-size:14px;padding-left:20px;}}

 #text_style_02_1488510518759{width:37.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:288px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488510518759{left:48.69266967126193%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1488510518759{width:100%;top:338.5px;left:0%;}}  #text_style_02_1488510518759>.view_contents {box-sizing:border-box;color:#8a8a8a;font-size:18px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488510518759>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488510518759>.view_contents {box-sizing:border-box;font-size:14px;padding-left:20px;}}

 #text_style_02_1488510632623{width:37.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:334px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488510632623{width:426px;left:48.69266967126193%;top:304px;}}   @media screen and (max-width:640px) {#text_style_02_1488510632623{width:100%;top:377.5px;left:0%;}}  #text_style_02_1488510632623>.view_contents {box-sizing:border-box;color:#8a8a8a;font-size:18px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488510632623>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488510632623>.view_contents {box-sizing:border-box;font-size:15px;padding-left:20px;}} #layout_1488442924017{height:415.5px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488442924017{height:374px;display:block;}}   @media screen and (max-width:640px) {#layout_1488442924017{height:452px;display:none;}} #layout_1488442924017 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488442924017  {background-repeat:no-repeat;background-size:cover;background-position-x:0%;background-position-y:0%;background:#fafbfd;}


 #image_style_01_1552638853442{width:49.416666666666664%;height:345px;position:absolute;top:70.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552638853442{left:3.711558854718982%;top:115.5px;width:362px;height:222px;}}   @media screen and (max-width:640px) {#image_style_01_1552638853442{width:96.00000000000001%;height:178.72512647554808px;top:70px;left:2%;}} #image_style_01_1552638853442 > .view_contents{overflow:visible;} 

 #text_style_02_1552638853453{width:47.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65.5px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638853453{width:482px;left:48.69266967126193%;top:82px;}}   @media screen and (max-width:640px) {#text_style_02_1552638853453{width:96%;top:10px;left:2%;}}  #text_style_02_1552638853453>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:36px;font-family:Microsoft YaHei;font-weight:bold;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638853453>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1552638853453>.view_contents {box-sizing:border-box;font-size:18px;padding-left:20px;}}

 #text_style_02_1552638853459{width:31.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:175px;left:52.83333333333333%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638853459{left:48.69266967126193%;top:155px;width:359px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1552638853459{width:96%;top:400.7251264755481px;left:2%;display:none;}}  #text_style_02_1552638853459>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:22px;line-height:30px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638853459>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1552638853459>.view_contents {box-sizing:border-box;font-size:16px;padding-left:20px;}}

 #text_style_02_1552638903963{width:40.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:163px;left:52.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638903963{width:43.16012725344645%;left:51.83258218451749%;top:168px;}}   @media screen and (max-width:640px) {#text_style_02_1552638903963{width:96%;top:258.7251264755481px;left:2%;z-index:2;}}  #text_style_02_1552638903963>.view_contents {box-sizing:border-box;color:#80c52e;font-size:24px;font-family:Microsoft YaHei;font-weight:normal;text-align:left;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638903963>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1552638903963>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:33px;}} #layout_1552638853440{height:415.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552638853440{height:374px;}}   @media screen and (max-width:640px) {#layout_1552638853440{height:394px;}} #layout_1552638853440 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1552638853440  {background-repeat:no-repeat;background-size:cover;background-position-x:0%;background-position-y:0%;background:#fafbfd;}


 #text_style_02_1488445523069{width:47.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:3.3333333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488445523069{}}   @media screen and (max-width:640px) {#text_style_02_1488445523069{width:100%;top:40px;left:0%;}}  #text_style_02_1488445523069>.view_contents {box-sizing:border-box;color:#ffffff;font-size:36px;font-family:Microsoft YaHei;font-weight:bold;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488445523069>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1488445523069>.view_contents {box-sizing:border-box;font-size:22px;text-align:center;}}

 #text_style_02_1488445622634{width:52.916666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:125px;left:3.3333333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488445622634{width:514px;left:3.332118239660657%;top:119px;}}   @media screen and (max-width:640px) {#text_style_02_1488445622634{width:96%;top:99px;left:1.875%;}}  #text_style_02_1488445622634>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488445622634>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488445622634>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1488446276912{width:15%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:300px;left:35.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488446276912{left:69.64475079533405%;top:268px;width:12%;}}   @media screen and (max-width:640px) {#text_style_02_1488446276912{width:40%;top:406px;left:30%;}}  #text_style_02_1488446276912>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;border-top-color:#ffffff;border-right-color:#dadada;border-bottom-color:#dadada;border-left-color:#dadada;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_02_1488446276912  {border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;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;} #text_style_02_1488446276912 .view_contents:hover {background:transparent;border-top-color:#80c52e;border-right-color:#80c52e;border-bottom-color:#80c52e;border-left-color:#80c52e;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;color:#80c52e;} #text_style_02_1488446276912:hover {border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#ffffff;border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488446276912>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_02_1488446276912>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;height:40px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1488446276912{
	transition:all 0.3s;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1488446276912{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1488446276912{
		
	}
} #layout_1488445236217{height:400px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488445236217{height:354px;}}   @media screen and (max-width:640px) {#layout_1488445236217{height:470px;}} #layout_1488445236217 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488445236217  {background:#aaffff  url(../img/upimages/pkgimg/pkgimg/pkgimg/homePage_aboutUs_bg.jpg);background-repeat:no-repeat;background-size:cover;} @media screen and (max-width:640px) { #layout_1488445236217  {background-position-x:75%;background-repeat:no-repeat;}} @media screen and (max-width:640px) { #layout_1488445236217>.view_contents {}}


 #text_style_02_1488508511465{width:45.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:159px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488508511465{width:487px;left:47.1898197242842%;top:130px;}}   @media screen and (max-width:640px) {#text_style_02_1488508511465{width:100%;top:283px;left:0%;z-index:2;}}  #text_style_02_1488508511465>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:22px;line-height:30px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488508511465>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488508511465>.view_contents {box-sizing:border-box;font-size:15px;text-align:center;}}

 #text_style_02_1488508328417{width:43.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:76px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488508328417{left:47.1898197242842%;top:58px;}}   @media screen and (max-width:640px) {#text_style_02_1488508328417{width:100%;top:3px;left:0%;z-index:2;}}  #text_style_02_1488508328417>.view_contents {box-sizing:border-box;font-size:36px;text-align:left;} #text_style_02_1488508328417  {font-size:30px;color:#3a3a3a;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488508328417>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1488508328417>.view_contents {box-sizing:border-box;font-size:20px;padding-left:0px;text-align:center;}}

 #image_style_01_1488446608828{position:absolute;top:40.484375px;left:0%;height:348.48609924316406px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488446608828{width:394px;left:2.2269353128313893%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1488446608828{width:96%;height:200px;top:59px;left:2%;}} #image_style_01_1488446608828 > .view_contents{overflow:visible;}  #image_style_01_1488446608828 .picSet {padding-top:30px;background:transparent;} #image_style_01_1488446608828  {background:transparent;} @media screen and (max-width:640px) { #image_style_01_1488446608828 .picSet {background:rgba(,0.5);}} @media screen and (max-width:640px) { #image_style_01_1488446608828  {background:rgba(255,255,255,1);}}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1488446608828{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1488446608828{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1488446608828 img{
		opacity:0.5;
	}
}

 #text_style_02_1488444595159{width:18.898148333333335%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:417px;left:74.91580708821614%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488444595159{left:77.30646871686108%;top:379px;width:12%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1488444595159{width:40%;top:524.78125px;left:29.067382812499996%;z-index:2;display:none;}}  #text_style_02_1488444595159>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;border-top-color:#dadada;border-right-color:#dadada;border-bottom-color:#dadada;border-left-color:#dadada;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_02_1488444595159  {border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-top-color:#dadada;border-right-color:#dadada;border-bottom-color:#dadada;border-left-color:#dadada;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;} #text_style_02_1488444595159 .view_contents:hover {background:transparent;border-top-color:#80c52e;border-right-color:#80c52e;border-bottom-color:#80c52e;border-left-color:#80c52e;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;color:#ffffff;} #text_style_02_1488444595159:hover {border-top-color:#80c52e;border-right-color:#80c52e;border-bottom-color:#80c52e;border-left-color:#80c52e;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#80c52e;border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488444595159>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_02_1488444595159>.view_contents {box-sizing:border-box;line-height:40px;height:40px;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1488444595159  {border-top-color:#4c4c4c;border-right-color:#4c4c4c;border-bottom-color:#4c4c4c;border-left-color:#4c4c4c;}}
/*----------------------電腦闆式樣式----------------------*/
#text_style_02_1488444595159{
	transition:all 0.3s;
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1488444595159{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1488444595159{
		
	}
}

 #text_style_02_1488509519073{width:45.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:324px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488509519073{width:352px;left:47.1898197242842%;top:268px;}}   @media screen and (max-width:640px) {#text_style_02_1488509519073{width:90%;top:441px;left:5%;z-index:2;}}  #text_style_02_1488509519073>.view_contents {box-sizing:border-box;color:#80c52e;font-size:18px;line-height:35px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488509519073>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488509519073>.view_contents {box-sizing:border-box;font-size:18px;font-weight:bold;}}

 #text_style_02_1488444305212{width:39.58333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:218px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488444305212{width:480px;left:47.1898197242842%;top:184px;}}   @media screen and (max-width:640px) {#text_style_02_1488444305212{width:100%;top:325px;left:0%;z-index:2;}}  #text_style_02_1488444305212>.view_contents {box-sizing:border-box;color:#989797;font-size:18px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488444305212>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488444305212>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4c4c4c;}} #layout_1488446540896{height:563.7265625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488446540896{display:block;height:401px;}}   @media screen and (max-width:640px) {#layout_1488446540896{display:none;height:511px;}} #layout_1488446540896 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488446540896  {background:#ffffff;}


 #text_style_02_1552638948683{width:45.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:159px;left:53.166666666666664%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638948683{width:487px;left:47.1898197242842%;top:130px;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1552638948683{width:96%;top:427.58094054383116px;left:2%;z-index:2;display:none;}}  #text_style_02_1552638948683>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:22px;line-height:30px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638948683>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1552638948683>.view_contents {box-sizing:border-box;font-size:15px;text-align:center;}}

 #text_style_02_1552638948693{width:43.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:76px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638948693{left:47.1898197242842%;top:58px;}}   @media screen and (max-width:640px) {#text_style_02_1552638948693{width:96%;top:12.578125px;left:2%;z-index:2;}}  #text_style_02_1552638948693>.view_contents {box-sizing:border-box;font-size:36px;text-align:left;} #text_style_02_1552638948693  {font-size:30px;color:#3a3a3a;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638948693>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1552638948693>.view_contents {box-sizing:border-box;font-size:20px;padding-left:0px;text-align:center;}}

 #image_style_01_1552638948698{position:absolute;top:40.484375px;left:0.25%;height:348.48609924316406px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552638948698{width:394px;left:2.2269353128313893%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1552638948698{width:96%;height:227px;top:52px;left:2%;}} #image_style_01_1552638948698 > .view_contents{overflow:visible;}  #image_style_01_1552638948698 .picSet {padding-top:30px;background:transparent;} #image_style_01_1552638948698  {background:transparent;} @media screen and (max-width:640px) { #image_style_01_1552638948698 .picSet {background:rgba(,0.5);}} @media screen and (max-width:640px) { #image_style_01_1552638948698  {background:rgba(255,255,255,1);}}
/*----------------------電腦闆式樣式----------------------*/
#image_style_01_1552638948698{
	
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1552638948698{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1552638948698 img{
		opacity:0.5;
	}
}

 #text_style_02_1552638948710{width:18.898148333333335%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:417px;left:74.91580708821614%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638948710{left:77.30646871686108%;top:379px;width:12%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1552638948710{width:40%;top:524.78125px;left:29.067382812499996%;z-index:2;display:none;}}  #text_style_02_1552638948710>.view_contents {box-sizing:border-box;color:#3a3a3a;font-size:18px;font-family:Microsoft YaHei;font-weight:normal;text-align:center;border-top-color:#dadada;border-right-color:#dadada;border-bottom-color:#dadada;border-left-color:#dadada;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #text_style_02_1552638948710  {border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;border-top-color:#dadada;border-right-color:#dadada;border-bottom-color:#dadada;border-left-color:#dadada;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;} #text_style_02_1552638948710 .view_contents:hover {background:transparent;border-top-color:#80c52e;border-right-color:#80c52e;border-bottom-color:#80c52e;border-left-color:#80c52e;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;color:#ffffff;} #text_style_02_1552638948710:hover {border-top-color:#80c52e;border-right-color:#80c52e;border-bottom-color:#80c52e;border-left-color:#80c52e;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#80c52e;border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638948710>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_02_1552638948710>.view_contents {box-sizing:border-box;line-height:40px;height:40px;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1552638948710  {border-top-color:#4c4c4c;border-right-color:#4c4c4c;border-bottom-color:#4c4c4c;border-left-color:#4c4c4c;}}
/*----------------------電腦闆式樣式----------------------*/
#text_style_02_1552638948710{
	transition:all 0.3s;
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1552638948710{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1552638948710{
		
	}
}

 #text_style_02_1552638980592{width:40.91666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:163px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1552638980592{width:43.16012725344645%;left:51.83258218451749%;top:168px;}}   @media screen and (max-width:640px) {#text_style_02_1552638980592{width:96%;top:284.578125px;left:2%;z-index:2;}}  #text_style_02_1552638980592>.view_contents {box-sizing:border-box;color:#80c52e;font-size:24px;font-family:Microsoft YaHei;font-weight:normal;text-align:left;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1552638980592>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1552638980592>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;line-height:33px;}} #layout_1552638948679{height:323px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552638948679{display:block;height:401px;}}   @media screen and (max-width:640px) {#layout_1552638948679{display:block;height:416.578125px;}} #layout_1552638948679 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1552638948679  {background:#ffffff;}


 #text_style_02_1488511708042{width:48.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:43px;left:25.874999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488511708042{}}   @media screen and (max-width:640px) {#text_style_02_1488511708042{width:100%;top:22px;left:0%;}}  #text_style_02_1488511708042>.view_contents {box-sizing:border-box;font-size:36px;text-align:center;} #text_style_02_1488511708042  {font-size:30px;color:#3a3a3a;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488511708042>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1488511708042>.view_contents {box-sizing:border-box;font-size:22px;}} #layout_1488511646869{height:98px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488511646869{}}   @media screen and (max-width:640px) {#layout_1488511646869{height:93px;}} #layout_1488511646869 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488511646869  {background:#ffffff;}


 #productList_style_01_1488512016127{width:100%;left:0%;top:53px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1488512016127{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#productList_style_01_1488512016127{width:96%;left:2.03125%;top:0px;}} #productList_style_01_1488512016127 > .view_contents{overflow:visible;}  #productList_style_01_1488512016127 .titleSet {font-size:20px;color:#3a3a3a;margin-bottom:20px;margin-top:10px;} #productList_style_01_1488512016127 .detailSet {color:#989797;font-size:15px;line-height:30px;} #layout_1488511890452{height:669px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488511890452{height:596px;}}   @media screen and (max-width:640px) {#layout_1488511890452{height:933px;}} #layout_1488511890452 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488511890452  {background:#ffffff;}
 #layout_1484223621667{height:30px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484223621667{height:20px;display:block;}}   @media screen and (max-width:640px) {#layout_1484223621667{height:20px;}} #layout_1484223621667 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484223621667  {background:#ffffff;}
 #layout_1488448494578{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488448494578{}}   @media screen and (max-width:640px) {#layout_1488448494578{}} #layout_1488448494578 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1488447227577{width:24.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:104.6180419921875px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488447227577{left:2.545068928950159%;top:105.625px;width:276px;}}   @media screen and (max-width:640px) {#text_style_02_1488447227577{width:98.4375%;top:79px;left:1.5789473684210527%;display:block;}}  #text_style_02_1488447227577>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488447227577>.view_contents {box-sizing:border-box;line-height:30px;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1488447227577>.view_contents {box-sizing:border-box;}}

 #image_style_01_1488448500697{position:absolute;top:15px;left:6.106770833333333%;height:91px;width:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488448500697{left:6.6277836691410394%;top:25.625px;}}   @media screen and (max-width:640px) {#image_style_01_1488448500697{width:31.25%;height:71px;top:2px;left:34.375%;display:block;}} #image_style_01_1488448500697 > .view_contents{overflow:visible;} 

 #customForm_form_1488506390097{width:330px;height:153px;position:absolute;top:104.609375px;left:70.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1488506390097{top:98.625px;height:54px;left:70.03744697773064%;width:242px;}}   @media screen and (max-width:640px) {#customForm_form_1488506390097{width:82.64462809917356%;height:62px;top:460.625px;left:12.4267578125%;display:none;}} 

 #text_style_02_1488526195576{width:30.416666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:328.454833984375px;left:-0.018519083658854168%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1488526195576{width:62.3541887592789%;left:2.545068928950159%;top:255.625px;}}   @media screen and (max-width:640px) {#text_style_02_1488526195576{width:100%;top:499px;left:0%;display:block;}}  #text_style_02_1488526195576>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1488526195576>.view_contents {box-sizing:border-box;line-height:30px;font-size:12px;text-align:left;}} @media screen and (max-width:640px) { #text_style_02_1488526195576>.view_contents {box-sizing:border-box;text-align:center;}}

 #image_style_01_1488505753587{height:142px;position:absolute;top:139.125px;left:43.60648091634115%;width:154px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488505753587{left:44.03002386002121%;top:105.625px;}}   @media screen and (max-width:640px) {#image_style_01_1488505753587{width:55.09641873278237%;height:213px;top:281px;left:22.451790633608816%;display:block;}} #image_style_01_1488505753587 > .view_contents{overflow:visible;} 

 #text_style_01_1551168431671{width:13.833333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:76.857666015625px;left:43.02314758300781%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1551168431671{width:173px;left:44.03002386002121%;top:33.625px;}}   @media screen and (max-width:640px) {#text_style_01_1551168431671{width:46.578947368421055%;top:219px;left:26.710526315789473%;}}  #text_style_01_1551168431671>.view_contents {box-sizing:border-box;font-size:19px;font-family:Microsoft YaHei;line-height:60px;height:60px;border-top-style:solid;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;border-top-color:#bcbcbc;border-right-color:#bcbcbc;border-bottom-color:#bcbcbc;border-left-color:#bcbcbc;text-indent:1em;border-style:none;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1551168431671>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1551168431671>.view_contents {box-sizing:border-box;text-align:center;text-indent:0em;}}
/*----------------------電腦闆式樣式----------------------*/
#text_style_01_1551168431671{
	
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1551168431671{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1551168431671{
		
	}
} #comm_layout_footer{height:405px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:300px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:535px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#007fff;}
/*----------------------電腦闆式樣式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		
	}
}
.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;*/
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

/* 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_1488439822295 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homePage_banner1.jpg') center top no-repeat;}
                #banner_style_01_1488439822295 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homePage_banner2.jpg') center top no-repeat;}
                #banner_style_01_1488439822295 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homePage_banner3.jpg') center top no-repeat;}
                #banner_style_01_1488439822295 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1488866444397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488866444397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1488866444397 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488866444397 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_1488442461218 .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_1488442461218 .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_1488442461218 .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_1488442461218 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_1488441781436 .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_1488441781436 .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_1488441781436 .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_1488441781436 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_1488442475810 .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_1488442475810 .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_1488442475810 .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_1488442475810 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_1488442488734 .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_1488442488734 .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_1488442488734 .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_1488442488734 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_1488510246206 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488510246206 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1488510246206 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488510246206 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_1552638853442 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552638853442 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1552638853442 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552638853442 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_1488446608828 .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_1488446608828 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1488446608828 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488446608828 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_1552638948698 .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_1552638948698 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1552638948698 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552638948698 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:50%; 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: 50%; 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_1488512016127 li{width: 49%;}
#productList_style_01_1488512016127 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1488512016127 li{width: 49%;}
	#productList_style_01_1488512016127 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1488512016127 li{width: 100%;}
	#productList_style_01_1488512016127 li.prod_Item{margin-bottom:2%;}
}

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

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

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


	/*产品状态  新品  推荐*/
	#productList_style_01_1488512016127 .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_01_1488512016127 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1488512016127 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1488512016127 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1488512016127 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1488512016127 .submit_div{ display: inline-block; }
	
	#productList_style_01_1488512016127 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1488512016127 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1488512016127 .page_submit{margin-left:5px;}
	#productList_style_01_1488512016127 .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_1488512016127 .page_btn{ font-size:12px; }
			#productList_style_01_1488512016127 .submit_div{ display:none; }
		}

			#productList_style_01_1488512016127 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1488512016127 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
        	
	#image_style_01_1488448500697 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488448500697 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1488448500697 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488448500697 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_1488505753587 .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_1488505753587 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1488505753587 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488505753587 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;}
