
/**
    *编辑器         \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; }


 #div_blank_new01_1576720303711{width:100%;height:50px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1576720303711{}}   @media screen and (max-width:640px) {#div_blank_new01_1576720303711{width:96%;height:50px;top:0px;left:2%;display:none;}}  #div_blank_new01_1576720303711  {box-sizing:border-box;background:#f2f2f2;} #div_blank_new01_1576720303711 .modSet {background:#f2f2f2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1576720303711  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1576720303711  {box-sizing:border-box;}}

 #div_blank_new01_1576720987912{width:100%;height:50px;position:absolute;top:165px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1576720987912{top:165px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1576720987912{width:96%;height:50px;top:499px;left:2%;display:none;}} #div_blank_new01_1576720987912 > .view_contents{overflow:visible;}  #div_blank_new01_1576720987912  {box-sizing:border-box;background:ededed;} #div_blank_new01_1576720987912 .modSet {background:#f2f2f2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1576720987912  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1576720987912  {box-sizing:border-box;}}


 #div_blank_new01_1576806041417{width:20%;height:51px;position:absolute;left:0%;top:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1576806041417{left:0%;width:228px;top:164px;}}   @media screen and (max-width:640px) {#div_blank_new01_1576806041417{}}  #div_blank_new01_1576806041417  {box-sizing:border-box;} #div_blank_new01_1576806041417 .modSet {background:#01ae6c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1576806041417  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1576806041417  {box-sizing:border-box;}}

 #text_style_04_1576808045485{width:25.166666666666664%;position:absolute;left:0%;top:14.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_04_1576808045485{left:0%;width:31.601731601731604%;}}   @media screen and (max-width:640px) {#text_style_04_1576808045485{width:96%;top:10px;left:2%;display:none;}}  #text_style_04_1576808045485 .textSet {font-size:14px;letter-spacing:1px;text-indent:0em;color:#666666;}

 #text_style_01_1576809863874{width:10.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.291666666666667%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1576809863874{left:5.634469696969697%;width:17.74891774891775%;top:170px;}}   @media screen and (max-width:640px) {#text_style_01_1576809863874{width:96%;font-size:12px;color:#333;line-height:1.6;top:290.6448979591837px;left:2%;}}  #text_style_01_1576809863874>.view_contents {color:#ffffff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1576809863874>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1576809863874>.view_contents {font-size:18px;}}

 #image_style_01_1576810427124{width:25px;height:15px;position:absolute;top:183px;left:1.2083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576810427124{left:1.5151515151515151%;top:181.5px;}}   @media screen and (max-width:640px) {#image_style_01_1576810427124{}} #image_style_01_1576810427124 > .view_contents{overflow:visible;} 

 #user_style_05_1576812106005{width:16.25%;position:absolute;left:83.75%;top:14.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1576812106005{width:154px;left:83.38068181818183%;}}   @media screen and (max-width:640px) {#user_style_05_1576812106005{}}  #user_style_05_1576812106005 .textSet {font-size:14px;text-indent:1em;color:#01ae6c;font-weight:normal;text-align:right;}

 #dh_style_28_1576807242874{width:64.66666666666666%;z-index:999;position:absolute;left:20.25%;top:168px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1576807242874{z-index:999;left:24.9120670995671%;top:170px;width:542px;}}   @media screen and (max-width:640px) {#dh_style_28_1576807242874{width:44px;z-index:999;top:10px;left:calc(100% - 50px);}} #dh_style_28_1576807242874 > .view_contents{overflow:visible;}  #dh_style_28_1576807242874 .mainMenuSet {font-size:16px;font-weight:normal;} #dh_style_28_1576807242874 .mainMenuSet:hover {color:#01ae6c;} #dh_style_28_1576807242874 #hot>a {color:#01ae6c;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1576807242874 .mainMenuSet:hover {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1576807242874 #hot>a {font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1576807242874 .mainMenuSet {text-indent:0em;}}

 #searchbox_style_01_1576809195079{width:40%;position:absolute;left:60%;top:77.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1576809195079{top:77.5px;left:59.95670995670995%;}}   @media screen and (max-width:640px) {#searchbox_style_01_1576809195079{display:none;}} #searchbox_style_01_1576809195079 > .view_contents{overflow:visible;}  #searchbox_style_01_1576809195079 .btnaSet {border-color:#01ae6c;color:#ffffff;background-color:#01ae6c;} #searchbox_style_01_1576809195079 .inputSet {border-color:#01ae6c;} #searchbox_style_01_1576809195079 .kwSet {font-size:14px;}

 #image_style_01_1576810285229{height:115px;position:absolute;left:33.5%;top:49px;width:200px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576810285229{width:200px;height:115px;left:31.287202380952383%;top:50px;}}   @media screen and (max-width:640px) {#image_style_01_1576810285229{}} #image_style_01_1576810285229 > .view_contents{overflow:visible;} 

 #cart_style_7_1577150070243{width:12.5%;height:32px;position:absolute;left:87.5%;top:173.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#cart_style_7_1577150070243{left:84.03848755411255%;width:15.909090909090908%;height:32px;top:174.5px;}}   @media screen and (max-width:640px) {#cart_style_7_1577150070243{width:165px;height:42px;top:0px;left:22.77227722772277%;display:none;}}  #cart_style_7_1577150070243 .textSet {border-radius:5px;}

 #image_logo_1577436145676{width:240px;height:60px;position:absolute;left:0%;top:78.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1577436145676{left:0%;width:240px;}}   @media screen and (max-width:640px) {#image_logo_1577436145676{width:200px;height:200px;top:0px;left:16.996699669967%;}} 
 #div_a_includeBlock_1576721064688{width:1200px;height:215px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1576721064688{height:215px;width:98%;left:1.007423117709438%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1576721064688{width:100%;height:428.640625px;top:60px;left:0%;display:none;}} #div_a_includeBlock_1576721064688 > .view_contents{overflow:visible;} 

 #image_logo_1577166817051{width:13.88888888888889%;height:200px;display:none;position:absolute;left:43.05555555555556%;top:3.890625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1577166817051{width:20.833333333333336%;height:200px;display:none;left:39.58333333333333%;top:3.890625px;}}   @media screen and (max-width:640px) {#image_logo_1577166817051{width:53.333333333333336%;height:61px;display:block;top:16.890625px;left:2%;}} 

 #dh_style_28_1577166936560{width:60%;z-index:999;display:none;position:absolute;left:20%;top:5.890625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1577166936560{width:70%;z-index:999;display:none;left:15%;top:5.890625px;}}   @media screen and (max-width:640px) {#dh_style_28_1577166936560{width:21.333333333333336%;z-index:999;display:block;top:14.890625px;left:75.8625%;}} #dh_style_28_1577166936560 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_28_1577166936560 .mainMenuSet:hover {background:rgba(0,170,105,0.8);}} @media screen and (max-width:640px) { #dh_style_28_1577166936560 #hot>a {background:rgba(0,170,105,0.8);}} #comm_layout_header{height:215px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:215px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:87px;}} #comm_layout_header > .view_contents{overflow:visible;} 


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


 #text_style_01_1577101372702{width:19.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577101372702{left:1.007423117709438%;width:98%;top:19px;}}   @media screen and (max-width:640px) {#text_style_01_1577101372702{width:96%;font-size:12px;color:#333;line-height:1.6;top:20px;left:2%;}}  #text_style_01_1577101372702>.view_contents {font-size:24px;color:#333333;text-align:left;} @media screen and (max-width:640px) { #text_style_01_1577101372702>.view_contents {font-size:24px;}}

 #div_blank_new05_1577101372715{width:45px;position:absolute;top:53px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1577101372715{left:0.9991383881230116%;top:54px;}}   @media screen and (max-width:640px) {#div_blank_new05_1577101372715{width:45px;top:52px;left:2%;}}  #div_blank_new05_1577101372715  {box-sizing:border-box;} #div_blank_new05_1577101372715 .roundcs {border-width:3px;border-color:#01ae6c;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1577101372715  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1577101372715  {box-sizing:border-box;}}


 #newsList_style_04_1577102769148{width:46%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1577102769148{width:427px;}}   @media screen and (max-width:640px) {#newsList_style_04_1577102769148{display:none;}}  #newsList_style_04_1577102769148 .titleSet {font-size:18px;} #newsList_style_04_1577102769148 .detailSet {font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_04_1577102769148 .titleSet {margin-top:19px;}}

 #newsList_style_02_1577103036178{width:50%;position:absolute;top:1px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1577103036178{width:478px;left:48.26332521645021%;}}   @media screen and (max-width:640px) {#newsList_style_02_1577103036178{width:100%;left:0%;top:0px;}}  #newsList_style_02_1577103036178 .btnaSet {text-decoration:none;margin-bottom:0px;color:#01ae6c;background:#ffffff;border-width:1px;border-style:solid;border-radius:2px;} #newsList_style_02_1577103036178 .btnaSet:hover {background:rgba(1,174,108,0.9);color:#ffffff;} #newsList_style_02_1577103036178 .page_btn .pageSet:hover {background:#01ae6c;} #newsList_style_02_1577103036178 #pagecurSet {background:#01ae6c;} #newsList_style_02_1577103036178 .titleSet {font-size:18px;} #newsList_style_02_1577103036178 .modSet {margin-bottom:10px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1577103036178 .titleSet {padding-top:0px;padding-bottom:0px;margin-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1577103036178 .detailSet {padding-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1577103036178 .btnaSet {margin-top:0px;padding-top:3px;padding-bottom:3px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1577103036178 .modSet {margin-bottom:15px;}} @media screen and (max-width:640px) { #newsList_style_02_1577103036178 .titleSet {font-size:16px;}}
 #div_a_includeBlock_1577103459226{width:100%;height:542px;position:absolute;top:97px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1577103459226{width:98%;left:1.007423117709438%;height:488px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1577103459226{width:96%;height:587px;top:95px;left:2%;}}  #div_a_includeBlock_1577103459226  {border-width:0px;border-style:none;border-color:#ebf4f2;} #layout_1577101372699{height:639px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577101372699{height:585px;}}   @media screen and (max-width:640px) {#layout_1577101372699{height:682px;}} #layout_1577101372699 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1577929024674{height:21px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1577929024674{display:block;height:21px;}}   @media screen and (max-width:640px) {#layout_1577929024674{height:20px;display:block;}} #layout_1577929024674 > .view_contents{overflow:visible;max-width:1200px;} 




 #image_style_13_1_1577171866452{width:85.16666666666667%;position:absolute;left:7.416666666666667%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1577171866452{left:2.5432900432900434%;width:95%;top:16px;}}   @media screen and (max-width:640px) {#image_style_13_1_1577171866452{width:96%;top:0px;left:2%;display:none;}} #image_style_13_1_1577171866452 > .view_contents{overflow:visible;}  #image_style_13_1_1577171866452 .titleSet {color:#ffffff;font-size:18px;padding-left:5px;} #image_style_13_1_1577171866452 .detailSet {color:#ffffff;font-size:14px;padding-left:5px;} #image_style_13_1_1577171866452 .imgSet {margin-right:0px;} #image_style_13_1_1577171866452 .modSet {padding-right:0px;border-width:0px;border-style:none;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1577171866452 .modSet {border-width:0px;border-top:none !important;border-bottom:none !important;border-left:none !important;border-right:none !important;padding-left:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1577171866452 .detailSet {padding-left:0px;margin-right:0px;padding-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1577171866452 .titleSet {padding-left:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1577171866452 .imgSet {padding-left:0px;}}
 #div_includeBlock_1577171866351{width:1200px;height:133px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1577171866351{height:110px;width:98%;left:1.007423117709438%;top:1px;}}   @media screen and (max-width:640px) {#div_includeBlock_1577171866351{width:100%;height:1094px;top:90px;left:0%;display:none;}} #div_includeBlock_1577171866351 > .view_contents{overflow:visible;}  #div_includeBlock_1577171866351  {border-width:1px;border-style:solid;border-color:#0fd78b;border-top:none !important;border-right:none !important;border-left:none !important;} #div_includeBlock_1577171866351 .modSet {border-width:1px;border-style:solid;border-color:#00ab6a;} @media screen and (max-width:640px) { #div_includeBlock_1577171866351  {}}


 #text_style_02_1577171866697{width:17.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:25px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866697{}}   @media screen and (max-width:640px) {#text_style_02_1577171866697{width:45.75342465753425%;top:20px;left:1.3157894736842124%;display:block;}}  #text_style_02_1577171866697>.view_contents {box-sizing:border-box;font-size:24px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866697>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866697>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1577171866706{width:25.416666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:77px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866706{width:260px;top:75px;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1577171866706{width:51.23287671232877%;top:50px;left:1.0702054794520548%;display:block;}} #text_style_02_1577171866706 > .view_contents{overflow:visible;}  #text_style_02_1577171866706>.view_contents {box-sizing:border-box;font-size:14px;line-height:22px;color:#ffffff;text-align:left;font-family:Microsoft YaHei;height:145px;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866706>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866706>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1577171866719{width:45px;height:45px;position:absolute;top:240px;left:59.59375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866719{left:54.761740331491715%;top:204px;}}   @media screen and (max-width:640px) {#image_style_01_1577171866719{width:52.63157894736842%;height:200px;top:1500px;left:23.68421052631579%;display:none;}} #image_style_01_1577171866719 > .view_contents{overflow:visible;} 

 #text_style_02_1577171866726{width:18%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:246px;left:65.06640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866726{left:60.98411602209944%;top:214px;width:204px;}}   @media screen and (max-width:640px) {#text_style_02_1577171866726{width:97.36842105263158%;top:1700px;left:1.3157894736842124%;display:none;}}  #text_style_02_1577171866726>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;color:#ffffff;text-align:left;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866726>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866726>.view_contents {box-sizing:border-box;}}

 #image_style_01_1577171866731{width:45px;height:45px;position:absolute;top:174px;left:59.59375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866731{left:54.761740331491715%;top:147px;}}   @media screen and (max-width:640px) {#image_style_01_1577171866731{width:52.63157894736842%;height:200px;top:1000px;left:23.68421052631579%;display:none;}} #image_style_01_1577171866731 > .view_contents{overflow:visible;} 

 #text_style_02_1577171866741{width:12.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:182.5px;left:65.06640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866741{left:60.98411602209944%;top:155.5px;width:138px;}}   @media screen and (max-width:640px) {#text_style_02_1577171866741{width:97.36842105263158%;top:1200px;left:1.3157894736842124%;display:none;}}  #text_style_02_1577171866741>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;color:#ffffff;text-align:left;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866741>.view_contents {box-sizing:border-box;}}

 #image_style_01_1577171866748{width:45px;height:45px;position:absolute;top:108px;left:59.46875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866748{left:54.63743093922652%;top:87px;}}   @media screen and (max-width:640px) {#image_style_01_1577171866748{width:52.63157894736842%;height:200px;top:500px;left:23.68421052631579%;display:none;}} #image_style_01_1577171866748 > .view_contents{overflow:visible;} 

 #text_style_02_1577171866753{width:12.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:113px;left:65.06640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866753{left:60.98411602209944%;top:97px;width:135px;}}   @media screen and (max-width:640px) {#text_style_02_1577171866753{width:97.36842105263158%;top:700px;left:1.3157894736842124%;display:none;}}  #text_style_02_1577171866753>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;color:#ffffff;text-align:left;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866753>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866753>.view_contents {box-sizing:border-box;}}

 #image_style_01_1577171866759{width:45px;height:45px;position:absolute;top:41px;left:59.46875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866759{left:54.63743093922652%;top:30px;}}   @media screen and (max-width:640px) {#image_style_01_1577171866759{width:52.63157894736842%;height:200px;top:0px;left:23.68421052631579%;display:none;}} #image_style_01_1577171866759 > .view_contents{overflow:visible;} 

 #text_style_02_1577171866764{width:12.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:44.5px;left:65.06640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866764{left:60.98411602209944%;top:35.5px;width:142px;}}   @media screen and (max-width:640px) {#text_style_02_1577171866764{width:97.36842105263158%;top:200px;left:1.3157894736842124%;display:none;}}  #text_style_02_1577171866764>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;color:#ffffff;text-align:left;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866764>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866764>.view_contents {box-sizing:border-box;}}

 #image_style_01_1577171866772{width:12.5%;height:122px;position:absolute;top:24px;left:86.80859375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866772{left:83.75345303867402%;width:14.806629834254142%;top:65.5px;height:109px;}}   @media screen and (max-width:640px) {#image_style_01_1577171866772{width:122px;height:110px;top:29px;left:62.15753424657534%;}} #image_style_01_1577171866772 > .view_contents{overflow:visible;} 

 #text_style_02_1577171866777{width:13.3%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:159.5px;left:86.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171866777{width:147px;left:83.75690607734806%;top:185.5px;}}   @media screen and (max-width:640px) {#text_style_02_1577171866777{width:41.64383561643836%;top:159px;left:58.082191780821915%;display:block;}}  #text_style_02_1577171866777>.view_contents {box-sizing:border-box;font-size:14px;line-height:23px;color:#ffffff;text-align:center;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171866777>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171866777>.view_contents {box-sizing:border-box;}}

 #text_style_01_1577171866782{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:241px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1577171866782{left:0%;width:27.334083239595053%;top:256px;}}   @media screen and (max-width:640px) {#text_style_01_1577171866782{width:96%;font-size:12px;color:#333;line-height:1.6;top:478px;left:2%;}}  #text_style_01_1577171866782>.view_contents {color:#ffffff;font-size:14px;}

 #image_style_11_1577669250418{width:23.5%;position:absolute;left:30.208333333333332%;top:45.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1577669250418{left:29.36620670995671%;width:23.5%;top:51px;}}   @media screen and (max-width:640px) {#image_style_11_1577669250418{width:94%;top:0px;left:3%;}} #image_style_11_1577669250418 > .view_contents{overflow:visible;} 
 #div_includeBlock_1577171866365{width:1200px;height:329px;position:absolute;top:133px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1577171866365{height:373px;width:98%;left:1.007423117709438%;top:113px;}}   @media screen and (max-width:640px) {#div_includeBlock_1577171866365{width:96.00000000000001%;height:500px;top:808px;left:1.999999999999993%;display:none;}} #div_includeBlock_1577171866365 > .view_contents{overflow:visible;} 



 #text_style_02_1577171867048{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577171867048{}}   @media screen and (max-width:640px) {#text_style_02_1577171867048{width:96%;top:10px;left:2%;display:none;}}  #text_style_02_1577171867048>.view_contents {box-sizing:border-box;font-size:14px;line-height:40px;color:#ffffff;text-align:left;border-top-color:#4d4d4d;border-top-style:none;border-top-width:1px;padding-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577171867048>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577171867048>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:14px;}}

 #dh_style_01_1577171867062{width:42.833333333333336%;z-index:999;position:absolute;top:29px;left:57.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1577171867062{z-index:999;width:443px;left:50.994475138121544%;}}   @media screen and (max-width:640px) {#dh_style_01_1577171867062{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1577171867062 > .view_contents{overflow:visible;}  #dh_style_01_1577171867062 .mainMenuSet {color:#ffffff;font-size:14px;border-right-style:solid;border-right-width:2px;line-height:20px;height:20px;} #dh_style_01_1577171867062 #hot>a {color:#ffffff;font-size:14px;} #dh_style_01_1577171867062 .mainMenuSet:hover {color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1577171867062 .menuStyle_1 .menuUl li:last-child a{
	border:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1577171867062{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1577171867062{
		
	}
}
 #div_includeBlock_1577171866645{width:1200px;height:65px;position:absolute;top:0px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1577171866645{display:block;width:98%;left:1.007423117709438%;}}   @media screen and (max-width:640px) {#div_includeBlock_1577171866645{display:none;left:0%;top:0px;width:100%;height:50px;}} 
 #div_includeBlock_1577171866371{width:100%;height:65px;position:absolute;top:451px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1577171866371{height:65px;left:0%;top:421px;width:100%;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1577171866371{width:100%;height:50px;top:0px;left:0%;display:none;}} #div_includeBlock_1577171866371 > .view_contents{overflow:visible;}  #div_includeBlock_1577171866371  {background:#01915a;}
 #div_includeBlock_1577171866150{width:100%;height:516px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1577171866150{height:486px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1577171866150{width:100%;height:50px;top:0px;left:0%;display:none;z-index:1;}} #div_includeBlock_1577171866150 > .view_contents{overflow:visible;}  #div_includeBlock_1577171866150  {background: url(https://cdn.yun.sooce.cn/0/3430/jpg/1577068732068.jpg?version=1577068715);} @media screen and (max-width:640px) { #div_includeBlock_1577171866150  {}}

 #text_style_02_1577242609818{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:0px;left:0.6944444444444444%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1577242609818{display:none;}}   @media screen and (max-width:640px) {#text_style_02_1577242609818{width:96%;top:4px;left:2%;display:block;}}  #text_style_02_1577242609818>.view_contents {box-sizing:border-box;font-size:14px;line-height:40px;color:#ffffff;text-align:left;border-top-color:#4d4d4d;border-top-style:none;border-top-width:1px;padding-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1577242609818>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1577242609818>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:14px;}} #comm_layout_footer{height:516px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:486px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:44px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background-repeat:no-repeat!important;background-position:50% 50% !important;background-size:auto;} #comm_layout_footer>.view_contents {} @media screen and (max-width:640px) { #comm_layout_footer  {background:#01ae6c;}}
/*弹窗效果*/
.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}

.jscartStyle7{position: relative; background:#fff;border:1px solid #c5c5c5;box-sizing:border-box;height:100%;width: 100%;}
.jscartStyle7 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle7 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle7 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#f00}
.jscartStyle7 .cartName img{margin:0 5px;}
.jscartStyle7 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle7 .jscartContent{text-align:center;}
.jscartStyle7 .colorFont b{color:#f00}


.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.textStyle_04{ width: 100%; position: relative; box-sizing: border-box;}
.textStyle_04 .scrollDiv{ margin-left: 20px; overflow: hidden;}
.textStyle_04 .listDiv{ position: relative;}
.textStyle_04 #listUl1{ overflow: hidden;}
.textStyle_04 #listUl2{ overflow: hidden;}
.textStyle_04 li a{ display: inline-block; font-size: 16px; word-break: break-all; padding: 0 20px 0 0; line-height: 1.5; box-sizing: border-box;}
.textStyle_04 .imgDiv{ position: absolute; left: 0; top: 50%; z-index: 10; width: 20px; height: 20px; overflow: hidden; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.textStyle_04 .imgDiv img{ width: 100%;}
.textStyle_04 .horizontal{ overflow: hidden;}
.textStyle_04 .horizontal #listUl1{ float: left; width: 9999px;}
.textStyle_04 .horizontal #listUl2{ float: left;}
.textStyle_04 .horizontal li{ float: left;}
	#image_style_01_1576810427124 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576810427124 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576810427124 .CompatibleImg img{width:100%; height:100%}}
.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;}
/*弹窗效果*/
.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}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#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; color: inherit !important;}

#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_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1576807242874 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1576807242874 .maxWidth{max-width:px;}
	#dh_style_28_1576807242874 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1576807242874 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1576807242874 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

	#searchbox_style_01_1576809195079 input::-webkit-input-placeholder{ color: #999999;}
	#searchbox_style_01_1576809195079 input::-moz-input-placeholder{ color: #999999;}
	#searchbox_style_01_1576809195079 input::-o-input-placeholder{ color: #999999;}
	
	#image_style_01_1576810285229 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1576810285229 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1576810285229 .CompatibleImg img{width:100%; height:100%}}
.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;}
.jscartStyle7{position: relative; background:#fff;border:1px solid #c5c5c5;box-sizing:border-box;height:100%;width: 100%;}
.jscartStyle7 .jscartContent{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.jscartStyle7 a{line-height:34px;display:inline-block;font-size:12px;color:#333}
.jscartStyle7 .cartNum a{font-weight:normal;font-family:"verdana";color:#fff;display:inline-block;line-height:16px;height:16px;min-width:16px;border-radius:16px;text-align:center;background:#f00}
.jscartStyle7 .cartName img{margin:0 5px;}
.jscartStyle7 .cartNum .sarr{padding-left:20px;color:#666;font-family:"宋体"}
.jscartStyle7 .jscartContent{text-align:center;}
.jscartStyle7 .colorFont b{color:#f00}

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .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_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}

.menuStyle_28 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .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: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}

.menuStyle_28 .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_28 .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_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .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_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1577166936560 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1577166936560 .maxWidth{max-width:px;}
	#dh_style_28_1577166936560 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1577166936560 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1577166936560 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}


/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	
            #banner_style_01_1577094727821 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/2/71271/jpg/158519291141476a875745af3fb3b.jpg?version=0') center top no-repeat;}
                #banner_style_01_1577094727821 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1577094727821 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1577094727821 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1577094727821 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1577102769148 .newDetail.pc {display:block;}
	#newsList_style_04_1577102769148 .newDetail.pad, #newsList_style_04_1577102769148 .newDetail.mobile {display:none;}
	#newsList_style_04_1577102769148 .newTitle.pc {display:block;}
	#newsList_style_04_1577102769148 .newTitle.pad, #newsList_style_04_1577102769148 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1577102769148 .newDetail.pad {display:block;}
		#newsList_style_04_1577102769148 .newDetail.pc, #newsList_style_04_1577102769148 .newDetail.mobile {display:none;}
		#newsList_style_04_1577102769148 .newTitle.pad {display:block;}
		#newsList_style_04_1577102769148 .newTitle.pc, #newsList_style_04_1577102769148 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1577102769148 .newDetail.mobile {display:block;}
		#newsList_style_04_1577102769148 .newDetail.pc, #newsList_style_04_1577102769148 .newDetail.pad {display:none;}
		#newsList_style_04_1577102769148 .newTitle.mobile {display:block;}
		#newsList_style_04_1577102769148 .newTitle.pc, #newsList_style_04_1577102769148 .newTitle.pad {display:none;}
	}

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

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

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

/* 新分页 */
#newsList_style_04_1577102769148 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1577102769148 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1577102769148 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1577102769148 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1577102769148 .submit_div{ display: inline-block; }

#newsList_style_04_1577102769148 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1577102769148 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1577102769148 .page_submit{margin-left:5px;}
#newsList_style_04_1577102769148 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1577102769148 .page_btn{ font-size:12px; }
		#newsList_style_04_1577102769148 .submit_div{ display:none; }
	}

	#newsList_style_04_1577102769148 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1577102769148 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 分页 */
.boxNewsListStyle_2 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


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

@media screen and (min-width: 1025px) {
	#newsList_style_02_1577103036178 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1577103036178 .sumary_list .newCont{width: calc(100% - 0px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1577103036178 .sumary_list .newPic{width: 0px;}
	#newsList_style_02_1577103036178 .sumary_list .newCont{width: calc(100% - 0px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_02_1577103036178 .sumary_list .newPic{width: 0px;}
}

/* 新分页 */
#newsList_style_02_1577103036178 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1577103036178 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1577103036178 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1577103036178 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1577103036178 .submit_div{ display: inline-block; }

#newsList_style_02_1577103036178 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1577103036178 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1577103036178 .page_submit{margin-left:5px;}
#newsList_style_02_1577103036178 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_02_1577103036178 .page_btn{ font-size:12px; }
		#newsList_style_02_1577103036178 .submit_div{ display:none; }
	}

	#newsList_style_02_1577103036178 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1577103036178 .page{line-height:30px; padding:0 13px;}
	}

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1577171866452  ul li{width: 22.75%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi{margin-bottom:3%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .left{width: 65px;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .cont{width: calc(100% - 65px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1577171866452  ul li{width: 23.5%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .left{width: 64px;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .cont{width: calc(100% - 64px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1577171866452  ul li{width: 100%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .left{width: 130px;}
        #image_style_13_1_1577171866452  ul li.imgTextLi .cont{width: calc(100% - 130px);}
        }
    
	#image_style_01_1577171866719 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866719 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1577171866719 .CompatibleImg img{null}}
#image_style_01_1577171866719 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_1577171866731 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866731 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1577171866731 .CompatibleImg img{null}}
#image_style_01_1577171866731 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_1577171866748 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866748 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1577171866748 .CompatibleImg img{null}}
#image_style_01_1577171866748 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_1577171866759 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866759 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1577171866759 .CompatibleImg img{null}}
#image_style_01_1577171866759 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_1577171866772 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1577171866772 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1577171866772 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1577171866772 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;}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}


.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}

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

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}



/*pc*/
#image_style_11_1577669250418  ul li{width: 29.333333333333%;}
#image_style_11_1577669250418  ul li.imgItems{margin-bottom:6%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1577669250418  ul li{width: 30.666666666667%;}
	#image_style_11_1577669250418  ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1577669250418  ul li{width: 49%;}
	#image_style_11_1577669250418  ul li.imgItems{margin-bottom:2%;}
}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1577171867062 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				