@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{ 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%);}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:700px !important;height:500px !important;background:#ffffff;border:1px solid #e2e2e2;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url('mask.png') repeat scroll 0 0 rgba(69,126,235,0.3);cursor:move;z-index:999;}

.rich_media_intro { margin:0px;padding:10px;font-family:Arial,Helvetica,sans-serif;overflow:hidden;color:#333;font-size:16px;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-align:justify;position:relative;z-index:0; }
.rich_media_intro * { color:#333;font-size:16px;line-height:1.5;max-width:100%!important;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;word-wrap:break-word!important;word-break:break-word!important; }
.rich_media_intro p { clear:both;min-height:1em }
.rich_media_intro em { font-style:italic }
.rich_media_intro fieldset { min-width:0 }
.rich_media_intro img { height:auto!important }
.rich_media_intro blockquote { margin:0;padding-left:10px;border-left:3px solid #dbdbdb }

.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; }
#div_blank_1522203379525{width:100%;height:40px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522203379525{}}   @media screen and (max-width:640px) {#div_blank_1522203379525{width:100%;height:30px;top:15.5px;left:0%;display:none;}} #div_blank_1522203379525 > .view_contents{overflow:visible;}  #div_blank_1522203379525  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522203379525  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522203379525  {box-sizing:border-box;}}
#image_logo_1522203538858{width:430px;height:50px;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1522203538858{left:0%;width:180px;}}   @media screen and (max-width:640px) {#image_logo_1522203538858{width:260px;height:33px;top:10.5px;left:1.9970703125%;}} 
#text_style_01_1522203773640{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:11px;left:69.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522203773640{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1522203773640{width:67.8125%;top:7px;left:30%;display:none;}}  #text_style_01_1522203773640>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:18px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522203773640>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522203773640>.view_contents {box-sizing:border-box;font-size:12px;}}
#image_style_01_1522203923847{width:15px;height:15px;position:absolute;top:10px;left:84.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522203923847{left:78.78453038674034%;top:12.5px;}}   @media screen and (max-width:640px) {#image_style_01_1522203923847{width:15px;height:15px;top:7.5px;left:1.9970703125%;display:none;}} #image_style_01_1522203923847 > .view_contents{overflow:visible;} 
#dh_style_11_1522314576639{width:51.24999999999999%;z-index:999;position:absolute;left:37.083333333333336%;top:63px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1522314576639{z-index:999;left:38.47720994475139%;width:61.65745856353592%;}}   @media screen and (max-width:640px) {#dh_style_11_1522314576639{width:13.750000000000002%;z-index:999;top:5px;left:84.4970703125%;}} #dh_style_11_1522314576639 > .view_contents{overflow:visible;}  #dh_style_11_1522314576639 .mainMenuSet {line-height:43px;margin-left:20px;margin-right:20px;} #dh_style_11_1522314576639 #hot>a {background:#012b67;color:#ffffff;} #dh_style_11_1522314576639 .mainMenuSet:hover {background:#012b67;color:#ffffff;} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .mainMenuSet:hover {background:transparent;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .mainMenuSet {font-size:14px;border-bottom-style:none;padding-left:10px;margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 #hot>a {border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subMenuSet:hover {color:#ffffff;font-family:Microsoft YaHei;background:transparent;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrMenuSet:hover {background:transparent;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subCurSet {background:#34c663;color:#ffffff;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrCurSet {background:#29aa52;color:#ffffff;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subCurSet:hover {background:#34c663;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrCurSet:hover {background:#29aa52;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .subMenuSet {padding-left:10px;border-bottom-style:none;}} @media screen and (max-width:640px) { #dh_style_11_1522314576639 .thrMenuSet {border-bottom-style:none;padding-left:10px;}}
#clock_style_1_1526375199680{width:22.083333333333332%;position:absolute;top:9.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#clock_style_1_1526375199680{width:275px;}}   @media screen and (max-width:640px) {#clock_style_1_1526375199680{width:265px;top:5px;left:2.96875%;display:none;}} 
#clock_style_1_1526375199680{}
#clock_style_1_1526375199680 *{
	color:#ffffff;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	#clock_style_1_1526375199680{
	}
}
@media screen and (max-width:640px) {
	#clock_style_1_1526375199680{		
	}
}
#text_style_01_1569313384582{width:5.833333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:89.16666666666667%;top:82px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1569313384582{}}   @media screen and (max-width:640px) {#text_style_01_1569313384582{width:96%;font-size:12px;color:#333;line-height:1.6;top:59px;left:2%;}}  #text_style_01_1569313384582>.view_contents {font-size:14px;}
#div_a_includeBlock_1522203509867{width:1200px;height:129px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522203509867{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522203509867{width:100%;height:81px;top:0px;left:0%;}} #div_a_includeBlock_1522203509867 > .view_contents{overflow:visible;}  #comm_layout_header{height:129px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:81px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:transparent;opacity:1;border-bottom-color:#012b67;border-bottom-style:solid;border-bottom-width:4px;} #comm_layout_header>.view_contents {border-bottom-color:#b2b2b2;border-bottom-style:none;border-bottom-width:2px;}
#comm_layout_header{}
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
	}
}
@media screen and (max-width:640px) {
	#comm_layout_header{
	}
}
#banner_style_01_1530599010209{width:100%;height:601px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1530599010209{}}   @media screen and (max-width:640px) {#banner_style_01_1530599010209{width:100%;height:117px;top:0px;left:0%;}}  #layout_diy_1522203062{height:602px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1522203062{height:602px;}}   @media screen and (max-width:640px) {#layout_diy_1522203062{height:117px;}} 
#text_style_01_1526267146764{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:3.75%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146764{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1526267146764{width:96%;top:126px;left:2.000203583061889%;}}  #text_style_01_1526267146764>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ed9d53;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146764>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526267146764>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1526267146768{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:15.875%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146768{left:2.0689655172413794%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1526267146768{width:96%;top:156px;left:2.000203583061889%;}}  #text_style_01_1526267146768>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#050404;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146768>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526267146768>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell3_01{width:400px;height:280px;position:absolute;top:97px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell3_01{left:0%;width:33.4%;top:25px;}}   @media screen and (max-width:640px) {#div_richtext_cell3_01{width:96%;height:215px;top:215px;left:2%;z-index:2;}}  #div_richtext_cell3_01  {background: url(bg_cell01.png);} @media screen and (max-width:640px) { #div_richtext_cell3_01  {}}
#text_style_01_1526267146821{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:186px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146821{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1526267146821{width:96%;top:126px;left:2.000203583061889%;}}  #text_style_01_1526267146821>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ff7f00;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146821>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526267146821>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1526267146827{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:226px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146827{left:2.0689655172413794%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1526267146827{width:96%;top:156px;left:2.000203583061889%;}}  #text_style_01_1526267146827>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#111111;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146827>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526267146827>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell3_02{width:33.33333333333333%;height:330px;position:absolute;top:70px;left:33.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell3_02{left:33.33218232044199%;width:33.4%;top:0px;z-index:4;}}   @media screen and (max-width:640px) {#div_richtext_cell3_02{width:96%;height:215px;top:0px;left:1.9970703125%;}}  #div_richtext_cell3_02  {background-attachment:fixed;background: url(bg_cell02.png);}
#div_richtext_cell3_02{}
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_richtext_cell3_02{
	}
}
@media screen and (max-width:640px) {
	#div_richtext_cell3_02{
	}
}
#text_style_01_1526267146879{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:155px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526267146879{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1526267146879{width:96%;top:126px;left:2%;}}  #text_style_01_1526267146879>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ff5400;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526267146879>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526267146879>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1567671045906{width:66.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:13.375%;top:195px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567671045906{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1567671045906{width:96%;font-size:12px;color:#333;line-height:1.6;top:156px;left:2%;}}  #text_style_01_1567671045906>.view_contents {font-size:14px;text-align:center;}
#div_richtext_cell3_03{width:33.33333333333333%;height:280px;position:absolute;top:101px;left:66.66666666666666%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell3_03{width:33.4%;left:66.51933701657458%;top:25px;height:295px;}}   @media screen and (max-width:640px) {#div_richtext_cell3_03{width:96%;height:215px;top:430px;left:2%;}}  #div_richtext_cell3_03  {background-attachment:fixed;background: url(bg_cell03.png);}
#div_richtext_cell3_03{}
@media screen and (min-width:641px) and (max-width:1200px) {
	#div_richtext_cell3_03{
	}
}
@media screen and (max-width:640px) {
	#div_richtext_cell3_03{
	}
}
#div_richtext_cell3{width:1200px;height:473.5px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell3{width:96%;left:2.014846235418876%;height:383px;top:55px;}}   @media screen and (max-width:640px) {#div_richtext_cell3{width:100%;height:674px;top:30px;left:0%;}}  #div_richtext_cell3  {} #layout_1526267145949{height:473.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526267145949{height:438px;}}   @media screen and (max-width:640px) {#layout_1526267145949{height:704px;}}  #layout_1526267145949  {}
#image_style_01_1522207346725{width:471px;height:471px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522207346725{left:1.9999337221633087%;width:45%;height:454px;top:55px;}}   @media screen and (max-width:640px) {#image_style_01_1522207346725{width:96%;height:307px;top:30px;left:1.9970703125%;}} #image_style_01_1522207346725 > .view_contents{overflow:visible;} 
#text_style_01_1522207463143{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:82px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207463143{width:47.1898197242842%;left:50.734027041357365%;top:56px;}}   @media screen and (max-width:640px) {#text_style_01_1522207463143{width:96%;top:347px;left:1.9970703125%;}}  #text_style_01_1522207463143>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207463143>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522207463143>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1522207496294{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:130px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207496294{width:47.1%;left:50.734027041357365%;top:104px;}}   @media screen and (max-width:640px) {#text_style_01_1522207496294{width:96%;top:372px;left:1.9970703125%;}}  #text_style_01_1522207496294>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#002a66;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207496294>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522207496294>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}
#text_style_01_1522207526290{width:51.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:184px;left:48.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522207526290{width:47.1%;left:50.734027041357365%;top:158px;}}   @media screen and (max-width:640px) {#text_style_01_1522207526290{width:96%;top:413px;left:1.9970703125%;}}  #text_style_01_1522207526290>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-indent:2em;color:#78787c;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522207526290>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522207526290>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}}
#text_richtext_cell1_01{width:41.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:344px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell1_01{left:50.734027041357365%;top:360px;width:47.1%;}}   @media screen and (max-width:640px) {#text_richtext_cell1_01{width:96%;top:650px;left:1.9970703125%;}}  #text_richtext_cell1_01>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background-repeat:repeat;background-size:auto 100%;padding-left:30px;} #text_richtext_cell1_01  {background: url(gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell1_01>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell1_01>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}
#text_richtext_cell1_02{width:39.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:412px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell1_02{width:47.1%;left:50.734027041357365%;top:422px;}}   @media screen and (max-width:640px) {#text_richtext_cell1_02{width:96%;top:710px;left:1.9970703125%;}}  #text_richtext_cell1_02>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_richtext_cell1_02  {background: url(gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell1_02>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell1_02>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}
#text_richtext_cell1_03{width:37.916666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:378px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell1_03{width:47.1%;left:50.734027041357365%;top:391px;}}   @media screen and (max-width:640px) {#text_richtext_cell1_03{width:96%;top:680px;left:1.9970703125%;}}  #text_richtext_cell1_03>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#4d4d4d;line-height:20px;background-repeat:no-repeat;background-size:auto 100%;padding-left:30px;} #text_richtext_cell1_03  {background: url(gou2.png);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell1_03>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell1_03>.view_contents {box-sizing:border-box;font-size:12px;height:20px;line-height:18px;}}
#customForm_style_button_01_1522207918729{width:15%;position:absolute;top:469px;left:48.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522207918729{left:50.734027041357365%;top:467px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522207918729{width:49%;top:750px;left:25.46875%;}} #customForm_style_button_01_1522207918729 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522207918729 .btnaSet {line-height:50px;height:50px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#ffffff;background:#002a66;font-size:16px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522207918729 .btnaSet {line-height:40px;height:40px;font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1522207918729 .btnaSet {font-size:14px;line-height:40px;height:40px;}} #layout_1522204656899{height:601px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522204656899{height:563px;}}   @media screen and (max-width:640px) {#layout_1522204656899{height:820px;}} #layout_1522204656899 > .view_contents{overflow:visible;max-width:1200px;} 
#text_style_01_1522208017020{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208017020{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1522208017020{width:96%;top:30px;left:2%;}}  #text_style_01_1522208017020>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208017020>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522208017020>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1522208038912{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208038912{width:47.1%;left:26.458112407211026%;top:97px;}}   @media screen and (max-width:640px) {#text_style_01_1522208038912{width:96%;top:55px;left:2%;}}  #text_style_01_1522208038912>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#002a66;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208038912>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522208038912>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1522207974558{height:133px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522207974558{height:122px;}}   @media screen and (max-width:640px) {#layout_1522207974558{height:70px;}} #layout_1522207974558 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522207974558  {background:#ffffff;}
#image_style_01_1530671904198{width:1200px;height:100px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530671904198{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1530671904198{width:98.0029296875%;height:43px;top:0px;left:0.9375%;display:none;}} #image_style_01_1530671904198 > .view_contents{overflow:visible;}  #image_style_01_1530671904198 .picSet {background:#ffffff;}
#text_style_01_1530672161479{width:16.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:58px;left:0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530672161479{}}   @media screen and (max-width:640px) {#text_style_01_1530672161479{width:33.125%;top:17px;left:0%;}}  #text_style_01_1530672161479>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:21px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530672161479>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530672161479>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}
#div_a_includeBlock_1530671716738{width:100%;height:133px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530671716738{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530671716738{width:100%;height:35px;top:0px;left:0%;display:none;}} 
#productList_style_06_1530671777555{width:100%;position:absolute;top:133px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1530671777555{}}   @media screen and (max-width:640px) {#productList_style_06_1530671777555{width:96%;top:19px;left:2%;}} #productList_style_06_1530671777555 > .view_contents{overflow:visible;}  #productList_style_06_1530671777555 .modSet {border-style:solid;border-color:#cccccc;border-width:1px;font-size:16px;text-align:center;font-weight:bold;} #layout_1530671472657{height:727px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530671472657{height:924px;}}   @media screen and (max-width:640px) {#layout_1530671472657{height:1341px;}} #layout_1530671472657 > .view_contents{overflow:visible;max-width:1200px;} 
#image_style_01_1530672437476{width:1200px;height:100px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530672437476{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1530672437476{width:96%;height:26px;top:0px;left:2%;}} #image_style_01_1530672437476 > .view_contents{overflow:visible;} 
#text_style_01_1530672437486{width:16.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:58px;left:0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530672437486{}}   @media screen and (max-width:640px) {#text_style_01_1530672437486{width:96%;top:36px;left:2%;}}  #text_style_01_1530672437486>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:22px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530672437486>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530672437486>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}
#div_a_includeBlock_1530672437145{width:100%;height:133px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530672437145{height:158px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530672437145{width:100%;height:51px;top:0px;left:0%;}} 
#productList_style_06_1530672437160{width:100%;position:absolute;top:133px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1530672437160{}}   @media screen and (max-width:640px) {#productList_style_06_1530672437160{width:96%;top:61px;left:2%;display:none;}} #productList_style_06_1530672437160 > .view_contents{overflow:visible;}  #productList_style_06_1530672437160 .modSet {border-style:solid;border-color:#e8e8e8;} #layout_1530672437144{height:533px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530672437144{height:924px;}}   @media screen and (max-width:640px) {#layout_1530672437144{height:469px;display:none;}} #layout_1530672437144 > .view_contents{overflow:visible;max-width:1200px;} 
#customForm_style_button_01_1522208079858{width:15%;position:absolute;top:41px;left:42.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1522208079858{left:42.52386002120891%;top:36px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1522208079858{width:37.8125%;top:26px;left:31.093749999999996%;}} #customForm_style_button_01_1522208079858 > .view_contents{overflow:visible;}  #customForm_style_button_01_1522208079858 .btnaSet {line-height:50px;height:50px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#ffffff;background:#002a66;font-size:16px;} @media screen and (max-width:640px) { #customForm_style_button_01_1522208079858 .btnaSet {line-height:40px;height:40px;font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1522208079858 .btnaSet {font-size:14px;height:40px;line-height:40px;}} #layout_1522208071519{height:155px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522208071519{height:130px;}}   @media screen and (max-width:640px) {#layout_1522208071519{height:95px;}} #layout_1522208071519 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522208071519  {background:#ffffff;}
#text_style_01_1522208274873{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208274873{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1522208274873{width:96%;top:30px;left:2%;}}  #text_style_01_1522208274873>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208274873>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522208274873>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1522208299406{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522208299406{width:47.1%;left:26.458112407211026%;top:97px;}}   @media screen and (max-width:640px) {#text_style_01_1522208299406{width:96%;top:55px;left:2%;}}  #text_style_01_1522208299406>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522208299406>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522208299406>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1522208110389{height:197px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522208110389{height:176px;}}   @media screen and (max-width:640px) {#layout_1522208110389{height:99px;}} #layout_1522208110389 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1522208110389  {background: url(bg_layout_01.jpg);background-attachment:fixed;background-position-x:50%;} @media screen and (max-width:640px) { #layout_1522208110389  {background:#95989d;}}
#image_richtext_cell4_01{width:42.36111111111111%;height:134px;position:absolute;left:28.819444444444443%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_01{left:25.36231884057971%;width:49.275362318840585%;z-index:2;height:114px;}}   @media screen and (max-width:640px) {#image_richtext_cell4_01{width:66px;height:74px;top:2px;left:28.197916666666668%;}} #image_richtext_cell4_01 > .view_contents{overflow:visible;} 
#text_richtext_cell4_101{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:139px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_101{left:0%;width:100%;top:116px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_101{width:96%;top:77px;left:2%;}}  #text_richtext_cell4_101>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:bold;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_101>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_richtext_cell4_101>.view_contents {box-sizing:border-box;font-size:16px;}}
#text_richtext_cell4_201{width:75.69444444444444%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.152777777777777%;top:181px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_201{left:0%;width:100%;top:153px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_201{width:88.66666666666667%;top:108px;left:5.666666666666666%;}}  #text_richtext_cell4_201>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_201>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell4_201>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell4_01{width:24%;height:294px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell4_01{width:22%;left:1.9999337221633087%;height:248px;top:61px;}}   @media screen and (max-width:640px) {#div_richtext_cell4_01{width:47%;height:213px;top:0px;left:1.9970703125%;}} 
#image_richtext_cell4_02{width:42.36111111111111%;height:134px;position:absolute;left:28.819444444444443%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_02{left:25.36231884057971%;width:49.275362318840585%;z-index:2;height:114px;}}   @media screen and (max-width:640px) {#image_richtext_cell4_02{width:66px;height:74px;top:2px;left:28.197916666666668%;}} #image_richtext_cell4_02 > .view_contents{overflow:visible;} 
#text_richtext_cell4_102{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:139px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_102{left:0%;width:100%;top:116px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_102{width:96%;top:77px;left:2%;}}  #text_richtext_cell4_102>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:bold;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_102>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_richtext_cell4_102>.view_contents {box-sizing:border-box;font-size:16px;}}
#text_richtext_cell4_202{width:75.69444444444444%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.152777777777777%;top:181px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_202{left:0%;width:100%;top:153px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_202{width:88.66666666666667%;top:108px;left:5.666666666666666%;}}  #text_richtext_cell4_202>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_202>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell4_202>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell4_02{width:24%;height:294px;position:absolute;top:0px;left:25.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell4_02{width:22%;height:253px;left:51.332184517497346%;top:0px;}}   @media screen and (max-width:640px) {#div_richtext_cell4_02{width:47%;height:213px;top:0px;left:51%;}} 
#image_richtext_cell4_03{width:42.36111111111111%;height:134px;position:absolute;left:28.819444444444443%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_03{left:25.36231884057971%;width:49.275362318840585%;z-index:2;height:114px;}}   @media screen and (max-width:640px) {#image_richtext_cell4_03{width:66px;height:74px;top:2px;left:28.197916666666668%;}} #image_richtext_cell4_03 > .view_contents{overflow:visible;} 
#text_richtext_cell4_103{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:139px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_103{left:0%;width:100%;top:116px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_103{width:96%;top:77px;left:2%;}}  #text_richtext_cell4_103>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:bold;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_103>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_richtext_cell4_103>.view_contents {box-sizing:border-box;font-size:16px;}}
#text_richtext_cell4_203{width:75.69444444444444%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.152777777777777%;top:181px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_203{left:0%;width:100%;top:153px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_203{width:88.66666666666667%;top:108px;left:5.666666666666666%;}}  #text_richtext_cell4_203>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_203>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell4_203>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell4_03{width:24%;height:294px;position:absolute;top:0px;left:50.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell4_03{width:22%;height:253px;left:26.665230646871684%;top:0px;}}   @media screen and (max-width:640px) {#div_richtext_cell4_03{width:47%;height:213px;top:216px;left:1.9970703125%;}} 
#image_richtext_cell4_04{width:42.36111111111111%;height:134px;position:absolute;left:28.819444444444443%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_04{left:25.36231884057971%;width:49.275362318840585%;z-index:2;height:114px;}}   @media screen and (max-width:640px) {#image_richtext_cell4_04{width:66px;height:74px;top:2px;left:28.197916666666668%;}} #image_richtext_cell4_04 > .view_contents{overflow:visible;} 
#text_richtext_cell4_104{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:139px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_104{left:0%;width:100%;top:116px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_104{width:96%;top:77px;left:2%;}}  #text_richtext_cell4_104>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;font-weight:bold;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_104>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_richtext_cell4_104>.view_contents {box-sizing:border-box;font-size:16px;}}
#text_richtext_cell4_204{width:75.69444444444444%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:12.152777777777777%;top:181px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_richtext_cell4_204{left:0%;width:100%;top:153px;}}   @media screen and (max-width:640px) {#text_richtext_cell4_204{width:88.66666666666667%;top:108px;left:5.666666666666666%;}}  #text_richtext_cell4_204>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_richtext_cell4_204>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_richtext_cell4_204>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_richtext_cell4_04{width:24%;height:294px;position:absolute;top:70px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_richtext_cell4_04{width:22%;height:253px;left:75.99913838812301%;top:61px;}}   @media screen and (max-width:640px) {#div_richtext_cell4_04{width:47%;height:213px;top:216px;left:50.99609375000001%;}}  #layout_1526270327903{height:390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526270327903{height:340px;}}   @media screen and (max-width:640px) {#layout_1526270327903{height:436px;}} #layout_1526270327903 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1526270327903  {background: url(bg_layout_01.jpg);background-attachment:fixed;background-position-x:50%;} @media screen and (max-width:640px) { #layout_1526270327903  {background:#95989d;}}
#text_style_01_1526282907388{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526282907388{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1526282907388{width:96%;top:30px;left:2%;z-index:2;}}  #text_style_01_1526282907388>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526282907388>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526282907388>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1526282907416{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526282907416{width:47.1%;left:26.458112407211026%;top:97px;}}   @media screen and (max-width:640px) {#text_style_01_1526282907416{width:96%;top:55px;left:2%;z-index:2;}}  #text_style_01_1526282907416>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#002a66;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526282907416>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526282907416>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}

#newsList_style_02_1526282908469{width:100%;position:absolute;left:0%;top:39.989585876464844px;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1526282908469{width:100%;top:26px;}}   @media screen and (max-width:640px) {#newsList_style_02_1526282908469{width:96%;top:20px;left:2%;}}  #newsList_style_02_1526282908469 .sortSet {color:#002a66;} #newsList_style_02_1526282908469 .btnaSet {background:#002a66;text-decoration:none;margin-top:-35px;margin-right:0px;} #newsList_style_02_1526282908469 .titleSet {padding-top:0px;padding-bottom:0px;border-bottom-style:none;margin-top:10px;} #newsList_style_02_1526282908469 .modSet {background:#f1f1f1;padding-left:10px;padding-top:10px;padding-bottom:10px;padding-right:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1526282908469 .titleSet {margin-bottom:0px;line-height:16px;}} @media screen and (max-width:640px) { #newsList_style_02_1526282908469 .btnaSet {margin-top:0px;}}
#newsList_style_02_1526282908469 .boxNewsListStyle_2 .sumary_list .show_all{
	text-align:right;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1526282908469{
	}
}
@media screen and (max-width:640px) {
	#newsList_style_02_1526282908469{
	}
	#newsList_style_02_1526282908469 .boxNewsListStyle_2 .sumary_list .show_all{
		text-align:left;
	}
}
#tab_style_03_1526282907420{width:747px;height:518.984375px;position:absolute;top:195.00000381469727px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1526282907420{left:1.9999337221633087%;width:60%;height:455px;top:176px;}}   @media screen and (max-width:640px) {#tab_style_03_1526282907420{width:100%;height:785px;top:100px;left:0%;z-index:1;}}  #tab_style_03_1526282907420 .tabconSet {background:transparent;} #tab_style_03_1526282907420 .tabItemSet {background:transparent;font-size:16px;padding-left:10px;padding-right:10px;line-height:50px;height:50px;} #tab_style_03_1526282907420 .tabItemSet.tabCurItem {background:#002a66;color:#ffffff;} @media screen and (max-width:640px) { #tab_style_03_1526282907420 .tabItemSet {padding-left:0px;padding-right:0px;font-size:14px;}}

#liuyanban_style_01_1526282907428{width:428px;left:63.5%;top:284.984375px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1526282907428{width:500px;left:63.66483297985154%;top:191px;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1526282907428{width:100%;left:0%;top:1278px;z-index:2;}} 
#liuyanban_style_01_1526282907428{}
#liuyanban_style_01_1526282907428 .gformStyle_1 .gformList input.gfInput{min-width:0;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1526282907428{		
	}
}
@media screen and (max-width:640px) {
	#liuyanban_style_01_1526282907428{
	}
}
#layout_1526282907386{height:713.9843788146973px;}
@media screen and (min-width:641px) and (max-width:1200px) {#layout_1526282907386{height:631px;}}   @media screen and (max-width:640px) {#layout_1526282907386{height:1683px;}} #layout_1526282907386 > .view_contents{overflow:visible;max-width:1200px;} 
#layout_1522216648525{height:67px;}   
@media screen and (min-width:641px) and (max-width:1200px) {#layout_1522216648525{height:40px;}}   @media screen and (max-width:640px) {#layout_1522216648525{height:8px;}} #layout_1522216648525 > .view_contents{overflow:visible;max-width:1200px;} 
#div_blank_1522217001172{width:100%;height:324px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217001172{height:294px;}}   @media screen and (max-width:640px) {#div_blank_1522217001172{width:96%;height:200px;top:18px;left:2%;display:none;}} #div_blank_1522217001172 > .view_contents{overflow:visible;}  #div_blank_1522217001172  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217001172  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217001172  {box-sizing:border-box;}}
#image_style_01_1522217102409{width:387px;height:43px;position:absolute;top:54px;left:30.20833381017049%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217102409{left:calc(50% - 90px);width:180px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217102409{width:180px;height:43px;top:0px;left:21.875%;}} #image_style_01_1522217102409 > .view_contents{overflow:visible;} 
#image_style_01_1522217157735{width:30px;height:30px;position:absolute;top:147px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735{left:4.41988950276243%;width:30px;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217157735{width:30px;height:30px;top:53px;left:45.3125%;}} #image_style_01_1522217157735 > .view_contents{overflow:visible;} 
#image_style_01_1522217308456{width:30px;height:30px;position:absolute;top:143px;left:31.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456{width:30px;left:29.21270718232044%;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217308456{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217308456 > .view_contents{overflow:visible;} 
#image_style_01_1522217340400{width:30px;height:30px;position:absolute;top:143px;left:69.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400{width:3.3138918345705197%;top:128px;z-index:2;left:70.95649171270718%;}}   @media screen and (max-width:640px) {#image_style_01_1522217340400{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217340400 > .view_contents{overflow:visible;} 
#text_style_01_1522217364300{width:16.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:9.208333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217364300{left:8.29592541436464%;width:27.624309392265197%;top:133px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_01_1522217364300{width:370px;top:0px;left:0%;}}  #text_style_01_1522217364300>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;}}
#text_style_01_1522217415606{width:32%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:148px;left:35.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217415606{width:35.469613259668506%;left:33.53591160220994%;top:133px;z-index:2;}}   @media screen and (max-width:640px) {#text_style_01_1522217415606{width:100%;top:0px;left:0%;}}  #text_style_01_1522217415606>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;}}
#text_style_01_1522217451056{width:21.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:193px;left:9.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217451056{width:24.861878453038674%;top:133px;z-index:2;left:75.1571132596685%;}}   @media screen and (max-width:640px) {#text_style_01_1522217451056{width:100%;top:0px;left:0%;}}  #text_style_01_1522217451056>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;}}
#div_blank_1522217574108{width:85%;height:2px;position:absolute;top:225px;left:7.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217574108{left:5%;width:90%;z-index:2;top:191px;}}   @media screen and (max-width:640px) {#div_blank_1522217574108{width:300px;height:200px;top:0px;left:0.4950495049504937%;}} #div_blank_1522217574108 > .view_contents{overflow:visible;}  #div_blank_1522217574108  {box-sizing:border-box;background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217574108  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217574108  {box-sizing:border-box;}}
#dh_style_01_1522217760793{width:59.333333333333336%;z-index:999;position:absolute;top:213.015625px;left:13.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1522217760793{z-index:999;left:17.569060773480658%;width:64.86187845303868%;top:193px;}}   @media screen and (max-width:640px) {#dh_style_01_1522217760793{width:44px;z-index:999;top:0px;left:42.73927392739274%;}} #dh_style_01_1522217760793 > .view_contents{overflow:hidden;}  #dh_style_01_1522217760793 .mainMenuSet {color:#b3b3b3;line-height:90px;height:90px;} #dh_style_01_1522217760793 #hot>a {color:#b3b3b3;} #dh_style_01_1522217760793 .mainMenuSet:hover {color:#b3b3b3;}
#dh_style_01_1522217760793 .menuUl_box .mainMenuSet:after{
	content:'|'; color:#b3b3b3; position:absolute; left:100%;
}
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1522217760793{
		
	}
}
@media screen and (max-width:640px) {
	#dh_style_01_1522217760793{
	}
}

#text_style_01_1569313957558{width:13.666666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:72.41666666666666%;top:244.515625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1569313957558{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1569313957558{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1569313957558>.view_contents {color:#ffffff;font-size:14px;text-align:left;}
#image_style_01_1570069297962{width:14.583333333333334%;height:152px;position:absolute;left:81.74088541666666%;top:54px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1570069297962{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1570069297962{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1570069297962 > .view_contents{overflow:visible;} 
#text_style_01_1522217951663{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:326px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217951663{}}   @media screen and (max-width:640px) {#text_style_01_1522217951663{width:96%;top:83px;left:2%;}}  #text_style_01_1522217951663>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;line-height:24px;font-size:12px;}}
#div_a_includeBlock_1522217073825{width:1200px;height:356px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522217073825{width:96%;left:2.014846235418876%;height:286px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522217073825{width:100%;height:83px;top:18px;left:0%;display:none;}} #div_a_includeBlock_1522217073825 > .view_contents{overflow:visible;} 
#div_blank_1526287408820{width:20%;height:1px;position:absolute;top:0%;left:80%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1526287408820{}}   @media screen and (max-width:640px) {#div_blank_1526287408820{width:20%;height:8px;top:0%;left:80%;}} #div_blank_1526287408820 > .view_contents{overflow:visible;}  #div_blank_1526287408820  {box-sizing:border-box;background:#899db8;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1526287408820  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1526287408820  {box-sizing:border-box;}} #comm_layout_footer{height:375px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:334px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:95px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#1a1a1a;}

#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{
		top:0;
	}
}

#layout_1526367640119{height:549px;}
#layout_1526367640119 > .view_contents{overflow:visible;max-width:1200px;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1526367640119{height:563px;}
}
@media screen and (max-width:640px) {
	#layout_1526367640119{height:863px;}
}
#image_style_01_1526367640124{width:471px;height:471px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526367640124{left:1.9999337221633087%;width:45%;height:454px;top:55px;}}   @media screen and (max-width:640px) {#image_style_01_1526367640124{width:96%;height:307px;top:30px;left:1.9970703125%;}} #image_style_01_1526367640124 > .view_contents{overflow:visible;} 
#image_style_01_1526367640124 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526367640124 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1526367640124 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1526367640124 a{ cursor: default; }
#text_style_01_1526367640169{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:45.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367640169{width:47.1898197242842%;left:50.734027041357365%;top:56px;}}   @media screen and (max-width:640px) {#text_style_01_1526367640169{width:96%;top:347px;left:1.9970703125%;}}  #text_style_01_1526367640169>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367640169>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367640169>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1526367640181{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:151px;left:45.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367640181{width:47.1%;left:50.734027041357365%;top:104px;}}   @media screen and (max-width:640px) {#text_style_01_1526367640181{width:96%;top:372px;left:1.9970703125%;}}  #text_style_01_1526367640181>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#002a66;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367640181>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367640181>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}
#text_style_01_1526367640190{width:58.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:220px;left:41.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367640190{width:47.1%;left:50.734027041357365%;top:158px;}}   @media screen and (max-width:640px) {#text_style_01_1526367640190{width:96%;top:413px;left:1.9970703125%;}}  #text_style_01_1526367640190>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-indent:2em;color:#78787c;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367640190>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367640190>.view_contents {box-sizing:border-box;font-size:12px;line-height:25px;}} #layout_1526367640119{height:549px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526367640119{height:563px;}}   @media screen and (max-width:640px) {#layout_1526367640119{height:863px;}} #layout_1526367640119 > .view_contents{overflow:visible;max-width:1200px;} 

#layout_1530750912205{height:466px;}   
#layout_1530750912205 > .view_contents{overflow:visible;max-width:1200px;} 
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1530750912205{}
}   
@media screen and (max-width:640px) {
	#layout_1530750912205{}
} 
#div_a_includeBlock_1530750915188{width:1200px;height:466px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530750915188{width:96%;left:2.014846235418876%;height:383px;top:55px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530750915188{width:100%;height:674px;top:30px;left:0%;}}
#div_a_includeBlock_1530750915419{width:400px;height:280px;position:absolute;top:95px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530750915419{left:0%;width:33.4%;top:25px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530750915419{width:96%;height:215px;top:215px;left:2%;}}  #div_a_includeBlock_1530750915419  {background:rgba(0, 42, 102,0.4);} @media screen and (max-width:640px) { #div_a_includeBlock_1530750915419  {background:rgba(0, 42, 102,0.7);}}
#image_style_01_1530750915622{width:112px;height:111px;position:absolute;top:20px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530750915622{left:calc(50% - 56px);width:112px;}}   @media screen and (max-width:640px) {#image_style_01_1530750915622{width:92px;height:111px;top:20px;left:calc(50% - 46px);}} #image_style_01_1530750915622 > .view_contents{overflow:visible;} 
#image_style_01_1530750915622 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530750915622 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1530750915622 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1530750915622 a{ cursor: default; }
#text_style_01_1530750915630{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915630{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915630{width:96%;top:126px;left:2.000203583061889%;}}  #text_style_01_1530750915630>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915630>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915630>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1530750915634{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915634{left:2.0689655172413794%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915634{width:96%;top:156px;left:2.000203583061889%;}}  #text_style_01_1530750915634>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915634>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915634>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_a_includeBlock_1530750915427{width:33.33333333333333%;height:330px;position:absolute;top:70px;left:33.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530750915427{left:33.33218232044199%;width:33.4%;top:0px;z-index:4;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530750915427{width:96%;height:215px;top:0px;left:1.9970703125%;}}  #div_a_includeBlock_1530750915427  {background:#002a66;}
#image_style_01_1530750915666{width:112px;height:111px;position:absolute;top:45px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530750915666{left:calc(50% - 56px);width:112px;}}   @media screen and (max-width:640px) {#image_style_01_1530750915666{width:92px;height:102px;top:20px;left:calc(50% - 46px);}} #image_style_01_1530750915666 > .view_contents{overflow:visible;} 
#text_style_01_1530750915670{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:177px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915670{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915670{width:96%;top:126px;left:2.000203583061889%;}}  #text_style_01_1530750915670>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915670>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915670>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1530750915679{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:226px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915679{left:2.0689655172413794%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915679{width:96%;top:156px;left:2.000203583061889%;}}  #text_style_01_1530750915679>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915679>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915679>.view_contents {box-sizing:border-box;font-size:12px;}}
#div_a_includeBlock_1530750915433{width:33.33333333333333%;height:280px;position:absolute;top:95px;left:66.66666666666666%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1530750915433{width:33.4%;left:66.51933701657458%;top:25px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1530750915433{width:96%;height:215px;top:430px;left:2%;}}  #div_a_includeBlock_1530750915433  {background:rgba(0,42,102,0.4);}
#image_style_01_1530750915769{width:112px;height:111px;position:absolute;top:20px;left:calc(50% - 56px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530750915769{left:calc(50% - 56px);width:112px;}}   @media screen and (max-width:640px) {#image_style_01_1530750915769{width:92px;height:111px;top:20px;left:calc(50% - 46px);}} #image_style_01_1530750915769 > .view_contents{overflow:visible;} 
#text_style_01_1530750915776{width:92.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915776{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915776{width:96%;top:126px;left:2%;}}  #text_style_01_1530750915776>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:28px;text-align:center;line-height:35px;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915776>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915776>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1530750915780{width:68.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:201px;left:15.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530750915780{left:2.0689655172413794%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1530750915780{width:96%;top:156px;left:2%;}}  #text_style_01_1530750915780>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530750915780>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530750915780>.view_contents {box-sizing:border-box;font-size:12px;}}

#layout_1488270453863{height:1953px;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1488270453863{height:785px;}
}
@media screen and (max-width:640px) {
	#layout_1488270453863{height:2916px;}
}
#layout_1488270453863 > .view_contents{overflow:visible;max-width:1200px;}
#layout_1488270453863  {background:#ffffff;}

#text_style_01_1522218462873{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:49px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522218462873{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1522218462873{width:96%;top:30px;left:2.03125%;}}  #text_style_01_1522218462873>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522218462873>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522218462873>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}
#text_style_01_1522218490596{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:92px;left:24.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522218490596{width:47.1%;left:26.45%;top:92px;}}   @media screen and (max-width:640px) {#text_style_01_1522218490596{width:96%;top:55px;left:2%;}}  #text_style_01_1522218490596>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#012b67;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522218490596>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522218490596>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}}

#productList_style_01_1530751574795{width:956px;left:20.5%;top:161px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1530751574795{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1530751574795{width:100%;left:0%;top:278px;}} #productList_style_01_1530751574795 > .view_contents{overflow:visible;}  #productList_style_01_1530751574795 .modSet {border-style:solid;border-width:1px;border-color:#cccccc;}
#productList_style_01_1530751574795 li{width: 21.25%;}
#productList_style_01_1530751574795 li.prod_Item{margin-bottom:5%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1530751574795 li{width: 30%;}
	#productList_style_01_1530751574795 li.prod_Item{margin-bottom:5%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1530751574795 li{width: 47.5%;}
	#productList_style_01_1530751574795 li.prod_Item{margin-bottom:5%;}
}
#productList_style_01_1530751574795 .p_detail.pc,#productList_style_01_1530751574795 .p_name.pc {display:block;}
#productList_style_01_1530751574795 .p_detail.pad, #productList_style_01_1530751574795 .p_detail.mobile,#productList_style_01_1530751574795 .p_name.pad, #productList_style_01_1530751574795 .p_name.mobile {display:none;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1530751574795 .p_detail.pad,#productList_style_01_1530751574795 .p_name.pad {display:block;}
	#productList_style_01_1530751574795 .p_detail.pc, #productList_style_01_1530751574795 .p_detail.mobile,#productList_style_01_1530751574795 .p_name.pc, #productList_style_01_1530751574795 .p_name.mobile {display:none;}
}
@media screen and (max-width:640px) {
	#productList_style_01_1530751574795 .p_detail.mobile,#productList_style_01_1530751574795 .p_name.mobile {display:block;}
	#productList_style_01_1530751574795 .p_detail.pc, #productList_style_01_1530751574795 .p_detail.pad,#productList_style_01_1530751574795 .p_name.pc, #productList_style_01_1530751574795 .p_name.pad {display:none;}
}
#productList_style_01_1530751574795 .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_1530751574795 .page_btn{ font-size:14px; text-align: center;}
#productList_style_01_1530751574795 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#productList_style_01_1530751574795 .page:hover{ background:red; color:white; cursor:pointer;}
#productList_style_01_1530751574795 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#productList_style_01_1530751574795 .submit_div{ display: inline-block; }

#productList_style_01_1530751574795 .page_btn input{ width:50px; margin:0 5px;}
#productList_style_01_1530751574795 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#productList_style_01_1530751574795 .page_submit{margin-left:5px;}
#productList_style_01_1530751574795 .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_1530751574795 .page_btn{ font-size:12px; }
	#productList_style_01_1530751574795 .submit_div{ display:none; }
}
#productList_style_01_1530751574795 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#productList_style_01_1530751574795 .page{line-height:30px; padding:0 13px;}
}
#productList_style_01_1530751574795  .showActivity {display: none !important;}
#productList_style_01_1530751574795  .btnaSet ,#productList_style_01_1530751574795  .btnaSet a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prod_default_1{width:100%; clear: both;}
.prod_default_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; }
.prod_default_1 ul{width: 100%; }
.prod_default_1 .prod_Item_1{list-style:none; height:auto; padding: 0px; margin: 0 0.5% 1% 0.5%; width:23.5% !important;float:left ;/*padding: 0 5px 0 5px;*/}
.prod_default_1 .relative{position:relative; width:98%; margin:0 auto;height:auto; overflow:hidden;}
.prod_default_1 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default_1 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default_1 .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default_1 .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default_1 .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default_1 .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_1 .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_1 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default_1 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default_1 .p_name {height:20px;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_1 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default_1 .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_1 .p_group { margin-bottom: 5px; display: block; float: left; width:70%; color: #666; font-size: 12px;}
.prod_default_1 .p_group .p_lb{display: none;}
.prod_default_1 .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default_1 .p_line p{display: inline;}
.prod_default_1 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 30%; color: #666; font-size: 12px;}
.prod_default_1 .p_jg{display: none;}
.prod_default_1 .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important;}
.prod_default_1 .p_value {color: #ff002a; font-size:26px;}
.prod_default_1 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default_1 .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:14px !important;color:gray !important;}
.prod_default_1 .unit {color: #ff002a;font-size: 16px;}
.prod_default_1 .v_value {color: #333; font-size: 18px;}
.prod_default_1 .v_unit {color: #333;font-size: 12px;}
.prod_default_1 .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default_1 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default_1 .v_value {color: #333; font-size: 18px;}
.prod_default_1 .v_unit {color: #333;font-size: 12px;}

.prod_default_1 .p_link { float: left; width: 48%; text-align: center;}
.prod_default_1 .p_link a {display: block; padding: 10px 15px;}

.prod_default_1 a{text-decoration:none; }  
.prod_default_1 .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default_1 .p_price2 .unit{font-size:14px;color:gray;}
.prod_default_1 .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default_1 .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default_1 .freeinfo{ clear:both; overflow:hidden;}
.prod_default_1 .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_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default_1 .page_btn a.cur,.prod_default_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default_1 .page_btn a:nth-child(n+12){display: none;}
.prod_default_1 .page_btn a:nth-last-child(1),.prod_default_1 .page_btn a:nth-last-child(2),.prod_default_1 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default_1 .prev_btn,.prod_default_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default_1 .no_page{border: 0 !important;}
.prod_default_1 .page_btn a:nth-child(n+10){display: none;}
.prod_default_1 .p_line p{font-size:16px;line-height:28px;float:left;}

.prod_default_1 .pro_button {margin: 10px 0; overflow: hidden;clear:both;}
.prod_default_1 .p_cart { text-align: center;}
.prod_default_1 .p_cart a {display: block; padding: 10px 15px; background: #f00; color: #fff;}

#prodKind_style_04_1569379917175{width:17.666666666666668%;position:absolute;top:167px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1569379917175{}}   @media screen and (max-width:640px) {#prodKind_style_04_1569379917175{width:84.375%;top:0px;left:7.8125%;}} #prodKind_style_04_1569379917175 > .view_contents{overflow:visible;}  #layout_1488270453863{height:1953px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1488270453863{height:785px;}}   @media screen and (max-width:640px) {#layout_1488270453863{height:2916px;}} #layout_1488270453863 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1488270453863  {background:#ffffff;}
#prodKind_style_04_1569379917175 .view_title { box-sizing: border-box; font-size: 20px; font-weight: bold; background: #00007f; color: #ffffff; text-align: center; line-height: 35px; height: 35px; }
#prodKind_style_04_1569379917175 .cate_menu_item{ padding-left:15px; }

.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}
.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}
.prodcateStyle_4 .sidebar2{background: #f2f2f2;z-index: 9999;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}
@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}



#prodPic_style_01_1522228736225{width:418px;height:531px;left:11.75%;top:33px;position:relative;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodPic_style_01_1522228736225{width:418;height:520px;left:2%;top:55px;}}   @media screen and (max-width:640px) {#prodPic_style_01_1522228736225{width:100%;height:300px;left:2%;top:30px;}} 
#prodInfor_style_04_1522228749954{width:42.583333333333336%;position:absolute;top:45px;left:51.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodInfor_style_04_1522228749954{width:373px;left:57.709769353128316%;top:79px;}}   @media screen and (max-width:640px) {#prodInfor_style_04_1522228749954{width:96%;top:245px;left:2%;}} #prodInfor_style_04_1522228749954 > .view_contents{overflow:visible;}  #prodInfor_style_04_1522228749954 .titProSet {font-size:24px;border-bottom-style:none;padding-bottom:0px;padding-top:0px;} #prodInfor_style_04_1522228749954 .defProSet {font-size:14px;color:#666666;} #prodInfor_style_04_1522228749954 .buyTProSet {background:#012b67;font-size:16px;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #prodInfor_style_04_1522228749954 .buyTProSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #prodInfor_style_04_1522228749954 .titProSet {font-size:20px;}} @media screen and (max-width:640px) { #prodInfor_style_04_1522228749954 .titProSet {font-size:16px;}} @media screen and (max-width:640px) { #prodInfor_style_04_1522228749954 .defProSet {font-size:12px;}} @media screen and (max-width:640px) { #prodInfor_style_04_1522228749954 .buyTProSet {font-size:14px;}} #layout_1522228728045{height:564px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522228728045{height:383px;}}   @media screen and (max-width:640px) {#layout_1522228728045{height:420px;}} #layout_1522228728045 > .view_contents{overflow:visible;max-width:1200px;} 
.proInfoStyle04 .probuy .btn1{width:40%;line-height:50px;margin-right: 10px;background: #ef001d;color:#fff;}
.proInfoStyle04 .probuy .btn2{width: 30%;line-height: 50px;border: 1px solid #ef001d;color: #ef001d;}

#prodKind_style_04_1531366243596{width:17.583333333333336%;position:absolute;top:73px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1531366243596{}}   @media screen and (max-width:640px) {#prodKind_style_04_1531366243596{width:89.10891089108911%;top:0px;left:5.445544554455445%;}} #prodKind_style_04_1531366243596 > .view_contents{overflow:visible;} 
#text_style_01_1531366299152{width:17%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:28px;left:0.4583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1531366299152{}}   @media screen and (max-width:640px) {#text_style_01_1531366299152{width:100%;top:0px;left:0%;}}  #text_style_01_1531366299152>.view_contents {box-sizing:border-box;font-size:22px;font-weight:bold;background:#00007f;color:#ffffff;text-align:center;} #text_style_01_1531366299152  {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1531366299152>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1531366299152>.view_contents {box-sizing:border-box;}} #layout_1522228811886{height:332px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1522228811886{height:121px;}}   @media screen and (max-width:640px) {#layout_1522228811886{height:77px;}} #layout_1522228811886 > .view_contents{overflow:visible;max-width:1200px;} 

#customDetail_style_prodDetail_01_1522228869118{width:67.16666666666666%;position:relative;left:19.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customDetail_style_prodDetail_01_1522228869118{left:1.9999337221633087%;}}   @media screen and (max-width:640px) {#customDetail_style_prodDetail_01_1522228869118{width:96%;top:35px;left:1.9970703125%;}} 
/*----------------------电脑板式样式----------------------*/
#customDetail_style_prodDetail_01_1522228869118{
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#customDetail_style_prodDetail_01_1522228869118{
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#customDetail_style_prodDetail_01_1522228869118{		
	}
}

#text_style_01_1522228816800{width:18.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:relative;left:19.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522228816800{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1522228816800{width:96%;top:5px;left:1.9970703125%;}}  #text_style_01_1522228816800>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;font-weight:bold;line-height:26px;border-left-style:solid;border-left-width:5px;border-left-color:#012b67;padding-left:6px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522228816800>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522228816800>.view_contents {box-sizing:border-box;font-size:16px;line-height:18px;}}
#customDetail_style_prodDetail_01_1522228869118{height:auto;}
#customDetail_style_prodDetail_01_1522228869118 .view_contents{ display:block !important; }
@media screen and (max-width:767px){
#customDetail_style_prodDetail_01_1522228869118 #proDetailContent div,#proDetailContent p,#proDetailContent a,#proDetailContent span, #proDetailContent table { width:100% !important; } }
#customDetail_style_prodDetail_01_1522228869118 .imgDiv{ padding-bottom: 100%;}

/*pc端*/
.prodPicStyle_1{width:100%; height:100%; position:relative;z-index: 62;}
.prodPicStyle_1 .diyProbox_test{width: 100%;height: 100%;}
.prodPicStyle_1 .diy_proImg{width:100%;overflow:hidden;zoom:1;height:80%;line-height:400px;text-align:center;vertical-align:middle; /* display: table-cell; */background:transparent;}
.prodPicStyle_1 .diy_proImg img{width:100%;height:100%;vertical-align:middle;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg{overflow:hidden;zoom:1;width: 400px;margin: 12px auto;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox{float:left;overflow:hidden;zoom:1;position:relative;width: 360px;}
.prodPicStyle_1 .diy_moreImg .diyproImgBox ul li img{width: 74px;height: 74px;object-fit: scale-down;}
.prodPicStyle_1 .diy_moreImg .diy_qbox{padding: 0;margin:0px;overflow:hidden;zoom:1;width:999999px;/*position:absolute*/}
.prodPicStyle_1 .diy_moreImg .diy_qbox li{float:left;margin-left:10px;cursor:pointer;}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img{border:2px solid transparent;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon{width:20px;text-align:center;padding-top:29px;float:left;overflow:hidden;zoom:1;cursor:pointer}
.prodPicStyle_1 .diy_moreImg .diy_qbox li img.hotImg{border:2px solid #e4393c;}
.prodPicStyle_1 .diy_moreImg .diy_pIcon img{border:0px;}
.prodPicStyle_1 .diyproImgBox_moblie{visibility: hidden;}

/*手机端*/
.prodPicStyle_1 .diyproImgBox_moblie{width:100%; height:100%;}
.prodPicStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.prodPicStyle_1 .main_image{height:100%; overflow:hidden; position:relative;}
.prodPicStyle_1 .main_image ul{width:100%!important; height:100%; overflow:hidden; position:absolute; top:0; left:0;}
.prodPicStyle_1 .main_image li{float:left; width:100%!important; height:100%; }
.prodPicStyle_1 .main_image li span{display:block; width:100%; height:100%; background-position: 50% 50%!important;background-size:contain!important;}
.prodPicStyle_1 .main_image li a{display:block; width:100%; height:100%}
.prodPicStyle_1 .flicking_con{position:absolute; bottom:20px;left:0%;z-index:999; width:100%; height:14px; text-align:center;}
.prodPicStyle_1 .flicking_con a{float:none;width:21px;height:21px;margin:0;padding:0;background:url('btn_main_img.png') 0 0 no-repeat;display:inline-block;text-indent:-1000px}
.prodPicStyle_1 .flicking_con a.on{background-position:0 -21px}

@media screen and (max-width: 481px){
    .prodPicStyle_1{width:100%; height:100%; position:relative;}
    .prodPicStyle_1 .diyproImgBox_moblie{visibility: visible;}
    .prodPicStyle_1 .diyProbox{height: 0;overflow: hidden;}
    .prodPicStyle_1 .diyproImgBox_moblie{width: 100%;}
}

#layout_1521709537062{height:506px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521709537062{height:394px;}}   @media screen and (max-width:640px) {#layout_1521709537062{height:523px;display:none;}} #layout_1521709537062 > .view_contents{overflow:visible;max-width:1200px;}
#newsList_style_07_1521767223956{width:639px;height:425px;position:absolute;top:66px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1521767223956{width:51.64369034994698%;left:2%;height:325px;top:55px;}}   @media screen and (max-width:640px) {#newsList_style_07_1521767223956{width:96%;height:203px;top:30px;left:2%;}}  #newsList_style_07_1521767223956 .titleSet {color:#ffffff;}
#newsList_style_07_1521767223956 .newDetail.pc {display:block;}
#newsList_style_07_1521767223956 .newDetail.pad, #newsList_style_07_1521767223956 .newDetail.mobile {display:none;}
#newsList_style_07_1521767223956 .newTitle.pc {display:block;}
#newsList_style_07_1521767223956 .newTitle.pad, #newsList_style_07_1521767223956 .newTitle.mobile {display:none;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_07_1521767223956 .newDetail.pad {display:block;}
	#newsList_style_07_1521767223956 .newDetail.pc, #newsList_style_07_1521767223956 .newDetail.mobile {display:none;}
	#newsList_style_07_1521767223956 .newTitle.pad {display:block;}
	#newsList_style_07_1521767223956 .newTitle.pc, #newsList_style_07_1521767223956 .newTitle.mobile {display:none;}
}
@media screen and (max-width:640px) {
	#newsList_style_07_1521767223956 .newDetail.mobile {display:block;}
	#newsList_style_07_1521767223956 .newDetail.pc, #newsList_style_07_1521767223956 .newDetail.pad {display:none;}
	#newsList_style_07_1521767223956 .newTitle.mobile {display:block;}
	#newsList_style_07_1521767223956 .newTitle.pc, #newsList_style_07_1521767223956 .newTitle.pad {display:none;}
}
#newsList_style_07_1521767223956 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_07_1521767223956 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_07_1521767223956 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_07_1521767223956 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_07_1521767223956 .submit_div{ display: inline-block; }

#newsList_style_07_1521767223956 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_07_1521767223956 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_07_1521767223956 .page_submit{margin-left:5px;}
#newsList_style_07_1521767223956 .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) {
	#newsList_style_07_1521767223956 .page_btn{ font-size:12px; }
	#newsList_style_07_1521767223956 .submit_div{ display:none; }
}

#newsList_style_07_1521767223956 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#newsList_style_07_1521767223956 .page{line-height:30px; padding:0 13px;}
}

#newsList_style_04_1521767294087{width:546px;position:absolute;top:66px;left:54.50000000000001%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1521767294087{left:54.68584305408272%;width:43.16012725344645%;top:55px;}}   @media screen and (max-width:640px) {#newsList_style_04_1521767294087{width:96%;top:239px;left:1.9970703125%;}}  #newsList_style_04_1521767294087 .detailSet {border-bottom-style:none;} #newsList_style_04_1521767294087 .titleSet {text-align:center;margin-bottom:0px;margin-top:10px;} #newsList_style_04_1521767294087 .modSet {margin-bottom:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1521767294087 .titleSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_04_1521767294087 .titleSet {font-size:12px;line-height:20px;}} #layout_1521709537062{height:506px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521709537062{height:394px;}}   @media screen and (max-width:640px) {#layout_1521709537062{height:523px;display:none;}} #layout_1521709537062 > .view_contents{overflow:visible;max-width:1200px;} 
#newsList_style_04_1521767294087 .newDetail.pc {display:block;}
#newsList_style_04_1521767294087 .newDetail.pad, #newsList_style_04_1521767294087 .newDetail.mobile {display:none;}
#newsList_style_04_1521767294087 .newTitle.pc {display:block;}
#newsList_style_04_1521767294087 .newTitle.pad, #newsList_style_04_1521767294087 .newTitle.mobile {display:none;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_04_1521767294087 .newDetail.pad {display:block;}
	#newsList_style_04_1521767294087 .newDetail.pc, #newsList_style_04_1521767294087 .newDetail.mobile {display:none;}
	#newsList_style_04_1521767294087 .newTitle.pad {display:block;}
	#newsList_style_04_1521767294087 .newTitle.pc, #newsList_style_04_1521767294087 .newTitle.mobile {display:none;}
}
@media screen and (max-width:640px) {
	#newsList_style_04_1521767294087 .newDetail.mobile {display:block;}
	#newsList_style_04_1521767294087 .newDetail.pc, #newsList_style_04_1521767294087 .newDetail.pad {display:none;}
	#newsList_style_04_1521767294087 .newTitle.mobile {display:block;}
	#newsList_style_04_1521767294087 .newTitle.pc, #newsList_style_04_1521767294087 .newTitle.pad {display:none;}
}
#newsList_style_04_1521767294087 li{width: 49%;}
#newsList_style_04_1521767294087 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1521767294087 li{width: 49%;}
	#newsList_style_04_1521767294087 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1521767294087  li{width: 49%;}
	#newsList_style_04_1521767294087  li.sumary_list{margin-bottom:2%;}
}
#newsList_style_04_1521767294087 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1521767294087 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1521767294087 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1521767294087 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1521767294087 .submit_div{ display: inline-block; }

#newsList_style_04_1521767294087 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1521767294087 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1521767294087 .page_submit{margin-left:5px;}
#newsList_style_04_1521767294087 .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) {
	#newsList_style_04_1521767294087 .page_btn{ font-size:12px; }
	#newsList_style_04_1521767294087 .submit_div{ display:none; }
}

#newsList_style_04_1521767294087 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#newsList_style_04_1521767294087 .page{line-height:30px; padding:0 13px;}
}

.boxNewsListStyle_7{position: relative; width:100%; height: 100%; clear: both;}
.boxNewsListStyle_7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.boxNewsListStyle_7 ul{position: relative; width: 100%; height: 100%;}
.boxNewsListStyle_7 ul li{position: absolute; left: 0; top: 0; width:100%; height: 100%; display: none;}
.boxNewsListStyle_7 .newPic{position:relative; width:100%; background: #eee; overflow:hidden;}
.boxNewsListStyle_7 .newPic img{position:absolute; top:0; left:0; width:100%; height: auto;}
.boxNewsListStyle_7 .newPic .zTm{margin-top:75%;}
.boxNewsListStyle_7 .newCont{position: absolute; left: 0; bottom: 10%; width: 80%; height: auto; background: rgba(0,0,0,.4); padding: 8px;}
.boxNewsListStyle_7 .newCont .newTitle{ line-height: 28px; font-size: 14px; text-align: left; width: 100%;}
.boxNewsListStyle_7 .newCont .newTitle a{color: inherit; line-height: inherit; font-size: inherit; display: block; text-align: inherit;}
.boxNewsListStyle_7 .newCont .newDetail{font-size: 12px; line-height: 24px; color: #eee;}
.boxNewsListStyle_7 .newFocus{position: absolute; bottom: 0; right: 0;}
.boxNewsListStyle_7 .newFocus a{display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 12px; color: #fff; text-align: center; background: #000; margin-right: -3px;}
.boxNewsListStyle_7 .newFocus a.cur{background: #eee; color: #000;}

.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;overflow: hidden;}
.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%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.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 .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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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{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;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@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;}
}


#layout_1521767611873{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521767611873{height:55px;}}   @media screen and (max-width:640px) {#layout_1521767611873{height:231px;}} #layout_1521767611873 > .view_contents{overflow:visible;max-width:1200px;} 
#newsList_style_10_1521767479223{width:100%;position:relative;top:27px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_10_1521767479223{width:96%;left:2%;top:12px;}}   @media screen and (max-width:640px) {#newsList_style_10_1521767479223{width:96%;top:8px;left:2%;}}  #newsList_style_10_1521767479223 .titleSet {font-size:16px;height:20px;padding-bottom:0px;margin-bottom:30px;} #newsList_style_10_1521767479223 .modSet {padding-top:0px;padding-bottom:18px;margin-bottom:0px;} @media screen and (max-width:640px) { #newsList_style_10_1521767479223 .titleSet {margin-top:0px;margin-bottom:28px;line-height:25px;font-weight:bold;font-size:14px;}} #layout_1521767431333{height:885px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521767431333{height:896px;}}   @media screen and (max-width:640px) {#layout_1521767431333{height:1559px;}} #layout_1521767431333 > .view_contents{overflow:visible;max-width:1200px;} 
#newsList_style_10_1521767479223 .newDetail.pc {display:block;}
#newsList_style_10_1521767479223 .newDetail.pad, #newsList_style_10_1521767479223 .newDetail.mobile {display:none;}
#newsList_style_10_1521767479223 .newTitle.pc {display:block;}
#newsList_style_10_1521767479223 .newTitle.pad, #newsList_style_10_1521767479223 .newTitle.mobile {display:none;}
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_10_1521767479223 .newDetail.pad {display:block;}
	#newsList_style_10_1521767479223 .newDetail.pc, #newsList_style_10_1521767479223 .newDetail.mobile {display:none;}
	#newsList_style_10_1521767479223 .newTitle.pad {display:block;}
	#newsList_style_10_1521767479223 .newTitle.pc, #newsList_style_10_1521767479223 .newTitle.mobile {display:none;}
}
@media screen and (max-width:640px) {
	#newsList_style_10_1521767479223 .newDetail.mobile {display:block;}
	#newsList_style_10_1521767479223 .newDetail.pc, #newsList_style_10_1521767479223 .newDetail.pad {display:none;}
	#newsList_style_10_1521767479223 .newTitle.mobile {display:block;}
	#newsList_style_10_1521767479223 .newTitle.pc, #newsList_style_10_1521767479223 .newTitle.pad {display:none;}
}

@media screen and (min-width: 1025px) {
	#newsList_style_10_1521767479223 .sumary_list .newPic{width: px;}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_10_1521767479223 .sumary_list .newPic{width: px;}
}

#newsList_style_10_1521767479223 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_10_1521767479223 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_10_1521767479223 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_10_1521767479223 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_10_1521767479223 .submit_div{ display: inline-block; }

#newsList_style_10_1521767479223 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_10_1521767479223 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_10_1521767479223 .page_submit{margin-left:5px;}
#newsList_style_10_1521767479223 .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) {
	#newsList_style_10_1521767479223 .page_btn{ font-size:12px; }
	#newsList_style_10_1521767479223 .submit_div{ display:none; }
}

#newsList_style_10_1521767479223 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#newsList_style_10_1521767479223 .page{line-height:30px; padding:0 13px;}
}

.boxNewsListStyle_10{width:100%; clear: both;}
.boxNewsListStyle_10 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_10 li{width:100%; list-style:none; background:#fff;padding-bottom:30px;padding-top:10px;border-bottom: 1px solid #dedede;}
.boxNewsListStyle_10 li .clear{clear:both;}
.boxNewsListStyle_10 .sumary_list .newPic{float:left; width:200px; background: #eee; overflow:hidden; position:relative;box-sizing:border-box;margin-right: 10px;}
.boxNewsListStyle_10 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_10 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_10 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_10 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_10 .sumary_list .newName{display:block;}
.boxNewsListStyle_10 .sumary_list .newName a{display: block; color:#333; text-decoration:none; line-height:1.4; font-size:18px;padding:15px 0 10px;font-weight: bold;margin-bottom: 20px;}
.boxNewsListStyle_10 .sumary_list .newB{line-height:2; padding-top:.5em;display: inline-block;}
.boxNewsListStyle_10 .sumary_list .newSort{color:#f37878; font-size:16px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_10 .sumary_list .newsTime{text-align:right;color:#999; font-size:12px; white-space:nowrap;}
.boxNewsListStyle_10 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_10 .sumary_list .newDetail{width:100%; padding:.6em .6em .6em 0; color:#666; font-size:14px; line-height:1.8;}
.boxNewsListStyle_10 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_10 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
.boxNewsListStyle_10 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_10 .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_10 .page_btn a.cur,.boxNewsListStyle_10 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_10 .prev_btn,.boxNewsListStyle_10 .next_btn{font-family: '榛戜綋' !important; border: 0 !important;}
.boxNewsListStyle_10 .no_page{border: 0 !important;}

@media screen and (max-width:991px){
.boxNewsListStyle_10 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_10 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_10 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_10 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_10 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_10 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_10 .sumary_list .newName a{font-size:14px; }
.boxNewsListStyle_10 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_10 .page_btn a:nth-last-child(1),.boxNewsListStyle_10 .page_btn a:nth-last-child(2),.boxNewsListStyle_10 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
	.boxNewsListStyle_10 li{float:none; width:100%; margin-right:0;}
	.boxNewsListStyle_10 .sumary_list .newName{margin:.4em 0;}
	.boxNewsListStyle_10 .sumary_list .newName a{font-size:14px;}
}


#newsDetail_style_01_1521425230535{width:70.5%;position:relative;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsDetail_style_01_1521425230535{width:66.17179215270413%;left:2%;top:55px;}}   @media screen and (max-width:640px) {#newsDetail_style_01_1521425230535{width:96%;top:30px;left:2%;}}  #newsDetail_style_01_1521425230535 .titleSet {font-size:20px;} #newsDetail_style_01_1521425230535 .detailSet {background:#e5e5e5;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;font-family:Microsoft YaHei;line-height:25px;color:rgba(51,51,51,0.9);} @media screen and (max-width:640px) { #newsDetail_style_01_1521425230535 .titleSet {font-size:16px;margin-bottom:10px;}} @media screen and (max-width:640px) { #newsDetail_style_01_1521425230535 .detailSet {margin-top:20px;margin-bottom:20px;}} #layout_diy_1484042021{height:644px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1484042021{height:518px;}}   @media screen and (max-width:640px) {#layout_diy_1484042021{height:332px;}} #layout_diy_1484042021 > .view_contents{max-width:1200px;overflow:visible;} 
#layout_1526373154919{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526373154919{}}   @media screen and (max-width:640px) {#layout_1526373154919{display:none;}} #layout_1526373154919 > .view_contents{overflow:visible;max-width:1200px;} 

#productList_style_01_1521425049970{width:92%;position:relative;top:67px;left:4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1521425049970{left:3.9937033582089554%;width:92%;top:62px;}}   @media screen and (max-width:640px) {#productList_style_01_1521425049970{width:96%;top:35px;left:2%;}} #productList_style_01_1521425049970 > .view_contents{overflow:visible;}  #productList_style_01_1521425049970 .titleSet {font-size:12px;text-align:center;}
#div_a_includeBlock_1521424926676{width:28.416666666666668%;height:578px;float:right;position:relative;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1521424926676{left:69.5%;height:452px;top:55px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1521424926676{width:100%;height:538px;top:726px;left:0%;display:none;}}  #div_a_includeBlock_1521424926676  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;}
#text_style_01_1521425012914{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1521425012914{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1521425012914{width:96%;top:0px;left:2%;}}  #text_style_01_1521425012914>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#666666;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1521425012914>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1521425012914>.view_contents {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:59%; 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: 40%; 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;}

.LNewsCon { width: 100%; float: left; overflow: hidden;}
.LNewsCon img{max-width: 100%;}
.LNewsCon .smallC { text-align: center;}
.LNewsCon .smallC font { text-align: center; color: #999; padding: 0 15px;}
.LNewsCon .abstract { width: 100%; position: relative; border: 1px solid #e1e1e7; margin: 30px auto; overflow: hidden; box-sizing:border-box; padding: 18px; border-left: 4px solid #e1e1e7;}
.LNewsCon .newsMoreA { width: 90%; height: 50px; margin: 30px auto; border: 1px solid #efefef; box-sizing:border-box;}
.LNewsCon .newsText{padding: 10px; height: auto !important; box-sizing: border-box;}
.LNewsCon .songti { font-family: Verdana, Tahoma, 宋体; font-size: 12px;}
.backNews { text-align: left; height: 50px; line-height: 50px; padding-left: 20px; width: 45%; float: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
.newsMoreA a { font-size: 12px; color: #999;}
.nextNews { text-align: right; height: 50px; line-height: 50px; padding-right: 20px; width: 45%; float: right; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}

:root{--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-marker-green:#63f963;--ck-highlight-marker-pink:#fc7999;--ck-highlight-marker-blue:#72cdfd;--ck-highlight-pen-red:#e91313;--ck-highlight-pen-green:#180}.marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.marker-green{background-color:var(--ck-highlight-marker-green)}.marker-pink{background-color:var(--ck-highlight-marker-pink)}.marker-blue{background-color:var(--ck-highlight-marker-blue)}.pen-red{color:var(--ck-highlight-pen-red)}.pen-green,.pen-red{background-color:transparent}.pen-green{color:var(--ck-highlight-pen-green)}
.LNewsCon .newsText{font-size:14px;}
@media only screen and (max-width: 640px) {
    .LNewsCon .newsText iframe,.LNewsCon .newsText img,.LNewsCon .newsText video,.LNewsCon .newsText table{width:100% !important;height:auto !important}
    .LNewsCon .newsText ul,.LNewsCon .newsText ol {margin-left: 1.333em}
    .LNewsCon .newsText h2 {font-size: 1.5em}
    .LNewsCon .newsText h1 {font-size: 1.9em}
	.LNewsCon .newsText table{display: block;overflow: auto;}
}
@media only screen and (max-width: 1200px) {
	.LNewsCon .newsText table{width:calc(95vw - 40px)}
}

#productList_style_01_1521425049970 li{width: 48%;}
#productList_style_01_1521425049970 li.prod_Item{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1521425049970 li{width: 48%;}
	#productList_style_01_1521425049970 li.prod_Item{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1521425049970 li{width: 48%;}
	#productList_style_01_1521425049970 li.prod_Item{margin-bottom:4%;}
}

#productList_style_01_1521425049970 .p_detail.pc,#productList_style_01_1521425049970 .p_name.pc {display:block;}
#productList_style_01_1521425049970 .p_detail.pad, #productList_style_01_1521425049970 .p_detail.mobile,#productList_style_01_1521425049970 .p_name.pad, #productList_style_01_1521425049970 .p_name.mobile {display:none;}

@media screen and (min-width:641px) and (max-width:1200px) {
#productList_style_01_1521425049970 .p_detail.pad,#productList_style_01_1521425049970 .p_name.pad {display:block;}
#productList_style_01_1521425049970 .p_detail.pc, #productList_style_01_1521425049970 .p_detail.mobile,#productList_style_01_1521425049970 .p_name.pc, #productList_style_01_1521425049970 .p_name.mobile {display:none;}
}
@media screen and (max-width:640px) {
#productList_style_01_1521425049970 .p_detail.mobile,#productList_style_01_1521425049970 .p_name.mobile {display:block;}
#productList_style_01_1521425049970 .p_detail.pc, #productList_style_01_1521425049970 .p_detail.pad,#productList_style_01_1521425049970 .p_name.pc, #productList_style_01_1521425049970 .p_name.pad {display:none;}
}
#productList_style_01_1521425049970 .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;}

<style>
#productList_style_01_1521425049970 .page_btn{ font-size:14px; text-align: center;}
#productList_style_01_1521425049970 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#productList_style_01_1521425049970 .page:hover{ background:red; color:white; cursor:pointer;}
#productList_style_01_1521425049970 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#productList_style_01_1521425049970 .submit_div{ display: inline-block; }

#productList_style_01_1521425049970 .page_btn input{ width:50px; margin:0 5px;}
#productList_style_01_1521425049970 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#productList_style_01_1521425049970 .page_submit{margin-left:5px;}
#productList_style_01_1521425049970 .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_1521425049970 .page_btn{ font-size:12px; }
		#productList_style_01_1521425049970 .submit_div{ display:none; }
}

#productList_style_01_1521425049970 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
		#productList_style_01_1521425049970 .page{line-height:30px; padding:0 13px;}
}
.prod_default .v_value {color: #333; font-size: 12px;}
#productList_style_01_1521425049970  .showActivity {display: none !important;}
#productList_style_01_1521425049970  .btnaSet ,#productList_style_01_1521425049970  .btnaSet a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.LNewsCon .newsText p,.LNewsCon .newsText ul,.LNewsCon .newsText ol,.LNewsCon .newsText blockquote,.LNewsCon .newsText pre {font-size: 1.2em;line-height: 1.6em;padding-top: 0.2em;margin-bottom: 0.8em}
.LNewsCon .newsText h1 {font-size: 2.36em;line-height: 1.33em;padding-top: 1em;margin-bottom: 1.67em}
.LNewsCon .newsText h1+dl {margin-top: 1em}
.LNewsCon .newsText dd {margin-bottom: 1em}
.LNewsCon .newsText h1:first-of-type {width: 100%;padding-top: .5em;margin-bottom: 1.17em}
.LNewsCon .newsText h1:first-of-type+h2 {padding-top: 0}
.LNewsCon .newsText h2 {font-size: 1.68em;line-height: 1.68em;padding-top: 0.8em;margin-bottom: 0.4em;padding-bottom: .2em;font-weight: 400}
.LNewsCon .newsText h2:first-of-type {clear: both}
.LNewsCon .newsText h3 {font-size: 1.36em;line-height: 1.5em;padding-top: 0.8em;margin-bottom: 0.2em;font-weight: 400}
.LNewsCon .newsText h4 {font-size: 1.2em;line-height: 1.4em;padding-top: 0.8em;margin-bottom: 0.2em;margin-bottom: 0.2em;padding-top: 0.8em;font-weight: 400}
.LNewsCon .newsText h5 {font-size: 1em;line-height: 1.6em;padding-top: 0.2em;margin-bottom: 0.8em;font-weight: 400}
.LNewsCon .newsText .info-box>h2,.LNewsCon .newsText .info-box>h3,.LNewsCon .newsText .info-box>h4 {padding-top: 0}
.LNewsCon .newsText strong,.LNewsCon .newsText b {font-weight: 600}
.LNewsCon .newsText i,.LNewsCon .newsText em {font-style: italic}
.LNewsCon .newsText pre {overflow: hidden}
.LNewsCon .newsText code {font-family: "SF Mono",menlo,monaco,"Roboto Mono",Consolas,"Lucida Console",monospace;font-size: .866666em;padding: 1.333em}
.LNewsCon .newsText code:not(.hljs) {background: rgba(202,205,207,0.3);padding: .1em .25em;border-radius: 3px}
.LNewsCon .newsText code:not(.hljs):after {letter-spacing: -1em;content: "\00a0"}
.LNewsCon .newsText code:not(.hljs):before {letter-spacing: -1em;content: "\00a0"}
.LNewsCon .newsText a code:not(.hljs) {color: #1b3af2}
.LNewsCon .newsText .hljs {background: #2b2c26}
.LNewsCon .newsText .hljs a {color: #fff}
.LNewsCon .newsText .hljs code {background: none;padding: 0;font-size: 1em}
.LNewsCon .newsText blockquote {border-left: 1px solid #bdbdbd;padding-left: 10px;padding-top: 0;font-style: italic}
.LNewsCon .newsText kbd {display: inline-block;background: #f5f5f5;border: solid 1px #b5c6d2;border-bottom-color: #97afbf;box-shadow: inset 0 -1px 0 #97afbf;font-family: "SF Mono",menlo,monaco,"Roboto Mono",Consolas,"Lucida Console",monospace;font-size: .8em;padding: .25em .5em;line-height: 1em;vertical-align: middle;border-radius: 3px}
.LNewsCon .newsText ul,.LNewsCon .newsText ol {margin-left: 2.666em;margin-bottom: 0.8em}
.LNewsCon .newsText ul ul,.LNewsCon .newsText ul ol,.LNewsCon .newsText ol ul,.LNewsCon .newsText ol ol {padding-top: 0;margin-bottom: 0}
.LNewsCon .newsText ul ul:last-of-type,.LNewsCon .newsText ul ol:last-of-type,.LNewsCon .newsText ol ul:last-of-type,.LNewsCon .newsText ol ol:last-of-type {margin-bottom: .33333em}
.LNewsCon .newsText ul li:last-of-type,.LNewsCon .newsText ol li:last-of-type {margin-bottom: 0}
.LNewsCon .newsText p img {margin: 0 auto;box-sizing: content-box}
.LNewsCon .newsText iframe:not(.cke_wysiwyg_frame) {display: block;margin: 0 auto}
.LNewsCon .newsText ol {list-style-type: decimal}
.LNewsCon .newsText table {margin: 0;border-collapse: collapse;max-width:1180px;}
.LNewsCon .newsText table code {word-break: break-word;white-space: normal}
.LNewsCon .newsText table[align=left]{margin: 0 auto 0 0;}
.LNewsCon .newsText table[align=center]{margin: 0 auto;}
.LNewsCon .newsText table[align=right]{margin: 0 0 0 auto;}
.LNewsCon .newsText td,.LNewsCon .newsText th {border: 1px solid #e9e9e9;min-width: 2em;padding: .4em !important;}
.LNewsCon .newsText th {font-weight: bold;background: #fafafa;}
.LNewsCon .newsText abbr {position: relative;cursor: default;text-decoration: none;border-bottom: 1px dotted #000}
.LNewsCon .newsText abbr::before {content: attr(title);display: none;position: absolute;bottom: calc( -100% - 15px);left: 50%;transform: translateX(-50%);padding: 3px 5px;font-size: 0.9em;font-weight: bold;border-radius: 3px;color: #fff;background: black;white-space: nowrap}
.LNewsCon .newsText abbr::after {content: '';display: none;position: absolute;bottom: -5px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 5px;border-color: transparent transparent #000 transparent;}
.LNewsCon .newsText abbr:hover::before,.LNewsCon .newsText abbr:hover::after {display: block}
.LNewsCon .newsText ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.LNewsCon .newsText ol li{list-style: decimal;font-size:1em;}
.LNewsCon .newsText ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;}
.LNewsCon .newsText ul li{list-style: disc;font-size:1em;}
.LNewsCon .newsText a{color: -webkit-link;cursor: pointer;text-decoration: underline;}
.LNewsCon .newsText sub{vertical-align: sub;font-size: smaller;}
.LNewsCon .newsText sup{vertical-align: super;font-size: smaller;}
.LNewsCon .newsText .media{margin: 10px auto;max-width: 100%;}
.LNewsCon .newsBigTit { font-size: 36px; color: ; margin-bottom: 20px; text-align: center;font-weight:;}
@media screen and (max-width:640px){
    #newsDetail_style_01_1521425230535 .newsDetail table{width:100%}
    #newsDetail_style_01_1521425230535 .newsText table{width:100%}
}

#layout_1526367021241{height:213px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526367021241{height:176px;}}   @media screen and (max-width:640px) {#layout_1526367021241{height:99px;}} #layout_1526367021241 > .view_contents{overflow:visible;max-width:1200px;} 
#text_style_01_1526367021257{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367021257{width:47.1%;left:26.458112407211026%;top:97px;}}   @media screen and (max-width:640px) {#text_style_01_1526367021257{width:96%;top:55px;left:2%;}}  #text_style_01_1526367021257>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#012b67;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367021257>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367021257>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} 
#text_style_01_1526367021243{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367021243{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1526367021243{width:96%;top:30px;left:2%;}}  #text_style_01_1526367021243>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367021243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367021243>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

#layout_1521709537062{height:949px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521709537062{height:478px;}}   @media screen and (max-width:640px) {#layout_1521709537062{height:614px;display:block;}} #layout_1521709537062 > .view_contents{overflow:visible;max-width:1200px;} 
#download_style_01_1530753306706{width:70.5%;position:relative;top:1px;left:29.458333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#download_style_01_1530753306706{}}   @media screen and (max-width:640px) {#download_style_01_1530753306706{width:100%;top:0px;left:0%;}} 
#image_style_01_1530753124250{width:25%;height:131px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530753124250{}}   @media screen and (max-width:640px) {#image_style_01_1530753124250{width:66.006600660066%;height:200px;top:948px;left:16.996699669967%;}} #image_style_01_1530753124250 > .view_contents{overflow:visible;}  

.download_style01>ul{
	padding: 0;
	margin: 10px;
	list-style: none;
}
.download_style01>ul>li{
	clear: both;
	margin-bottom: 20px;
}
.download_style01>ul>li .dow_img{
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
	box-sizing: border-box;
	background-color: #16c663;
	border: 10px solid #ebedf1;
	border-radius:80px;
}
.download_style01 .contect{
	overflow: hidden;
	border-bottom: 1px solid #ddd
}
.download_style01>ul>li .title{
	display: block;
	color: #111111;
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-decoration: none;
	margin-bottom:10px ;
}
.download_style01>ul>li .title:hover{
	text-decoration: underline;
}
.download_style01>ul>li .contect .brief{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #818182;
	font-family: "微软雅黑";
}
.download_style01>ul>li .contect .issinfo{
	font-size: 12px;
	line-height: 26px;
	color: #bbbbbb;
	font-family: "微软雅黑";
	float: left;
}
.download_style01>ul>li>.contect>.issinfo>span{
	padding-right: 16px;
}
.download_style01>ul>li .download{
	width: 90px;
	height: 26px;
	line-height: 26px;
	float: right;
	border-width: 1px;
	border-style: solid;
	color: white;
	font-size: 12px;
	font-family: "微软雅黑";
	background-color: #5877b7;
	margin-bottom:14px ;
	text-align:center;
}
.download_style01>ul>li>.contect>hr{
	clear: both;
	border-top-width: 0;
	border-bottom: #dddddd solid 1px;
}
.download_style01 .autor{float:right;line-height:26px;color:#bbbbbb;}
@media screen and (max-width: 480px) {
	.download_style01>ul>li .dow_img{
		width: 60px;
		display: none;
	}
	.download_style01>ul>li .download{
		display: none;
	}
	.download_style01>ul>li .contect .brief{
		display: none;
	}
	.download_style01>ul>li{
		clear: both;
		margin-bottom: 0px;
	}
	.download_style01>ul>li .title{
		font-size: 14px;
		margin: 8px 0;
		float: left;
	}
	.download_style01>ul>li .issinfo{
		margin-top: -10px;
		clear: both;
	}
}

#text_style_01_1530753947971{width:90.33333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:155px;left:1.4583333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530753947971{}}   @media screen and (max-width:640px) {#text_style_01_1530753947971{width:96%;top:61px;left:2%;}}  #text_style_01_1530753947971>.view_contents {box-sizing:border-box;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530753947971>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530753947971>.view_contents {box-sizing:border-box;}}
#image_style_01_1530754055755{width:1200px;height:100px;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1530754055755{left:16.996699669967%;width:66.006600660066%;}}   @media screen and (max-width:640px) {#image_style_01_1530754055755{width:96%;height:26px;top:0px;left:2%;}} #image_style_01_1530754055755 > .view_contents{overflow:visible;} 
#text_style_01_1530754088908{width:16.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:58px;left:0.8333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1530754088908{}}   @media screen and (max-width:640px) {#text_style_01_1530754088908{width:96%;top:36px;left:2%;}}  #text_style_01_1530754088908>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#ffffff;font-size:21px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1530754088908>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1530754088908>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1530753916301{height:395px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1530753916301{}}   @media screen and (max-width:640px) {#layout_1530753916301{height:424px;}} #layout_1530753916301 > .view_contents{overflow:visible;max-width:1200px;} 


.clock span{font-size:14px}

.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; }
.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;} 

#image_style_01_1522203923847 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522203923847 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522203923847 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522203923847 a{ cursor: default; }

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

.menuStyle_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
.menuStyle_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}

.menuStyle_11 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_11 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
	.menuStyle_11 .imgIco{ margin-right:10px;}	
	.menuStyle_11 .menuUl,
	.menuStyle_11 .menuUl_box {display:none;}
	.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
	.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
	.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
	.menuStyle_11 .miniMenu .leftBox{height: 100%;}
	.menuStyle_11 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
	.menuStyle_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
	.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
	.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
	.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
	.menuStyle_11 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
	.menuStyle_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
	.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

#dh_style_11_1522314576639 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_11_1522314576639 .maxWidth{max-width:px;}
	#dh_style_11_1522314576639 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1522314576639 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1522314576639 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

.clock span{font-size:14px}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}

#image_style_01_1522207346725 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522207346725 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1522207346725 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1522207346725 a{ cursor: default; }

.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_1530671904198 .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_1530671904198 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530671904198 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530671904198 a{ cursor: default; }

.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default6 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}

.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .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_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
	.prod_default6 .ptoldprice{ display:none; }
	.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
	.prod_default6 .prod:nth-child(2n){border-right: none;}
	.prod_default6 .prod_info{padding: 6px;}
	.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
	.prod_default6 .p_vip{height: 18px; line-height: 23px;}
	.prod_default6 .v_value{font-size: 14px;}
	.prod_default6 .p_value{font-size: 18px;}
	.prod_default6 .prod .p_detail{display: none !important;}
	.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}
}
@media screen and (max-width: 640px){
	.prod_default6 .p_line {margin-top: 5px !important;}
	.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
}

#productList_style_06_1530671777555 li{width: 19.2%;}
#productList_style_06_1530671777555 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1530671777555 li{width: 32.666666666667%;}
	#productList_style_06_1530671777555 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1530671777555 li{width: 49.5%;}
	#productList_style_06_1530671777555 li.prod_Item{margin-bottom:1%;}
}

#productList_style_06_1530671777555 .p_detail.pc,#productList_style_06_1530671777555 .p_name.pc {display:block;}
#productList_style_06_1530671777555 .p_detail.pad, #productList_style_06_1530671777555 .p_detail.mobile,#productList_style_06_1530671777555 .p_name.pad, #productList_style_06_1530671777555 .p_name.mobile {display:none;}

@media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1530671777555 .p_detail.pad,#productList_style_06_1530671777555 .p_name.pad {display:block;}
   #productList_style_06_1530671777555 .p_detail.pc, #productList_style_06_1530671777555 .p_detail.mobile,#productList_style_06_1530671777555 .p_name.pc, #productList_style_06_1530671777555 .p_name.mobile {display:none;}
}
@media screen and (max-width:640px) {
   #productList_style_06_1530671777555 .p_detail.mobile,#productList_style_06_1530671777555 .p_name.mobile {display:block;}
   #productList_style_06_1530671777555 .p_detail.pc, #productList_style_06_1530671777555 .p_detail.pad,#productList_style_06_1530671777555 .p_name.pc, #productList_style_06_1530671777555 .p_name.pad {display:none;}
}
    
#productList_style_06_1530671777555 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
#productList_style_06_1530671777555 .page_btn{ font-size:14px; text-align: center;}
#productList_style_06_1530671777555 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#productList_style_06_1530671777555 .page:hover{ background:red; color:white; cursor:pointer;}
#productList_style_06_1530671777555 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#productList_style_06_1530671777555 .submit_div{ display: inline-block; }

#productList_style_06_1530671777555 .page_btn input{ width:50px; margin:0 5px;}
#productList_style_06_1530671777555 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#productList_style_06_1530671777555 .page_submit{margin-left:5px;}
#productList_style_06_1530671777555 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
	#productList_style_06_1530671777555 .page_btn{ font-size:12px; }
	#productList_style_06_1530671777555 .submit_div{ display:none; }
}

#productList_style_06_1530671777555 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#productList_style_06_1530671777555 .page{line-height:30px; padding:0 13px;}
}
		
.prod_default .v_value {color: #333; font-size: 12px;}
#productList_style_06_1530671777555  .showActivity {display: none !important;}
#productList_style_06_1530671777555  .btnaSet ,#productList_style_06_1530671777555  .btnaSet a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
	
#image_style_01_1530672437476 .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_1530672437476 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1530672437476 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1530672437476 a{ cursor: default; }

.prod_default6{width:100%; clear: both;}
.prod_default6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default6 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default6 .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; overflow: hidden;}
.prod_default6 .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default6 .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default6 .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default6 .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.prod_default6 .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%);}
.prod_default6 .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default6 .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; position: relative;}
.prod_default6 .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4;}
.prod_default6 .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block; width: 100%;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default6 .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default6 .p_group .p_lb{display: none;}
.prod_default6 .p_line{/*margin-bottom: 14px;*/ overflow: hidden;; width: 100% !important;margin-top: 8px;float: left;}
.prod_default6 .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default6 .p_jg{display: none;}
.prod_default6 .p_price {line-height: 1; white-space: nowrap;display: inline;}
.prod_default6 .p_value {color: #ff002a; font-size:18px;}
.prod_default6 .unit {color: #ff002a;font-size: 16px;}
.prod_default6 .p_vip { text-align: right; line-height:14px; height: 26px; white-space: nowrap;display: inline;float: right;}
.prod_default6 .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default6 .v_value {color: #333; font-size: 18px;}
.prod_default6 .v_unit {color: #333;font-size: 12px;}
.prod_default6 .pro_button {display:none; margin: 10px 0; overflow: hidden;}
.prod_default6 .p_link { float: left; width: 48%; text-align: center;}
.prod_default6 .p_link a {display: block; padding: 10px 15px;}
.prod_default6 .p_cart { float: right; width: 48%; text-align: center;}
.prod_default6 .p_cart a {display: block; padding: 10px 15px;}
.prod_default6 a{text-decoration:none; }
.prod_default6 .prod_info .p_buy{width:100%;float: none !important;margin-top: 12px;clear: both;margin-top:20px;clear: both;}
.prod_default6 .prod_info .p_buy a{width:35%;height: 30px;line-height: 30px;text-align: center;color: #fff;border-radius: 4px; background: #f00;display: inline-block;}

.prod_default6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.prod_default6 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.prod_default6 .page_btn a.cur,.prod_default6 .page_btn a:hover{border:1px solid #4c4c4c;}
.prod_default6 .page_btn a:nth-child(n+12){display: none;}
.prod_default6 .page_btn a:nth-last-child(1),.prod_default6 .page_btn a:nth-last-child(2),.prod_default6 .page_btn a:nth-last-child(3){display: inline-block !important;}
.prod_default6 .prev_btn,.prod_default6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.prod_default6 .no_page{border: 0 !important;}
.prod_default6 .page_btn a:nth-child(n+10){display: none;}

.prod_default6 .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}

.prod_default6 .p_price2{font-family: "微软雅黑"; text-decoration:line-through ;font-size: 14px;display: inline;float: left;}
.prod_default6 .yuanjia2{color:#888;font-size: 14px;}
.prod_default6 .yuanjia1{color:#888;font-size: 14px;}
.prod_default6 .jiage{color: #888;font-size: 14px;}

.prod_default6 .freeinfo{ clear:both; overflow:hidden;}
.prod_default6 .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_default6 .pintuan_img{position: absolute;left: 5%;}
.prod_default6 .pintuan_detail{width:60%;height: 30px;line-height: 30px;float: right;text-align: right;}
.prod_default6 .pintuan_time{position: absolute;bottom: 0px;padding: 10px;background: #f00; width: 100%; color:white;}
.prod_default6 .oldprice_pg{}

@media screen and (max-width: 767px){
	.prod_default6 .ptoldprice{ display:none; }
	.prod_default6 .prod{width:50%;margin-right:0; margin-bottom: 0; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
	.prod_default6 .prod:nth-child(2n){border-right: none;}
	.prod_default6 .prod_info{padding: 6px;}
	.prod_default6 .unit,.prod_default6 .p_vip .v_jg,.prod_default6 .v_unit{font-size: 12px;}
	.prod_default6 .p_vip{height: 18px; line-height: 23px;}
	.prod_default6 .v_value{font-size: 14px;}
	.prod_default6 .p_value{font-size: 18px;}
	.prod_default6 .prod .p_detail{display: none !important;}
	.prod_default6 .p_line {margin-top: 0px; margin-bottom: 5px;}
}
@media screen and (max-width: 640px){
	.prod_default6 .p_line {margin-top: 5px !important;}
	.prod_default6 .prod_info .p_buy{margin-top: 0 !important;text-align: center;}
}

#productList_style_06_1530672437160 li{width: 15.833333333333%;}
#productList_style_06_1530672437160 li.prod_Item{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_06_1530672437160 li{width: 32.666666666667%;}
	#productList_style_06_1530672437160 li.prod_Item{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_06_1530672437160 li{width: 49.5%;}
	#productList_style_06_1530672437160 li.prod_Item{margin-bottom:1%;}
}

   
#productList_style_06_1530672437160 .p_detail.pc,#productList_style_06_1530672437160 .p_name.pc {display:block;}
#productList_style_06_1530672437160 .p_detail.pad, #productList_style_06_1530672437160 .p_detail.mobile,#productList_style_06_1530672437160 .p_name.pad, #productList_style_06_1530672437160 .p_name.mobile {display:none;}

@media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_06_1530672437160 .p_detail.pad,#productList_style_06_1530672437160 .p_name.pad {display:block;}
   #productList_style_06_1530672437160 .p_detail.pc, #productList_style_06_1530672437160 .p_detail.mobile,#productList_style_06_1530672437160 .p_name.pc, #productList_style_06_1530672437160 .p_name.mobile {display:none;}
}
@media screen and (max-width:640px) {
   #productList_style_06_1530672437160 .p_detail.mobile,#productList_style_06_1530672437160 .p_name.mobile {display:block;}
   #productList_style_06_1530672437160 .p_detail.pc, #productList_style_06_1530672437160 .p_detail.pad,#productList_style_06_1530672437160 .p_name.pc, #productList_style_06_1530672437160 .p_name.pad {display:none;}
}
    
#productList_style_06_1530672437160 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}
#productList_style_06_1530672437160 .page_btn{ font-size:14px; text-align: center;}
#productList_style_06_1530672437160 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#productList_style_06_1530672437160 .page:hover{ background:red; color:white; cursor:pointer;}
#productList_style_06_1530672437160 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#productList_style_06_1530672437160 .submit_div{ display: inline-block; }

#productList_style_06_1530672437160 .page_btn input{ width:50px; margin:0 5px;}
#productList_style_06_1530672437160 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#productList_style_06_1530672437160 .page_submit{margin-left:5px;}
#productList_style_06_1530672437160 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
	#productList_style_06_1530672437160 .page_btn{ font-size:12px; }
	#productList_style_06_1530672437160 .submit_div{ display:none; }
}
#productList_style_06_1530672437160 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#productList_style_06_1530672437160 .page{line-height:30px; padding:0 13px;}
}
.prod_default .v_value {color: #333; font-size: 12px;}
            
#productList_style_06_1530672437160  .showActivity {display: none !important;}
#productList_style_06_1530672437160  .btnaSet ,#productList_style_06_1530672437160  .btnaSet a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
        
.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_richtext_cell4_01 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_01 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_richtext_cell4_01 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_richtext_cell4_02 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_02 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_richtext_cell4_02 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_richtext_cell4_03 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_03 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_richtext_cell4_03 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_richtext_cell4_04 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_richtext_cell4_04 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_richtext_cell4_04 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}

.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }

.boxNewsListStyle_2 .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;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
	.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
	.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
	.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
	.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
	.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
	.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
	.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
	.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
	.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
	.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
	.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
	.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


#newsList_style_02_1526282908469 .newDetail.pc {display:block;}
#newsList_style_02_1526282908469 .newDetail.pad, #newsList_style_02_1526282908469 .newDetail.mobile {display:none;}
#newsList_style_02_1526282908469 .newTitle.pc {display:block;}
#newsList_style_02_1526282908469 .newTitle.pad, #newsList_style_02_1526282908469 .newTitle.mobile {display:none;}

@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1526282908469 .newDetail.pad {display:block;}
	#newsList_style_02_1526282908469 .newDetail.pc, #newsList_style_02_1526282908469 .newDetail.mobile {display:none;}
	#newsList_style_02_1526282908469 .newTitle.pad {display:block;}
	#newsList_style_02_1526282908469 .newTitle.pc, #newsList_style_02_1526282908469 .newTitle.mobile {display:none;}
}
@media screen and (max-width:640px) {
	#newsList_style_02_1526282908469 .newDetail.mobile {display:block;}
	#newsList_style_02_1526282908469 .newDetail.pc, #newsList_style_02_1526282908469 .newDetail.pad {display:none;}
	#newsList_style_02_1526282908469 .newTitle.mobile {display:block;}
	#newsList_style_02_1526282908469 .newTitle.pc, #newsList_style_02_1526282908469 .newTitle.pad {display:none;}
}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1526282908469 .sumary_list .newPic{width: 150px;}
	#newsList_style_02_1526282908469 .sumary_list .newCont{width: calc(100% - 150px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1526282908469 .sumary_list .newPic{width: 150px;}
	#newsList_style_02_1526282908469 .sumary_list .newCont{width: calc(100% - 150px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_02_1526282908469 .sumary_list .newPic{width: 150px;}
}

#newsList_style_02_1526282908469 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1526282908469 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1526282908469 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1526282908469 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1526282908469 .submit_div{ display: inline-block; }

#newsList_style_02_1526282908469 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1526282908469 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1526282908469 .page_submit{margin-left:5px;}
#newsList_style_02_1526282908469 .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) {
	#newsList_style_02_1526282908469 .page_btn{ font-size:12px; }
	#newsList_style_02_1526282908469 .submit_div{ display:none; }
}

#newsList_style_02_1526282908469 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
@media screen and (max-width:640px) {
	#newsList_style_02_1526282908469 .page{line-height:30px; padding:0 13px;}
}

#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_img{display:none;}
#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_ul{text-align:center}
#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_nav{display:block !important;height: 50px;}
#tab_style_03_1526282907420 #div_tab_style_03_1526282907420 .tab_box{height: calc(100% - 50px); top: 50px;}

#tab_style_03_1526282907420 .tab_ul.tab_ul_top,#tab_style_03_1526282907420 .tab_ul.tab_ul_bottom{white-space: nowrap;}
#tab_style_03_1526282907420 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}

.gformStyle_5{width:100%; box-sizing: border-box;}
.gformStyle_5 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}
.gformStyle_5 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_5 #gbook{width:98%; box-sizing:border-box; list-style:none; clear:both;margin:0 auto;}
.gformStyle_5 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_5 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_5 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_5 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_5 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_5 .gb_replay b{padding-left:50px;}
.gformStyle_5 .gb_replay .gb_content{padding-left:50px;}
.gformStyle_5 .gb_info{float:right; color:#666;}

.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}

@media screen and (max-width:991px){
	.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
	.gformStyle_5{padding:15px;}
	.gformStyle_5 .listTit{display:none;}
	.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
	.gformStyle_5 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
	.gformStyle_5{padding:10px;min-width: 0;}
	.gformStyle_5 .listTit{display:none;}
	.gformStyle_5 .gformList textarea.gf_message,.gformStyle_5 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
	.gformStyle_5 .gb_replay{padding-left:10px;font-size:14px;}
	.gformStyle_5 .gb_nickname,.gformStyle_5 .gb_nickname b{font-size:14px;}
	.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

/*程序修改的颜色*/
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput,.gformStyle_5 li.gbList{background:#fff;}/*modBgColor*/
.gformStyle_5 .modFontColor{color:#333;}
.gformStyle_5 .modBorderColor{border-color:#f5f5f5 !important;}

.style_05_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}
#liuyanban_style_01_1526282907428 .error{ color: #f00 !important;}

#image_style_01_1522217102409 .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_1522217102409 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217102409 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217102409 a{ cursor: default; }

#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217157735 a{ cursor: default; }

#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217308456 a{ cursor: default; }

#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217340400 a{ cursor: default; }

/*菜单样式*/
.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;}

#dh_style_01_1522217760793 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@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_1570069297962 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1570069297962 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1570069297962 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1570069297962 a{ cursor: default; }

.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}
.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}
.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.bottomMenu ul li .menuItem{position: relative;}
.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
@media screen and (max-width:767px) {
	.bottomMenu{display: block;}
	body{padding-bottom:55px!important;}
}
