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

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

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

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

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

body{ background-position:left top; }



 #image_logo_1503902155511{width:25.583333333333336%;height:75px;position:absolute;top:73.5px;left:0.9583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1503902155511{left:1.5293610816542949%;width:20.0424178154825%;top:65px;height:47px;}}   @media screen and (max-width:640px) {#image_logo_1503902155511{width:146px;height:37px;top:11.5px;left:2%;}} 

 #dh_style_01_1503902147292{width:66.33333333333333%;z-index:999;position:absolute;top:89px;left:33.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1503902147292{z-index:999;left:27.85988865323436%;width:71.04984093319194%;top:66.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1503902147292{width:44px;z-index:999;top:6px;left:88.42105263157895%;}} #dh_style_01_1503902147292 > .view_contents{overflow:visible;}  #dh_style_01_1503902147292 #hot>a {background:#00a2e8;color:#ffffff;font-size:16px;} #dh_style_01_1503902147292 .mainMenuSet {font-size:16px;} #dh_style_01_1503902147292 .mainMenuSet:hover {background:#00a2e8;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1503902147292 .mainMenuSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1503902147292 #hot>a {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1503902147292 .mainMenuSet {padding-left:20px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1503902147292{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1503902147292{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1503902147292{
		
	}
#dh_style_01_1503902147292 .Mslide{
	  background: rgba(30, 30, 30, 0.96);
	}
#dh_style_01_1503902147292 .miniMenu.Mslide .sidebar{
		 color:#ffffff;
	}
 #dh_style_01_1503902147292 .menuStyle_1 .miniMenu .leftBox .menuUlCopy li a {width: 85%;}
#dh_style_01_1503902147292 .icoMenuSet{color:#333;}
}

 #cart_style_4_1504082578425{width:14.75%;height:22px;position:absolute;top:14px;left:85.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_4_1504082578425{left:80.48780487804879%;width:19.51219512195122%;}}   @media screen and (max-width:640px) {#cart_style_4_1504082578425{width:162px;height:22px;top:48.5px;left:27.68595041322314%;display:none;}}  #cart_style_4_1504082578425 .textSet {font-size:14px;} #cart_style_4_1504082578425 .priceSet {font-size:14px;} #cart_style_4_1504082578425 .numtSet {font-size:14px;} #cart_style_4_1504082578425  {background: url(../img/upimages/pkgimg/icon/20170830163010440.png);background-repeat:no-repeat;background-position-y:50%;}
/*----------------------电脑板式样式----------------------*/
#cart_style_4_1504082578425 .jscartStyle4{
	background-image:none;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#cart_style_4_1504082578425{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#cart_style_4_1504082578425{
		
	}
}

 #user_style_05_1504082524903{width:51%;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1504082524903{left:1%;width:43.52617079889807%;top:10px;}}   @media screen and (max-width:640px) {#user_style_05_1504082524903{width:158px;top:0px;left:28.236914600550964%;display:none;}} 
/*----------------------电脑板式样式----------------------*/
#user_style_05_1504082524903 a{
	font-size:14px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1504082524903{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1504082524903{
		
	}
}
 #div_a_includeBlock_1503902124882{width:1200px;height:160.5px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1503902124882{left:0%;top:0px;width:100%;height:132px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1503902124882{width:100%;height:60px;top:0px;left:0%;}} #div_a_includeBlock_1503902124882 > .view_contents{overflow:visible;} 

 #div_blank_1504076354175{width:100%;height:50px;position:absolute;top:0%;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1504076354175{height:42px;}}   @media screen and (max-width:640px) {#div_blank_1504076354175{width:82.64462809917356%;height:200px;top:82px;left:8.67768595041322%;display:none;}} #div_blank_1504076354175 > .view_contents{overflow:visible;}  #div_blank_1504076354175  {box-sizing:border-box;background:#eaeaea;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1504076354175  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1504076354175  {box-sizing:border-box;}} #comm_layout_header{height:161px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:132px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:60px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #image_style_01_1504074410807{width:100%;height:500px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1504074410807{height:298px;}}   @media screen and (max-width:640px) {#image_style_01_1504074410807{width:100%;height:124px;top:0px;left:0%;}} #image_style_01_1504074410807 > .view_contents{overflow:visible;}  #layout_1504074410803{height:500px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504074410803{height:298px;}}   @media screen and (max-width:640px) {#layout_1504074410803{height:124px;}} #layout_1504074410803 > .view_contents{overflow:visible;} 
 #layout_diy_1503998541{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1503998541{height:30px;}}   @media screen and (max-width:640px) {#layout_diy_1503998541{height:77px;display:none;}} 


 #prodscreen_style_01_1504001466829{width:41.66666666666667%;position:absolute;top:37.5px;left:26.541666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodscreen_style_01_1504001466829{}}   @media screen and (max-width:640px) {#prodscreen_style_01_1504001466829{width:96%;top:18px;left:1.9736842105263157%;}}  #layout_1504001455973{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1504001455973{display:none;}}   @media screen and (max-width:640px) {#layout_1504001455973{display:block;height:163px;}} #layout_1504001455973 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_06_1503998706722{width:67%;position:absolute;top:0px;left:25.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1503998706722{left:25.7%;top:0px;}}   @media screen and (max-width:640px) {#productList_style_06_1503998706722{width:100%;top:16px;left:1.9736842105263157%;display:block;}} #productList_style_06_1503998706722 > .view_contents{overflow:visible;}  #productList_style_06_1503998706722 .imgSet {background:transparent;} #productList_style_06_1503998706722 .titleSet {text-align:center;font-size:16px;} #productList_style_06_1503998706722 .priceSet {text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1503998706722 .titleSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #productList_style_06_1503998706722 .btnaSet {line-height:26px;height:26px;}} @media screen and (max-width:640px) { #productList_style_06_1503998706722 .titleSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_06_1503998706722 .btnaSet {line-height:24px;height:24px;}} @media screen and (max-width:640px) { #productList_style_06_1503998706722 .priceSet {line-height:20px;font-size:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_06_1503998706722{
	width:74.75%;
}
#productList_style_06_1503998706722 li.prod_Item{width: 32.44%;}
#productList_style_06_1503998706722 .p_line {text-align:center;font-size:0;padding:0;margin:8px 0 8px 0;}
#productList_style_06_1503998706722 .p_line:nth-child(2n) {display:none!important;}
#productList_style_06_1503998706722 .p_buy{margin:0 auto;}
#productList_style_06_1503998706722 .p_detail {padding:0;margin:0;display:none!important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_06_1503998706722{
		
	}
#productList_style_06_1503998706722{
	width:73.25%;
}
#productList_style_06_1503998706722 .prod_info{padding-top:6px;}
#productList_style_06_1503998706722 .p_line {margin:0px 0 10px 0;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_06_1503998706722{
		
	}
#productList_style_06_1503998706722 .productorder {display:none;}
#productList_style_06_1503998706722{
	width:96%;
}
#productList_style_06_1503998706722 li.prod_Item{width: 49%;}
#productList_style_06_1503998706722 .p_buy{width:60%}
#productList_style_06_1503998706722 .p_line {margin:4px 0 6px 0;}
}


 #prodKind_style_04_1503999444904{width:100%;position:absolute;top:48px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1503999444904{left:0%;width:100%;}}   @media screen and (max-width:640px) {#prodKind_style_04_1503999444904{width:270px;top:0px;left:12.809917355371901%;}} #prodKind_style_04_1503999444904 > .view_contents{overflow:visible;}  #prodKind_style_04_1503999444904 .oneBgSet {font-size:18px;background:#00a2e8;} #prodKind_style_04_1503999444904 .oneSet {font-size:16px;background:#f2f2f2;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;} #prodKind_style_04_1503999444904 .twoSet {font-size:13px;padding-left:30px;line-height:42px;background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #prodKind_style_04_1503999444904 .oneSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #prodKind_style_04_1503999444904 .twoSet {padding-left:24px;font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#prodKind_style_04_1503999444904{
	
}
#prodKind_style_04_1503999444904 .prodcateStyle_4>li:nth-child(1) ul{display:block;}
#prodKind_style_04_1503999444904 .prodcateStyle_4>li>ul span{display:none;}
#prodKind_style_04_1503999444904 .sidebar2>a{display:inline-block;height:100%;width:80%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_04_1503999444904{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#prodKind_style_04_1503999444904{
		
	}
}

 #text_style_01_1503999521645{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1503999521645{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1503999521645{width:370px;top:89px;left:0%;}}  #text_style_01_1503999521645>.view_contents {box-sizing:border-box;font-size:16px;font-weight:bold;text-align:left;line-height:48px;background:#00a2e8;color:#ffffff;font-family:Microsoft YaHei;padding-left:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1503999521645>.view_contents {box-sizing:border-box;font-size:15px;padding-left:28px;}} @media screen and (max-width:640px) { #text_style_01_1503999521645>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1503998720976{width:24.2%;height:227px;position:absolute;top:5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1503998720976{width:23.7%;left:0.9991383881230116%;height:167px;top:5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1503998720976{width:100%;height:89px;top:608px;left:0%;display:none;}} #div_a_includeBlock_1503998720976 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#div_a_includeBlock_1503998720976{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_a_includeBlock_1503998720976{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#div_a_includeBlock_1503998720976{
		
	}
} #layout_1503998706717{height:1708px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1503998706717{height:1364px;}}   @media screen and (max-width:640px) {#layout_1503998706717{height:1505px;display:block;}} #layout_1503998706717 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1503998629261{height:52px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1503998629261{height:34px;}}   @media screen and (max-width:640px) {#layout_1503998629261{height:24px;}} #layout_1503998629261 > .view_contents{overflow:visible;max-width:1200px;} 





 #image_style_01_1503913025760{width:20.833333333333336%;height:59px;position:absolute;top:23px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913025760{left:0%;width:221px;top:24.5px;height:49px;}}   @media screen and (max-width:640px) {#image_style_01_1503913025760{width:64.38356164383562%;height:46px;top:15px;left:0%;}} #image_style_01_1503913025760 > .view_contents{overflow:visible;} 

 #text_style_06_1503913025764{width:49.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:27.5px;left:22.583333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1503913025764{width:469px;left:29.564917127071823%;top:23px;}}   @media screen and (max-width:640px) {#text_style_06_1503913025764{width:100%;top:72px;left:0%;}}  #text_style_06_1503913025764>.view_contents {box-sizing:border-box;font-size:22px;color:#ffffff;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1503913025764>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_06_1503913025764>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_06_1503913025748{width:14.75%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:27.5px;left:85.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1503913025748{left:85.11740331491713%;top:23px;}}   @media screen and (max-width:640px) {#text_style_06_1503913025748{width:100%;top:500px;left:0%;display:none;}}  #text_style_06_1503913025748>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;text-align:center;letter-spacing:3px;font-weight:normal;} #text_style_06_1503913025748  {background:transparent;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-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;} #text_style_06_1503913025748 .view_contents:hover {color:#ffffff;text-align:center;border-top-color:#1bc7ec;border-right-color:#1bc7ec;border-bottom-color:#1bc7ec;border-left-color:#1bc7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;line-height:44px;} #text_style_06_1503913025748:hover {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1503913025748>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1503913025748>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_06_1503913025748{
	box-sizing:border-box;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_06_1503913025748{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_06_1503913025748{
		
	}
}
 #div_includeBlock_1503913025298{width:1200px;height:82px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025298{left:2.014846235418876%;width:96%;height:84px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025298{width:96%;height:300px;top:0px;left:1.9736842105263157%;}} 
 #div_includeBlock_1503913025124{width:100%;height:96px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025124{left:0%;width:100%;height:96px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025124{width:100%;height:300px;top:50px;display:none;}}  #div_includeBlock_1503913025124  {background:#00a2e8;}



 #div_blank_1503913026124{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1503913026124{top:71px;height:3px;left:8.519467213114753%;}}   @media screen and (max-width:640px) {#div_blank_1503913026124{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1503913026124 > .view_contents{overflow:visible;}  #div_blank_1503913026124  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1503913026124  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1503913026124  {box-sizing:border-box;}}

 #text_style_02_1503913026136{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.47804054054054%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026136{left:8.519467213114753%;top:27.5px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026136{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1503913026136>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026136>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1503913026136>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1503913026140{width:9.75%;height:26px;position:absolute;top:106.5px;left:9.71706081081081%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026140{left:8.19672131147541%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026140{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1503913026140 > .view_contents{overflow:visible;} 

 #text_style_02_1503913026148{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:105px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026148{left:20.568647540983605%;width:63.278688524590166%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026148{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1503913026148>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026148>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1503913026148>.view_contents {box-sizing:border-box;}}

 #text_style_02_1503913026152{width:61.35135135135135%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026152{left:21.552254098360656%;top:135px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026152{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1503913026152>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026152>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1503913026152>.view_contents {box-sizing:border-box;}}

 #image_style_01_1503913026157{width:8.378378378378379%;height:28px;position:absolute;top:141.5px;left:9.97043918918919%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026157{left:7.049180327868852%;top:135px;height:25px;width:37px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026157{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1503913026157 > .view_contents{overflow:visible;} 

 #text_style_02_1503913026161{width:59.72972972972973%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026161{top:177px;left:21.22438524590164%;width:72.42524916943522%;}}   @media screen and (max-width:640px) {#text_style_02_1503913026161{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1503913026161>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026161>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1503913026161>.view_contents {box-sizing:border-box;}}

 #image_style_01_1503913026166{width:9.45945945945946%;height:24px;position:absolute;top:186.5px;left:9.29054054054054%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026166{left:6.885245901639345%;top:179px;width:38px;height:24px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026166{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1503913026166 > .view_contents{overflow:visible;} 

 #image_style_01_1503913026172{width:10%;height:29px;position:absolute;top:224.5px;left:8.90625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026172{left:8.519467213114753%;top:218.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026172{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1503913026172 > .view_contents{overflow:visible;} 

 #text_style_02_1503913026178{width:74.05405405405405%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:224.5px;left:20.25337837837838%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026178{left:20.568647540983605%;top:221.5px;width:75.40983606557377%;}}   @media screen and (max-width:640px) {#text_style_02_1503913026178{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1503913026178>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026178>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1503913026178>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1503913025627{width:370px;height:294px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025627{height:285.5px;width:305px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025627{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1503913025627  {border-left-color:#48c7ec;border-left-style:solid;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1503913025627  {border-left-width:0px;}}


 #text_style_02_1503913026250{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:9.299538352272728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026250{width:277px;left:0%;top:91px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026250{width:100%;top:145px;left:0%;}}  #text_style_02_1503913026250>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026250>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1503913026250>.view_contents {box-sizing:border-box;}}

 #image_style_01_1503913026260{width:100px;height:100px;position:absolute;top:165.5px;left:54.41672585227273%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026260{width:111px;left:53.33935018050542%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026260{width:57.3921028466483%;height:200px;top:490px;left:21.30394857667585%;}} #image_style_01_1503913026260 > .view_contents{overflow:visible;} 

 #image_style_01_1503913026265{width:100px;height:100px;position:absolute;top:165.5px;left:15.549538352272727%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1503913026265{left:8.56836642599278%;width:38.98916967509025%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1503913026265{width:200px;height:200px;top:290px;}} #image_style_01_1503913026265 > .view_contents{overflow:visible;} 

 #text_style_02_1503913026272{width:40.625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:274px;left:9.441583806818182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026272{left:7.671480144404332%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026272{width:100%;top:690px;left:0%;}}  #text_style_02_1503913026272>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026272>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1503913026272>.view_contents {box-sizing:border-box;}}

 #text_style_02_1503913026280{width:35.22727272727273%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:274px;left:51.00763494318182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026280{width:111px;left:53.70036101083032%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026280{width:100%;top:835px;left:0%;}}  #text_style_02_1503913026280>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026280>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;text-align:center;padding-left:0px;margin-left:0px;}} @media screen and (max-width:640px) { #text_style_02_1503913026280>.view_contents {box-sizing:border-box;}}

 #div_blank_1503913026292{width:50px;height:3px;position:absolute;left:9.299538352272728%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1503913026292{top:73px;height:3px;left:1.962996389891697%;}}   @media screen and (max-width:640px) {#div_blank_1503913026292{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1503913026292 > .view_contents{overflow:visible;}  #div_blank_1503913026292  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1503913026292  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1503913026292  {box-sizing:border-box;}}

 #text_style_02_1503913026298{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:9.299538352272728%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026298{left:1.962996389891697%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026298{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1503913026298>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026298>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1503913026298>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1503913025639{width:29.333333333333332%;height:312px;position:absolute;top:0px;left:70.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025639{height:305px;width:277px;left:69.36118784530386%;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025639{width:100%;height:145px;top:385px;left:0%;display:block;}}  #div_includeBlock_1503913025639  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1503913025639  {border-left-width:0px;}}


 #text_style_02_1503913026380{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:7.567567567567565%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026380{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1503913026380{width:100%;top:145px;left:0%;}}  #text_style_02_1503913026380>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026380>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1503913026380>.view_contents {box-sizing:border-box;}}

 #text_style_02_1503913026384{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.461148648648648%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913026384{left:1.965725806451613%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1503913026384{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1503913026384>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913026384>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1503913026384>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1503913026390{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1503913026390{top:73px;height:3px;left:1.965725806451613%;}}   @media screen and (max-width:640px) {#div_blank_1503913026390{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1503913026390 > .view_contents{overflow:visible;}  #div_blank_1503913026390  {box-sizing:border-box;background:rgba(255,255,255,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1503913026390  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1503913026390  {box-sizing:border-box;}}
 #div_includeBlock_1503913025647{width:30.833333333333336%;height:319px;position:absolute;top:0px;left:35.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025647{left:36.52796961325967%;top:0px;height:269px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025647{width:100%;height:145px;top:240px;left:0%;display:block;}}  #div_includeBlock_1503913025647  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1503913025647  {border-left-width:0px;}}
 #div_includeBlock_1503913025133{width:1200px;height:319px;position:absolute;top:133px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025133{left:2%;width:96%;height:313px;top:119px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025133{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #text_style_02_1503913025422{width:84.32888264230499%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1503913025422{}}   @media screen and (max-width:640px) {#text_style_02_1503913025422{width:96.00000000000001%;top:0px;left:1.9736842105263157%;}}  #text_style_02_1503913025422>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:left;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1503913025422>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1503913025422>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;}}

 #dh_style_01_1503913025431{width:38%;z-index:999;position:absolute;top:9px;left:62%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1503913025431{z-index:999;width:428px;left:52.790055248618785%;}}   @media screen and (max-width:640px) {#dh_style_01_1503913025431{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1503913025431 > .view_contents{overflow:visible;}  #dh_style_01_1503913025431 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1503913025431 #hot>a {color:#bfbfbf;}
 #div_includeBlock_1503913025137{width:1200px;height:63.5px;position:absolute;top:467px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913025137{left:2.0148462354188794%;width:95.97030752916224%;top:432px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913025137{width:100%;height:31px;top:8px;left:0%;z-index:3;}}  #div_includeBlock_1503913025137  {border-top-color:#48c7ec;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1503913025137  {border-top-style:none;}}

 #qqol_style_01_1504232623245{width:14.757554462403375%;position:absolute;top:143px;left:85.24244553759662%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1504232623245{left:21.07438016528926%;width:57.85123966942148%;}}   @media screen and (max-width:640px) {#qqol_style_01_1504232623245{width:210px;top:0px;left:21.07438016528926%;display:none;}} #qqol_style_01_1504232623245 > .view_contents{overflow:visible;} 
 #div_includeBlock_1503913024891{width:100%;height:530.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1503913024891{height:496px;}}   @media screen and (max-width:640px) {#div_includeBlock_1503913024891{width:100%;height:48px;top:0px;left:0%;display:block;}}  #div_includeBlock_1503913024891  {background:#102530;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1503913024891  {background-position-x:50%;background:#102530;}} #comm_layout_footer{height:531px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:48px;}} 
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.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;}
}
.jscartStyle4{background:url(../img/cart/style_4/car.png) left center no-repeat;padding-left:26px;line-height:22px;}
.jscartStyle4 a{font-size:12px;color:#333}
.jscartStyle4 .colorFont b{font-family:"verdana"}
.jscartStyle4 .mo-cart{display:none;}


@media screen and (max-width: 321px){
	.jscartStyle4 .cartTips{display:none}
	.jscartStyle4 .mo-cart{display:block}
}

/*需要更换的颜色值*/
.jscartStyle4 .colorFont{color:#ff002a}


/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

	#image_style_01_1504074410807 .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_1504074410807 .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_1504074410807 .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_1504074410807 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;}
.prodscreenStyle_1{width:100%; overflow:hidden;}
.prodscreenStyle_1 .select{padding:5px 10px;font-size:14px; width:100%; box-sizing:border-box; border:1px solid #eee;}
.prodscreenStyle_1 .select li{list-style:none;padding:10px 0 5px 80px}
.prodscreenStyle_1 .select li:last-child{border-bottom: 0 !important;}
.prodscreenStyle_1 .select .select-list{}
.prodscreenStyle_1 .select dl{zoom:1;position:relative;line-height:24px;min-height: 24px;}
.prodscreenStyle_1 .select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.prodscreenStyle_1 .select dt{width:75px;margin-bottom:5px;position:absolute;top:0;left:-75px;text-align:right;color:#666;height:24px;line-height:24px}
.prodscreenStyle_1 .select dd{float:left;display:inline;margin:0 0 5px 5px;}
.prodscreenStyle_1 .select dd a:hover{color:#fff;background-color:#149DEC;}
.prodscreenStyle_1 .select a{display:inline-block;white-space:nowrap;height:24px;line-height:24px;padding:0 10px;text-decoration:none;color:#666;border-radius:2px;}
.prodscreenStyle_1 .select a:hover{color:#fff;background-color:#149DEC}
.prodscreenStyle_1 .select .selected a{color:#fff;background-color:#149DEC; }
.prodscreenStyle_1 .select .selected a span.close{font-family: 黑体;transition:all .7s;-webkit-transition:all .7s; -moz-transition:all .7s; -o-transition:all .7s;}
.prodscreenStyle_1 .select .selected a:hover span.close{-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.prodscreenStyle_1 .select-result{border-bottom:#eee 1px dashed;}
.prodscreenStyle_1 .select-result dt{font-weight:bold}
.prodscreenStyle_1 .select-no{color:#999; line-height: 24px; font-size: 12px;}
.prodscreenStyle_1 .select .select-result a{background-color:#149DEC;}
.prodscreenStyle_1 .select .select-result a span.close{margin-left:2px; display:inline-block;}
.prodscreenStyle_1 .select .select-result a:hover{}
 	#prodscreen_style_01_1504001466829 .view_contents{overflow:unset;}
/*产品样式*/
.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .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%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default6 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .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;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .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_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{margin-bottom: 14px; overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width: 35%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: block;}

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


.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}

.prod_default6 .jiage{color: #888;font-size: 14px;}

@media screen and (max-width: 767px){
/*产品列表*/
.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.prod_default6 .prod:nth-child(2n){border-right: none;}
.prod_default6 .prod_info{padding: 6px;}
.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
.prod_default6 .p_vip{height: 18px; line-height: 23px;}
.prod_default6 .v_value{font-size: 14px;}
.prod_default6 .p_value{font-size: 18px;}
.prod_default6 .prod .p_detail{display: none !important;}
.prod_default6 .p_line{margin-top: 20px;}
}

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

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

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



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

			#productList_style_06_1503998706722 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1503998706722 .page{line-height:30px; padding:0 13px;}
		}
		/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0 10px;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}

/*图标*/
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}
	#image_style_01_1503913025760 .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_1503913025760 .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_1503913025760 .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_1503913025760 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_1503913026140 .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_1503913026140 .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_1503913026140 .CompatibleImg img{null}}
#image_style_01_1503913026140 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_1503913026157 .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_1503913026157 .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_1503913026157 .CompatibleImg img{null}}
#image_style_01_1503913026157 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_1503913026166 .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_1503913026166 .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_1503913026166 .CompatibleImg img{null}}
#image_style_01_1503913026166 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_1503913026172 .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_1503913026172 .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_1503913026172 .CompatibleImg img{null}}
#image_style_01_1503913026172 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_1503913026260 .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_1503913026260 .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_1503913026260 .CompatibleImg img{null}}
#image_style_01_1503913026260 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_1503913026265 .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_1503913026265 .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_1503913026265 .CompatibleImg img{null}}
#image_style_01_1503913026265 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_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;}
}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}
