
@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;}
.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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #dh_style_20_1532672109988{width:49.11433172302738%;z-index:999;left:38%;top:10px;position:absolute;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_20_1532672109988{width:72.89567868504771%;z-index:999;top:1.875px;left:27.10432131495228%;display:block;}}   @media screen and (max-width:640px) {#dh_style_20_1532672109988{width:14.210526315789473%;z-index:999;left:82.01069078947368%;top:0px;display:block;}} #dh_style_20_1532672109988 > .view_contents{overflow:visible;}  #dh_style_20_1532672109988 .icoMenuSet {color:#ff0000;} #dh_style_20_1532672109988 .mainMenuSet {color:#ffffff;font-family:Arial;font-size:16px;text-decoration:none;font-weight:normal;border-top-color:#ffffff;border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:2px;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;opacity:1;background:transparent;} #dh_style_20_1532672109988 #hot>a {background:transparent;border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:2px;font-size:16px;font-family:Arial;font-weight:bold;} @media screen and (max-width:640px) { #dh_style_20_1532672109988 .columnSet {text-align:center;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_20_1532672109988 .mainMenuSet {text-align:center;border-bottom-style:solid;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_20_1532672109988 #hot>a {text-align:center;}}

 #image_logo_1532674561303{width:12%;height:60px;display:block;position:absolute;left:14.999342019847361%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1532674561303{width:13.968253968253968%;height:48px;display:block;left:2.728989925768823%;top:6.390625px;}}   @media screen and (max-width:640px) {#image_logo_1532674561303{width:36.05263157894737%;height:44px;display:block;top:0px;left:3.936901845430073%;}}  #comm_layout_header{height:60px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:59px;display:block;}}   @media screen and (max-width:640px) {#comm_layout_header{height:44px;display:block;}}  #comm_layout_header  {background:#af181e;border-bottom-style:none;}


 #image_style_01_1533026968929{width:100%;height:440px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533026968929{height:276px;}}   @media screen and (max-width:640px) {#image_style_01_1533026968929{width:100%;height:120px;top:0px;left:0%;}} #image_style_01_1533026968929 > .view_contents{overflow:visible;}  #image_style_01_1533026968929  {background:#173c56;} #layout_diy_1532672846{height:440px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1532672846{height:276px;}}   @media screen and (max-width:640px) {#layout_diy_1532672846{height:120px;}} 


 #text_style_01_1533027539733{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:11px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533027539733{}}   @media screen and (max-width:640px) {#text_style_01_1533027539733{width:96%;top:3px;left:1.9983552631578947%;}}  #text_style_01_1533027539733>.view_contents {box-sizing:border-box;text-align:center;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533027539733>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533027539733>.view_contents {box-sizing:border-box;font-size:20px;}} #layout_1533027292957{height:76px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533027292957{}}   @media screen and (max-width:640px) {#layout_1533027292957{height:78px;}} #layout_1533027292957 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533027292957  {background:#f5f5f5;}


 #text_style_01_1533029929546{width:43.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:25px;left:28.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533029929546{width:548px;left:calc(50% - 274px);top:15px;}}   @media screen and (max-width:640px) {#text_style_01_1533029929546{width:96%;top:4px;left:1.9983552631578947%;}}  #text_style_01_1533029929546>.view_contents {box-sizing:border-box;text-align:center;font-family:Microsoft YaHei;font-size:22px;border-bottom-color:#c14747;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533029929546>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533029929546>.view_contents {box-sizing:border-box;font-size:15px;}} #layout_1533029908567{height:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533029908567{height:73px;}}   @media screen and (max-width:640px) {#layout_1533029908567{height:46px;}} #layout_1533029908567 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1533029043020{width:91.58333333333334%;height:520px;position:absolute;top:18px;left:4.208333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533029043020{top:21px;left:4.20532873806999%;}}   @media screen and (max-width:640px) {#image_style_01_1533029043020{width:96%;height:216px;top:6px;left:1.9983552631578947%;}} #image_style_01_1533029043020 > .view_contents{overflow:visible;}  #layout_1533029033055{height:556px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533029033055{height:613px;}}   @media screen and (max-width:640px) {#layout_1533029033055{height:234px;}} #layout_1533029033055 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533029033055  {background:#f5f5f5;}


 #text_style_01_1533029122731{width:80%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533029122731{width:943.296875px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1533029122731{width:96%;top:0px;left:2%;}}  #text_style_01_1533029122731>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533029122731>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533029122731>.view_contents {box-sizing:border-box;font-size:16px;}} #layout_1533029115227{height:73px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533029115227{height:61px;}}   @media screen and (max-width:640px) {#layout_1533029115227{height:97px;}} #layout_1533029115227 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533029115227  {background:#f5f5f5;}


 #image_style_01_1533028978234{width:80%;height:324px;position:absolute;top:2px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533028978234{top:12px;left:calc(50% - 446px);width:892px;height:295px;}}   @media screen and (max-width:640px) {#image_style_01_1533028978234{width:96%;height:116px;top:0px;left:2%;}} #image_style_01_1533028978234 > .view_contents{overflow:visible;}  #layout_1533027325177{height:351px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533027325177{height:328px;}}   @media screen and (max-width:640px) {#layout_1533027325177{height:123px;}} #layout_1533027325177 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533027325177  {background:#f5f5f5;}


 #text_style_01_1533029658904{width:80%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:34px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533029658904{}}   @media screen and (max-width:640px) {#text_style_01_1533029658904{width:96%;top:0px;left:2%;}}  #text_style_01_1533029658904>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533029658904>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533029658904>.view_contents {box-sizing:border-box;font-size:16px;}} #layout_1533027327989{height:84px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533027327989{}}   @media screen and (max-width:640px) {#layout_1533027327989{height:62px;}} #layout_1533027327989 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533027327989  {background:#f5f5f5;} #layout_1533027327989>.view_contents {background:#f5f5f5;}


 #image_style_01_1533029801398{width:80%;height:342px;position:absolute;top:2px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533029801398{top:12px;left:9.999668610816544%;}}   @media screen and (max-width:640px) {#image_style_01_1533029801398{width:96%;height:169px;top:0px;left:2%;}} #image_style_01_1533029801398 > .view_contents{overflow:visible;}  #layout_1533029658290{height:344px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533029658290{height:383px;}}   @media screen and (max-width:640px) {#layout_1533029658290{height:188px;}} #layout_1533029658290 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533029658290  {background:#f5f5f5;} #layout_1533029658290>.view_contents {background:#f5f5f5;}


 #text_style_01_1533030951378{width:41.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:30px;left:29.083333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533030951378{width:465px;left:calc(50% - 232.5px);top:25px;}}   @media screen and (max-width:640px) {#text_style_01_1533030951378{width:96%;top:12px;left:1.9983552631578947%;}}  #text_style_01_1533030951378>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:2px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533030951378>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533030951378>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1533029884473{height:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533029884473{height:97px;}}   @media screen and (max-width:640px) {#layout_1533029884473{height:63px;}} #layout_1533029884473 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533029884473  {background:#af181e;}


 #image_style_01_1533031325370{width:80%;height:442px;position:absolute;top:19px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533031325370{width:95%;left:2.5%;height:411px;}}   @media screen and (max-width:640px) {#image_style_01_1533031325370{width:96%;height:167px;top:0px;left:2%;}} #image_style_01_1533031325370 > .view_contents{overflow:visible;} 

 #text_style_01_1533031403485{width:79.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:478px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533031403485{width:781px;left:calc(50% - 390.5px);top:511px;}}   @media screen and (max-width:640px) {#text_style_01_1533031403485{width:96%;top:179px;left:1.9983552631578947%;}}  #text_style_01_1533031403485>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533031403485>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533031403485>.view_contents {box-sizing:border-box;font-size:15px;text-align:justify;}} #layout_1533030030847{height:579px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533030030847{height:631px;}}   @media screen and (max-width:640px) {#layout_1533030030847{height:332px;}} #layout_1533030030847 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533030030847  {background:#af181e;}


 #text_style_01_1533086799282{width:43.166666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:28.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533086799282{width:527px;left:calc(50% - 263.5px);top:22px;}}   @media screen and (max-width:640px) {#text_style_01_1533086799282{width:96%;top:10px;left:1.9983552631578947%;}}  #text_style_01_1533086799282>.view_contents {box-sizing:border-box;text-align:center;font-family:Microsoft YaHei;font-size:22px;border-bottom-color:#c14747;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533086799282>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533086799282>.view_contents {box-sizing:border-box;font-size:18px;}} #layout_1533086419669{height:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533086419669{height:99px;}}   @media screen and (max-width:640px) {#layout_1533086419669{height:61px;}} #layout_1533086419669 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1533086941354{width:100%;height:1008px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533086941354{width:95%;left:2.5%;height:960px;}}   @media screen and (max-width:640px) {#image_style_01_1533086941354{width:96%;height:384px;top:0px;left:2%;}} #image_style_01_1533086941354 > .view_contents{overflow:visible;}  #layout_1533086798644{height:620px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533086798644{height:700px;}}   @media screen and (max-width:640px) {#layout_1533086798644{height:510px;}} #layout_1533086798644 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1533087184856{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:17px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087184856{width:419px;}}   @media screen and (max-width:640px) {#text_style_01_1533087184856{width:96%;top:11px;left:1.9983552631578947%;}}  #text_style_01_1533087184856>.view_contents {box-sizing:border-box;font-size:22px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;background:#ae181e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087184856>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087184856>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1533087341815{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:69px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087341815{width:891px;left:calc(50% - 445.5px);}}   @media screen and (max-width:640px) {#text_style_01_1533087341815{width:96%;top:59px;left:1.9983552631578947%;}}  #text_style_01_1533087341815>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087341815>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087341815>.view_contents {box-sizing:border-box;font-size:16px;text-align:justify;}}

 #text_style_01_1533087678266{width:20%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:198px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087678266{top:206px;left:0%;width:208px;}}   @media screen and (max-width:640px) {#text_style_01_1533087678266{width:96%;top:273px;left:1.9983552631578947%;}}  #text_style_01_1533087678266>.view_contents {box-sizing:border-box;font-size:22px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;background:#ae181e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087678266>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087678266>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1533087728209{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:257px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087728209{width:887px;left:calc(50% - 443.5px);}}   @media screen and (max-width:640px) {#text_style_01_1533087728209{width:96%;top:332px;left:1.9983552631578947%;}}  #text_style_01_1533087728209>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087728209>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087728209>.view_contents {box-sizing:border-box;font-size:16px;text-align:justify;}}

 #text_style_01_1533087870610{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:321px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087870610{top:321px;left:2.7720705196182394%;}}   @media screen and (max-width:640px) {#text_style_01_1533087870610{width:96%;top:448px;left:1.9983552631578947%;}}  #text_style_01_1533087870610>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;text-align:left;color:#ae181e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087870610>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087870610>.view_contents {box-sizing:border-box;font-size:18px;text-align:justify;}}

 #text_style_01_1533088007206{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:357px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533088007206{top:361px;left:2.7720705196182394%;}}   @media screen and (max-width:640px) {#text_style_01_1533088007206{width:96%;top:521px;left:1.9983552631578947%;}}  #text_style_01_1533088007206>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;text-align:left;color:#ae181e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533088007206>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533088007206>.view_contents {box-sizing:border-box;font-size:18px;text-align:justify;}} #layout_1533087170221{height:452px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533087170221{}}   @media screen and (max-width:640px) {#layout_1533087170221{height:671px;}} #layout_1533087170221 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1533087118909{width:48.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:25.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533087118909{width:607px;left:17.815482502651115%;top:20px;}}   @media screen and (max-width:640px) {#text_style_01_1533087118909{width:96%;top:17px;left:1.9983552631578947%;}}  #text_style_01_1533087118909>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:2px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533087118909>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533087118909>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1533088349675{width:79.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:82px;left:10.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533088349675{}}   @media screen and (max-width:640px) {#text_style_01_1533088349675{width:96%;top:58px;left:1.9983552631578947%;}}  #text_style_01_1533088349675>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533088349675>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533088349675>.view_contents {box-sizing:border-box;font-size:16px;text-align:justify;}} #layout_1533087024374{height:167px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533087024374{}}   @media screen and (max-width:640px) {#layout_1533087024374{height:190px;}} #layout_1533087024374 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533087024374  {background:#af181e;}


 #image_style_11_1533088976038{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1533088976038{width:95%;left:2.5%;}}   @media screen and (max-width:640px) {#image_style_11_1533088976038{width:96%;top:0px;left:2%;}} #image_style_11_1533088976038 > .view_contents{overflow:visible;}  #layout_1533087118277{height:970px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533087118277{height:724px;}}   @media screen and (max-width:640px) {#layout_1533087118277{height:1842px;}} #layout_1533087118277 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533087118277  {background:#af181e;}


 #text_style_01_1533089261152{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:30px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533089261152{width:433px;}}   @media screen and (max-width:640px) {#text_style_01_1533089261152{width:96%;top:10px;left:1.9983552631578947%;}}  #text_style_01_1533089261152>.view_contents {box-sizing:border-box;font-size:22px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;background:#ae181e;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533089261152>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533089261152>.view_contents {box-sizing:border-box;font-size:18px;}}

 #image_style_11_1533089355834{width:100%;position:absolute;top:172px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1533089355834{width:90%;left:5%;}}   @media screen and (max-width:640px) {#image_style_11_1533089355834{width:96%;top:206px;left:1.9983552631578947%;}} #image_style_11_1533089355834 > .view_contents{overflow:visible;} 

 #text_style_01_1533089464103{width:90%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:82px;left:5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533089464103{width:884px;left:calc(50% - 442px);}}   @media screen and (max-width:640px) {#text_style_01_1533089464103{width:96%;top:52px;left:1.9983552631578947%;}}  #text_style_01_1533089464103>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533089464103>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533089464103>.view_contents {box-sizing:border-box;font-size:16px;text-align:justify;}} #layout_1533089034447{height:707px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533089034447{height:592px;}}   @media screen and (max-width:640px) {#layout_1533089034447{height:369px;}} #layout_1533089034447 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533089034447  {background:#ffffff;}


 #text_style_01_1533089889407{width:35.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:32.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533089889407{width:416px;left:calc(50% - 208px);}}   @media screen and (max-width:640px) {#text_style_01_1533089889407{width:96%;top:9px;left:1.9983552631578947%;}}  #text_style_01_1533089889407>.view_contents {box-sizing:border-box;font-size:24px;font-family:Microsoft YaHei;text-align:center;border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:2px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533089889407>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533089889407>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1533090018278{width:79.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:79px;left:10.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533090018278{left:calc(50% - 412.5px);top:84px;width:825px;}}   @media screen and (max-width:640px) {#text_style_01_1533090018278{width:96%;top:55px;left:2%;}}  #text_style_01_1533090018278>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;font-family:Microsoft YaHei;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533090018278>.view_contents {box-sizing:border-box;text-align:center;}} @media screen and (max-width:640px) { #text_style_01_1533090018278>.view_contents {box-sizing:border-box;font-size:16px;text-align:justify;}}

 #text_style_01_1533090192574{width:79.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:155px;left:10.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533090192574{width:908px;left:calc(50% - 454px);}}   @media screen and (max-width:640px) {#text_style_01_1533090192574{width:96%;top:176px;left:1.9983552631578947%;}}  #text_style_01_1533090192574>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533090192574>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533090192574>.view_contents {box-sizing:border-box;font-size:17px;}} #layout_1533089845263{height:219px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533089845263{height:209px;}}   @media screen and (max-width:640px) {#layout_1533089845263{height:285px;}} #layout_1533089845263 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533089845263  {background:#ae181e;}


 #image_style_01_1533088545240{width:100%;height:1014px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533088545240{width:90%;left:5%;height:860px;}}   @media screen and (max-width:640px) {#image_style_01_1533088545240{width:96%;height:373px;top:7px;left:1.9983552631578947%;}} #image_style_01_1533088545240 > .view_contents{overflow:visible;}  #layout_1533088590947{height:1066px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1533088590947{height:906px;}}   @media screen and (max-width:640px) {#layout_1533088590947{height:394px;}} #layout_1533088590947 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1533088590947  {background:#ae181e;}



 #text_style_01_1533021451419{width:60%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:20%;top:16px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533021451419{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1533021451419{width:99.47368421052632%;top:1px;left:0.5263157894736842%;}}  #text_style_01_1533021451419>.view_contents {box-sizing:border-box;font-size:16px;color:#ffffff;font-family:NSimSun;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533021451419>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533021451419>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1532661260288{width:100%;height:50px;position:absolute;top:454px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1532661260288{display:block;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1532661260288{width:100%;height:87px;top:893px;left:0%;display:block;}}  #div_a_includeBlock_1532661260288  {background:#af181e;}

 #text_style_01_1533019363154{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:29.36124530327429%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019363154{left:15.573634676564158%;top:96px;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1533019363154{width:50%;top:409px;left:25%;}}  #text_style_01_1533019363154>.view_contents {box-sizing:border-box;background:#f14747;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019363154>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019363154>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019577888{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:137px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019577888{left:25.212089077412514%;top:133px;width:35%;}}   @media screen and (max-width:640px) {#text_style_01_1533019577888{width:80%;top:461px;left:15%;}}  #text_style_01_1533019577888>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019577888>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019577888>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533020710260{width:8%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:89px;left:64.89533011272141%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533020710260{width:15%;left:71.91310975609755%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1533020710260{width:50%;top:91px;left:25%;}}  #text_style_01_1533020710260>.view_contents {box-sizing:border-box;background:#f14747;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533020710260>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533020710260>.view_contents {box-sizing:border-box;}}


 #customForm_style_input_01_1533020765244{width:85%;top:97px;position:absolute;left:7.551452784503631%;height:45px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1533020765244{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1533020765244{width:95%;left:2.3560855263157894%;top:65.5px;}} #customForm_style_input_01_1533020765244 > .view_contents{overflow:visible;}  #customForm_style_input_01_1533020765244 .inputSet {font-size:14px;line-height:45px;height:45px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

 #customForm_style_input_01_1533020765249{width:85%;top:22px;position:absolute;left:7.5620039682539675%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1533020765249{}}   @media screen and (max-width:640px) {#customForm_style_input_01_1533020765249{width:95%;left:2.3560855263157894%;top:8px;}} #customForm_style_input_01_1533020765249 > .view_contents{overflow:visible;}  #customForm_style_input_01_1533020765249 .inputSet {font-size:14px;height:45px;line-height:45px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}

 #customForm_style_button_01_1533020765252{width:40%;height:45px;top:168px;position:absolute;left:7.551452784503631%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1533020765252{height:46px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1533020765252{height:40px;width:95%;left:2.3560855263157894%;top:126px;}} #customForm_style_button_01_1533020765252 > .view_contents{overflow:visible;}  #customForm_style_button_01_1533020765252 .btnaSet {border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:35px;line-height:30px;font-size:16px;color:#ffffff;background:#007fff;}

 #text_style_01_1533021340097{width:40%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:52.092161016949156%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533021340097{}}   @media screen and (max-width:640px) {#text_style_01_1533021340097{width:96%;top:177px;left:1.9983552631578947%;}}  #text_style_01_1533021340097>.view_contents {box-sizing:border-box;background:#f14747;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;text-align:center;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;line-height:30px;height:35px;border-top-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533021340097>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533021340097>.view_contents {box-sizing:border-box;}}
 #customForm_form_1533020764826{width:22.168545356951157%;height:236px;top:154px;position:absolute;left:57.80998389694042%;background-color:#ffffff;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1533020764826{height:248px;width:39.978791092258746%;left:58.86963149522799%;top:164px;}}   @media screen and (max-width:640px) {#customForm_form_1533020764826{height:226px;width:100%;left:0%;top:155px;}}  #customForm_form_1533020764826  {background:#3b3b3b;}

 #text_style_01_1533020482678{width:5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:243px;left:25.308641975308642%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533020482678{left:8.576352067868505%;top:250px;width:80px;}}   @media screen and (max-width:640px) {#text_style_01_1533020482678{width:30.526315789473685%;top:859px;left:12.894736842105264%;}}  #text_style_01_1533020482678>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533020482678>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533020482678>.view_contents {box-sizing:border-box;}}

 #image_style_01_1533020328467{width:100px;height:100px;position:absolute;top:285px;left:25.120772946859905%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533020328467{left:7.515906680805938%;top:282px;}}   @media screen and (max-width:640px) {#image_style_01_1533020328467{width:100px;height:100px;top:739.015625px;left:58.684210526315795%;}} #image_style_01_1533020328467 > .view_contents{overflow:visible;} 

 #text_style_01_1533020533843{width:5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:390px;left:25.308641975308642%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533020533843{left:8.468650583244964%;top:388px;width:80px;}}   @media screen and (max-width:640px) {#text_style_01_1533020533843{width:31.57894736842105%;top:859px;left:56.05263157894736%;}}  #text_style_01_1533020533843>.view_contents {box-sizing:border-box;font-size:12px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533020533843>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533020533843>.view_contents {box-sizing:border-box;}}

 #image_style_01_1533020295712{width:100px;height:100px;position:absolute;top:137px;left:25.120772946859905%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533020295712{left:7.515906680805938%;top:145.5px;}}   @media screen and (max-width:640px) {#image_style_01_1533020295712{width:100px;height:100px;top:739.015625px;left:15%;}} #image_style_01_1533020295712 > .view_contents{overflow:visible;} 

 #text_style_01_1533020129844{width:0.6977992485238862%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:131px;left:33.011272141706925%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533020129844{left:22.254440615058325%;top:139.5px;width:0.2631578947368421%;}}   @media screen and (max-width:640px) {#text_style_01_1533020129844{width:10.789473684210527%;top:447px;left:9.625822368421053%;}}  #text_style_01_1533020129844>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;border-left-color:#f14747;border-left-style:solid;border-left-width:1px;height:280px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533020129844>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533020129844>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019702193{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:177px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019702193{left:25.212089077412514%;top:183px;}}   @media screen and (max-width:640px) {#text_style_01_1533019702193{width:80%;top:516px;left:15%;}}  #text_style_01_1533019702193>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019702193>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019702193>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019712211{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:207px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019712211{left:25.212089077412514%;top:215px;}}   @media screen and (max-width:640px) {#text_style_01_1533019712211{width:80%;top:541px;left:15%;}}  #text_style_01_1533019712211>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019712211>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019712211>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019742442{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:237px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019742442{left:25.106044538706257%;top:250px;}}   @media screen and (max-width:640px) {#text_style_01_1533019742442{width:80%;top:566px;left:15%;}}  #text_style_01_1533019742442>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019742442>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019742442>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019867236{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:267px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019867236{left:25.212089077412514%;top:280px;}}   @media screen and (max-width:640px) {#text_style_01_1533019867236{width:80%;top:586px;left:15%;}}  #text_style_01_1533019867236>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019867236>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019867236>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019951845{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:317px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019951845{left:25.212089077412514%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1533019951845{width:80%;top:628px;left:15%;}}  #text_style_01_1533019951845>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019951845>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019951845>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019962066{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:347px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019962066{left:25.106044538706257%;top:361.5px;}}   @media screen and (max-width:640px) {#text_style_01_1533019962066{width:80%;top:653px;left:15%;}}  #text_style_01_1533019962066>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019962066>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019962066>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533019971745{width:25%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:377px;left:34.729770531400966%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533019971745{left:25.106044538706257%;top:397px;width:35%;}}   @media screen and (max-width:640px) {#text_style_01_1533019971745{width:80%;top:678px;left:15%;}}  #text_style_01_1533019971745>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533019971745>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533019971745>.view_contents {box-sizing:border-box;}}

 #text_style_01_1533024342227{width:27.724240177909564%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:19px;left:36.13787991104522%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1533024342227{width:366px;left:calc(50% - 183px);top:18px;}}   @media screen and (max-width:640px) {#text_style_01_1533024342227{width:96%;top:17px;left:1.9983552631578947%;}}  #text_style_01_1533024342227>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1533024342227>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1533024342227>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:504px;z-index:99999;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:504px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:430px;display:block;}}  #comm_layout_footer  {background:#3b3b3b;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/*菜单样式*/
.menuStyle_20{width:100%; position:relative;}
.menuStyle_20 *{box-sizing: border-box;}
.menuStyle_20 .miniMenu *,
.menuStyle_20 .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_20 .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_20 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_20 ul,.menuStyle_20 li{padding:0;margin:0px;list-style:none}
.menuStyle_20 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_20 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_20 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_20 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_20 .menuUl>li{position:relative; padding: 0 10px;}
.menuStyle_20 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; padding: 10px 0; padding: 10px 1em\0; background-color: #00a99c; border-radius: 28px;}
.menuStyle_20 .menuUl>li>a:hover{background: #17ccc1;}
.menuStyle_20 .menuUl #hot>a{color: #fff; background: #17ccc1;}
.menuStyle_20 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_20 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_20 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_20 .menuLayout .miniMenu{display:none;}
.menuStyle_20 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_20 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_20 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_20 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none;width: 100%; height: 0; padding: 10px; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_20 .menuUl02:after{content: ''; display: block; width: 0; height: 0; position: absolute; z-index: -1; left: calc(50% - 10px); top: 5px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #00a99c;}
.menuStyle_20 .menuUl02 .subMenu02 {position: relative; color: #fff; background: #00a99c; font-size:14px; line-height: 40px; padding: 0 15px; border-radius: 28px; margin-bottom: 5px;}
.menuStyle_20 .menuUl02 .subMenu02.subCurSet{background: #17ccc1; color: #fff;}
.menuStyle_20 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_20 .menuUl02 .subMenu02:hover {background: #17ccc1; color: #fff;}
.menuStyle_20 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_20 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_20 .menuUl03{position: absolute; /*left需要js获取二级的宽*/ top: 0; display: none; padding: 0 5px;}
.menuStyle_20 .menuUl03 .subMenu03{color: #fff; background: #17ccc1; padding: 0 15px; line-height: 40px; border-radius: 28px; margin-bottom: 5px;}
.menuStyle_20 .menuUl03 .subMenu03:hover{background:#00a99c;}
.menuStyle_20 .menuUl03 .subMenu03.thrCurSet{background: #00a99c;}
.menuStyle_20 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_20 .rflex { position: relative;}
.menuStyle_20 .maxWidth{margin: auto;}

.menuStyle_20 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); border-radius: 15px; display: none;}
.menuStyle_20 .subBox .subBoxContent{padding: 15px 25px; text-align: left; overflow: hidden;}
.menuStyle_20 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_20 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_20 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_20 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_20 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_20 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_20 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_20 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_20 .subBox p{overflow: hidden; float: left;}
.menuStyle_20 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_20 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_20 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_20 .subBox .subMenu02.subCurSet{color: #17ccc1;}
.menuStyle_20 .subBox .subMenu02:hover,
.menuStyle_20 .subBox .subMenu02:active{color: #17ccc1;}
.menuStyle_20 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_20 .subBox .subMenu03:hover,
.menuStyle_20 .subBox .subMenu03:active{color: #17ccc1;}
.menuStyle_20 .subBox .subMenu03.thrCurSet{color: #17ccc1;}


@media screen and (max-width:640px) {
.menuStyle_20 .menuUl,
.menuStyle_20 .menuUl_box {display:none;}
.menuStyle_20 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_20 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_20 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_20 .miniMenu .leftBox{height: 100%;}
.menuStyle_20 .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_20 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_20 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_20 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_20 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_20 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_20 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_20 .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_20 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_20 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_20 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_20 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_20 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_20 .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_20 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_20 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_20_1532672109988 .maxWidth{max-width:800px;}
	#dh_style_20_1532672109988 .subBox .sublm{width: calc(100% - (300px + 300px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_20_1532672109988 .subBox .subImgsbox{width: calc((300px + 300px) + 20px); height:300px } /*20px是两张图片间的间距*/
	#dh_style_20_1532672109988 .menuUl>li>#menuLogo{
		height: 70px;
		margin-right: 150px;
		margin-left: px;
	}
}

.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1533026968929 .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_1533026968929 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1533026968929 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533026968929 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_1533029043020 .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_1533029043020 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533029043020 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533029043020 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_1533028978234 .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_1533028978234 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1533028978234 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533028978234 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_1533029801398 .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_1533029801398 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533029801398 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533029801398 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_1533031325370 .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_1533031325370 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1533031325370 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533031325370 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_1533086941354 .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_1533086941354 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1533086941354 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1533086941354 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: visible !important; width: 19%; box-sizing:border-box; margin-bottom:10px; 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/*额外添加的样式*/

.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}




/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

/*pc*/
#image_style_11_1533088976038 .imgStyle_11 ul li,#image_style_11_1533088976038 .imgStyle_11 ul li{width: 19.2%;}
#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems,#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1533088976038 .imgStyle_11 ul li,#image_style_11_1533088976038 .imgStyle_11 ul li{width: 19.2%;}
	#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems,#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1533088976038 .imgStyle_11 ul li,#image_style_11_1533088976038 .imgStyle_11 ul li{width: 49.5%;}
	#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems,#image_style_11_1533088976038 .imgStyle_11 ul li.imgItems{margin-bottom:1%;}
}
.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: visible !important; width: 19%; box-sizing:border-box; margin-bottom:10px; 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_11 ul li a{}
.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}

/*额外添加的样式*/

.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{position:absolute;width:100%;height:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}




/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

/*pc*/
#image_style_11_1533089355834 .imgStyle_11 ul li,#image_style_11_1533089355834 .imgStyle_11 ul li{width: 32%;}
#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems,#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1533089355834 .imgStyle_11 ul li,#image_style_11_1533089355834 .imgStyle_11 ul li{width: 32%;}
	#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems,#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1533089355834 .imgStyle_11 ul li,#image_style_11_1533089355834 .imgStyle_11 ul li{width: 32%;}
	#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems,#image_style_11_1533089355834 .imgStyle_11 ul li.imgItems{margin-bottom:2%;}
}

	#image_style_01_1533088545240 .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_1533088545240 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1533088545240 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533088545240 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1533020328467 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533020328467 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533020328467 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533020328467 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_1533020295712 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1533020295712 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1533020295712 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1533020295712 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;}
