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

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

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

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

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

body{ background-position:left top; }


 #text_style_01_1553151805741{width:62.953231739358905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553151805741{width:476px;left:4.153963414634147%;top:12px;}}   @media screen and (max-width:640px) {#text_style_01_1553151805741{width:96%;top:347px;left:2%;z-index:2;display:none;}}  #text_style_01_1553151805741>.view_contents {box-sizing:border-box;color:#939393;font-family:Microsoft YaHei;font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553151805741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553151805741>.view_contents {box-sizing:border-box;}}

 #user_style_05_1553165190181{width:8.583333333333334%;position:absolute;top:12px;left:91.41666666666667%;display:block;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1553165190181{display:block;width:132px;left:85.7336956521739%;top:13.5px;}}   @media screen and (max-width:640px) {#user_style_05_1553165190181{width:35.3125%;top:368px;left:64.6875%;z-index:3;display:none;}}  #user_style_05_1553165190181 .textSet {color:#939393;text-align:right;} #user_style_05_1553165190181 .textSet:hover {color:#37ca8a;font-family:Microsoft YaHei;}

 #div_blank_1553586719221{width:1920px;height:48px;position:absolute;top:-1.5px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553586719221{}}   @media screen and (max-width:640px) {#div_blank_1553586719221{width:96%;height:200px;top:132px;left:2%;display:none;}} #div_blank_1553586719221 > .view_contents{overflow:visible;}  #div_blank_1553586719221  {box-sizing:border-box;background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553586719221  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553586719221  {box-sizing:border-box;}}

 #dh_style_11_1553583629399{width:45.664739884393065%;z-index:9999;position:absolute;top:83px;left:54.333333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1553583629399{z-index:999;display:block;width:528px;top:69px;left:40.34663308589608%;}}   @media screen and (max-width:640px) {#dh_style_11_1553583629399{z-index:1;display:block;height:47px;width:13.4375%;left:85.70833333333333%;top:2px;}} #dh_style_11_1553583629399 > .view_contents{overflow:visible;}  #dh_style_11_1553583629399 .mainMenuSet {font-size:18px;text-align:center;letter-spacing:0px;margin-left:0px;color:#333333;} #dh_style_11_1553583629399:active {} #dh_style_11_1553583629399:hover {} #dh_style_11_1553583629399 .subMenuSet:hover {color:#ffffff;} #dh_style_11_1553583629399 .subCurSet {color:#ffffff;} #dh_style_11_1553583629399 .mainMenuSet:hover {color:#37ca8a;} #dh_style_11_1553583629399 #hot>a {color:#37ca8a;} #dh_style_11_1553583629399 .thrMenuSet:hover {} #dh_style_11_1553583629399 .thrCurSet {} #dh_style_11_1553583629399 .thrMenuSet:active {} #dh_style_11_1553583629399 .subMenuSet:active {} #dh_style_11_1553583629399 .mainMenuSet:active {} #dh_style_11_1553583629399 .icoMenuSet:active {} #dh_style_11_1553583629399  {border-color:#ffffff;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;} #dh_style_11_1553583629399 .thrMenuSet {} #dh_style_11_1553583629399 .subMenuSet {} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .mainMenuSet {font-size:16px;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .mainMenuSet:hover {background:rgba(rgb(255, 255, 255),0);}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 #hot>a {background:rgba(rgb(255, 255, 255),0);}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrMenuSet {font-family:Microsoft YaHei;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrMenuSet:hover {color:#37ca8a;font-family:Microsoft YaHei;}} @media screen and (max-width:640px) { #dh_style_11_1553583629399 .thrCurSet {color:#37ca8a;font-family:Microsoft YaHei;}}

 #image_logo_1553687338876{width:10.892480674631061%;height:84px;position:absolute;top:64.5px;left:-1.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1553687338876{left:2.351206256627784%;top:69px;height:55px;}}   @media screen and (max-width:640px) {#image_logo_1553687338876{width:109px;height:51px;top:0px;left:0%;}}  #comm_layout_header{height:154px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{display:block;height:145px;}}   @media screen and (max-width:640px) {#comm_layout_header{display:block;height:57px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;} @media screen and (max-width:640px) { #comm_layout_header  {background:#ffffff;}}


 #text_style_01_1553232877121{width:81.41666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553232877121{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1553232877121{width:98.125%;top:34.96875px;left:1.8701171874999998%;display:block;}}  #text_style_01_1553232877121>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:50px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553232877121>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553232877121>.view_contents {box-sizing:border-box;font-size:18px;line-height:35px;color:#333333;text-align:left;}}

 #text_style_01_1553232919105{width:41.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553232919105{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1553232919105{width:92.5%;top:75.984375px;left:2.1875%;display:block;}}  #text_style_01_1553232919105>.view_contents {box-sizing:border-box;color:#c4c4c4;font-family:Tahoma;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553232919105>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553232919105>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;color:#999999;text-align:left;}}

 #text_style_01_1553222805535{width:51%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:331.75px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553222805535{top:167.75px;left:4.135737009544008%;}}   @media screen and (max-width:640px) {#text_style_01_1553222805535{width:96%;top:90px;left:2%;display:none;}}  #text_style_01_1553222805535>.view_contents {box-sizing:border-box;color:#606060;font-family:Tahoma;font-size:20px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553222805535>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1553222805535>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1553222797145{width:71.25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:220px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553222797145{top:104px;left:4.135737009544008%;width:613px;}}   @media screen and (max-width:640px) {#text_style_01_1553222797145{width:96%;top:0px;left:2%;display:none;}}  #text_style_01_1553222797145>.view_contents {box-sizing:border-box;color:#333333;font-family:Microsoft YaHei;font-size:50px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553222797145>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553222797145>.view_contents {box-sizing:border-box;font-size:24px;line-height:35px;}} #layout_1553222689086{height:684.7777786254883px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553222689086{height:354px;display:block;}}   @media screen and (max-width:640px) {#layout_1553222689086{height:157px;display:block;}} #layout_1553222689086 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553222689086  {background: url(../img/upimages/pkgimg/paint/12.jpg);background-size:auto;background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_1553222689086  {background-size:auto 100%;background-repeat:no-repeat!important;}} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1553222689086  {background-size:auto 100%;}}
 #layout_1553219398605{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553219398605{height:1px;}}   @media screen and (max-width:640px) {#layout_1553219398605{height:397.010417px;display:none;top:94px;left:0%;}} #layout_1553219398605 > .view_contents{overflow:visible;} 



 #image_style_12_1553136565740{width:52.29982964224872%;position:absolute;left:23.875%;top:112px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553136565740{left:25.85862619808307%;width:150px;top:87.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553136565740{left:calc(50% - 57px);top:37px;width:114px;}} #image_style_12_1553136565740 > .view_contents{overflow:visible;}  #image_style_12_1553136565740 .titleSet {color:#333333;font-size:18px;} #image_style_12_1553136565740 .detailSet {color:#999999;font-size:14px;} @media screen and (max-width:640px) { #image_style_12_1553136565740 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553136565740 .detailSet {font-size:12px;}}
 #div_a_includeBlock_1553136495489{width:400px;height:343px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553136495489{height:300px;width:313.3px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553136495489{height:187px;top:0%;left:0%;width:50%;}}  #div_a_includeBlock_1553136495489  {border-style:solid;border-color:#eaeaea;border-width:1px;border-top:none !important;} #div_a_includeBlock_1553136495489:hover {border-width:1px;border-style:solid;border-color:#eaeaea;} @media screen and (max-width:640px) { #div_a_includeBlock_1553136495489  {border-left:none !important;}}


 #image_style_12_1553136663129{width:52.29982964224872%;position:absolute;left:23.875%;top:105.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553136663129{left:26.143170926517573%;width:150px;top:87.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553136663129{width:114px;left:calc(50% - 57px);top:37px;}} #image_style_12_1553136663129 > .view_contents{overflow:visible;}  #image_style_12_1553136663129 .titleSet {color:#333333;font-size:18px;} #image_style_12_1553136663129 .detailSet {color:#999999;font-size:14px;} @media screen and (max-width:640px) { #image_style_12_1553136663129 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553136663129 .detailSet {font-size:12px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1553136663129 .titleSet {font-size:18px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_12_1553136663129 .detailSet {font-size:14px;}}
 #div_a_includeBlock_1553136663054{width:400px;height:343px;position:absolute;top:0px;left:calc(50% - 200px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553136663054{height:300px;width:313.3px;left:calc(50% - 156.5px);top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553136663054{height:187px;top:0px;left:50%;width:50%;}}  #div_a_includeBlock_1553136663054  {border-top:none !important;border-left:none !important;border-style:solid;border-color:#eaeaea;border-width:1px;} #div_a_includeBlock_1553136663054:hover {border-style:solid;border-width:1px;border-color:#eaeaea;}


 #image_style_12_1553136773656{width:52.2%;position:absolute;left:23.875%;top:102.5px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553136773656{left:26.143170926517573%;width:150px;display:block;top:87.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553136773656{display:block;width:114px;left:calc(50% - 57px);top:32px;}} #image_style_12_1553136773656 > .view_contents{overflow:visible;}  #image_style_12_1553136773656 .titleSet {color:#333333;font-size:18px;} #image_style_12_1553136773656 .detailSet {color:#939393;font-size:14px;} @media screen and (max-width:640px) { #image_style_12_1553136773656 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553136773656 .detailSet {font-size:12px;}}
 #div_a_includeBlock_1553136773578{width:400px;height:343px;position:absolute;left:66.6%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553136773578{height:300px;width:313.3px;left:66.59597030752916%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553136773578{height:187px;top:187px;left:0%;width:50%;}} #div_a_includeBlock_1553136773578 > .view_contents{overflow:visible;}  #div_a_includeBlock_1553136773578  {border-top:none !important;border-left:none !important;border-style:solid;border-color:#eaeaea;border-width:1px;} #div_a_includeBlock_1553136773578:hover {border-style:solid;border-width:1px;border-color:#eaeaea;}


 #image_style_12_1553137895821{width:52.2%;position:absolute;left:23.875%;top:91.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553137895821{left:26.262979233226837%;width:150px;top:72.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553137895821{top:30px;left:calc(50% - 57px);width:114px;}} #image_style_12_1553137895821 > .view_contents{overflow:visible;}  #image_style_12_1553137895821 .titleSet {font-size:18px;color:#333333;} #image_style_12_1553137895821 .detailSet {color:#999999;font-size:14px;} @media screen and (max-width:640px) { #image_style_12_1553137895821 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553137895821 .detailSet {font-size:12px;}}
 #div_a_includeBlock_1553137895753{width:400px;height:343px;position:absolute;top:342px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553137895753{top:300px;height:300px;width:313.3px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553137895753{height:187px;top:186.9921875px;left:50%;width:50%;}} #div_a_includeBlock_1553137895753 > .view_contents{overflow:hidden;}  #div_a_includeBlock_1553137895753  {border-style:solid;border-color:#eaeaea;border-width:1px;border-top:none !important;} #div_a_includeBlock_1553137895753:hover {border-color:#eaeaea;border-style:solid;border-width:1px;} @media screen and (max-width:640px) { #div_a_includeBlock_1553137895753  {border-left:none !important;}}


 #image_style_12_1553137906617{width:52.29982964224872%;position:absolute;left:23.875%;top:81.5px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553137906617{left:26.32288338658147%;width:150px;display:block;top:67.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553137906617{display:block;left:calc(50% - 57px);top:24px;width:114px;}} #image_style_12_1553137906617 > .view_contents{overflow:visible;}  #image_style_12_1553137906617 .titleSet {font-size:18px;color:#333333;} #image_style_12_1553137906617 .detailSet {font-size:14px;color:#999999;} @media screen and (max-width:640px) { #image_style_12_1553137906617 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553137906617 .detailSet {font-size:12px;}}
 #div_a_includeBlock_1553137906549{width:400px;height:343px;position:absolute;top:343px;left:66.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553137906549{height:300px;top:300px;width:313.3px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553137906549{height:187px;top:373px;left:0%;width:50%;}}  #div_a_includeBlock_1553137906549  {border-top:none !important;border-left:none !important;border-style:solid;border-color:#eaeaea;border-width:1px;} #div_a_includeBlock_1553137906549:hover {border-style:solid;border-width:1px;border-color:#eaeaea;}


 #image_style_12_1553137649827{width:52.29982964224872%;position:absolute;left:23.875%;top:91.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1553137649827{left:26.302915335463258%;width:150px;top:70.5px;}}   @media screen and (max-width:640px) {#image_style_12_1553137649827{width:114px;left:calc(50% - 57px);top:29px;}} #image_style_12_1553137649827 > .view_contents{overflow:visible;}  #image_style_12_1553137649827 .titleSet {font-size:18px;color:#333333;} #image_style_12_1553137649827 .detailSet {font-size:14px;color:#999999;} @media screen and (max-width:640px) { #image_style_12_1553137649827 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #image_style_12_1553137649827 .detailSet {font-size:12px;}}
 #div_a_includeBlock_1553137649757{width:400px;height:343px;position:absolute;top:343px;left:calc(50% - 200px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1553137649757{height:300px;top:300px;width:313.3px;left:calc(50% - 156.5px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1553137649757{height:187px;top:374px;left:50%;width:50%;}}  #div_a_includeBlock_1553137649757  {border-top:none !important;border-left:none !important;border-style:solid;border-color:#eaeaea;border-width:1px;} #div_a_includeBlock_1553137649757:hover {border-style:solid;border-width:1px;border-color:#eaeaea;} #layout_1553219230673{height:686px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553219230673{display:block;height:600px;}}   @media screen and (max-width:640px) {#layout_1553219230673{height:561px;display:block;}} #layout_1553219230673 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1553138755909{width:100%;height:568px;position:absolute;top:0.734375px;left:0%;z-index:16;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553138755909{height:578px;}}   @media screen and (max-width:640px) {#div_blank_1553138755909{width:60.345730749083316%;height:97.3577789418544px;top:-35.5px;left:112.78124999999999%;display:block;}} #div_blank_1553138755909 > .view_contents{overflow:visible;}  #div_blank_1553138755909  {box-sizing:border-box;background:#3a3c3e;} #div_blank_1553138755909>.view_contents {padding-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553138755909  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553138755909  {box-sizing:border-box;}}

 #text_style_01_1553150996478{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:26.166666666666664%;z-index:17;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150996478{left:26.193001060445386%;}}   @media screen and (max-width:640px) {#text_style_01_1553150996478{width:45%;top:32px;left:27.500000000000004%;}}  #text_style_01_1553150996478>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150996478>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553150996478>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;height:20px;}}

 #text_style_01_1553151211788{width:46.33333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:139px;left:26.833333333333332%;z-index:18;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553151211788{left:26.82926829268293%;}}   @media screen and (max-width:640px) {#text_style_01_1553151211788{width:100%;top:66.203125px;left:0%;}}  #text_style_01_1553151211788>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:18px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553151211788>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553151211788>.view_contents {box-sizing:border-box;font-size:14px;color:#efefef;}}

 #div_blank_1553594399979{width:160%;height:523px;position:absolute;top:23.234375px;left:-30%;z-index:14;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553594399979{}}   @media screen and (max-width:640px) {#div_blank_1553594399979{width:100%;height:304px;top:0px;left:0%;}} #div_blank_1553594399979 > .view_contents{overflow:visible;}  #div_blank_1553594399979  {box-sizing:border-box;background:#37ca8a;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553594399979  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553594399979  {box-sizing:border-box;}}

 #text_style_01_1553150138370{width:19.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:433px;left:40.08333333333333%;z-index:27;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150138370{}}   @media screen and (max-width:640px) {#text_style_01_1553150138370{width:137px;top:224.078125px;left:29.21875%;display:block;}}  #text_style_01_1553150138370>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;background:#37ca8a;line-height:50px;padding-left:0px;} #text_style_01_1553150138370 .view_contents:hover {color:#37ca87;font-family:Microsoft YaHei;font-size:16px;border-style:solid;border-width:1px;border-color:#ffffff;background:#3a3c3e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150138370>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150138370>.view_contents {box-sizing:border-box;font-size:14px;background:#ffffff;color:#37ca8a;height:40px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_01_1553150138370 .view_contents:hover {border-style:none;}}

 #text_style_01_1553150541212{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:336px;left:11.583333333333332%;z-index:23;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150541212{}}   @media screen and (max-width:640px) {#text_style_01_1553150541212{width:24.0625%;top:164.171875px;left:3.5498046875%;}}  #text_style_01_1553150541212>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:18px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150541212>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150541212>.view_contents {box-sizing:border-box;font-size:12px;height:30px;line-height:16px;color:#efefef;}}

 #text_style_01_1553150417514{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:216px;left:10.041666666666666%;z-index:22;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150417514{}}   @media screen and (max-width:640px) {#text_style_01_1553150417514{width:20%;top:122.078125px;left:5.5859375%;}}  #text_style_01_1553150417514>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:72px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150417514>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150417514>.view_contents {box-sizing:border-box;font-size:20px;color:#efefef;}}

 #text_style_01_1553150682661{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:336px;left:34.52734375%;z-index:24;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150682661{}}   @media screen and (max-width:640px) {#text_style_01_1553150682661{width:17.8125%;top:164.15625px;left:29.7802734375%;}}  #text_style_01_1553150682661>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:18px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150682661>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150682661>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:30px;color:#efefef;}}

 #text_style_01_1553150676795{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:216px;left:32.98567708333333%;z-index:21;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150676795{}}   @media screen and (max-width:640px) {#text_style_01_1553150676795{width:20%;top:122.0625px;left:28.847656249999996%;}}  #text_style_01_1553150676795>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:72px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150676795>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150676795>.view_contents {box-sizing:border-box;font-size:20px;color:#efefef;}}

 #text_style_01_1553150777836{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:336px;left:57.34635416666667%;z-index:25;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150777836{width:86px;}}   @media screen and (max-width:640px) {#text_style_01_1553150777836{width:23.4375%;top:164.15625px;left:48.984375%;}}  #text_style_01_1553150777836>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:18px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150777836>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150777836>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:30px;color:#efefef;}}

 #text_style_01_1553150726347{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:216px;left:55.80468750000001%;z-index:20;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150726347{left:56.33781813361611%;}}   @media screen and (max-width:640px) {#text_style_01_1553150726347{width:20%;top:122.0625px;left:51.48437500000001%;}}  #text_style_01_1553150726347>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:72px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150726347>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150726347>.view_contents {box-sizing:border-box;font-size:20px;color:#efefef;}}

 #text_style_01_1553150816544{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:336px;left:80.41666666666667%;z-index:26;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150816544{}}   @media screen and (max-width:640px) {#text_style_01_1553150816544{width:25.624999999999996%;top:164.15625px;left:73.84765625%;}}  #text_style_01_1553150816544>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:18px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150816544>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150816544>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:30px;color:#efefef;}}

 #text_style_01_1553150804909{width:11.083333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:216px;left:78.875%;z-index:19;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553150804909{}}   @media screen and (max-width:640px) {#text_style_01_1553150804909{width:20%;top:122.0625px;left:76.81640625%;}}  #text_style_01_1553150804909>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:72px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553150804909>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553150804909>.view_contents {box-sizing:border-box;font-size:20px;color:#efefef;}} #layout_1553138583742{height:568.734375px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553138583742{display:block;height:578.734375px;}}   @media screen and (max-width:640px) {#layout_1553138583742{display:block;height:304px;}} #layout_1553138583742 > .view_contents{overflow:visible;max-width:1200px;} 


 #productList_style_06_1553567443195{width:100%;position:absolute;top:167.52174758911133px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_06_1553567443195{top:121.5px;left:1.378579003181336%;width:917px;}}   @media screen and (max-width:640px) {#productList_style_06_1553567443195{width:96%;top:76.95109558105469px;left:2%;}} #productList_style_06_1553567443195 > .view_contents{overflow:visible;}  #productList_style_06_1553567443195 .btnaSet {border-radius:initial;background:#37ca8a;font-size:16px;} #productList_style_06_1553567443195 .titleSet {color:#333333;line-height:20px;font-size:18px;} #productList_style_06_1553567443195 .detailSet {color:#999999;font-size:14px;} #productList_style_06_1553567443195 .priceSet {color:#37ca8a;} #productList_style_06_1553567443195 .saleSet {font-family:Microsoft YaHei;font-size:16px;} @media screen and (max-width:640px) { #productList_style_06_1553567443195 .btnaSet {padding-left:0px;text-align:center;margin-top:0px;padding-top:0px;padding-bottom:0px;line-height:26px;height:26px;margin-right:100px;margin-left:0px;padding-right:0px;font-size:14px;}} @media screen and (max-width:640px) { #productList_style_06_1553567443195 .priceSet {line-height:18px;}} @media screen and (max-width:640px) { #productList_style_06_1553567443195 .detailSet {line-height:20px;font-size:12px;}} @media screen and (max-width:640px) { #productList_style_06_1553567443195 .titleSet {font-size:14px;}}

 #text_style_01_1553567450240{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:26.166666666666664%;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553567450240{top:32px;left:26.166489925768822%;}}   @media screen and (max-width:640px) {#text_style_01_1553567450240{width:96%;top:32px;left:1.9998303055763242%;}}  #text_style_01_1553567450240>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553567450240>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553567450240>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;height:20px;}}

 #text_style_01_1553567455964{width:19.833333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:536px;left:40.08265558878581%;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553567455964{left:40.084835630965%;top:458.53125px;}}   @media screen and (max-width:640px) {#text_style_01_1553567455964{width:137px;top:611.984375px;left:calc(50% - 68.5px);}}  #text_style_01_1553567455964>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;background:#b7b7b7;line-height:50px;padding-left:0px;} #text_style_01_1553567455964 .view_contents:hover {border-width:1px;border-style:solid;border-color:#ffffff;font-family:Microsoft YaHei;font-size:16px;background:#37ca8a;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553567455964>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553567455964>.view_contents {box-sizing:border-box;font-size:14px;color:#999999;line-height:40px;height:40px;background:#d8d8d8;}} @media screen and (max-width:640px) { #text_style_01_1553567455964 .view_contents:hover {border-style:none;}} #layout_1553567440113{height:669px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553567440113{height:568px;}}   @media screen and (max-width:640px) {#layout_1553567440113{height:651.984375px;}} #layout_1553567440113 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1553160013648{width:80.41666666666667%;height:660px;position:absolute;top:-1px;left:-29.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553160013648{}}   @media screen and (max-width:640px) {#div_blank_1553160013648{width:99.80902791023254%;height:152px;top:10.482643127441406px;left:0.09548604488372803%;display:none;z-index:2;}} #div_blank_1553160013648 > .view_contents{overflow:visible;}  #div_blank_1553160013648  {box-sizing:border-box;background:#3b3c40;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553160013648  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553160013648  {box-sizing:border-box;background: url(../img/upimages/pkgimg/pic/2019032117274950.jpg);background-size:100% auto;background-repeat:repeat-x!important;background-attachment:fixed;}}

 #text_style_01_1553498901246{width:238px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:516px;left:3.5833333333333335%;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553498901246{width:187px;}}   @media screen and (max-width:640px) {#text_style_01_1553498901246{width:39.0625%;top:9px;left:0%;z-index:16;display:none;}}  #text_style_01_1553498901246>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;line-height:50px;padding-left:0px;border-style:none;border-width:1px;background:#37ca8a;} #text_style_01_1553498901246 .view_contents:hover {background:#050505;font-family:Microsoft YaHei;border-style:solid;border-width:1px;border-color:#fcfcfc;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553498901246>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553498901246>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1553498850564{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:1.7083333333333333%;z-index:16;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553498850564{}}   @media screen and (max-width:640px) {#text_style_01_1553498850564{width:96%;top:32px;left:1.875%;}}  #text_style_01_1553498850564>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553498850564>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553498850564>.view_contents {box-sizing:border-box;font-size:20px;color:#37ca8a;line-height:20px;height:20px;}}

 #text_style_01_1553500530922{width:44%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:165.234375px;left:3.5833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553500530922{}}   @media screen and (max-width:640px) {#text_style_01_1553500530922{width:93.4375%;top:75.6440200805664px;left:3.277853429317475%;}}  #text_style_01_1553500530922>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553500530922>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553500530922>.view_contents {box-sizing:border-box;color:#999999;font-size:14px;}}

 #image_style_01_1553500449361{width:20.916666666666668%;height:177px;position:absolute;top:289.234375px;left:25.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553500449361{top:299.234375px;left:25.916291092258746%;}}   @media screen and (max-width:640px) {#image_style_01_1553500449361{width:40.9375%;height:86px;top:216.67935943603516px;left:3.897758424282074%;}} #image_style_01_1553500449361 > .view_contents{overflow:visible;} 

 #image_style_01_1553500417151{width:20.916666666666668%;height:177px;position:absolute;top:289.234375px;left:3.5833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553500417151{top:299.234375px;left:3.5823170731707314%;}}   @media screen and (max-width:640px) {#image_style_01_1553500417151{width:40.625%;height:85px;top:216.67935943603516px;left:55.15030860900879%;z-index:3;}} #image_style_01_1553500417151 > .view_contents{overflow:visible;}  #layout_1553148358687{height:659px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553148358687{height:659px;display:block;}}   @media screen and (max-width:640px) {#layout_1553148358687{height:309px;display:block;}} #layout_1553148358687 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1553148358687  {background: url(../img/upimages/pkgimg//paint/44.jpg);background-size:100% auto;background-attachment:fixed;background-repeat:no-repeat!important;} @media screen and (max-width:640px) { #layout_1553148358687  {background-size:100% auto;background-repeat:no-repeat!important;background:#fcfcfc;}}
/*----------------------电脑板式样式----------------------*/
#layout_1553148358687{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1553148358687{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1553148358687{
		
	}
}
 #layout_1553149271329{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553149271329{height:1px;}}   @media screen and (max-width:640px) {#layout_1553149271329{height:169.010417px;display:none;}} #layout_1553149271329 > .view_contents{overflow:visible;max-width:1200px;}  @media screen and (max-width:640px) { #layout_1553149271329  {background: url(../img/upimages/pkgimg/pic/2019032117274950.jpg);background-size:100% auto;background-repeat:no-repeat!important;background-attachment:fixed;}}


 #newsList_style_04_1553152836359{width:100%;position:absolute;top:172px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1553152836359{display:block;top:124px;left:1.007423117709438%;width:98%;}}   @media screen and (max-width:640px) {#newsList_style_04_1553152836359{width:96%;top:75.8641357421875px;left:2.03125%;display:block;}}  #newsList_style_04_1553152836359 .titleSet {font-size:18px;color:#333333;padding-left:15px;padding-right:15px;margin-top:20px;margin-left:10px;} #newsList_style_04_1553152836359 .detailSet {font-size:14px;color:#999999;border-bottom-style:none;line-height:24px;padding-left:15px;padding-right:15px;margin-left:10px;margin-bottom:10px;} #newsList_style_04_1553152836359 .modSet {border-style:solid;border-top:none !important;border-width:1px;border-color:#e5e5e5;} @media screen and (max-width:640px) { #newsList_style_04_1553152836359 .modSet {text-align:left;}} @media screen and (max-width:640px) { #newsList_style_04_1553152836359 .titleSet {font-size:14px;color:#333333;line-height:14px;text-align:left;padding-left:0px;padding-right:5px;margin-top:10px;margin-bottom:5px;margin-left:10px;padding-top:5px;}} @media screen and (max-width:640px) { #newsList_style_04_1553152836359 .detailSet {padding-left:0px;font-size:12px;line-height:14px;padding-bottom:5px;}}

 #text_style_01_1553498774370{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:26.166666666666664%;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553498774370{top:32px;left:26.166489925768822%;}}   @media screen and (max-width:640px) {#text_style_01_1553498774370{width:96%;top:32px;left:1.9970703125%;}}  #text_style_01_1553498774370>.view_contents {box-sizing:border-box;color:#37ca8a;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553498774370>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_01_1553498774370>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;height:20px;}} #layout_1553151805716{height:957px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553151805716{display:block;height:792px;}}   @media screen and (max-width:640px) {#layout_1553151805716{height:689.8641357421875px;display:block;}} #layout_1553151805716 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_02_1553509585799{width:5.083333333333333%;position:absolute;top:14.234375px;left:47.458333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_02_1553509585799{top:0px;left:47.45824496288441%;}}   @media screen and (max-width:640px) {#div_blank_02_1553509585799{width:6.6006600660066%;top:56.234375px;left:3.3003300330033%;display:none;}}  #div_blank_02_1553509585799  {box-sizing:border-box;} #div_blank_02_1553509585799 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_02_1553509585799  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_02_1553509585799  {box-sizing:border-box;}}


 #customForm_style_input_01_1553509638801{width:20.666666666666668%;position:absolute;top:204.734375px;left:4.583333333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1553509638801{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1553509638801{width:242px;top:76px;left:calc(50% - 121px);}} #customForm_style_input_01_1553509638801 > .view_contents{overflow:visible;}  #customForm_style_input_01_1553509638801 .inputSet {color:#999999;text-align:center;height:50px;font-size:14px;} @media screen and (max-width:640px) { #customForm_style_input_01_1553509638801 .inputSet {height:40px;color:#999999;font-size:12px;}}

 #customForm_style_input_01_1553662183150{width:20.666666666666668%;position:absolute;top:204.734375px;left:27.625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1553662183150{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1553662183150{width:242px;top:130px;left:calc(50% - 121px);}} #customForm_style_input_01_1553662183150 > .view_contents{overflow:visible;}  #customForm_style_input_01_1553662183150 .inputSet {color:#999999;text-align:center;height:50px;font-size:14px;} @media screen and (max-width:640px) { #customForm_style_input_01_1553662183150 .inputSet {height:40px;color:#999999;font-size:12px;}}

 #customForm_style_input_01_1553662191212{width:20.666666666666668%;position:absolute;top:204.734375px;left:50.625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1553662191212{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1553662191212{width:242px;top:184px;left:calc(50% - 121px);}} #customForm_style_input_01_1553662191212 > .view_contents{overflow:visible;}  #customForm_style_input_01_1553662191212 .inputSet {color:#999999;text-align:center;height:50px;font-size:14px;} @media screen and (max-width:640px) { #customForm_style_input_01_1553662191212 .inputSet {height:40px;color:#999999;font-size:12px;}}

 #customForm_style_button_01_1553509668074{width:20.666666666666668%;position:absolute;top:204.734375px;left:73.70833333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1553509668074{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1553509668074{width:242px;top:238px;left:calc(50% - 121px);display:block;}} #customForm_style_button_01_1553509668074 > .view_contents{overflow:visible;}  #customForm_style_button_01_1553509668074 .btnaSet {font-size:14px;height:50px;color:#999999;} @media screen and (max-width:640px) { #customForm_style_button_01_1553509668074 .btnaSet {height:40px;color:#999999;}}

 #text_style_01_1553509622616{width:47.66666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:75.75px;left:26.166666666666664%;z-index:16;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553509622616{top:73.75px;left:29.48038176033934%;width:40.9375%;}}   @media screen and (max-width:640px) {#text_style_01_1553509622616{width:40.9375%;top:32px;left:29.531249999999996%;}}  #text_style_01_1553509622616>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:40px;text-align:center;line-height:70px;height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553509622616>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553509622616>.view_contents {box-sizing:border-box;font-size:20px;line-height:20px;height:20px;}}
 #customForm_form_1553662043897{width:100%;height:335px;position:absolute;top:46.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1553662043897{left:0%;top:26.234375px;}}   @media screen and (max-width:640px) {#customForm_form_1553662043897{width:100%;height:314px;top:38px;left:0%;}}  #customForm_form_1553662043897  {background:#37ca8a;} #layout_1553509552085{height:448px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1553509552085{height:404px;}}   @media screen and (max-width:640px) {#layout_1553509552085{height:400px;}} #layout_1553509552085 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_logo_1553167112899{width:16.666666666666664%;height:200px;position:absolute;top:51.5px;left:100%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1553167112899{display:block;}}   @media screen and (max-width:640px) {#image_logo_1553167112899{width:317px;height:200px;top:1064px;left:0.46875%;display:none;z-index:2;}} 

 #text_style_01_1553169797981{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:143px;left:116.66666666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553169797981{display:block;}}   @media screen and (max-width:640px) {#text_style_01_1553169797981{width:25.937500000000004%;top:1133.9861228466034px;left:9.684244990348816%;display:none;z-index:2;}}  #text_style_01_1553169797981>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553169797981>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553169797981>.view_contents {box-sizing:border-box;}}

 #div_blank_1553170998205{width:100%;height:1px;position:absolute;top:270px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553170998205{display:block;top:255px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1553170998205{width:96%;height:200px;top:2629px;left:2%;display:none;z-index:2;}} #div_blank_1553170998205 > .view_contents{overflow:visible;}  #div_blank_1553170998205  {box-sizing:border-box;background:rgba(122,122,122,0.3);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553170998205  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553170998205  {box-sizing:border-box;}}

 #text_style_01_1553171486419{width:29.416666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:294px;left:35.291666666666664%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553171486419{display:block;width:355px;left:31.17709437963945%;top:284px;}}   @media screen and (max-width:640px) {#text_style_01_1553171486419{width:96%;top:20.921875px;left:2%;display:block;z-index:2;}}  #text_style_01_1553171486419>.view_contents {box-sizing:border-box;color:#999999;font-family:Microsoft YaHei;font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553171486419>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553171486419>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1553148873618{width:22.916666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:127px;left:0.16666666666666669%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553148873618{display:block;top:121px;left:3.4994697773064685%;}}   @media screen and (max-width:640px) {#text_style_02_1553148873618{width:58.75%;top:1042.8680572509766px;left:34.166667461395264%;display:none;z-index:2;}}  #text_style_02_1553148873618>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#999999;line-height:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553148873618>.view_contents {box-sizing:border-box;height:80px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_02_1553148873618>.view_contents {box-sizing:border-box;height:80px;line-height:20px;}}

 #image_style_13_1553170386081{width:13.583333333333334%;position:absolute;top:104px;left:86.29166666666667%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1553170386081{display:block;top:104px;left:83.21513785790032%;}}   @media screen and (max-width:640px) {#image_style_13_1553170386081{width:147px;top:1327.9722442626953px;left:34.47591304779053%;display:none;z-index:2;}} #image_style_13_1553170386081 > .view_contents{overflow:visible;}  #image_style_13_1553170386081 .titleSet {font-size:14px;line-height:20px;color:#999999;} #image_style_13_1553170386081 .modSet:hover .titleSet {color:#ffffff;font-family:Microsoft YaHei;font-size:14px;line-height:20px;}

 #text_style_01_1553170240102{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52.5px;left:86.20833333333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553170240102{display:block;width:87px;top:53px;left:82.92020148462355%;}}   @media screen and (max-width:640px) {#text_style_01_1553170240102{width:79px;top:1317.982650756836px;left:5.620660185813904%;display:none;z-index:2;}}  #text_style_01_1553170240102>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553170240102>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553170240102>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1553169918937{width:8.083333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:51.5px;left:118.12499999999999%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1553169918937{display:block;}}   @media screen and (max-width:640px) {#text_style_02_1553169918937{width:100%;top:162px;left:0%;display:none;z-index:2;}}  #text_style_02_1553169918937>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#999999;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1553169918937>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1553169918937>.view_contents {box-sizing:border-box;}}

 #text_style_01_1553169880015{width:7.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:52.5px;left:68.20833333333334%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1553169880015{display:block;width:88px;left:66.51146606574761%;}}   @media screen and (max-width:640px) {#text_style_01_1553169880015{width:24.6875%;top:1257.968765258789px;left:5.305989980697632%;display:none;z-index:2;}}  #text_style_01_1553169880015>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1553169880015>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1553169880015>.view_contents {box-sizing:border-box;text-align:center;}}

 #dh_style_22_1553172538614{width:15.166666666666668%;z-index:999;position:absolute;top:95.5px;left:63.125%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_22_1553172538614{z-index:999;display:block;width:118px;top:95.5px;left:60.36751060445387%;}}   @media screen and (max-width:640px) {#dh_style_22_1553172538614{width:96%;z-index:1;top:1251.9548683166504px;left:2%;display:none;}} #dh_style_22_1553172538614 > .view_contents{overflow:visible;}  #dh_style_22_1553172538614  {background:#3d3d3d;} #dh_style_22_1553172538614 .mainMenuSet {background:rgba(255,255,255,0);color:#999999;line-height:28px;} #dh_style_22_1553172538614 .thrMenuSet {} #dh_style_22_1553172538614:hover {} #dh_style_22_1553172538614 .mainMenuSet:hover {color:#37ca8a;background:rgba(255,255,255,0);} #dh_style_22_1553172538614 #hot>a {color:#37ca8a;background:rgba(255,255,255,0);} #dh_style_22_1553172538614 .mainMenuSet:active {} #dh_style_22_1553172538614 .subMenuSet:active {} #dh_style_22_1553172538614 .thrMenuSet:active {}

 #div_blank_1553172890160{width:1px;height:160px;position:absolute;top:66px;left:28%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553172890160{display:block;top:66px;left:29.801829268292686%;}}   @media screen and (max-width:640px) {#div_blank_1553172890160{width:1px;height:200px;top:1503.1111450195312px;left:calc(50% - 0.4947915px);display:none;z-index:2;}} #div_blank_1553172890160 > .view_contents{overflow:visible;}  #div_blank_1553172890160  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553172890160  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553172890160  {box-sizing:border-box;}}

 #div_blank_1553173028312{width:0.08333333333333334%;height:160px;position:absolute;top:66px;left:63%;z-index:1000;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553173028312{top:66px;left:62.78665164369035%;}}   @media screen and (max-width:640px) {#div_blank_1553173028312{width:2px;height:200px;top:1842px;left:49.6875%;display:none;z-index:1001;}} #div_blank_1553173028312 > .view_contents{overflow:visible;}  #div_blank_1553173028312  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553173028312  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553173028312  {box-sizing:border-box;}}

 #div_blank_1553173102104{width:0.08333333333333334%;height:160px;position:absolute;top:66px;left:80%;z-index:1000;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1553173102104{top:66px;left:78.30229321314953%;}}   @media screen and (max-width:640px) {#div_blank_1553173102104{width:2px;height:200px;top:2052px;left:49.6875%;display:none;z-index:1001;}} #div_blank_1553173102104 > .view_contents{overflow:visible;}  #div_blank_1553173102104  {box-sizing:border-box;background:rgba(122,122,122,0.2);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1553173102104  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1553173102104  {box-sizing:border-box;}}

 #newsList_style_01_1553687795281{width:26.583333333333332%;position:absolute;top:83px;left:34.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_01_1553687795281{width:283px;z-index:1001;top:64.5px;left:35.03280752916225%;}}   @media screen and (max-width:640px) {#newsList_style_01_1553687795281{width:82.39999999999999%;top:188px;left:2%;display:none;}}  #newsList_style_01_1553687795281 .titleSet {font-size:14px;color:#ffffff;line-height:12px;} #newsList_style_01_1553687795281 .detailSet {color:#999999;padding-top:7px;padding-right:0px;} #newsList_style_01_1553687795281 .modSet:hover .titleSet {font-family:Microsoft YaHei;font-size:14px;color:#37ca8a;line-height:12px;} #newsList_style_01_1553687795281 .modSet:hover .detailSet {padding-top:7px;padding-bottom:7px;} #newsList_style_01_1553687795281 .modSet {border-width:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .imgSet {}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .modSet {border-width:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_01_1553687795281 .titleSet {padding-right:0px;}} @media screen and (max-width:640px) { #newsList_style_01_1553687795281 .modSet {border-width:0px;}}

 #image_style_01_1553688797281{width:9.25%;height:54px;position:absolute;top:75px;left:-1.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553688797281{width:11.770943796394485%;height:56px;top:61.5px;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#image_style_01_1553688797281{width:25.6%;height:49px;top:0px;left:2%;display:none;}} #image_style_01_1553688797281 > .view_contents{overflow:visible;}  #comm_layout_footer{height:343px;z-index:1;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:329px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:62.921875px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:hidden;}  #comm_layout_footer  {background:#3d3d3d;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

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

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

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

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

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

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

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

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

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

.PopUpLogin .Login_after a{font-size: inherit;}

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

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
/*菜单样式*/
.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 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.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;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1553583629399 .maxWidth{max-width:px;}
	#dh_style_11_1553583629399 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1553583629399 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1553583629399 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

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


	
	

.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

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


	
	

.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

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


	
	

.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1553137895821 li{ width:100%; }
		#image_style_12_1553137895821 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1553137895821 .imgTBox img{ width:30px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1553137895821 li{ width:100%; }
		#image_style_12_1553137895821 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1553137895821 .imgTBox img{ width:20px;}
	}
	


	
	

.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1553137906617 li{ width:100%; }
		#image_style_12_1553137906617 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1553137906617 .imgTBox img{ width:30px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1553137906617 li{ width:100%; }
		#image_style_12_1553137906617 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1553137906617 .imgTBox img{ width:20px;}
	}
	


	
	

.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }

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

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


	
	

/*产品样式*/
.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; }


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

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

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



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_06_1553567443195 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_06_1553567443195 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_06_1553567443195 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553567443195 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_06_1553567443195 .submit_div{ display: inline-block; }
	
	#productList_style_06_1553567443195 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_06_1553567443195 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_06_1553567443195 .page_submit{margin-left:5px;}
	#productList_style_06_1553567443195 .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_1553567443195 .page_btn{ font-size:12px; }
			#productList_style_06_1553567443195 .submit_div{ display:none; }
		}

			#productList_style_06_1553567443195 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_06_1553567443195 .page{line-height:30px; padding:0 13px;}
		}
		
	#image_style_01_1553500449361 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1553500449361 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1553500449361 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1553500449361 a{
	cursor: default;
}

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

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

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

/*pc*/
#newsList_style_04_1553152836359 li{width: 32.666666666667%;}
#newsList_style_04_1553152836359 li.sumary_list{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1553152836359 li{width: 32.666666666667%;}
	#newsList_style_04_1553152836359 li.sumary_list{margin-bottom:01%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1553152836359  li{width: 49%;}
	#newsList_style_04_1553152836359  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

.blank_02 .lingxin{width:70%;height:0;padding-bottom:70%;background:#56AAFF;position: relative;left:15%;display: inline-block; transform: rotate(45deg);overflow: hidden;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.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;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.imgStyle_13{ width:100%; }
.imgStyle_13 *{ font-size:'微软雅黑'; }
.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13 .imgTextLi{ width:49%; overflow: hidden; margin-bottom:2%;}
.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;}
.imgStyle_13 .imgTBox>img{ display: inline-block; width:100px;}
.imgStyle_13 .cont{ float:right; display:inline-block;}
.imgStyle_13 .imgBt{  font-size:20px; line-height:2; padding-left:10px;}
.imgStyle_13 .imgDetail{ font-size:12px; color:#666; padding-left:10px;}

@media screen and (max-width: 768px){
	.imgStyle_13 .imgTextLi{ width:100%;}
	.imgStyle_13 .imgTBox>img{ width:50px; }
	.imgStyle_13 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_13_1553170386081 .imgDetail{ display:block; }
		
	


			#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:5%; }
		#image_style_13_1553170386081 .imgTBox img{ width:16px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 16px);}

	@media screen and (min-width: 769px) and (max-width: 1024px){
		#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:5%; }
		#image_style_13_1553170386081 .imgTBox img{ width:20px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 20px);}
	}
	@media screen and (max-width: 768px){
		#image_style_13_1553170386081 li{ width:100%; }
		#image_style_13_1553170386081 li.imgTextLi{ margin-bottom:4%; }
		#image_style_13_1553170386081 .imgTBox img{ width:20px;}
		#image_style_13_1553170386081 .cont{width:calc(100% - 20px);}
	}
	
	

/*菜单样式*/
.menuStyle_22 .menuLayout .miniMenu{display:none;}

.menuStyle_22 .menuUl_box .fa-angle-right{transition:transform .1s; font-size:16px; display:block; position:absolute; right:0; margin-right:20px; top:50%; transform:rotate(0deg) translateY(-50%);}
/*一级*/
.menuStyle_22 .menuUl_box .rflex a{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; transition:all .1s;position:relative; display:block; width:100%; text-align: center; padding:0 10px; line-height:45px; background-color:#e7664e; color:white; font-size:14px; 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_22 .menuUl_box .rflex a.mainMenuSet{ padding:0 60px;}
.menuStyle_22 .menuUl_box .rflex a.mainMenuSet:hover{ background-color:#d2553e;}
.menuStyle_22 .menuUl_box #hot a.mainMenuSet{ background-color:#d2553e;}
.menuStyle_22 .menuUl_box .rflex a.mainMenuSet .fa{transform:rotate(0deg) translateY(-50%); transform-origin: 50% 0;}
/*二级*/
.menuStyle_22 .menuUl_box .menuUl02{ position:relative; display: none;}
.menuStyle_22 .menuUl_box .menuUl02 a{background-color:#f48773;}
.menuStyle_22 .menuUl_box .menuUl02 a:hover{ color:#c03a21; }
.menuStyle_22 .menuUl_box .menuUl02 .subMenu02:hover .menuUl03{display:block;}
.menuStyle_22 .menuUl_box .menuUl02 a.subCurSet{ color:#c03a21; }
/*三级*/
.menuStyle_22 .menuUl_box .menuUl03{ position:absolute; left:100%; top:0; width:100%; display: none; box-shadow: 3px 3px 10px rgba(0,0,0,.1);}
.menuStyle_22 .menuUl_box .menuUl03 a{ background-color:white; color:#999;}
.menuStyle_22 .menuUl_box .menuUl03 a:hover{ color:#e7664e; }
.menuStyle_22 .menuUl_box .menuUl03 a.thrCurSet{ color:#e7664e; }

/*图标*/
.menuStyle_22 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:absolute; left:0; margin-left:20px; top:50%; transform:translateY(-50%); padding:12px;  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_22 .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_22 .imgIco{position:relative; left:0; transform:unset;}
.menuStyle_22 .imgIco{ margin-right:10px;}	
.menuStyle_22{height:auto;}
.menuStyle_22 .menuUl,
.menuStyle_22 .menuUl_box {display:none;}
.menuStyle_22 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_22 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_22 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_22 .miniMenu .leftBox{height: 100%;}
.menuStyle_22 .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_22 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_22 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_22 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy{ clear: both;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li{position:relative; width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px; 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_22 .miniMenu .leftBox .menuUlCopy li a{position:relative; padding-left:10px;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; 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_22 .miniMenu .leftBox .menuUlCopy li#hot>a{ background-color:#e7664e; color:white;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li .fa{ color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu2 a.subMenuSet.subCurSet,
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu3 a.thrMenuSet.thrCurSet{background-color:#e7664e; color:white; position:relative;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu2{padding-left:20px;}
.menuStyle_22 .miniMenu .leftBox .menuUlCopy li.menu3{padding-left:30px;}
.menuStyle_22 .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_22 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_22 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_22_1553172538614 .maxWidth{max-width:px;}
	#dh_style_22_1553172538614 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_22_1553172538614 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_22_1553172538614 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:hover{}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }
/*分页*/
.boxNewsListStyle_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_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';}
.boxNewsListStyle_1 .page_btn a.cur,.boxNewsListStyle_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .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; }

/*alex---后期加的图片样式*/
.boxNewsListStyle_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
/*分页*/
.boxNewsListStyle_1 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_1 .page_btn a:nth-last-child(1),.boxNewsListStyle_1 .page_btn a:nth-last-child(2),.boxNewsListStyle_1 .page_btn a:nth-last-child(3){display: inline-block !important;}

.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
}




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

@media screen and (min-width: 1025px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic{width: 80px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 80px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic{width: 100px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 100px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1553687795281 .sumary_list .newPic2{width: 30px;}
	#newsList_style_01_1553687795281 .sumary_list .newName{width: calc(98% - 30px - 80px);}
}


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