
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
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_style_01_1484538074694{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:3.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538074694{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538074694{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484538074694 > .view_contents{overflow:visible;} 

 #image_style_01_1484537968765{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484537968765{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484537968765{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484537968765 > .view_contents{overflow:visible;} 

 #image_style_01_1484538170212{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:6.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538170212{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538170212{width:54.94505494505495%;height:200px;top:0px;left:22.527472527472526%;display:none;}} #image_style_01_1484538170212 > .view_contents{overflow:visible;} 

 #image_style_01_1484538192855{width:2.5833333333333335%;height:30px;position:absolute;top:18.90625px;left:10.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538192855{width:31px;}}   @media screen and (max-width:640px) {#image_style_01_1484538192855{width:9.473684210526317%;height:37px;top:0px;left:20.15625%;display:none;}} #image_style_01_1484538192855 > .view_contents{overflow:visible;} 

 #text_style_02_1484538249333{width:8.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:12.40625px;left:15.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484538249333{width:114px;top:13.40625px;left:15.207449628844113%;}}   @media screen and (max-width:640px) {#text_style_02_1484538249333{width:100%;top:108px;left:0%;display:none;}}  #text_style_02_1484538249333>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484538249333>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484538249333>.view_contents {box-sizing:border-box;}}

 #image_logo_1484548505363{width:16.666666666666664%;height:200px;position:absolute;left:41.66666666666667%;top:54.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484548505363{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:54.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484548505363{width:24.47368421052632%;height:50px;top:0px;left:0%;display:block;}} 

 #dh_style_01_1484548533807{width:66.66666666666666%;z-index:999;position:absolute;left:16.66666666666667%;top:93.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484548533807{width:83.33333333333334%;z-index:999;left:8.333333333333329%;top:93.515625px;display:none;}}   @media screen and (max-width:640px) {#dh_style_01_1484548533807{width:100%;z-index:999;top:0px;left:0%;display:block;}} #dh_style_01_1484548533807 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484548533807{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484548533807{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484548533807{
		
	}
.sidebar{
color:white !important;
}
}

 #text_style_02_1484543665388{width:6.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:8.90625px;left:93.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484543665388{top:8.90625px;left:93.4252386002121%;width:62px;}}   @media screen and (max-width:640px) {#text_style_02_1484543665388{width:100%;top:249px;left:0%;display:none;}}  #text_style_02_1484543665388>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:50px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484543665388>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484543665388>.view_contents {box-sizing:border-box;}}


 #image_style_01_1484538940346{width:19px;height:24px;position:absolute;top:12px;left:4.975076687116564%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538940346{height:23px;width:16px;top:14px;left:5.566991017964072%;}}   @media screen and (max-width:640px) {#image_style_01_1484538940346{width:54.94505494505496%;height:200px;top:0px;left:22.52747252747252%;}} #image_style_01_1484538940346 > .view_contents{overflow:visible;} 

 #text_style_02_1484539039509{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:5px;left:21.981348167539267%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484539039509{top:5px;left:19.9535472972973%;width:70px;}}   @media screen and (max-width:640px) {#text_style_02_1484539039509{width:100%;top:200px;left:0%;}}  #text_style_02_1484539039509>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:14px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484539039509>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484539039509>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484542876870{width:31.28834355828221%;position:absolute;top:6.5px;left:65.04984662576688%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484542876870{width:54px;left:64.55838323353294%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484542876870{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484542876870 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484542876870 .btnaSet {color:#2e87ad;background:transparent;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-color:#142434;border-right-width:3px;height:35px;font-weight:bold;} #customForm_style_button_01_1484542876870  {height:36px;line-height:22px;}
 #div_includeBlock_1484542809712{width:13.583333333333334%;height:50px;position:absolute;top:8.90625px;left:79.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484542809712{top:8.90625px;left:75.41755037115588%;width:167px;height:49px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484542809712{width:100%;height:300px;top:674px;left:0%;display:none;}} 


 #image_style_01_1484538563940{width:16px;height:17px;position:absolute;top:16.5px;left:13.067036290322582%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538563940{height:20px;width:17px;top:15.5px;left:31.796875000000004%;}}   @media screen and (max-width:640px) {#image_style_01_1484538563940{width:54.94505494505496%;height:200px;top:0px;left:22.52747252747252%;}} #image_style_01_1484538563940 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1484538674829{width:71.7741935483871%;position:absolute;top:7px;left:24.86139112903226%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484538674829{width:104px;left:34.854910714285715%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484538674829{width:55.09641873278237%;top:200px;left:22.451790633608816%;}} #customForm_style_button_01_1484538674829 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484538674829 .btnaSet {color:#e6e6e6;background:transparent;border-top-style:none;border-bottom-style:none;border-left-style:none;border-right-color:#142434;border-right-width:3px;height:35px;} #customForm_style_button_01_1484538674829  {height:36px;line-height:22px;}
 #div_includeBlock_1484542680829{width:10.333333333333334%;height:50px;position:absolute;top:8.90625px;left:68.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484542680829{top:8.90625px;left:60.203472958642635%;width:140px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484542680829{width:100%;height:300px;top:374px;left:0%;display:none;}} 

 #qqol_style_01_1488611087539{width:17.5%;position:absolute;top:9.40625px;left:31.125000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1488611087539{top:0px;left:31.12407211028632%;}}   @media screen and (max-width:640px) {#qqol_style_01_1488611087539{width:57.85123966942148%;top:50px;left:21.07438016528926%;display:none;}} #qqol_style_01_1488611087539 > .view_contents{overflow:visible;}  #qqol_style_01_1488611087539  {background:#ffffff;} #comm_layout_header{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:64px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:50px;display:block;z-index:8;}} #comm_layout_header > .view_contents{max-width:1200px;}  #comm_layout_header  {border-top-color:#eeb81a;border-top-style:none;border-top-width:2px;background:#093155;border-bottom-style:none;} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {margin-left:0px;margin-right:0px;}}



 #dh_style_01_1484546378633{width:41.66666666666667%;position:absolute;left:58.333333333333336%;top:10.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484546378633{width:37.53976670201485%;z-index:999;left:62.460233297985155%;top:7.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1484546378633{width:11.842105263157894%;z-index:2;top:500px;height:50px;display:none;}} #dh_style_01_1484546378633 > .view_contents{overflow:visible;}  #dh_style_01_1484546378633  {font-size:12px;} #dh_style_01_1484546378633 .columnSet {font-size:12px;} #dh_style_01_1484546378633 .mainMenuSet {font-size:16px;border-bottom-color:transparent;border-bottom-style:none;border-bottom-width:1px;color:#f9f9f9;} #dh_style_01_1484546378633 .mainMenuSet:hover {color:#f9f9f9;border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484546378633 #hot>a {background:transparent;color:#f9f9f9;border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484546378633 #hot>a:hover {border-bottom-color:#00a0e9;border-bottom-style:solid;border-bottom-width:3px;} #dh_style_01_1484546378633 .columnSet:hover {border-bottom-color:#f25959;border-bottom-style:none;border-bottom-width:2px;} #dh_style_01_1484546378633 .subCurSet:hover {color:transparent;text-align:left;} #dh_style_01_1484546378633 .subminSet:hover {color:transparent;} #dh_style_01_1484546378633 .subMenuSet:hover {color:#f25959;font-size:14px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;} #dh_style_01_1484546378633 .subMenuSet {color:#000000;font-size:14px;border-bottom-color:#000000;border-bottom-style:none;border-bottom-width:1px;} @media screen and (max-width:640px) { #dh_style_01_1484546378633 #hot>a {color:#f25959;font-size:16px;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1484546378633 .subMenuSet {font-size:14px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1484546378633 .subMenuSet:hover {font-size:14px;color:#f25959;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1484546378633 .subCurSet {background:transparent;border-bottom-color:#f25959;border-bottom-style:solid;border-bottom-width:1px;color:#f25959;font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484546378633 .mainMenuSet {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484546378633{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484546378633{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484546378633{
		
	}
}



 #text_style_02_1484547238028{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:4px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484547238028{}}   @media screen and (max-width:640px) {#text_style_02_1484547238028{width:100%;top:200px;left:0%;}}  #text_style_02_1484547238028>.view_contents {box-sizing:border-box;color:#7c7c7c;font-size:14px;line-height:45px;text-align:center;font-weight:normal;} #text_style_02_1484547238028 .view_contents:hover {color:#093155;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484547238028>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484547238028>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484547059672{width:33.33333333333333%;height:51px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484547059672{width:200px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484547059672{width:100%;height:300px;top:0px;left:0%;display:none;}}  #div_includeBlock_1484547059672  {border-right-color:#7c7c7c;border-right-style:solid;border-right-width:2px;}


 #text_style_02_1484547728624{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:4px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484547728624{width:140px;}}   @media screen and (max-width:640px) {#text_style_02_1484547728624{width:100%;top:200px;left:0%;}}  #text_style_02_1484547728624>.view_contents {box-sizing:border-box;color:#7c7c7c;font-size:14px;line-height:45px;text-align:center;} #text_style_02_1484547728624 .view_contents:hover {color:#093155;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484547728624>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484547728624>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484547728413{width:280px;height:50px;position:absolute;top:0px;left:calc(50% - 140px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484547728413{width:200px;top:0px;left:33.5%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484547728413{width:100%;height:300px;top:300px;left:0%;}}  #div_includeBlock_1484547728413  {border-right-color:#7c7c7c;border-right-style:solid;border-right-width:2px;}


 #text_style_02_1484547787791{width:331.375px;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:3px;left:-18.21428571428571%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484547787791{width:147px;left:22%;top:0px;}}   @media screen and (max-width:640px) {#text_style_02_1484547787791{width:100%;top:200px;left:0%;}}  #text_style_02_1484547787791>.view_contents {box-sizing:border-box;color:#7c7c7c;font-size:14px;line-height:45px;text-align:center;} #text_style_02_1484547787791 .view_contents:hover {color:#093155;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484547787791>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484547787791>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484547787503{width:33.33333333333333%;height:50px;position:absolute;top:0px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484547787503{width:200px;height:51px;top:0px;left:66.66666666666666%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484547787503{width:100%;height:300px;top:600px;left:0%;}}  #div_includeBlock_1484547787503  {border-right-color:#7c7c7c;border-right-style:solid;border-right-width:2px;}
 #div_includeBlock_1484546993554{width:840px;height:51px;position:absolute;top:295px;left:15%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484546993554{left:calc(50% - 300px);width:600px;top:195px;height:51px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484546993554{width:100%;height:300px;top:750px;display:none;}}  #div_includeBlock_1484546993554  {background:#ffffff;border-left-color:#7c7c7c;border-left-style:none;border-left-width:2px;border-right-style:none;border-right-color:#7c7c7c;border-right-width:2px;}

 #text_style_02_1484545836060{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:131px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484545836060{left:0%;width:100%;top:75px;}}   @media screen and (max-width:640px) {#text_style_02_1484545836060{width:370px;top:200px;display:none;}}  #text_style_02_1484545836060>.view_contents {box-sizing:border-box;color:#f9f9f9;text-align:center;font-weight:bold;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484545836060>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484545836060>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484545980255{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:185px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484545980255{width:100%;left:0%;top:125px;}}   @media screen and (max-width:640px) {#text_style_02_1484545980255{width:100%;top:75px;left:0%;}}  #text_style_02_1484545980255>.view_contents {box-sizing:border-box;color:#f9f9f9;text-align:center;font-weight:normal;font-size:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484545980255>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484545980255>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_logo_1484545785107{width:9.583333333333334%;height:130px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484545785107{left:0%;width:11.240721102863201%;top:0px;height:59px;}}   @media screen and (max-width:640px) {#image_logo_1484545785107{width:111px;height:59px;top:12px;left:calc(50% - 55.5px);}} 
 #div_includeBlock_1484545759960{width:1200px;height:452px;position:absolute;top:91px;left:calc(50% - 600px);z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484545759960{width:100%;left:0%;top:75px;height:300px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484545759960{width:70%;height:155px;top:57px;left:15%;}} 

 #banner_style_01_1487064271002{width:100%;height:627px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1487064271002{height:451px;}}   @media screen and (max-width:640px) {#banner_style_01_1487064271002{width:100%;height:271px;top:0px;left:0%;}} 
/*----------------------電腦闆式樣式----------------------*/
#banner_style_01_1487064271002{
	
}
#banner_style_01_1487064271002 .ground_glass{
height:80% !important;
top:10% !important;
}
#banner_style_01_1487064271002 .btn_prev{

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

}

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

}
#banner_style_01_1487064271002 .btn_next{

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


}
/*----------------------平闆闆式樣式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_01_1487064271002{
		
	}
#banner_style_01_1487064271002 .ground_glass{
height:75% !important;
top:12.5% !important;
}
}
/*----------------------手機闆式樣式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_01_1487064271002{
		
	}
#banner_style_01_1487064271002 .ground_glass{
height:65% !important;
top:17.5% !important;
}
#banner_style_01_1487064271002 .btn_next{width:40px !important;height:40px !important;}
#banner_style_01_1487064271002 .btn_prev{width:40px !important;height:40px !important;}
} #layout_1484537904215{height:627px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484537904215{height:451px;}}   @media screen and (max-width:640px) {#layout_1484537904215{height:271px;}} #layout_1484537904215 > .view_contents{overflow:visible;} 


 #image_style_01_1484549868450{width:50px;height:60px;position:absolute;top:24.09375px;left:calc(50% - 25px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484549868450{}}   @media screen and (max-width:640px) {#image_style_01_1484549868450{width:17.8125%;height:82px;top:12px;left:41.09375%;}} #image_style_01_1484549868450 > .view_contents{overflow:visible;} 

 #text_default_1484550080627{width:26.333333333333332%;height:77px;position:absolute;top:121.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484550080627{}}   @media screen and (max-width:640px) {#text_default_1484550080627{width:97.5%;height:78px;top:116px;left:1.7724609374999998%;}}  @media screen and (max-width:640px) { #text_default_1484550080627>.view_contents {text-align:left;}} @media screen and (max-width:640px) { #text_default_1484550080627  {padding-left:0px;padding-right:0px;}} @media screen and (max-width:640px) { #text_default_1484550080627 .diyCurTab {text-align:left;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_default_1484550080627  {padding-left:5px;}}

 #text_default_1484550267338{width:26.333333333333332%;height:77px;position:absolute;top:121.09375px;left:36.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484550267338{left:36.79745493107105%;}}   @media screen and (max-width:640px) {#text_default_1484550267338{width:97.1875%;height:81px;top:194px;left:2.0849609375%;}}  @media screen and (max-width:640px) { #text_default_1484550267338>.view_contents {text-align:left;}}

 #text_default_1484550354262{width:26.333333333333332%;height:77px;position:absolute;top:121.09375px;left:73.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484550354262{}}   @media screen and (max-width:640px) {#text_default_1484550354262{width:97.5%;height:74px;top:275px;left:1.7724609374999998%;}}  @media screen and (max-width:640px) { #text_default_1484550354262>.view_contents {text-align:left;}} #layout_1484537962338{height:221px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484537962338{}}   @media screen and (max-width:640px) {#layout_1484537962338{height:349px;}} #layout_1484537962338 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1484550613628{width:31%;height:77px;position:absolute;top:64.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484550613628{}}   @media screen and (max-width:640px) {#text_default_1484550613628{width:97.1875%;height:92px;top:17px;left:2.0849609375%;}}  @media screen and (min-width:641px) and (max-width:1200px) { #text_default_1484550613628  {padding-left:5px;}}

 #productList_style_01_1484550713798{width:31%;position:absolute;top:175.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1484550713798{}}   @media screen and (max-width:640px) {#productList_style_01_1484550713798{width:100%;top:115px;left:0%;}} #productList_style_01_1484550713798 > .view_contents{overflow:visible;} 

 #productList_style_01_1484551565991{width:31%;position:absolute;top:64.09375px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1484551565991{}}   @media screen and (max-width:640px) {#productList_style_01_1484551565991{width:100%;top:378px;left:0%;}} #productList_style_01_1484551565991 > .view_contents{overflow:visible;} 

 #productList_style_01_1484552037213{width:31%;position:absolute;top:106.09375px;left:69%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1484552037213{}}   @media screen and (max-width:640px) {#productList_style_01_1484552037213{width:100%;top:641px;left:0%;}} #productList_style_01_1484552037213 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1484552324265{width:14.833333333333334%;position:absolute;top:1270.09375px;left:85.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484552324265{left:85.11731177094379%;top:1029.09375px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484552324265{width:55.09641873278237%;top:937px;left:22.450657894736842%;}} #customForm_style_button_01_1484552324265 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484552324265  {height:45px;line-height:22px;} #customForm_style_button_01_1484552324265 .btnaSet {height:45px;line-height:45px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;text-decoration:none;color:#7c7c7c;border-top-color:#7c7c7c;border-right-color:#7c7c7c;border-bottom-color:#7c7c7c;border-left-color:#7c7c7c;} #customForm_style_button_01_1484552324265 .btnaSet:hover {background:#093155;color:#ffffff;} #layout_1484538249320{height:1315.09375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484538249320{height:1098.09375px;}}   @media screen and (max-width:640px) {#layout_1484538249320{height:995px;}} #layout_1484538249320 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484538249320  {background:#f5f5f5;}


 #text_default_1484552571122{width:100%;height:40px;position:absolute;top:31.09375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484552571122{}}   @media screen and (max-width:640px) {#text_default_1484552571122{width:99%;height:52px;top:15px;left:0.5263157894736842%;}} 


 #image_style_01_1484555003782{width:26.666666666666668%;height:200px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484555003782{height:156px;}}   @media screen and (max-width:640px) {#image_style_01_1484555003782{width:100.08223684210526%;height:200px;top:0px;left:0%;}} #image_style_01_1484555003782 > .view_contents{overflow:visible;} 

 #text_default_1484553337626{width:73.16666666666667%;height:79px;position:absolute;top:0px;left:26.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484553337626{}}   @media screen and (max-width:640px) {#text_default_1484553337626{width:99%;height:116px;top:206px;left:0.5263157894736842%;}}  #text_default_1484553337626  {border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;} #text_default_1484553337626>.view_contents {padding-left:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_default_1484553337626>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_default_1484553337626>.view_contents {padding-left:2px;}}

 #image_style_01_1484555191982{width:80px;height:80px;position:absolute;top:101px;left:28.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484555191982{left:28.16642364793213%;width:60px;height:63px;top:90.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484555191982{width:80px;height:80px;top:333px;left:1.5625%;}} #image_style_01_1484555191982 > .view_contents{overflow:visible;}  #image_style_01_1484555191982 .picSet {border-top-left-radius:40px;border-bottom-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px;}

 #text_style_02_1484555333291{width:7.333333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484555333291{left:35.52492046659597%;width:15.058324496288442%;top:101px;}}   @media screen and (max-width:640px) {#text_style_02_1484555333291{width:93px;top:355px;left:29.140624999999996%;}}  #text_style_02_1484555333291>.view_contents {box-sizing:border-box;font-size:14px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484555333291>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484555333291>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484555548286{width:21.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:143px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484555548286{width:10.922587486744433%;left:35.52492046659597%;top:128px;}}   @media screen and (max-width:640px) {#text_style_02_1484555548286{width:36.84210526315789%;top:375px;left:29.140624999999996%;}}  #text_style_02_1484555548286>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484555548286>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484555548286>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484556045221{width:9.333333333333334%;position:absolute;top:118.5px;left:90.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484556045221{left:90.66808059384941%;top:105.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484556045221{width:31.57894736842105%;top:350.5px;left:66.5625%;}} #customForm_style_button_01_1484556045221 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484556045221  {height:45px;line-height:22px;} #customForm_style_button_01_1484556045221 .btnaSet {height:45px;line-height:45px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;text-decoration:none;color:#7c7c7c;border-top-color:#7c7c7c;border-right-color:#7c7c7c;border-bottom-color:#7c7c7c;border-left-color:#7c7c7c;} #customForm_style_button_01_1484556045221 .btnaSet:hover {background:#093155;color:#ffffff;}
 #div_includeBlock_1484555024715{width:100%;height:200px;position:absolute;top:92.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484555024715{height:156px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484555024715{width:100%;height:429px;top:67px;left:0%;}}  #div_includeBlock_1484555024715  {background:#ffffff;border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;}


 #image_style_01_1484556863614{width:26.666666666666668%;height:200px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556863614{height:156px;}}   @media screen and (max-width:640px) {#image_style_01_1484556863614{width:100.08223684210526%;height:200px;top:0px;left:0%;}} #image_style_01_1484556863614 > .view_contents{overflow:visible;} 

 #text_default_1484556863628{width:73.16666666666667%;height:79px;position:absolute;top:0px;left:26.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484556863628{}}   @media screen and (max-width:640px) {#text_default_1484556863628{width:99%;height:116px;top:206px;left:0.5263157894736842%;}}  #text_default_1484556863628  {border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;} #text_default_1484556863628>.view_contents {padding-left:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_default_1484556863628>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_default_1484556863628>.view_contents {padding-left:2px;}}

 #image_style_01_1484556863637{width:80px;height:80px;position:absolute;top:101px;left:28.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556863637{left:28.16642364793213%;width:60px;height:63px;top:90.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484556863637{width:80px;height:80px;top:333px;left:1.5625%;}} #image_style_01_1484556863637 > .view_contents{overflow:visible;}  #image_style_01_1484556863637 .picSet {border-top-left-radius:40px;border-bottom-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px;}

 #customForm_style_button_01_1484556863685{width:9.333333333333334%;position:absolute;top:118.5px;left:90.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484556863685{left:90.66808059384941%;top:105.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484556863685{width:31.57894736842105%;top:350.5px;left:66.25%;}} #customForm_style_button_01_1484556863685 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484556863685  {height:45px;line-height:22px;} #customForm_style_button_01_1484556863685 .btnaSet {height:45px;line-height:45px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;text-decoration:none;color:#7c7c7c;border-top-color:#7c7c7c;border-right-color:#7c7c7c;border-bottom-color:#7c7c7c;border-left-color:#7c7c7c;} #customForm_style_button_01_1484556863685 .btnaSet:hover {background:#093155;color:#ffffff;}

 #text_style_02_1484556863645{width:7.333333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484556863645{left:35.52492046659597%;width:15.058324496288442%;top:101px;}}   @media screen and (max-width:640px) {#text_style_02_1484556863645{width:93px;top:355px;left:29.140624999999996%;}}  #text_style_02_1484556863645>.view_contents {box-sizing:border-box;font-size:14px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484556863645>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484556863645>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484556863679{width:21.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:143px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484556863679{width:10.922587486744433%;left:35.52492046659597%;top:128px;}}   @media screen and (max-width:640px) {#text_style_02_1484556863679{width:36.84210526315789%;top:375px;left:29.140624999999996%;}}  #text_style_02_1484556863679>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484556863679>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484556863679>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484556863344{width:100%;height:200px;position:absolute;top:319.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484556863344{height:156px;left:calc(50% - 471.5px);top:270.90625px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484556863344{width:100%;height:429px;top:517px;left:0%;}}  #div_includeBlock_1484556863344  {background:#ffffff;border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;}


 #image_style_01_1484556959286{width:26.666666666666668%;height:200px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556959286{height:156px;}}   @media screen and (max-width:640px) {#image_style_01_1484556959286{width:100.08223684210526%;height:200px;top:0px;left:0%;}} #image_style_01_1484556959286 > .view_contents{overflow:visible;} 

 #text_default_1484556959290{width:73.16666666666667%;height:79px;position:absolute;top:0px;left:26.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484556959290{}}   @media screen and (max-width:640px) {#text_default_1484556959290{width:99%;height:116px;top:206px;left:0.5263157894736842%;}}  #text_default_1484556959290  {border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;} #text_default_1484556959290>.view_contents {padding-left:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_default_1484556959290>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_default_1484556959290>.view_contents {padding-left:2px;}}

 #text_style_02_1484556959326{width:7.333333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484556959326{left:35.52492046659597%;width:15.058324496288442%;top:101px;}}   @media screen and (max-width:640px) {#text_style_02_1484556959326{width:93px;top:355px;left:29.140624999999996%;}}  #text_style_02_1484556959326>.view_contents {box-sizing:border-box;font-size:14px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484556959326>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484556959326>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484556959337{width:21.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:143px;left:36.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484556959337{width:10.922587486744433%;left:35.52492046659597%;top:128px;}}   @media screen and (max-width:640px) {#text_style_02_1484556959337{width:36.84210526315789%;top:375px;left:29.140624999999996%;}}  #text_style_02_1484556959337>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484556959337>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484556959337>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484556959346{width:9.333333333333334%;position:absolute;top:118.5px;left:90.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484556959346{left:90.66808059384941%;top:105.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484556959346{width:31.57894736842105%;top:350.5px;left:66.25%;}} #customForm_style_button_01_1484556959346 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484556959346  {height:45px;line-height:22px;} #customForm_style_button_01_1484556959346 .btnaSet {height:45px;line-height:45px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;text-decoration:none;color:#7c7c7c;border-top-color:#7c7c7c;border-right-color:#7c7c7c;border-bottom-color:#7c7c7c;border-left-color:#7c7c7c;} #customForm_style_button_01_1484556959346 .btnaSet:hover {background:#093155;color:#ffffff;}

 #image_style_01_1484556959297{width:80px;height:80px;position:absolute;top:101px;left:28.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556959297{left:28.16642364793213%;width:60px;height:63px;top:90.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484556959297{width:80px;height:80px;top:333px;left:1.25%;}} #image_style_01_1484556959297 > .view_contents{overflow:visible;}  #image_style_01_1484556959297 .picSet {border-top-left-radius:40px;border-bottom-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px;}
 #div_includeBlock_1484556959017{width:100%;height:200px;position:absolute;top:550.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484556959017{height:156px;left:calc(50% - 471.5px);top:448.90625px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484556959017{width:100%;height:429px;top:969px;left:0%;}}  #div_includeBlock_1484556959017  {background:#ffffff;border-bottom-color:#cccccc;border-bottom-style:solid;border-bottom-width:1px;}

 #customForm_style_button_01_1484557988878{width:14.833333333333334%;position:absolute;top:795.09375px;left:85.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484557988878{left:85.15376458112407%;top:651.09375px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484557988878{width:55.09641873278237%;top:1423px;left:22.450657894736842%;}} #customForm_style_button_01_1484557988878 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484557988878  {height:45px;line-height:22px;} #customForm_style_button_01_1484557988878 .btnaSet {height:45px;line-height:45px;border-top-left-radius:30px;border-bottom-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:30px;text-decoration:underline;color:#7c7c7c;border-top-color:#7c7c7c;border-right-color:#7c7c7c;border-bottom-color:#7c7c7c;border-left-color:#7c7c7c;} #customForm_style_button_01_1484557988878 .btnaSet:hover {background:#093155;color:#ffffff;} @media screen and (max-width:640px) { #customForm_style_button_01_1484557988878 .btnaSet {font-weight:normal;font-style:normal;text-decoration:none;}} #layout_1484539027615{height:857px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484539027615{height:716px;}}   @media screen and (max-width:640px) {#layout_1484539027615{height:1474px;}} #layout_1484539027615 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1484539027615  {background:#f5f5f5;}


 #text_default_1484619659713{width:12.5%;height:40px;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484619659713{}}   @media screen and (max-width:640px) {#text_default_1484619659713{width:98.42105263157895%;height:52px;top:15px;left:0.7894736842105263%;}} 



 #text_style_02_1484725418076{width:78.05907172995781%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:28px;left:8.122362869198312%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484725418076{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484725418076{width:370px;top:0px;}}  #text_style_02_1484725418076>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#ffffff;} #text_style_02_1484725418076  {background:#02213e;} #text_style_02_1484725418076:hover {background:#00a0e9;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484725418076>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484725418076>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484725612449{width:78.05907172995781%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484725612449{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484725612449{width:100%;top:0px;left:0%;}}  #text_style_02_1484725612449>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;} #text_style_02_1484725612449  {color:#ffffff;background:#02213e;} #text_style_02_1484725612449:hover {background:#00a0e9;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484725612449>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484725612449>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484725623601{width:78.05907172995781%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484725623601{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484725623601{width:100%;top:0px;left:0%;}}  #text_style_02_1484725623601>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;} #text_style_02_1484725623601  {color:#ffffff;background:#02213e;} #text_style_02_1484725623601:hover {background:#00a0e9;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484725623601>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484725623601>.view_contents {box-sizing:border-box;}} #div_z_column_1484725388576{width:31.583333333333336%;height:51.111328125px;position:absolute;top:63.5px;left:68.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_z_column_1484725388576{height:51.111083984375px;left:68.0971633085896%;top:101px;}}   @media screen and (max-width:640px) {#div_z_column_1484725388576{width:82.64462809917356%;height:231px;top:527px;left:8.67768595041322%;display:none;}} #div_z_column_1484725388576 > .view_contents{overflow:hidden;}  #div_z_column_1484725388576 > .view_contents .column_items:nth-child(1){width:33.333333333333336%;} #div_z_column_1484725388576 > .view_contents .column_items:nth-child(2){width:33.333333333333336%;} #div_z_column_1484725388576 > .view_contents .column_items:nth-child(3){width:33.333333333333336%;} @media screen and (max-width:640px) { #div_z_column_1484725388576 > .view_contents .column_items:nth-child(1){width:33.333333333333336%;}} @media screen and (max-width:640px) { #div_z_column_1484725388576 > .view_contents .column_items:nth-child(2){width:33.333333333333336%;}} @media screen and (max-width:640px) { #div_z_column_1484725388576 > .view_contents .column_items:nth-child(3){width:33.333333333333336%;}} @media screen and (max-width:640px) { #div_z_column_1484725388576 > .view_contents .column_items:nth-child(4){width:25%;}} @media screen and (max-width:640px) { #div_z_column_1484725388576 > .view_contents .column_items:nth-child(5){width:20%;}} #div_z_column_1484725388576  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_z_column_1484725388576  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_z_column_1484725388576  {box-sizing:border-box;}}

 #text_style_02_1484619729852{width:57.99999999999999%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484619729852{left:0.5302226935312832%;width:463px;top:78.5px;}}   @media screen and (max-width:640px) {#text_style_02_1484619729852{width:98%;top:72px;left:0.9375%;}}  #text_style_02_1484619729852>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484619729852>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484619729852>.view_contents {box-sizing:border-box;}} #layout_1484542674343{height:214px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484542674343{height:245px;}}   @media screen and (max-width:640px) {#layout_1484542674343{height:226px;}} #layout_1484542674343 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1484725891300{width:12.5%;height:40px;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1484725891300{}}   @media screen and (max-width:640px) {#text_default_1484725891300{width:98.42105263157895%;height:52px;top:15px;left:0.7894736842105263%;}} 

 #newsList_style_04_1484737985309{width:100%;position:absolute;top:75.90625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1484737985309{}}   @media screen and (max-width:640px) {#newsList_style_04_1484737985309{width:100%;top:75px;left:0%;}}  #newsList_style_04_1484737985309 .sortSet {background:#093155;text-align:center;} #newsList_style_04_1484737985309 .titleSet {text-align:center;} #newsList_style_04_1484737985309 .timesSet {text-align:center;} #layout_1484725881439{height:325px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1484725881439{height:296.90625px;}}   @media screen and (max-width:640px) {#layout_1484725881439{height:445px;}} #layout_1484725881439 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_logo_1484559397289{width:11.25%;height:70px;position:absolute;top:15px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484559397289{left:0%;width:13.57370095440085%;top:15px;}}   @media screen and (max-width:640px) {#image_logo_1484559397289{width:200px;height:200px;top:0px;}} 

 #text_style_02_1484559440903{width:23.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:86px;left:1.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484559440903{left:1.5343319194061507%;width:269px;top:78.5px;}}   @media screen and (max-width:640px) {#text_style_02_1484559440903{width:370px;top:200px;}}  #text_style_02_1484559440903>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484559440903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484559440903>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484559591611{width:21.25%;position:absolute;top:254px;left:1.4166666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484559591611{left:1.5343319194061507%;width:20.254506892895016%;top:244.5px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484559591611{width:200px;top:500px;}} #customForm_style_button_01_1484559591611 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484559591611 .btnaSet {background:transparent;color:#00a0e9;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;text-align:left;}

 #image_style_01_1484564858032{width:3.75%;height:48px;position:absolute;top:26px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484564858032{width:5.620360551431601%;left:61.96149257688229%;top:35px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1484564858032{width:55.09641873278237%;height:200px;top:0px;left:0%;}} #image_style_01_1484564858032 > .view_contents{overflow:visible;} 

 #text_style_02_1484564873767{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:57.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484564873767{width:70.75%;left:81.33333333333333%;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1484564873767{width:100%;top:0px;left:0%;}}  #text_style_02_1484564873767>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484564873767>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484564873767>.view_contents {box-sizing:border-box;}}


 #text_style_02_1484565130046{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484565130046{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484565130046{width:370px;top:200px;}}  #text_style_02_1484565130046>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484565130046>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484565130046>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484565076386{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484565076386{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484565076386{width:200px;height:200px;top:0px;}} #image_style_01_1484565076386 > .view_contents{overflow:visible;} 

 #text_style_02_1484565243965{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484565243965{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484565243965{width:100%;top:0px;left:0%;}}  #text_style_02_1484565243965>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484565243965>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484565243965>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484564969922{width:22.333333333333332%;height:54px;position:absolute;top:85px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484564969922{left:64.1420334040297%;width:207px;height:108px;top:215px;display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484564969922{width:100%;height:300px;top:1300px;}}  #div_includeBlock_1484564969922  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}


 #text_style_02_1484566005889{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566005889{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484566005889{width:370px;top:200px;}}  #text_style_02_1484566005889>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566005889>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566005889>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484566005898{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566005898{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484566005898{width:200px;height:200px;top:0px;}} #image_style_01_1484566005898 > .view_contents{overflow:visible;} 

 #text_style_02_1484566005934{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566005934{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484566005934{width:100%;top:0px;left:0%;}}  #text_style_02_1484566005934>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566005934>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566005934>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484566005518{width:22.333333333333332%;height:54px;position:absolute;top:151px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484566005518{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484566005518{width:100%;height:300px;top:1600px;left:0%;}}  #div_includeBlock_1484566005518  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}


 #text_style_02_1484566037380{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566037380{left:0%;width:80%;}}   @media screen and (max-width:640px) {#text_style_02_1484566037380{width:370px;top:200px;}}  #text_style_02_1484566037380>.view_contents {box-sizing:border-box;font-size:15px;color:#ffffff;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566037380>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566037380>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484566037399{width:50px;height:50px;position:absolute;top:0px;left:4.5602605863192185%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566037399{left:22.451790633608816%;width:55.09641873278237%;}}   @media screen and (max-width:640px) {#image_style_01_1484566037399{width:200px;height:200px;top:0px;}} #image_style_01_1484566037399 > .view_contents{overflow:visible;} 

 #text_style_02_1484566037405{width:71.9869706840391%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:28.013029315960914%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566037405{width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1484566037405{width:100%;top:0px;left:0%;}}  #text_style_02_1484566037405>.view_contents {box-sizing:border-box;font-size:12px;color:#cccccc;height:24px;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566037405>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566037405>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484566036990{width:22.333333333333332%;height:54px;position:absolute;top:216px;left:50.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484566036990{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1484566036990{width:100%;height:300px;top:0px;left:0%;}}  #div_includeBlock_1484566036990  {border-bottom-color:#7f7f7f;border-bottom-style:solid;border-bottom-width:1px;}

 #image_style_01_1484560089511{width:4.666666666666667%;height:57px;position:absolute;top:21.5px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484560089511{left:39.735220042417815%;width:5.514316012725344%;top:24px;height:52px;}}   @media screen and (max-width:640px) {#image_style_01_1484560089511{width:200px;height:200px;top:800px;}} #image_style_01_1484560089511 > .view_contents{overflow:visible;} 

 #text_style_02_1484560148236{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:36.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484560148236{width:9.75609756097561%;left:46.23541887592789%;top:35px;}}   @media screen and (max-width:640px) {#text_style_02_1484560148236{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1484560148236>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484560148236>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484560148236>.view_contents {box-sizing:border-box;}}

 #customForm_style_button_01_1484560252283{width:8%;position:absolute;top:85px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560252283{left:40.79566542948038%;width:100px;top:85px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560252283{width:200px;top:1000px;}} #customForm_style_button_01_1484560252283 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560252283  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560252283 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560252283:hover {background:#000000;}

 #customForm_style_button_01_1484560395315{width:8%;position:absolute;top:85px;left:38.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560395315{width:100px;left:52.460564687168606%;top:85px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560395315{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560395315 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560395315  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560395315 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560395315:hover {background:#000000;}

 #customForm_style_button_01_1484560447751{width:8%;position:absolute;top:139px;left:38.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560447751{width:100px;left:52.460564687168606%;top:137px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560447751{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560447751 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560447751  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560447751 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560447751:hover {background:#000000;}

 #customForm_style_button_01_1484560567643{width:8%;position:absolute;top:192.5px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560567643{width:100px;left:40.79566542948038%;top:189px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560567643{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560567643 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560567643  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560567643 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560567643:hover {background:#000000;}

 #customForm_style_button_01_1484560422641{width:8%;position:absolute;top:139px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1484560422641{width:100px;left:40.79566542948038%;top:138px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1484560422641{width:55.09641873278237%;top:0px;left:0%;}} #customForm_style_button_01_1484560422641 > .view_contents{overflow:visible;}  #customForm_style_button_01_1484560422641  {height:41px;background:#191919;opacity:0.5;} #customForm_style_button_01_1484560422641 .btnaSet {height:41px;line-height:40px;background:transparent;opacity:1;color:#ffffff;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #customForm_style_button_01_1484560422641:hover {background:#000000;}

 #image_style_04_1484566273300{width:23.166666666666664%;position:absolute;top:85px;left:76.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1484566273300{left:73.80699893955462%;width:25.556733828207847%;top:85px;}}   @media screen and (max-width:640px) {#image_style_04_1484566273300{width:300px;top:0px;}} #image_style_04_1484566273300 > .view_contents{overflow:visible;}  #image_style_04_1484566273300 #hot>a {padding-bottom:0px;margin-bottom:0px;} #image_style_04_1484566273300  {padding-bottom:0px;height:179px;line-height:22px;padding-top:0px;}

 #image_style_01_1484566207238{width:3.75%;height:48px;position:absolute;top:26px;left:76.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566207238{width:4.878048780487805%;display:block;left:74.12513255567337%;top:26px;}}   @media screen and (max-width:640px) {#image_style_01_1484566207238{width:55.09641873278237%;height:200px;top:0px;left:0%;}} #image_style_01_1484566207238 > .view_contents{overflow:visible;} 

 #text_style_02_1484566243773{width:9.083333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35px;left:83.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484566243773{width:17.921527041357372%;display:block;left:81.86638388123012%;top:35px;}}   @media screen and (max-width:640px) {#text_style_02_1484566243773{width:100%;top:0px;left:0%;}}  #text_style_02_1484566243773>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484566243773>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484566243773>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1484559370760{width:1200px;height:296px;position:absolute;top:221.90625px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484559370760{height:298px;top:155.90625px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484559370760{width:100%;height:1041px;top:300px;left:0%;display:none;}} 



 #text_style_02_1484568333502{width:8.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:15px;left:91.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568333502{width:99px;left:89.50159066808058%;top:15px;}}   @media screen and (max-width:640px) {#text_style_02_1484568333502{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1484568333502>.view_contents {box-sizing:border-box;color:#e6e6e6;font-size:12px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568333502>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568333502>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484569013847{width:5.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:26.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569013847{width:7.104984093319194%;left:22.955328738069987%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569013847{width:100%;top:0px;left:0%;}}  #text_style_02_1484569013847>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569013847>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569013847>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484568125841{width:5.583333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:32.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568125841{width:67px;top:11px;left:30.060312831389187%;}}   @media screen and (max-width:640px) {#text_style_02_1484568125841{width:100%;top:0px;left:0%;}}  #text_style_02_1484568125841>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568125841>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568125841>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484568054149{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:38.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484568054149{width:59px;left:37.22163308589608%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484568054149{width:100%;top:300px;left:0%;}}  #text_style_02_1484568054149>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484568054149>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484568054149>.view_contents {box-sizing:border-box;}}

 #image_style_01_1484568240567{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:75.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568240567{height:24px;left:75.2916224814422%;top:21.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484568240567{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568240567 > .view_contents{overflow:visible;} 

 #image_style_01_1484568255502{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:79.16666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568255502{height:25px;left:78.42325026511135%;top:21px;width:25px;}}   @media screen and (max-width:640px) {#image_style_01_1484568255502{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568255502 > .view_contents{overflow:visible;} 

 #image_style_01_1484568270548{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:82.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568270548{height:26px;width:25px;top:21.5px;left:81.86638388123012%;}}   @media screen and (max-width:640px) {#image_style_01_1484568270548{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568270548 > .view_contents{overflow:visible;} 

 #image_style_01_1484568289354{width:2.5833333333333335%;height:30px;position:absolute;top:20px;left:85.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568289354{height:26px;width:26px;left:85.2067868504772%;top:21.5px;}}   @media screen and (max-width:640px) {#image_style_01_1484568289354{width:54.94505494505495%;height:200px;top:0px;left:0%;display:none;}} #image_style_01_1484568289354 > .view_contents{overflow:visible;} 

 #text_style_02_1484569303813{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:43.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569303813{width:7.104984093319194%;left:50.79533404029692%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569303813{width:100%;top:0px;left:0%;}}  #text_style_02_1484569303813>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569303813>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569303813>.view_contents {box-sizing:border-box;}}

 #text_style_02_1484569285695{width:5.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:49.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484569285695{width:6.786850477200425%;left:44.008483563096505%;top:11px;}}   @media screen and (max-width:640px) {#text_style_02_1484569285695{width:100%;top:0px;left:0%;}}  #text_style_02_1484569285695>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484569285695>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484569285695>.view_contents {box-sizing:border-box;}}

 #image_logo_1484567941540{width:7.916666666666666%;height:51px;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484567941540{width:10.286320254506894%;}}   @media screen and (max-width:640px) {#image_logo_1484567941540{width:55.09641873278237%;height:200px;top:0px;left:0%;}} 
 #div_includeBlock_1484567891608{width:1200px;height:70px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484567891608{left:0%;width:100%;height:110.99609375px;top:0px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484567891608{width:100%;height:300px;top:0px;}} 
 #div_includeBlock_1484559255312{width:100%;height:70px;position:absolute;top:568px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484559255312{height:110.99609375px;left:0%;top:486px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484559255312{width:100%;height:300px;top:0px;left:0%;display:none;}}  #div_includeBlock_1484559255312  {background:#033155;}

 #image_logo_1484790427947{width:13.88888888888889%;height:200px;position:absolute;left:43.05555555555556%;top:123.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1484790427947{width:20.833333333333336%;height:200px;left:39.58333333333333%;top:123.515625px;display:none;}}   @media screen and (max-width:640px) {#image_logo_1484790427947{width:40.526315789473685%;height:85px;top:0px;left:29.736842105263158%;display:block;}} 

 #text_style_02_1484790448448{width:25.694444444444443%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:37.15277777777778%;top:238.515625px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1484790448448{width:38.54166666666667%;left:30.729166666666664%;top:238.515625px;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1484790448448{width:92.63157894736842%;top:77px;left:3.1578947368421053%;display:block;}}  #text_style_02_1484790448448>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1484790448448>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;text-align:center;}}

 #image_style_01_1484788937345{width:100%;height:181px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484788937345{height:124px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#image_style_01_1484788937345{width:100.08223684210526%;height:30px;top:0px;left:-0.04111842105263008%;display:none;}} #image_style_01_1484788937345 > .view_contents{overflow:visible;}  #comm_layout_footer{height:697px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:596.9921875px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:127px;}}  #comm_layout_footer  {background: url(../images/20170116173202671.jpg);}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }

	#image_style_01_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538074694 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484537968765 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538170212 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538192855 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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;}
.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;}
}

	#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538940346 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484538940346 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484538563940 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484538563940 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/* 清除浮动 */
.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;}
}
/*菜单样式*/
.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;}
}
.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;*/

/* 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(../images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/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_1487064271002 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/2017011613180297.jpg') center top no-repeat;}
                #banner_style_01_1487064271002 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/20170116132750234.jpg') center top no-repeat;}
                #banner_style_01_1487064271002 .bannerStyle_1 .ground_glass{display:block; opacity:0.7; background-color:#191919;}
    
	#image_style_01_1484549868450 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484549868450 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484549868450 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484549868450 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: 50%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 47%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 16px;}


.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_1484550713798 li{width: 100%;}
#productList_style_01_1484550713798 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1484550713798 li{width: 100%;}
	#productList_style_01_1484550713798 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1484550713798 li{width: 49.5%;}
	#productList_style_01_1484550713798 li.prod_Item{margin-bottom:1%;}
}

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

#productList_style_01_1484550713798 .p_name.pc {display:block;}
#productList_style_01_1484550713798 .p_name.pad, #productList_style_01_1484550713798 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1484550713798 .p_name.pad {display:block;}
	#productList_style_01_1484550713798 .p_name.pc, #productList_style_01_1484550713798 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1484550713798 .p_name.mobile {display:block;}
	#productList_style_01_1484550713798 .p_name.pc, #productList_style_01_1484550713798 .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_01_1484550713798 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1484550713798 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1484550713798 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484550713798 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484550713798 .submit_div{ display: inline-block; }
	
	#productList_style_01_1484550713798 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1484550713798 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1484550713798 .page_submit{margin-left:5px;}
	#productList_style_01_1484550713798 .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_1484550713798 .page_btn{ font-size:12px; }
			#productList_style_01_1484550713798 .submit_div{ display:none; }
		}

			#productList_style_01_1484550713798 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1484550713798 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.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: 50%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 47%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 16px;}


.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_1484551565991 li{width: 100%;}
#productList_style_01_1484551565991 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1484551565991 li{width: 100%;}
	#productList_style_01_1484551565991 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1484551565991 li{width: 49.5%;}
	#productList_style_01_1484551565991 li.prod_Item{margin-bottom:1%;}
}

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

#productList_style_01_1484551565991 .p_name.pc {display:block;}
#productList_style_01_1484551565991 .p_name.pad, #productList_style_01_1484551565991 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1484551565991 .p_name.pad {display:block;}
	#productList_style_01_1484551565991 .p_name.pc, #productList_style_01_1484551565991 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1484551565991 .p_name.mobile {display:block;}
	#productList_style_01_1484551565991 .p_name.pc, #productList_style_01_1484551565991 .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_01_1484551565991 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1484551565991 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1484551565991 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484551565991 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484551565991 .submit_div{ display: inline-block; }
	
	#productList_style_01_1484551565991 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1484551565991 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1484551565991 .page_submit{margin-left:5px;}
	#productList_style_01_1484551565991 .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_1484551565991 .page_btn{ font-size:12px; }
			#productList_style_01_1484551565991 .submit_div{ display:none; }
		}

			#productList_style_01_1484551565991 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1484551565991 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.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: 50%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 47%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 16px;}


.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_1484552037213 li{width: 100%;}
#productList_style_01_1484552037213 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1484552037213 li{width: 100%;}
	#productList_style_01_1484552037213 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1484552037213 li{width: 49.5%;}
	#productList_style_01_1484552037213 li.prod_Item{margin-bottom:1%;}
}

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

#productList_style_01_1484552037213 .p_name.pc {display:block;}
#productList_style_01_1484552037213 .p_name.pad, #productList_style_01_1484552037213 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1484552037213 .p_name.pad {display:block;}
	#productList_style_01_1484552037213 .p_name.pc, #productList_style_01_1484552037213 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1484552037213 .p_name.mobile {display:block;}
	#productList_style_01_1484552037213 .p_name.pc, #productList_style_01_1484552037213 .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_01_1484552037213 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1484552037213 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1484552037213 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484552037213 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1484552037213 .submit_div{ display: inline-block; }
	
	#productList_style_01_1484552037213 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1484552037213 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1484552037213 .page_submit{margin-left:5px;}
	#productList_style_01_1484552037213 .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_1484552037213 .page_btn{ font-size:12px; }
			#productList_style_01_1484552037213 .submit_div{ display:none; }
		}

			#productList_style_01_1484552037213 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1484552037213 .page{line-height:30px; padding:0 13px;}
		}
		.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484555003782 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484555003782 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484555003782 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484555003782 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_1484555191982 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484555191982 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484555191982 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484555191982 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484556863614 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556863614 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484556863614 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484556863614 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_1484556863637 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556863637 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484556863637 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484556863637 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484556959286 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556959286 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484556959286 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484556959286 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484556959297 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484556959297 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484556959297 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484556959297 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.column{position: relative; clear: both; width: 100%; height: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between; box-sizing: border-box;}
.column_items{width: 50%; height: auto;box-sizing: border-box; position: relative;}
.column_items>div{width: 100% !important; position: relative !important; left: 0px !important; top: 0px !important;}
@media screen and (max-width:640px){
	.column_items{width: 100% !important;}
}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1484737985309 .newDetail.pc {display:block;}
	#newsList_style_04_1484737985309 .newDetail.pad, #newsList_style_04_1484737985309 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1484737985309 .newDetail.pad {display:block;}
		#newsList_style_04_1484737985309 .newDetail.pc, #newsList_style_04_1484737985309 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1484737985309 .newDetail.mobile {display:block;}
		#newsList_style_04_1484737985309 .newDetail.pc, #newsList_style_04_1484737985309 .newDetail.pad {display:none;}
	}

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

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
.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;*/
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484564858032 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484564858032 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_1484565076386 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484565076386 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484565076386 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484565076386 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_1484566005898 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566005898 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484566005898 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484566005898 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_1484566037399 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566037399 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1484566037399 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1484566037399 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_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484560089511 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484560089511 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;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.imgStyle_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 30.666666666667%;}
#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 30.666666666667%;}
	#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1484566273300 .imgStyle_4 ul li,#image_style_04_1484566273300 .imgStyle_4 ul li{width: 48%;}
	#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems,#image_style_04_1484566273300 .imgStyle_4 ul li.imgItems{margin-bottom:4%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px; background-color: #eee;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_4 ul li a img,.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton 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; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

	#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484566207238 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484566207238 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_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568240567 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568255502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568270548 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484568289354 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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;}
.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;*/
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1484788937345 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1484788937345 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;}
