
@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; }


 #div_blank_1502349457717{width:100%;height:90px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502349457717{}}   @media screen and (max-width:640px) {#div_blank_1502349457717{width:100%;height:64px;top:0px;left:0%;}} #div_blank_1502349457717 > .view_contents{overflow:visible;}  #div_blank_1502349457717  {box-sizing:border-box;background:#262626;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502349457717  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502349457717  {box-sizing:border-box;}}


 #dh_style_01_1502349559501{width:50%;z-index:999;position:absolute;top:23px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1502349559501{z-index:999;width:65.19337016574586%;left:34.81871546961326%;}}   @media screen and (max-width:640px) {#dh_style_01_1502349559501{width:12.121212121212121%;z-index:999;top:10px;left:87.89473684210526%;}} #dh_style_01_1502349559501 > .view_contents{overflow:visible;}  #dh_style_01_1502349559501 .mainMenuSet {font-size:16px;color:#ffffff;} #dh_style_01_1502349559501 #hot>a {color:#ffffff;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;background:#0066cc;} @media screen and (max-width:640px) { #dh_style_01_1502349559501 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1502349559501 .mainMenuSet {margin-left:-24px;padding-left:10px;border-bottom-style:none;margin-top:5px;margin-bottom:5px;}} @media screen and (max-width:640px) { #dh_style_01_1502349559501 #hot>a {border-bottom-style:none;}}

 #image_logo_1502349547595{width:22%;height:69px;position:absolute;top:10.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1502349547595{width:23.416666666666668%;}}   @media screen and (max-width:640px) {#image_logo_1502349547595{width:48.1578947368421%;height:44px;top:10px;left:0%;}} 
 #div_includeBlock_1502349523460{width:1200px;height:90px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502349523460{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_includeBlock_1502349523460{width:96%;height:64px;top:0px;left:2%;}} #div_includeBlock_1502349523460 > .view_contents{overflow:visible;}  #comm_layout_header{height:90px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:90px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:64px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background-repeat:no-repeat;background-size:100% auto;background-position-x:0%;background-position-y:0%;}


 #homelink_style_01_1502350261253{width:100%;position:absolute;top:181px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_01_1502350261253{top:101px;left:0%;}}   @media screen and (max-width:640px) {#homelink_style_01_1502350261253{width:100%;top:28px;left:0%;}}  #homelink_style_01_1502350261253 .textSet {color:#ffffff;font-size:30px;} @media screen and (max-width:640px) { #homelink_style_01_1502350261253 .textSet {font-size:16px;}}
/*----------------------电脑板式样式----------------------*/
#homelink_style_01_1502350261253{
	text-align:center;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#homelink_style_01_1502350261253{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#homelink_style_01_1502350261253{
		
	}
}

 #text_style_02_1502350231062{width:64.16666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252px;left:17.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502350231062{top:162px;left:9.75609756097561%;width:759px;}}   @media screen and (max-width:640px) {#text_style_02_1502350231062{width:100%;top:68px;left:0%;}}  #text_style_02_1502350231062>.view_contents {box-sizing:border-box;color:#eaeaea;font-size:25px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502350231062>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1502350231062>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;}} #layout_1502349743865{height:478px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502349743865{height:315px;}}   @media screen and (max-width:640px) {#layout_1502349743865{height:127px;}} #layout_1502349743865 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1502349743865  {background: url(../../image/500083997.jpg);background-repeat:no-repeat;background-size:100% auto;}



 #text_style_02_1502352311173{width:99.81311652281134%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:2px;left:0.1875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352311173{}}   @media screen and (max-width:640px) {#text_style_02_1502352311173{width:100%;top:0px;left:0%;}}  #text_style_02_1502352311173>.view_contents {box-sizing:border-box;color:#909090;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352311173>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352311173>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #text_style_02_1502352311188{width:99.81311652281134%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:0.1875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352311188{}}   @media screen and (max-width:640px) {#text_style_02_1502352311188{width:100%;top:25px;left:0%;}}  #text_style_02_1502352311188>.view_contents {box-sizing:border-box;color:#262626;font-size:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352311188>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352311188>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}}

 #div_blank_1502352311199{width:6%;height:0px;position:absolute;top:87px;left:47.02093397745571%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502352311199{}}   @media screen and (max-width:640px) {#div_blank_1502352311199{width:10%;height:1px;top:70px;left:45%;}} #div_blank_1502352311199 > .view_contents{overflow:visible;}  #div_blank_1502352311199  {box-sizing:border-box;background:transparent;border-top-style:dotted;border-top-width:6px;border-top-color:#0066cc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502352311199  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502352311199  {box-sizing:border-box;}}
 #div_includeBlock_1502352310997{width:51.74999999999999%;height:96px;position:absolute;top:50px;left:24.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502352310997{width:64.26299045599151%;left:17.868504772004243%;}}   @media screen and (max-width:640px) {#div_includeBlock_1502352310997{width:96%;height:81px;top:30px;left:2.7548209366391188%;}} 

 #image_style_01_1502352220289{width:100%;height:419px;position:absolute;top:166px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502352220289{}}   @media screen and (max-width:640px) {#image_style_01_1502352220289{width:100%;height:200px;top:131px;left:0%;}} #image_style_01_1502352220289 > .view_contents{overflow:visible;} 

 #text_style_02_1502351085617{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:595px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502351085617{width:96%;left:2%;}}   @media screen and (max-width:640px) {#text_style_02_1502351085617{width:96%;top:351px;left:2%;}}  #text_style_02_1502351085617>.view_contents {box-sizing:border-box;color:rgba(86,86,86,0.8);font-size:16px;line-height:30px;text-align:justify;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502351085617>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1502351085617>.view_contents {box-sizing:border-box;font-size:12px;}} #layout_diy_1484042021{height:1120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1484042021{height:775px;}}   @media screen and (max-width:640px) {#layout_diy_1484042021{height:651px;}} #layout_diy_1484042021 > .view_contents{max-width:1200px;} 



 #text_style_02_1502352381340{width:99.81311652281134%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:2px;left:0.1875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352381340{}}   @media screen and (max-width:640px) {#text_style_02_1502352381340{width:100%;top:0px;left:0%;}}  #text_style_02_1502352381340>.view_contents {box-sizing:border-box;color:#909090;font-size:20px;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352381340>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352381340>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #text_style_02_1502352381351{width:99.81311652281134%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:32px;left:0.1875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352381351{}}   @media screen and (max-width:640px) {#text_style_02_1502352381351{width:100%;top:25px;left:0%;}}  #text_style_02_1502352381351>.view_contents {box-sizing:border-box;color:#262626;font-size:35px;line-height:40px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352381351>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352381351>.view_contents {box-sizing:border-box;font-size:25px;line-height:30px;}}

 #div_blank_1502352381358{width:6%;height:0px;position:absolute;top:87px;left:47.02093397745571%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502352381358{}}   @media screen and (max-width:640px) {#div_blank_1502352381358{width:10%;height:1px;top:70px;left:45%;}} #div_blank_1502352381358 > .view_contents{overflow:visible;}  #div_blank_1502352381358  {box-sizing:border-box;background:transparent;border-top-style:dotted;border-top-width:6px;border-top-color:#0066cc;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502352381358  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502352381358  {box-sizing:border-box;}}
 #div_includeBlock_1502352381158{width:51.74999999999999%;height:96px;position:absolute;top:50px;left:24.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502352381158{width:64.26299045599151%;left:17.868504772004243%;}}   @media screen and (max-width:640px) {#div_includeBlock_1502352381158{width:96%;height:81px;top:30px;left:1.9736842105263157%;}} 

 #text_style_01_1539863145464{width:97.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:158px;left:1.2916666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1539863145464{}}   @media screen and (max-width:640px) {#text_style_01_1539863145464{width:100%;top:0px;left:0%;}}  #text_style_01_1539863145464>.view_contents {box-sizing:border-box;font-size:18px;font-family:NSimSun;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1539863145464>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1539863145464>.view_contents {box-sizing:border-box;}} #layout_1502351427049{height:1210px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502351427049{height:622px;}}   @media screen and (max-width:640px) {#layout_1502351427049{height:1333px;}} #layout_1502351427049 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1496218744606{height:34px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1496218744606{}}   @media screen and (max-width:640px) {#layout_1496218744606{height:30px;}} #layout_1496218744606 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_02_1502334732790{width:17.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:9.5px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732790{}}   @media screen and (max-width:640px) {#text_style_02_1502334732790{width:45.75342465753425%;top:20px;left:1.3157894736842124%;display:block;}}  #text_style_02_1502334732790>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732790>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732790>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1502334732798{width:22.166666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:53px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732798{width:219px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732798{width:51.23287671232877%;top:50px;left:1.0702054794520548%;display:block;}}  #text_style_02_1502334732798>.view_contents {box-sizing:border-box;font-size:14px;line-height:23px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732798>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732798>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1502334732804{width:13.3%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:159.5px;left:86.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732804{width:147px;left:83.75690607734806%;top:180.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732804{width:41.64383561643836%;top:159px;left:58.082191780821915%;display:block;}}  #text_style_02_1502334732804>.view_contents {box-sizing:border-box;font-size:14px;line-height:23px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732804>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732804>.view_contents {box-sizing:border-box;}}

 #image_style_01_1502334732811{width:12.5%;height:99px;position:absolute;top:47px;left:86.80859375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502334732811{left:83.88466850828729%;width:14.806629834254142%;top:57.5px;height:109px;}}   @media screen and (max-width:640px) {#image_style_01_1502334732811{width:122px;height:110px;top:29px;left:62.15753424657534%;}} #image_style_01_1502334732811 > .view_contents{overflow:visible;} 

 #image_style_01_1502334732820{width:2.5%;height:34px;position:absolute;top:11.5px;left:28.260416666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502334732820{left:29.633977900552487%;top:36.5px;}}   @media screen and (max-width:640px) {#image_style_01_1502334732820{width:57.392102846648285%;height:200px;top:0px;left:21.303948576675857%;display:none;}} #image_style_01_1502334732820 > .view_contents{overflow:visible;} 

 #text_style_02_1502334732830{width:12.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:71px;left:31.899739583333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732830{left:34.178176795580114%;top:97px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732830{width:97.36842105263158%;top:700px;left:1.3157894736842124%;display:none;}}  #text_style_02_1502334732830>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732830>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732830>.view_contents {box-sizing:border-box;}}

 #text_style_02_1502334732840{width:12.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:12.5px;left:31.899739583333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732840{left:34.21270718232044%;top:41.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732840{width:97.36842105263158%;top:200px;left:1.3157894736842124%;display:none;}}  #text_style_02_1502334732840>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732840>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732840>.view_contents {box-sizing:border-box;}}

 #image_style_01_1502334732845{width:2.9166666666666665%;height:34px;position:absolute;top:69px;left:28.052083333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502334732845{width:34px;left:29.064226519337016%;top:97px;height:30px;}}   @media screen and (max-width:640px) {#image_style_01_1502334732845{width:59.78344046525862%;height:200px;top:434px;left:20.10827976737069%;display:none;}} #image_style_01_1502334732845 > .view_contents{overflow:visible;} 

 #image_style_01_1502334732851{width:3.4166666666666665%;height:34px;position:absolute;top:127.5px;left:27.802083333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502334732851{width:37px;left:28.88294198895028%;top:149.5px;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1502334732851{width:62.274417151311056%;height:200px;top:934px;left:18.862791424344472%;display:none;}} #image_style_01_1502334732851 > .view_contents{overflow:visible;} 

 #text_style_02_1502334732857{width:12.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:129.5px;left:31.899739583333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732857{left:34.19544198895028%;top:149.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732857{width:97.36842105263158%;top:1200px;left:1.3157894736842124%;display:none;}}  #text_style_02_1502334732857>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732857>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732857>.view_contents {box-sizing:border-box;}}

 #image_style_01_1502334732863{width:4%;height:34px;position:absolute;top:186px;left:27.510416666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502334732863{left:29.14191988950276%;top:202px;height:32px;}}   @media screen and (max-width:640px) {#image_style_01_1502334732863{width:64.86918453261566%;height:200px;top:1434px;left:17.56540773369217%;display:none;}} #image_style_01_1502334732863 > .view_contents{overflow:visible;} 

 #text_style_02_1502334732869{width:18%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:188px;left:31.899739583333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732869{left:34.05904696132597%;top:203px;width:200px;}}   @media screen and (max-width:640px) {#text_style_02_1502334732869{width:97.36842105263158%;top:1700px;left:1.3157894736842124%;display:none;}}  #text_style_02_1502334732869>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732869>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732869>.view_contents {box-sizing:border-box;}}

 #image_style_04_1502334732875{width:23.583333333333336%;position:absolute;top:20px;left:56.225260416666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1502334732875{left:60.57320441988951%;width:19.226519337016573%;top:9.5px;}}   @media screen and (max-width:640px) {#image_style_04_1502334732875{width:300px;top:0px;display:none;}} #image_style_04_1502334732875 > .view_contents{overflow:visible;} 
 #div_includeBlock_1502334732628{width:1200px;height:354px;position:absolute;top:42px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502334732628{height:277.5px;width:96%;left:2%;top:46px;}}   @media screen and (max-width:640px) {#div_includeBlock_1502334732628{width:96.00000000000001%;height:234px;top:15px;left:1.999999999999993%;display:block;}} 


 #text_style_02_1502334732954{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502334732954{}}   @media screen and (max-width:640px) {#text_style_02_1502334732954{width:100%;top:10px;left:0%;}}  #text_style_02_1502334732954>.view_contents {box-sizing:border-box;font-size:14px;line-height:40px;color:#eaeaea;text-align:left;border-top-color:#4d4d4d;border-top-style:none;border-top-width:1px;padding-top:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502334732954>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502334732954>.view_contents {box-sizing:border-box;color:#c4c4c4;text-align:center;}}

 #dh_style_01_1502334732963{width:42.833333333333336%;z-index:999;position:absolute;top:29px;left:57.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1502334732963{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1502334732963{width:12.121212121212121%;z-index:999;top:300px;left:43.93939393939394%;display:none;}} #dh_style_01_1502334732963 > .view_contents{overflow:visible;}  #dh_style_01_1502334732963 .mainMenuSet {color:#ededed;font-size:14px;border-right-style:solid;border-right-width:2px;line-height:20px;height:20px;} #dh_style_01_1502334732963 #hot>a {color:#c4c4c4;font-size:14px;border-right-color:#c4c4c4;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1502334732963 .menuStyle_1 .menuUl li:last-child a{
	border:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1502334732963{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1502334732963{
		
	}
}
 #div_includeBlock_1502334732635{width:1200px;height:88px;position:absolute;top:379px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502334732635{width:96%;left:2%;top:340px;height:97px;}}   @media screen and (max-width:640px) {#div_includeBlock_1502334732635{width:96.00000000000001%;height:72px;top:249px;left:1.999999999999993%;}} 
 #div_includeBlock_1502334732437{width:100%;height:467px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502334732437{height:437px;}}   @media screen and (max-width:640px) {#div_includeBlock_1502334732437{width:100%;height:321px;top:0px;left:0%;}}  #div_includeBlock_1502334732437  {background: url(../../image/100311757.jpg);background-repeat:no-repeat;background-size:100% auto;} @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1502334732437  {background-size:auto 100%;background-position-x:50%;}} @media screen and (max-width:640px) { #div_includeBlock_1502334732437  {background-size:auto 100%;background-position-x:50%;}} #comm_layout_footer{height:467px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:437px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:321px;}}
/*菜单样式*/
.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;}




@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;}
}

.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;*/
.breadcrumb {
	padding: 8px 15px;
	/* margin-bottom: 20px; */
	list-style: none;
	/* background-color: #f5f5f5; */
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	/* content: "/\00a0"; */
	content: "\003e\00a0";
	padding: 0 5px;
	color: #cccccc;
}
.breadcrumb > .active {
	color: #777777;
}

.location_style01 .fa-home{
	font-size:16px;
	margin-right:.25em;
}
.location_style01 .home-icon{
	height: 1.5em;
	float: left;
	margin-right:.8em;
}
	#image_style_01_1502352220289 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502352220289 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1502352220289 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1502352220289 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_1502334732811 .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_1502334732811 .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_1502334732811 .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_1502334732811 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_1502334732820 .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_1502334732820 .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_1502334732820 .CompatibleImg img{null}}
#image_style_01_1502334732820 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_1502334732845 .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_1502334732845 .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_1502334732845 .CompatibleImg img{null}}
#image_style_01_1502334732845 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_1502334732851 .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_1502334732851 .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_1502334732851 .CompatibleImg img{null}}
#image_style_01_1502334732851 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_1502334732863 .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_1502334732863 .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_1502334732863 .CompatibleImg img{null}}
#image_style_01_1502334732863 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_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1502334732875 .imgStyle_4 ul li,#image_style_04_1502334732875 .imgStyle_4 ul li{width: 31.333333333333%;}
#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems,#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1502334732875 .imgStyle_4 ul li,#image_style_04_1502334732875 .imgStyle_4 ul li{width: 48.5%;}
	#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems,#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1502334732875 .imgStyle_4 ul li,#image_style_04_1502334732875 .imgStyle_4 ul li{width: 48.5%;}
	#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems,#image_style_04_1502334732875 .imgStyle_4 ul li.imgItems{margin-bottom:3%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px; background-color: #eee;
	-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_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.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_4 ul li a img,.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;
}
/*****在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_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}
/*菜单样式*/
.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;}




@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;}
}
