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


 #image_style_01_1586419693388{width:21.333333333333336%;height:91px;position:absolute;top:30px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1586419693388{}}   @media screen and (max-width:640px) {#image_style_01_1586419693388{width:176px;height:74px;top:0px;left:2.666666666666667%;}} #image_style_01_1586419693388 > .view_contents{overflow:visible;} 

 #dh_style_28_1586420414241{width:76.58333333333334%;z-index:3;position:absolute;top:40px;left:23.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1586420414241{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_28_1586420414241{width:96%;z-index:999;top:15px;left:2%;}} #dh_style_28_1586420414241 > .view_contents{overflow:visible;}  #dh_style_28_1586420414241 .mainMenuSet {font-weight:normal;}


 #text_style_2_1477539900677{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:10.75%;top:0px;position:absolute;left:1.906988188976378%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539900677{}}   @media screen and (max-width:640px) {#text_style_2_1477539900677{display:none;width:100%;left:0%;top:0px;}} 

 #text_style_2_1477539440469{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:12.375%;top:0px;position:absolute;left:21.994516310461194%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539440469{}}   @media screen and (max-width:640px) {#text_style_2_1477539440469{display:none;width:100%;left:0%;top:26px;}} 

 #text_style_2_1477539524064{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:11.25%;top:0px;position:absolute;left:42.80089988751406%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539524064{}}   @media screen and (max-width:640px) {#text_style_2_1477539524064{display:none;width:100%;left:0%;top:52px;}} 

 #text_style_2_1477539694435{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:11.25%;top:0px;position:absolute;left:63.589707536557924%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539694435{}}   @media screen and (max-width:640px) {#text_style_2_1477539694435{display:none;width:100%;left:0%;top:78px;}} 

 #text_style_2_1477539858210{font-size:12px!important;color:#333;line-height:26px;font-family:Arial!important;width:11.875%;top:0px;position:absolute;left:84.04984533183352%;margin-left:0px;text-align:center;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477539858210{}}   @media screen and (max-width:640px) {#text_style_2_1477539858210{display:none;width:100%;left:0%;top:104px;}} 
 #div_a_includeBlock_1586420458166{width:74.08333333333333%;height:52px;position:absolute;top:79px;left:25.916666666666664%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586420458166{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586420458166{width:100%;height:10px;top:80px;left:0%;}}  #comm_layout_header{height:142px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:131px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90px;z-index:11;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1586421192143{width:13.16793893129771%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.961436170212766%;top:39px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586421192143{left:6.8722345132743365%;width:18.73156342182891%;top:8px;}}   @media screen and (max-width:640px) {#text_style_01_1586421192143{width:10.833333333333334%;font-size:12px;color:#333;line-height:1.6;top:5px;left:3.4964139344262297%;}}  #text_style_01_1586421192143>.view_contents {color:#f9edbb;font-family:Microsoft YaHei;font-size:60px;line-height:60px;height:60px;} @media screen and (max-width:640px) { #text_style_01_1586421192143>.view_contents {font-size:18px;}}

 #text_style_01_1586421192153{width:23%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:17.7734375%;top:39px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586421192153{left:25.606102507374633%;top:8px;}}   @media screen and (max-width:640px) {#text_style_01_1586421192153{width:19.444444444444446%;font-size:12px;color:#333;line-height:1.6;top:7px;left:15.163934426229508%;}}  #text_style_01_1586421192153>.view_contents {color:#ffffff;font-family:Microsoft YaHei;font-size:60px;line-height:60px;height:60px;} @media screen and (max-width:640px) { #text_style_01_1586421192153>.view_contents {font-size:18px;}}

 #text_style_01_1586421192156{width:24.33206106870229%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:6.386968085106383%;top:112px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586421192156{left:8.052175516224189%;width:50%;top:64px;}}   @media screen and (max-width:640px) {#text_style_01_1586421192156{width:46.72131147540984%;font-size:12px;color:#333;line-height:1.6;top:48px;left:3.4964139344262297%;}}  #text_style_01_1586421192156>.view_contents {color:#ffffff;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1586421192156>.view_contents {font-size:14px;}}

 #text_style_01_1586421192159{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:86.5%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1586421192159{left:82.83093657817109%;width:14.011799410029498%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1586421192159{width:23.497267759562842%;font-size:12px;color:#333;line-height:1.6;top:3px;left:75.84955601092896%;}}  #text_style_01_1586421192159>.view_contents {color:#ffffff;writing-mode:vertical-lr;height:auto;line-height:30px;}
 #div_a_includeBlock_1586421189236{width:63%;height:535px;position:absolute;top:88px;left:18.508604834471885%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1586421189236{height:281px;left:7.4761399787910925%;width:773px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1586421189236{width:100%;height:144px;top:3px;left:0%;}}  #layout_1585536474649{height:624px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1585536474649{height:369px;}}   @media screen and (max-width:640px) {#layout_1585536474649{height:147px;}}  #layout_1585536474649  {background: url(https://cdn.yun.sooce.cn/2/55609/jpg/1585535496281b4840b9420c00ed1.jpg?version=0);background-repeat:no-repeat!important;background-size:100% auto;background-position:50% 50% !important;}


 #image_style_01_1480675183485{width:25%;height:408px;top:44.0625px;position:absolute;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675183485{height:326px;}}   @media screen and (max-width:640px) {#image_style_01_1480675183485{height:255px;width:50%;left:0%;top:22px;}} 

 #image_style_01_1480674632655{width:25%;height:408px;top:44.0625px;position:absolute;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480674632655{height:326px;}}   @media screen and (max-width:640px) {#image_style_01_1480674632655{height:255px;left:50%;top:22px;width:50%;}} 

 #image_style_01_1480675206017{width:25%;height:408px;top:44.0625px;position:absolute;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675206017{height:326px;}}   @media screen and (max-width:640px) {#image_style_01_1480675206017{height:254px;left:0%;top:274.0625px;width:50%;}} 

 #image_style_01_1480675226399{width:25%;height:408px;top:44.0625px;position:absolute;left:75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675226399{height:326px;}}   @media screen and (max-width:640px) {#image_style_01_1480675226399{height:253px;left:50%;top:275.0625px;width:50%;}} 


 #text_style_01_1585536950692{width:25.503355704697988%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:40.26845637583892%;top:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585536950692{left:36.8500525210084%;width:26.47058823529412%;top:90px;}}   @media screen and (max-width:640px) {#text_style_01_1585536950692{width:24.731182795698924%;font-size:12px;color:#333;line-height:1.6;top:75px;left:38.17204301075269%;}}  #text_style_01_1585536950692>.view_contents {color:#ffffff;font-size:60px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585536950692>.view_contents {font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1585536950692>.view_contents {font-size:40px;}}

 #text_style_01_1585537007699{width:41.61073825503356%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.370595637583893%;top:252px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585537007699{left:29.497111344537814%;width:41.17647058823529%;top:197px;}}   @media screen and (max-width:640px) {#text_style_01_1585537007699{width:40.86021505376344%;font-size:12px;color:#333;line-height:1.6;top:148px;left:29.56989247311828%;}}  #text_style_01_1585537007699>.view_contents {color:#ffffff;font-size:25px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585537007699>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1585537007699>.view_contents {font-size:14px;}}

 #text_style_01_1585537075090{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:316px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585537075090{left:24.855567226890756%;width:50%;top:238px;}}   @media screen and (max-width:640px) {#text_style_01_1585537075090{width:96%;font-size:12px;color:#333;line-height:1.6;top:180px;left:1.881720430107527%;}}  #text_style_01_1585537075090>.view_contents {color:#ffffff;letter-spacing:3px;text-align:center;line-height:25px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585537075090>.view_contents {font-size:12px;line-height:12x;height:48px;}}

 #text_style_01_1585536887487{width:51.34228187919463%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:24.326599326599325%;top:33.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585536887487{left:23.17596566523605%;width:53.648068669527895%;top:28px;}}   @media screen and (max-width:640px) {#text_style_01_1585536887487{width:50.53763440860215%;font-size:12px;color:#333;line-height:1.6;top:25px;left:24.731182795698924%;}}  #text_style_01_1585536887487>.view_contents {color:#ffffff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585536887487>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1585536887487>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1585536866756{width:24.75%;height:406px;position:absolute;top:45px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585536866756{height:323px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585536866756{width:49.6%;height:250px;top:19px;left:0%;}} 


 #text_style_01_1585539813131{width:22.55892255892256%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.72053872053872%;top:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585539813131{left:36.8500525210084%;width:26.47058823529412%;top:90px;}}   @media screen and (max-width:640px) {#text_style_01_1585539813131{width:24.731182795698924%;font-size:12px;color:#333;line-height:1.6;top:75px;left:38.17204301075269%;}}  #text_style_01_1585539813131>.view_contents {color:#ffffff;font-size:60px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585539813131>.view_contents {font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1585539813131>.view_contents {font-size:40px;}}

 #text_style_01_1585539813139{width:41.61073825503356%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.370595637583893%;top:252px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585539813139{left:29.497111344537814%;width:41.17647058823529%;top:197px;}}   @media screen and (max-width:640px) {#text_style_01_1585539813139{width:40.86021505376344%;font-size:12px;color:#333;line-height:1.6;top:148px;left:29.56989247311828%;}}  #text_style_01_1585539813139>.view_contents {color:#ffffff;font-size:25px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585539813139>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1585539813139>.view_contents {font-size:14px;}}

 #text_style_01_1585539813142{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:316px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585539813142{left:24.855567226890756%;width:50%;top:238px;}}   @media screen and (max-width:640px) {#text_style_01_1585539813142{width:96%;font-size:12px;color:#333;line-height:1.6;top:180px;left:1.881720430107527%;}}  #text_style_01_1585539813142>.view_contents {color:#ffffff;letter-spacing:3px;text-align:center;line-height:25px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585539813142>.view_contents {font-size:12px;line-height:12x;height:48px;}}

 #text_style_01_1585539813146{width:67.003367003367%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:16.4983164983165%;top:33.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585539813146{left:16.09442060085837%;width:69.09871244635193%;top:28.9375px;}}   @media screen and (max-width:640px) {#text_style_01_1585539813146{width:63.97849462365591%;font-size:12px;color:#333;line-height:1.6;top:25px;left:18.010752688172044%;}}  #text_style_01_1585539813146>.view_contents {color:#ffffff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585539813146>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1585539813146>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1585539813006{width:24.75%;height:406px;position:absolute;top:44.0625px;left:25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585539813006{height:323px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585539813006{width:49.6%;height:250px;top:19px;left:50.13333333333333%;}} 


 #text_style_01_1585540124760{width:25.503355704697988%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:40.26845637583892%;top:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540124760{left:36.8500525210084%;width:26.47058823529412%;top:90px;}}   @media screen and (max-width:640px) {#text_style_01_1585540124760{width:24.731182795698924%;font-size:12px;color:#333;line-height:1.6;top:75px;left:38.17204301075269%;}}  #text_style_01_1585540124760>.view_contents {color:#ffffff;font-size:60px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540124760>.view_contents {font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1585540124760>.view_contents {font-size:40px;}}

 #text_style_01_1585540124766{width:41.61073825503356%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.370595637583893%;top:252px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540124766{left:29.497111344537814%;width:41.17647058823529%;top:197px;}}   @media screen and (max-width:640px) {#text_style_01_1585540124766{width:40.86021505376344%;font-size:12px;color:#333;line-height:1.6;top:148px;left:29.56989247311828%;}}  #text_style_01_1585540124766>.view_contents {color:#ffffff;font-size:25px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540124766>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1585540124766>.view_contents {font-size:14px;}}

 #text_style_01_1585540124769{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:316px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540124769{left:24.855567226890756%;width:50%;top:238px;}}   @media screen and (max-width:640px) {#text_style_01_1585540124769{width:84.40860215053763%;font-size:12px;color:#333;line-height:1.6;top:180px;left:9.408602150537634%;}}  #text_style_01_1585540124769>.view_contents {color:#ffffff;letter-spacing:3px;text-align:center;line-height:25px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540124769>.view_contents {font-size:12px;line-height:12x;height:48px;}}

 #text_style_01_1585540124772{width:48.484848484848484%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:25.757575757575758%;top:33.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540124772{left:25.75107296137339%;width:48.497854077253216%;top:28.9375px;}}   @media screen and (max-width:640px) {#text_style_01_1585540124772{width:50.53763440860215%;font-size:12px;color:#333;line-height:1.6;top:25px;left:24.731182795698924%;}}  #text_style_01_1585540124772>.view_contents {color:#ffffff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540124772>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1585540124772>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1585540124643{width:24.75%;height:406px;position:absolute;top:44.0625px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585540124643{height:323px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585540124643{width:49.6%;height:253px;top:273.0625px;left:0%;}} 


 #text_style_01_1585540213077{width:25.503355704697988%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:40.26845637583892%;top:115px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540213077{left:36.8500525210084%;width:26.47058823529412%;top:90px;}}   @media screen and (max-width:640px) {#text_style_01_1585540213077{width:24.731182795698924%;font-size:12px;color:#333;line-height:1.6;top:75px;left:38.17204301075269%;}}  #text_style_01_1585540213077>.view_contents {color:#ffffff;font-size:60px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540213077>.view_contents {font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1585540213077>.view_contents {font-size:40px;}}

 #text_style_01_1585540213084{width:46.801346801346796%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.370595637583893%;top:252px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540213084{left:27.253218884120173%;width:45.493562231759654%;top:197px;}}   @media screen and (max-width:640px) {#text_style_01_1585540213084{width:47.31182795698925%;font-size:12px;color:#333;line-height:1.6;top:148px;left:30.107526881720432%;}}  #text_style_01_1585540213084>.view_contents {color:#ffffff;font-size:25px;letter-spacing:4px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540213084>.view_contents {font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1585540213084>.view_contents {font-size:14px;}}

 #text_style_01_1585540213086{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:316px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540213086{left:24.892703862660944%;width:50%;top:238px;}}   @media screen and (max-width:640px) {#text_style_01_1585540213086{width:84.94623655913979%;font-size:12px;color:#333;line-height:1.6;top:180px;left:9.408602150537634%;}}  #text_style_01_1585540213086>.view_contents {color:#ffffff;letter-spacing:3px;text-align:center;line-height:25px;height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540213086>.view_contents {font-size:12px;line-height:12x;height:48px;}}

 #text_style_01_1585540213090{width:62.2895622895623%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.855218855218855%;top:33.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540213090{left:18.4549356223176%;width:63.0901287553648%;top:28.9375px;}}   @media screen and (max-width:640px) {#text_style_01_1585540213090{width:60.215053763440864%;font-size:12px;color:#333;line-height:1.6;top:25px;left:19.892473118279568%;}}  #text_style_01_1585540213090>.view_contents {color:#ffffff;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1585540213090>.view_contents {font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1585540213090>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1585540212933{width:24.75%;height:406px;position:absolute;top:44.0625px;left:75.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585540212933{height:323px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585540212933{width:49.6%;height:253px;top:273.0625px;left:50.13333333333333%;}}  #layout_1481335881525{height:501px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481335881525{height:415px;}}   @media screen and (max-width:640px) {#layout_1481335881525{height:549px;}} #layout_1481335881525 > .view_contents{max-width:1200px;}  #layout_1481335881525>.view_contents {background:transparent undefined;} #layout_1481335881525  {background:transparent url(../img/upimages/pkgimg/pkgimg/pkgimg/pkgimg/pkgimg/web/bg000.jpg);}


 #text_style_3_1480901207272{font-size:18px!important;color:#ffffff;line-height:26px;font-family:微软雅黑细体;width:50%;top:460.98863220214844px;position:absolute;left:45.28219763437907%;margin-left:0px;z-index:8;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480901207272{width:54.270833333333336%;left:41.344114528101805%;top:516px;}}   @media screen and (max-width:640px) {#text_style_3_1480901207272{left:9.375%;top:638px;width:81.25%;}}  #text_style_3_1480901207272>.view_contents {font-size:18px;line-height:26px;}

 #image_style_01_1480901082829{width:44.916666666666664%;height:343px;top:414.4658966064453px;position:absolute;left:8.896543184916178%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480901082829{height:392px;width:64.0625%;left:2.9655953142772193%;top:418.43751525878906px;}}   @media screen and (max-width:640px) {#image_style_01_1480901082829{height:185px;width:91.57894736842105%;left:4.195833333333334%;top:405.921875px;}} 

 #diy_default_1480901050086{height:380px;width:54.41666666666667%;top:440.98960876464844px;position:absolute;left:44.2774912516276%;margin-left:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480901050086{height:390px;width:58.96076352067868%;left:39.34252386002121%;top:486.984375px;}}   @media screen and (max-width:640px) {#diy_default_1480901050086{height:724px;width:92.10526315789474%;left:3.941666666666667%;top:612.703125px;}} 

 #diy_default_1480901391760{height:7px;width:7.000000000000001%;top:510.4630584716797px;position:absolute;left:45.03195858001709%;margin-left:0px;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480901391760{height:10px;left:41.344114528101805%;top:629.96875px;}}   @media screen and (max-width:640px) {#diy_default_1480901391760{height:22px;width:15%;left:9.629166666666666%;top:730.984375px;}} #diy_default_1480901391760 > .view_contents{border-top-style:solid;border-top-color:#ffffff;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:2px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480901374301{height:10px;width:41.583333333333336%;top:509.96875px;position:absolute;left:45.03125%;margin-left:0px;z-index:15;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480901374301{height:14px;left:41.344114528101805%;top:559.453125px;width:55.104166666666664%;}}   @media screen and (max-width:640px) {#diy_default_1480901374301{height:12px;left:9.575%;top:736.96875px;width:77.1%;}} #diy_default_1480901374301 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:1px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902257486{height:14px;width:7.000000000000001%;top:665.6079406738281px;position:absolute;left:45.03195858001709%;margin-left:0px;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902257486{height:18px;left:41.344114528101805%;top:709.953125px;}}   @media screen and (max-width:640px) {#diy_default_1480902257486{height:9px;width:15%;left:9.908333333333333%;top:1024.0625px;}} #diy_default_1480902257486 > .view_contents{border-top-style:solid;border-top-color:#ffffff;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:2px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902379230{height:10px;width:41.583333333333336%;top:673.484375px;position:absolute;left:45.03125%;margin-left:0px;z-index:13;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902379230{height:13px;left:41.344114528101805%;top:622.96875px;width:55.00000000000001%;}}   @media screen and (max-width:640px) {#diy_default_1480902379230{height:30px;left:9.0375%;top:1117.953125px;width:77.1%;}} #diy_default_1480902379230 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:1px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902134648{height:14px;width:7.000000000000001%;top:573.6079406738281px;position:absolute;left:45.03195858001709%;margin-left:0px;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902134648{height:11px;left:41.344114528101805%;top:565.984375px;}}   @media screen and (max-width:640px) {#diy_default_1480902134648{height:11px;width:15%;left:9.1%;top:1140.953125px;}} #diy_default_1480902134648 > .view_contents{border-top-style:solid;border-top-color:#ffffff;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:2px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902395391{height:10px;width:41.583333333333336%;top:742.1079406738281px;position:absolute;left:45.03219763437907%;margin-left:0px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902395391{height:33px;left:41.344114528101805%;top:690.921875px;width:55.208333333333336%;}}   @media screen and (max-width:640px) {#diy_default_1480902395391{height:23px;left:9.841666666666667%;top:1006.03125px;width:77.1%;}} #diy_default_1480902395391 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:1px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902309886{height:14px;width:7.000000000000001%;top:734.5965881347656px;position:absolute;left:45.03195858001709%;margin-left:0px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902309886{height:13px;left:41.344114528101805%;top:782.40625px;}}   @media screen and (max-width:640px) {#diy_default_1480902309886{height:8px;width:15%;left:9.637500000000001%;top:881.90625px;}} #diy_default_1480902309886 > .view_contents{border-top-style:solid;border-top-color:#ffffff;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:2px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1480902345840{height:11px;width:41.583333333333336%;top:579.96875px;position:absolute;left:45.03125%;margin-left:0px;z-index:14;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480902345840{height:32px;left:41.344114528101805%;top:759.40625px;width:55.104166666666664%;}}   @media screen and (max-width:640px) {#diy_default_1480902345840{height:28px;left:9.575%;top:857.90625px;width:77.1%;}} #diy_default_1480902345840 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#ffffff;border-bottom-width:1px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_3_1480901485498{font-size:18px!important;color:#ffffff;line-height:26px;font-family:微软雅黑细体;width:50%;top:535.73046875px;position:absolute;left:45.28125%;margin-left:0px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480901485498{width:55.104166666666664%;left:41.344114528101805%;top:581.96875px;}}   @media screen and (max-width:640px) {#text_style_3_1480901485498{left:9.375%;top:777.953125px;width:81.2%;}}  #text_style_3_1480901485498>.view_contents {font-size:18px;}

 #text_style_3_1480901884483{font-size:18px!important;color:#ffffff;line-height:26px;font-family:微软雅黑细体;width:50%;top:610.4765625px;position:absolute;left:45.28125%;margin-left:0px;z-index:10;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480901884483{width:55.729166666666664%;left:41.344114528101805%;top:644.46875px;}}   @media screen and (max-width:640px) {#text_style_3_1480901884483{left:9.53125%;top:917.921875px;width:81.2%;}}  #text_style_3_1480901884483>.view_contents {font-size:18px;}

 #text_style_3_1480901866256{font-size:18px!important;color:#ffffff;line-height:26px;font-family:微软雅黑细体;width:50%;top:699.21875px;position:absolute;left:45.28125%;margin-left:0px;z-index:11;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480901866256{width:55.625%;left:41.344114528101805%;top:735.96875px;}}   @media screen and (max-width:640px) {#text_style_3_1480901866256{left:9.375%;top:1088.953125px;width:81.2%;}}  #text_style_3_1480901866256>.view_contents {font-size:18px;}

 #text_style_3_1480902003331{font-size:24px!important;color:#ffffff;line-height:26px;font-family:微软雅黑细体;width:50%;top:759.96875px;position:absolute;left:45.28125%;margin-left:0px;z-index:12;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480902003331{width:56.041666666666664%;left:41.344114528101805%;top:806.453125px;}}   @media screen and (max-width:640px) {#text_style_3_1480902003331{left:9.375%;top:1204.9375px;width:81.2%;}}  #text_style_3_1480902003331>.view_contents {font-size:18px;}

 #text_style_2_1480901001998{font-size:14px!important;color:#9f6841;line-height:22px;font-family:Verdana!important;width:100%;top:307.546875px;position:absolute;left:0%;margin-left:0px;right:0px;text-align:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1480901001998{}}   @media screen and (max-width:640px) {#text_style_2_1480901001998{left:0%;top:293.984375px;font-size:12px!important;line-height:20px;width:100%;}}  #text_style_2_1480901001998>.view_contents {font-family:Microsoft YaHei;}

 #text_style_3_1480900984289{font-size:24px!important;color:#3d2819;line-height:50px;font-family:微软雅黑细体;width:22.0%;top:249.546875px;position:absolute;left:39%;margin-left:0px;text-align:center;letter-spacing:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480900984289{left:calc(50% - 105.5px);top:239.546875px;}}   @media screen and (max-width:640px) {#text_style_3_1480900984289{left:34.6875%;top:238px;font-size:14px!important;width:30.5%;}} 

 #text_style_3_1480900808469{font-size:38px!important;color:#9f6841;line-height:50px;font-family:微软雅黑细体;width:37.0%;top:199.546875px;position:absolute;left:31.5%;margin-left:0px;text-align:center;font-weight:bold;letter-spacing:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1480900808469{left:calc(50% - 177.5px);top:178px;}}   @media screen and (max-width:640px) {#text_style_3_1480900808469{left:20.625%;top:211px;font-size:18px!important;width:58.9%;}} 

 #diy_default_1480900799771{height:30px;width:34.75%;top:199.546875px;position:absolute;left:1.9817708333333333%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480900799771{height:26px;left:3.166423647932132%;top:178px;width:261px;}}   @media screen and (max-width:640px) {#diy_default_1480900799771{height:27px;left:3.4208333333333334%;top:211px;width:58px;}} #diy_default_1480900799771 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_2_1480900780110{font-size:18px!important;color:#5c3925;line-height:50px;font-family:Arial!important;width:100%;top:146.546875px;position:absolute;left:0%;margin-left:0px;text-align:center;letter-spacing:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1480900780110{line-height:30px;left:calc(50% - 480px);top:122.53125px;width:951.5px;}}   @media screen and (max-width:640px) {#text_style_2_1480900780110{left:0%;top:171px;line-height:20px;font-size:16px!important;letter-spacing:5px;}}  #text_style_2_1480900780110>.view_contents {line-height:50px;font-size:18px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_2_1480900780110>.view_contents {font-size:14px;letter-spacing:8px;}} @media screen and (max-width:640px) { #text_style_2_1480900780110>.view_contents {line-height:25px;letter-spacing:3px;}}

 #image_style_01_1480902862890{width:13.5%;height:99px;top:33.546875px;position:absolute;left:43.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480902862890{height:117px;top:9.53125px;width:182px;left:calc(50% - 91px);}}   @media screen and (max-width:640px) {#image_style_01_1480902862890{height:88px;width:36.05263157894737%;left:31.97083333333333%;top:59.796875px;}} 

 #diy_default_1480908186634{height:30px;width:36%;top:194.546875px;position:absolute;left:62.48046874999999%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1480908186634{height:26px;left:67.86519088016966%;top:178px;width:273px;}}   @media screen and (max-width:640px) {#diy_default_1480908186634{height:27px;left:77.325%;top:211px;width:58px;}} #diy_default_1480908186634 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 


 #text_style_01_1585540609971{width:29.743589743589745%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:35.128205128205124%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540609971{left:29.799836601307188%;width:50%;top:6px;}}   @media screen and (max-width:640px) {#text_style_01_1585540609971{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1585540609971>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585540609971>.view_contents {text-align:center;}}

 #text_style_01_1585540642416{width:18.974358974358974%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:40.76121794871795%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585540642416{left:37.254901960784316%;width:25.49019607843137%;}}   @media screen and (max-width:640px) {#text_style_01_1585540642416{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:1.995481927710843%;}}  #text_style_01_1585540642416>.view_contents {font-size:30px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585540642416>.view_contents {font-size:25px;text-align:center;}}
 #div_a_includeBlock_1585540598896{width:16.25%;height:75px;position:absolute;top:32.546875px;left:41.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585540598896{height:75px;left:41.88759278897137%;top:14.53125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585540598896{width:20.266666666666666%;height:77px;top:54.796875px;left:38.93333333333333%;}}  #layout_1480675453540{height:867px;background-image:url(../img/upimages/pkgimg/pkgimg/pkgimg/pkgimg/pkgimg/web/bg000.jpg);}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1480675453540{height:952.9886016845702px;}}   @media screen and (max-width:640px) {#layout_1480675453540{height:1375px;}} #layout_1480675453540 > .view_contents{max-width:1200px;} 


 #diy_default_1477386742995{height:30px;width:20%;top:216px;position:absolute;left:19.89457435627956%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477386742995{height:28px;left:3.583974019088017%;top:222px;width:254px;}}   @media screen and (max-width:640px) {#diy_default_1477386742995{height:27px;left:3.4228515624999996%;top:183px;width:58px;}} #diy_default_1477386742995 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1477386755580{height:30px;width:20%;top:216px;position:absolute;left:60%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477386755580{height:27px;left:68.5%;top:217px;width:265px;}}   @media screen and (max-width:640px) {#diy_default_1477386755580{height:26px;left:77.3%;top:183px;width:58px;}} #diy_default_1477386755580 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_2_1477386777177{font-size:14px!important;color:#9f6841;line-height:22px;font-family:Verdana!important;width:62.953231739358905%;top:317px;position:absolute;left:18.49218339464004%;margin-left:0px;right:0px;text-align:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477386777177{width:100%;left:0.039766702014846236%;}}   @media screen and (max-width:640px) {#text_style_2_1477386777177{left:0%;top:254px;font-size:12px!important;line-height:20px;width:100%;}}  #text_style_2_1477386777177>.view_contents {font-family:Microsoft YaHei;}

 #text_style_3_1477386727606{font-size:38px!important;color:#9f6841;line-height:50px;font-family:微软雅黑细体;width:37.0%;top:217px;position:absolute;left:31.509320505111244%;margin-left:0px;text-align:center;font-weight:bold;letter-spacing:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477386727606{}}   @media screen and (max-width:640px) {#text_style_3_1477386727606{font-size:18px!important;width:186px;left:calc(50% - 93px);top:183px;}} 

 #text_style_2_1477386712251{font-size:18px!important;color:#5c3925;line-height:50px;font-family:Arial!important;width:62.8481345244351%;top:151px;position:absolute;left:18.589890961639515%;margin-left:0px;text-align:center;letter-spacing:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477386712251{width:942px;left:0.031481972428419935%;}}   @media screen and (max-width:640px) {#text_style_2_1477386712251{font-size:16px!important;line-height:20px;letter-spacing:5px;width:374.703125px;left:0%;}}  #text_style_2_1477386712251>.view_contents {font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_2_1477386712251>.view_contents {letter-spacing:8px;}}

 #image_style_01_1480903486316{width:9.761904761904763%;height:83px;top:32.546875px;position:absolute;left:45.11904761904762%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903486316{height:115px;width:18.4375%;left:40.78125%;top:28.546875px;}}   @media screen and (max-width:640px) {#image_style_01_1480903486316{height:91px;width:33.68421052631579%;left:33.15789473684211%;top:46.421875px;}} 

 #text_style_3_1477386861427{font-size:18px!important;color:#5c3925;line-height:36px;font-family:微软雅黑细体;width:62.8481345244351%;top:386px;position:absolute;left:18.548837362059906%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477386861427{width:94.06150583244963%;left:2.9692470837751856%;top:392px;}}   @media screen and (max-width:640px) {#text_style_3_1477386861427{width:95.73333333333333%;left:2.029166666666667%;font-size:12px!important;line-height:24px;top:367.921875px;}}  #text_style_3_1477386861427>.view_contents {padding-bottom:50px;text-indent:2em;letter-spacing:0px;} @media screen and (max-width:640px) { #text_style_3_1477386861427  {font-size:16px;}} @media screen and (max-width:640px) { #text_style_3_1477386861427>.view_contents {padding-bottom:30px;}}

 #text_style_3_1477386765537{font-size:24px!important;color:#3d2819;line-height:50px;font-family:微软雅黑细体;width:22.0%;top:267px;position:absolute;left:38.9%;margin-left:0px;text-align:center;letter-spacing:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477386765537{}}   @media screen and (max-width:640px) {#text_style_3_1477386765537{width:35.5%;left:32.25%;top:210px;font-size:14px!important;}} 


 #text_style_01_1585541391602{width:34.074074074074076%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.41686893203883%;top:9px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541391602{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1585541391602{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1585541391602>.view_contents {color:#ffffff;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1585541391602>.view_contents {text-align:center;}}

 #text_style_01_1585541391613{width:12.962962962962962%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:39.635416666666664%;top:24px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541391613{left:37.254901960784316%;width:25.49019607843137%;}}   @media screen and (max-width:640px) {#text_style_01_1585541391613{width:96%;font-size:12px;color:#333;line-height:1.6;top:22px;left:3.8461538461538463%;}}  #text_style_01_1585541391613>.view_contents {font-size:30px;color:#ffffff;line-height:55px;} @media screen and (max-width:640px) { #text_style_01_1585541391613>.view_contents {font-size:25px;text-align:center;}}
 #div_a_includeBlock_1585541391406{width:16.115453998797356%;height:84px;position:absolute;top:23.546875px;left:42.53607937462417%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585541391406{height:79px;left:42.09968186638388%;top:30.53125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585541391406{width:20.8%;height:85px;top:35.796875px;left:38.93333333333333%;}}  #layout_diy_1477386634766{height:796px;background-image:url(../img/upimages/pkgimg/pkgimg/pkgimg/pkgimg/pkgimg/web/pic0002.jpg);background-size:auto;background-position:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1477386634766{height:802px;}}   @media screen and (max-width:640px) {#layout_diy_1477386634766{height:805.921875px;}} #layout_diy_1477386634766 > .view_contents{background-size:100% auto;overflow:visible;} 


 #diy_default_1477387995575{height:30px;width:18.6022070415134%;top:217px;position:absolute;left:20.180307409353652%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477387995575{height:26px;left:3.4729586426299046%;top:217px;width:28.525980911983034%;}}   @media screen and (max-width:640px) {#diy_default_1477387995575{height:19px;left:3.22265625%;top:146px;width:58px;}} #diy_default_1477387995575 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_2_1477387969859{font-size:18px!important;color:#5c3925;line-height:50px;font-family:Arial!important;width:62.900683131897004%;top:151px;position:absolute;left:18.654755648975303%;margin-left:0px;text-align:center;letter-spacing:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477387969859{width:942.90625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_2_1477387969859{left:0%;top:111px;font-size:16px!important;letter-spacing:5px;line-height:20px;width:371px;}}  #text_style_2_1477387969859>.view_contents {font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_2_1477387969859>.view_contents {letter-spacing:8px;}}

 #diy_default_1477388007383{height:30px;width:19.07514450867052%;top:217px;position:absolute;left:60.86524566473989%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477388007383{height:24px;width:29.16224814422057%;left:67.1%;top:217px;}}   @media screen and (max-width:640px) {#diy_default_1477388007383{height:10px;left:77.3%;top:157px;width:58px;}} #diy_default_1477388007383 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_3_1477388246890{font-size:24px!important;color:#3d2819;line-height:50px;font-family:微软雅黑细体;width:22.0%;top:267px;position:absolute;left:38.9%;margin-left:0px;text-align:center;letter-spacing:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477388246890{}}   @media screen and (max-width:640px) {#text_style_3_1477388246890{font-size:14px!important;width:156px;left:calc(50% - 78px);top:167px;}} 

 #text_style_2_1477388283004{font-size:14px!important;color:#9f6841;line-height:22px;font-family:Verdana!important;width:63.005780346820806%;top:317px;position:absolute;left:18.529952706253283%;margin-left:0px;right:0px;text-align:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477388283004{width:942.734375px;left:0%;}}   @media screen and (max-width:640px) {#text_style_2_1477388283004{left:0%;top:205px;width:99.13333333333333%;}}  #text_style_2_1477388283004>.view_contents {font-family:Microsoft YaHei;}

 #text_style_3_1477387982245{font-size:38px!important;color:#9f6841;line-height:50px;font-family:微软雅黑细体;width:37.0%;top:217px;position:absolute;left:31.5%;margin-left:0px;text-align:center;font-weight:bold;letter-spacing:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477387982245{}}   @media screen and (max-width:640px) {#text_style_3_1477387982245{left:calc(50% - 102px);top:140px;font-size:16px!important;width:204px;}} 

 #diy_default_1477388491685{height:231px;width:62.953231739358905%;top:407px;position:absolute;left:18.527489490278505%;margin-left:0px;background-color:#ffffff;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477388491685{height:287px;top:389px;width:91.4%;left:4.3%;}}   @media screen and (max-width:640px) {#diy_default_1477388491685{height:559px;top:325px;left:5.657894736842105%;width:88.68421052631578%;}} 

 #text_style_3_1477389102855{font-size:20px!important;color:#5c3925;line-height:40px;font-family:微软雅黑细体;width:40.72517078297425%;top:442.484375px;position:absolute;left:19.098134524435103%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477389102855{left:9.607598781585693%;top:412.4914493560791px;width:40.729166666666664%;}}   @media screen and (max-width:640px) {#text_style_3_1477389102855{left:10.789473684210527%;top:534.9914703369141px;width:78.6%;font-size:16px!important;}}  #text_style_3_1477389102855>.view_contents {font-size:18px;font-family:Microsoft YaHei;} @media screen and (max-width:640px) { #text_style_3_1477389102855>.view_contents {font-family:Microsoft YaHei;font-size:16px;}}

 #image_style_01_1480903539539{width:9.166666666666666%;height:78px;top:29.546875px;position:absolute;left:45.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903539539{height:117px;width:170px;left:calc(50% - 85px);top:22.546875px;}}   @media screen and (max-width:640px) {#image_style_01_1480903539539{height:93px;width:33.421052631578945%;left:33.28947368421053%;top:31.704559326171875px;}} 

 #image_style_01_1480903610263{width:19.603126879134095%;height:186px;top:429.5px;position:absolute;left:61.928533893851814%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903610263{height:228px;width:37.916666666666664%;left:56.093451182047524%;top:418.9914493560791px;}}   @media screen and (max-width:640px) {#image_style_01_1480903610263{height:176px;width:80.26315789473685%;left:9.868421052631579%;top:341.51988220214844px;}} 


 #text_style_01_1585541450736{width:23.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.651620370370374%;top:9px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541450736{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1585541450736{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1585541450736>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585541450736>.view_contents {text-align:center;}}

 #text_style_01_1585541450743{width:12.962962962962962%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.62268518518518%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541450743{left:37.254901960784316%;width:25.49019607843137%;}}   @media screen and (max-width:640px) {#text_style_01_1585541450743{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:1.995481927710843%;}}  #text_style_01_1585541450743>.view_contents {font-size:30px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585541450743>.view_contents {font-size:25px;text-align:center;}}
 #div_a_includeBlock_1585541450604{width:16.25%;height:75px;position:absolute;top:18.546875px;left:42.05502104630187%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585541450604{height:75px;left:42.3117709437964%;top:24.53125px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585541450604{width:22.666666666666664%;height:77px;top:21.796875px;left:38.93333333333333%;}}  #layout_diy_1477387660597{height:682.4886245727539px;background-image:url(../img/upimages/pkgimg/pkgimg/pkgimg/pkgimg/pkgimg/web/bg000.jpg);}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1477387660597{height:710.991455078125px;}}   @media screen and (max-width:640px) {#layout_diy_1477387660597{height:884px;}} 


 #diy_default_1477389362864{height:30px;width:18.444561219127692%;top:217px;position:absolute;left:20.180307409353652%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477389362864{height:27px;left:3.260869565217391%;top:217px;width:255px;}}   @media screen and (max-width:640px) {#diy_default_1477389362864{height:17px;left:4.0%;top:150px;width:58px;}} #diy_default_1477389362864 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #diy_default_1477389375503{height:30px;width:18.81240147136101%;top:217px;position:absolute;left:61.32176169206516%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#diy_default_1477389375503{height:25px;left:69.8%;top:217px;width:253px;}}   @media screen and (max-width:640px) {#diy_default_1477389375503{height:18px;left:77.3%;top:150px;width:58px;}} #diy_default_1477389375503 > .view_contents{border-top-style:solid;border-top-color:#000;border-top-width:0px;border-right-style:solid;border-right-color:#000;border-right-width:0px;border-bottom-style:solid;border-bottom-color:#9f6841;border-bottom-width:3px;border-left-style:solid;border-left-color:#000;border-left-width:0px;} 

 #text_style_3_1477389387153{font-size:24px!important;color:#3d2819;line-height:50px;font-family:微软雅黑细体;width:22.0%;top:267px;position:absolute;left:38.9%;margin-left:0px;text-align:center;letter-spacing:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477389387153{}}   @media screen and (max-width:640px) {#text_style_3_1477389387153{left:28.749999999999996%;top:173px;width:42.6%;font-size:14px!important;}} 

 #text_style_2_1477389723004{font-size:14px!important;color:#9f6841;line-height:22px;font-family:Verdana!important;width:62.795585916973195%;top:317px;position:absolute;left:18.6022070415134%;margin-left:0px;right:0px;text-align:center;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477389723004{width:943.40625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_2_1477389723004{left:0%;top:215px;width:100%;}}  #text_style_2_1477389723004>.view_contents {font-family:Microsoft YaHei;}

 #text_style_3_1477389351353{font-size:38px!important;color:#9f6841;line-height:50px;font-family:微软雅黑细体;width:37.0%;top:217px;position:absolute;left:31.5%;margin-left:0px;text-align:center;font-weight:bold;letter-spacing:8px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477389351353{}}   @media screen and (max-width:640px) {#text_style_3_1477389351353{left:calc(50% - 115px);top:143px;font-size:16px!important;width:230px;}} 

 #text_style_2_1477389340113{font-size:18px!important;color:#5c3925;line-height:50px;font-family:Arial!important;width:63.058328954282715%;top:151px;position:absolute;left:18.549658434051498%;margin-left:0px;text-align:center;letter-spacing:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_2_1477389340113{width:942.921875px;left:0%;}}   @media screen and (max-width:640px) {#text_style_2_1477389340113{left:0.5333333333333333%;top:114px;font-size:16px!important;letter-spacing:5px;line-height:20px;width:368px;}}  #text_style_2_1477389340113>.view_contents {font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_2_1477389340113>.view_contents {letter-spacing:8px;}}

 #image_style_01_1480904004600{width:17.18339464004204%;height:342px;top:444.671875px;position:absolute;left:18.54719521807672%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480904004600{height:268px;width:23.958333333333336%;left:4.239760637283325%;top:443.991455078125px;}}   @media screen and (max-width:640px) {#image_style_01_1480904004600{height:265px;width:65.26315789473685%;left:17.36842105263158%;top:343.78408527374313px;}} 

 #text_style_3_1477390076162{font-size:18px!important;color:#5c3925;line-height:36px;font-family:微软雅黑细体;width:42.56437204414083%;top:435px;position:absolute;left:38.85109741431149%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477390076162{width:58.2%;font-size:16px!important;line-height:28px;left:31.4%;top:444px;}}   @media screen and (max-width:640px) {#text_style_3_1477390076162{left:3.684210526315789%;top:637.0766716003418px;width:92.6%;font-size:16px!important;}}  @media screen and (max-width:640px) { #text_style_3_1477390076162>.view_contents {text-indent:0em;}}

 #image_style_01_1480903898960{width:9.642857142857144%;height:104px;top:36.546875px;position:absolute;left:45.17857142857143%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903898960{height:102px;width:16.875%;left:41.5625%;top:28.546875px;}}   @media screen and (max-width:640px) {#image_style_01_1480903898960{height:87px;width:33.68421052631579%;left:33.1578947368421%;top:29.89487361907959px;}} 

 #text_style_3_1477531720745{font-size:18px!important;color:#5c3925;line-height:36px;font-family:微软雅黑细体;width:42.61692065160273%;top:521.984375px;position:absolute;left:38.884921828021646%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477531720745{width:66.5625%;font-size:16px!important;left:31.4%;top:506px;}}   @media screen and (max-width:640px) {#text_style_3_1477531720745{left:3.450000000000003%;top:745.0625px;font-size:16px!important;width:93.1%;}} 

 #text_style_3_1477531802022{font-size:18px!important;color:#5c3925;line-height:36px;font-family:微软雅黑细体;width:42.40672622175513%;top:684.046875px;position:absolute;left:38.94599368610944%;margin-left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_3_1477531802022{font-size:16px!important;line-height:30px;width:66.5%;left:31.4%;top:655px;}}   @media screen and (max-width:640px) {#text_style_3_1477531802022{left:3.45%;top:1056.0625px;font-size:16px!important;width:93.1%;}} 


 #text_style_01_1585541552455{width:32.592592592592595%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:36.90404647435898%;top:6px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541552455{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1585541552455{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1585541552455>.view_contents {color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585541552455>.view_contents {text-align:center;}}

 #text_style_01_1585541552461{width:12.592592592592592%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:43.7037037037037%;top:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1585541552461{left:37.254901960784316%;width:25.49019607843137%;}}   @media screen and (max-width:640px) {#text_style_01_1585541552461{width:96%;font-size:12px;color:#333;line-height:1.6;top:30px;left:1.995481927710843%;}}  #text_style_01_1585541552461>.view_contents {font-size:30px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1585541552461>.view_contents {font-size:25px;text-align:center;}}
 #div_a_includeBlock_1585541552281{width:16.25%;height:75px;position:absolute;top:36.546875px;left:41.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1585541552281{height:75px;left:40.03181336161188%;top:27.53125px;width:204px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1585541552281{width:22.133333333333333%;height:77px;top:18.796875px;left:38.93333333333333%;}}  #layout_diy_1477389286170{height:880px;background-image:url(../img/upimages/pkgimg/pkgimg/pkgimg/pkgimg/pkgimg/web/bg000.jpg);}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1477389286170{height:780px;}}   @media screen and (max-width:640px) {#layout_diy_1477389286170{height:1333px;}} 


 #dh_style_01_1484229654894{width:66.66666666666666%;z-index:999;position:absolute;top:29px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1484229654894{z-index:999;left:16.64899257688229%;top:23px;}}   @media screen and (max-width:640px) {#dh_style_01_1484229654894{width:11.31578947368421%;z-index:999;top:-1.96875px;left:6.7105263157894735%;display:none;}} #dh_style_01_1484229654894 > .view_contents{overflow:visible;}  #dh_style_01_1484229654894 .columnSet {color:#ffffff;} #dh_style_01_1484229654894 .mainMenuSet {color:#ffffff;font-size:18px;border-right-style:solid;border-right-width:1px;border-left-style:none;border-left-width:1px;font-family:Microsoft YaHei;} #dh_style_01_1484229654894 #hot>a {color:#ffffff;font-size:16px;} #dh_style_01_1484229654894 .subMenuSet {font-family:SimSun;font-size:18px;} #dh_style_01_1484229654894 .thrMenuSet {font-family:SimSun;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 #hot>a {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1484229654894 .mainMenuSet {font-size:14px;line-height:35px;height:35px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1484229654894 li:last-of-type a{
	border-right:0px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1484229654894{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1484229654894{
		
	}
} #comm_layout_footer{height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:75px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:50.03125px;display:none;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#6a5147;}

	#image_style_01_1586419693388 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1586419693388 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1586419693388 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1586419693388 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.menuStyle_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_1586420414241 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

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


	#image_style_01_1480675183485 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675183485 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480675183485 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480675183485 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_1480674632655 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480674632655 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480674632655 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480674632655 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_1480675206017 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675206017 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480675206017 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480675206017 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_1480675226399 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480675226399 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480675226399 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480675226399 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_1480901082829 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480901082829 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480901082829 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480901082829 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;}
 .hong01 {width:100%;height:800px;background: rgba(230,0,18,.7);} 
	#image_style_01_1480902862890 .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_1480902862890 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480902862890 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480902862890 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_1480903486316 .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_1480903486316 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480903486316 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480903486316 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_1480903539539 .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_1480903539539 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480903539539 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480903539539 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_1480903610263 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903610263 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480903610263 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1480903610263 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_1480904004600 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480904004600 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480904004600 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1480904004600 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_1480903898960 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1480903898960 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1480903898960 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1480903898960 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_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_1484229654894 .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;}
				}
				