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

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

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

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

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

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

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

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

}
body{ background-position:left top; }


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

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

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

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

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


 #image_style_12_1552195401394{width:99.58333333333333%;position:absolute;top:40px;left:0.2083333333333357%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1552195401394{}}   @media screen and (max-width:640px) {#image_style_12_1552195401394{width:100.1220703125%;top:10px;left:0%;}} #image_style_12_1552195401394 > .view_contents{overflow:visible;}  #layout_1551171600277{height:210px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1551171600277{height:182px;display:block;}}   @media screen and (max-width:640px) {#layout_1551171600277{height:235px;display:none;}} #layout_1551171600277 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1552985593804{width:62.546816479400746%;height:61px;position:absolute;left:18.726591760299627%;top:53.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552985593804{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1552985593804{height:38px;left:calc(50% - 51.5px);top:27px;width:103px;}} #image_style_01_1552985593804 > .view_contents{overflow:visible;} 

 #text_style_01_1552985605452{width:97.8021978021978%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:1.098901098901102%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552985605452{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1552985605452{width:100%;top:72px;left:0%;display:block;}} #text_style_01_1552985605452 > .view_contents{overflow:visible;}  #text_style_01_1552985605452>.view_contents {box-sizing:border-box;font-family:Arial;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552985605452>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1552985605452>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1552985583013{width:22.25%;height:192px;position:absolute;top:2px;left:0.5416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552985583013{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552985583013{width:47.5%;height:114px;top:13px;left:0.5224609375%;}} 


 #image_style_01_1552992413731{width:85.76779026217228%;height:52px;position:absolute;left:9.872425093632959%;top:53.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992413731{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1552992413731{height:40px;left:0%;top:27px;width:147px;}} #image_style_01_1552992413731 > .view_contents{overflow:visible;} 

 #text_style_01_1552992413733{width:97.8021978021978%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:1.098901098901102%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552992413733{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1552992413733{width:100%;top:72px;left:0%;display:block;}} #text_style_01_1552992413733 > .view_contents{overflow:visible;}  #text_style_01_1552992413733>.view_contents {box-sizing:border-box;font-family:Arial;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552992413733>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1552992413733>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1552992413624{width:22.25%;height:192px;position:absolute;top:2px;left:25.791666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552992413624{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552992413624{width:46.875%;height:114px;top:13px;left:51.99707031250001%;}} 


 #image_style_01_1552992479242{width:85.76779026217228%;height:63px;position:absolute;left:7.116104868913858%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992479242{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1552992479242{height:47px;left:0.6622516556291391%;top:21.5px;width:147px;}} #image_style_01_1552992479242 > .view_contents{overflow:visible;} 

 #text_style_01_1552992479245{width:97.8021978021978%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:1.098901098901102%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552992479245{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1552992479245{width:100%;top:74px;left:0%;display:block;}} #text_style_01_1552992479245 > .view_contents{overflow:visible;}  #text_style_01_1552992479245>.view_contents {box-sizing:border-box;font-family:Arial;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552992479245>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1552992479245>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1552992479138{width:22.25%;height:192px;position:absolute;top:2px;left:52.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552992479138{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552992479138{width:47.1875%;height:108px;top:136px;left:0.5224609375%;}} 


 #image_style_01_1552992525196{width:92.88389513108615%;height:63px;position:absolute;left:7.116104868913857%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992525196{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1552992525196{height:44px;left:calc(50% - 74.5px);top:28px;width:148.890625px;}} #image_style_01_1552992525196 > .view_contents{overflow:visible;} 

 #text_style_01_1552992525200{width:97.8021978021978%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:1.098901098901102%;top:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1552992525200{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1552992525200{width:100%;top:73.5px;left:0%;display:block;}} #text_style_01_1552992525200 > .view_contents{overflow:visible;}  #text_style_01_1552992525200>.view_contents {box-sizing:border-box;font-family:Arial;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1552992525200>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1552992525200>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_a_includeBlock_1552992525027{width:22.25%;height:220px;position:absolute;top:2px;left:77.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1552992525027{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1552992525027{width:46.5625%;height:109px;top:136px;left:51.99707031250001%;}}  #layout_1552985575058{height:222px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552985575058{}}   @media screen and (max-width:640px) {#layout_1552985575058{height:258px;}} #layout_1552985575058 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1552993029373{height:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1552993029373{}}   @media screen and (max-width:640px) {#layout_1552993029373{height:17px;}} #layout_1552993029373 > .view_contents{overflow:visible;max-width:1200px;} 


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

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

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

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

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

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




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




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1552195401394 .imgDetail{ display:none;}
		
			#image_style_12_1552195401394 li{ width:23.5%; }
		#image_style_12_1552195401394 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1552195401394 .imgTBox img{ width:225px;}
		#image_style_12_1552195401394 .img_Box{ padding-bottom: ; }

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1552195401394 li{ width:23.5%; }
		#image_style_12_1552195401394 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1552195401394 .imgTBox img{ width:150px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1552195401394 li{ width:48%; }
		#image_style_12_1552195401394 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1552195401394 .imgTBox img{ width:150px;}
	}
	


	
	


	#image_style_01_1552985593804 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552985593804 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1552985593804 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552985593804 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_1552992413731 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992413731 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1552992413731 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1552992413731 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_1552992479242 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992479242 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1552992479242 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552992479242 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_1552992525196 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1552992525196 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1552992525196 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1552992525196 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_1488448500697 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488448500697 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1488448500697 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488448500697 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1488505753587 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1488505753587 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1488505753587 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1488505753587 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
