
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
.acolor{color:#1b2e66;}
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,"Helvetica Neue";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

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

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

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

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

body{ background-position:left top; }


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

 #image_style_01_1563953659112{width:22px;height:15px;position:absolute;top:12.5px;left:56.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563953659112{top:12.5px;left:46.11712097490906%;width:24px;}}   @media screen and (max-width:640px) {#image_style_01_1563953659112{width:22px;height:15px;top:151px;left:47.06666666666667%;display:none;}} #image_style_01_1563953659112 > .view_contents{overflow:visible;} 

 #text_style_01_1563953747648{width:21.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:7.5px;left:59.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563953747648{width:255px;top:7.499999523162842px;left:49.89838776765046%;}}   @media screen and (max-width:640px) {#text_style_01_1563953747648{width:96%;font-size:12px;color:#333;line-height:1.6;top:60px;left:2%;display:none;}}  #text_style_01_1563953747648>.view_contents {font-size:14px;color:#999999;}

 #image_style_01_1563953850985{width:18px;height:17px;position:absolute;top:11.5px;left:82.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563953850985{top:11.491477012634277px;left:77.00246336598876%;}}   @media screen and (max-width:640px) {#image_style_01_1563953850985{width:18px;height:17px;top:124px;left:47.599999999999994%;display:none;}} #image_style_01_1563953850985 > .view_contents{overflow:visible;} 

 #text_style_01_1563953908290{width:14.75%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:7.5px;left:85.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563953908290{top:7.499999523162842px;left:80.44582144923942%;width:181px;}}   @media screen and (max-width:640px) {#text_style_01_1563953908290{width:96%;font-size:12px;color:#333;line-height:1.6;top:92px;left:2%;display:none;}}  #text_style_01_1563953908290>.view_contents {font-size:14px;color:#999999;font-weight:bold;}

 #image_logo_1563955241824{width:286px;height:86px;position:absolute;top:49.5px;left:2%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1563955241824{}}   @media screen and (max-width:640px) {#image_logo_1563955241824{width:171px;height:56px;top:14.999984741210938px;left:2%;}} 

 #dh_style_28_1563955474401{width:60%;z-index:999;position:absolute;top:40px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1563955474401{z-index:999;width:619px;left:34.37169312169312%;}}   @media screen and (max-width:640px) {#dh_style_28_1563955474401{width:12%;z-index:999;top:20.98579502105713px;left:86.47120768229166%;}} #dh_style_28_1563955474401 > .view_contents{overflow:visible;}  #dh_style_28_1563955474401 .mainMenuSet {font-size:16px;color:#1b2e66;font-weight:bold;line-height:112px;border-style:none;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#000000;border-width:3px;} #dh_style_28_1563955474401 .mainMenuSet:hover {color:#c7802b;font-size:16px;font-weight:bold;border-style:solid;border-width:3px;text-decoration:none;border-color:#c7802b;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_28_1563955474401 #hot>a {color:#c7802b;font-size:16px;font-weight:normal;border-style:solid;border-width:3px;text-decoration:none;border-color:#c7802b;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #dh_style_28_1563955474401 .mainMenuSet {color:#999999;line-height:50px;height:50px;}} #comm_layout_header{height:155px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:155.00006103515625px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:90.00568199999998px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 
 #layout_1564036441862{height:301px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1564036441862{height:201px;}}   @media screen and (max-width:640px) {#layout_1564036441862{height:131px;}} #layout_1564036441862 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1564036441862  {background: url(../image/20190725162455256.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}
 #layout_1564036450827{height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1564036450827{height:71px;}}   @media screen and (max-width:640px) {#layout_1564036450827{height:41px;}} #layout_1564036450827 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1564047061005{font-weight:bold;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061005{width:141px;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1564047061005{font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1564047061005>.view_contents {color:#333333;font-size:28px;line-height:28px;} @media screen and (max-width:640px) { #text_style_01_1564047061005>.view_contents {font-size:28px;}}

 #text_style_01_1564047061019{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:14px;left:10.166666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061019{left:14.912517890728342%;top:12.491485595703125px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061019{width:62.133333333333326%;font-size:12px;color:#333;line-height:1.6;top:13.480133056640625px;left:33.60454508463542%;}}  #text_style_01_1564047061019>.view_contents {color:#999999;font-size:14px;line-height:14px;height:14px;} @media screen and (max-width:640px) { #text_style_01_1564047061019>.view_contents {font-size:14px;}}



 #image_style_01_1564047061122{width:587px;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061122{left:0%;width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564047061122{width:96%;height:360px;top:0px;left:2%;}} #image_style_01_1564047061122 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061125{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.918196994991646%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061125{left:49.42052769608319%;width:47.57174392935982%;top:107.8835220336914px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061125{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564047061125>.view_contents {font-size:20px;color:#333333;font-weight:bold;}

 #text_style_01_1564047061129{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.918196994991646%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061129{left:49.4612919047442%;width:28.2560706401766%;top:162.7698745727539px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061129{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:2%;}}  #text_style_01_1564047061129>.view_contents {color:#c7802b;font-size:16px;}

 #text_style_01_1564047061134{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.918196994991646%;top:168.16666666666666px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061134{left:49.4612919047442%;top:196.26419830322266px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061134{width:96%;font-size:12px;color:#333;line-height:1.6;top:441px;left:2%;}}  #text_style_01_1564047061134>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061136{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.918196994991646%;top:214.3333333333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061136{left:49.4612919047442%;top:229.7585220336914px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061136{width:96%;font-size:12px;color:#333;line-height:1.6;top:470px;left:2%;}}  #text_style_01_1564047061136>.view_contents {color:#c7802b;font-size:14px;}

 #image_style_11_1564047061139{width:585px;position:absolute;top:425px;left:calc(100% - 585px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564047061139{width:459px;left:calc(100% - 459px);top:320.9886112213135px;}}   @media screen and (max-width:640px) {#image_style_11_1564047061139{width:96%;top:530px;left:1.866666666666667%;}} #image_style_11_1564047061139 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061141{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.918196994991646%;top:290.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061141{left:49.4612919047442%;top:263.25284576416016px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061141{width:96%;font-size:12px;color:#333;line-height:1.6;top:499px;left:2%;}}  #text_style_01_1564047061141>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061147{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.9%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061147{width:38.63134657836645%;left:49.4%;top:107.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061147{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564047061147>.view_contents {font-size:20px;color:#333333;font-weight:bold;}

 #image_style_01_1564047061150{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061150{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564047061150{width:96%;height:361px;top:0px;left:2%;}} #image_style_01_1564047061150 > .view_contents{overflow:visible;} 

 #image_style_11_1564047061153{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564047061153{left:calc(100% - 458px);top:320.9px;width:459px;}}   @media screen and (max-width:640px) {#image_style_11_1564047061153{width:96%;top:530px;left:2%;}} #image_style_11_1564047061153 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061157{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061157{width:50%;left:49.4%;top:162.7px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061157{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:2%;}}  #text_style_01_1564047061157>.view_contents {color:#c7802b;font-size:16px;}

 #text_style_01_1564047061163{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:248.16666666666666px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061163{width:362px;left:49.43997002068998%;top:196.19791412353516px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061163{width:96%;font-size:12px;color:#333;line-height:1.6;top:440.9895820617676px;left:1.9999998728434245%;}}  #text_style_01_1564047061163>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061166{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:294.3333333333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061166{left:49.43997002068998%;top:229.69696807861328px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061166{width:96%;font-size:12px;color:#333;line-height:1.6;top:469.99052810668945px;left:1.9999998728434245%;}}  #text_style_01_1564047061166>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061169{width:30.96828046744574%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:340.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061169{top:263.1960220336914px;left:49.43997002068998%;}}   @media screen and (max-width:640px) {#text_style_01_1564047061169{width:96%;font-size:12px;color:#333;line-height:1.6;top:499px;left:1.9999998728434245%;}}  #text_style_01_1564047061169>.view_contents {color:#c7802b;font-size:14px;}

 #image_style_01_1564047061173{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061173{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564047061173{width:96%;height:362px;top:0px;left:2%;}} #image_style_01_1564047061173 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061178{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.9%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061178{width:50%;left:49.4%;top:107.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061178{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564047061178>.view_contents {font-size:20px;color:#333333;font-weight:bold;}

 #text_style_01_1564047061181{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.9%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061181{width:50%;left:49.4%;top:162.7px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061181{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:1.9999998728434245%;}}  #text_style_01_1564047061181>.view_contents {color:#c7802b;font-size:16px;}

 #text_style_01_1564047061184{width:30.96828046744574%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:340.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061184{top:263.19601821899414px;left:49.4%;}}   @media screen and (max-width:640px) {#text_style_01_1564047061184{width:96%;font-size:12px;color:#333;line-height:1.6;top:498.99147033691406px;left:1.9999998728434245%;}}  #text_style_01_1564047061184>.view_contents {color:#c7802b;font-size:14px;}

 #image_style_11_1564047061187{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564047061187{width:459px;left:calc(100% - 459px);top:320.9px;}}   @media screen and (max-width:640px) {#image_style_11_1564047061187{width:96%;top:530px;left:2%;}} #image_style_11_1564047061187 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061189{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:248.16666666666666px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061189{left:49.54658280934719%;top:196.1979103088379px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061189{width:96%;font-size:12px;color:#333;line-height:1.6;top:440.98956807454425px;left:1.9999998728434245%;}}  #text_style_01_1564047061189>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061191{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:294.3333333333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061191{left:49.54658280934719%;top:229.69696426391602px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061191{width:96%;font-size:12px;color:#333;line-height:1.6;top:469.9905192057292px;left:1.9999998728434245%;}}  #text_style_01_1564047061191>.view_contents {color:#c7802b;font-size:14px;}

 #image_style_01_1564047061200{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061200{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564047061200{width:96%;height:361px;top:0px;left:2%;}} #image_style_01_1564047061200 > .view_contents{overflow:visible;} 

 #image_style_11_1564047061202{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564047061202{width:459px;left:calc(100% - 459px);top:320.9px;}}   @media screen and (max-width:640px) {#image_style_11_1564047061202{width:96%;top:530px;left:1.9999998728434245%;}} #image_style_11_1564047061202 > .view_contents{overflow:visible;} 

 #text_style_01_1564047061214{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.9%;top:60px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061214{width:50%;top:107.8px;left:49.4%;}}   @media screen and (max-width:640px) {#text_style_01_1564047061214{width:82.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564047061214>.view_contents {font-size:20px;color:#333333;font-weight:bold;}

 #text_style_01_1564047061217{font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.9%;top:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061217{width:50%;left:49.4%;top:162.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061217{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:1.9999998728434245%;}}  #text_style_01_1564047061217>.view_contents {color:#c7802b;font-size:16px;}

 #text_style_01_1564047061219{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:248.16666666666666px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061219{left:49.43997002068998%;top:196.26420211791992px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061219{width:96%;font-size:12px;color:#333;line-height:1.6;top:440.98958587646484px;left:1.9999998728434245%;}}  #text_style_01_1564047061219>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061223{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:294.3333333333333px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061223{left:49.43997002068998%;top:229.7301139831543px;}}   @media screen and (max-width:640px) {#text_style_01_1564047061223{width:96%;font-size:12px;color:#333;line-height:1.6;top:469.9905319213867px;left:1.9999998728434245%;}}  #text_style_01_1564047061223>.view_contents {color:#c7802b;font-size:14px;}

 #text_style_01_1564047061225{width:30.96828046744574%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;left:50.899937395659435%;top:340.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564047061225{top:263.1960258483887px;left:49.43997002068998%;}}   @media screen and (max-width:640px) {#text_style_01_1564047061225{width:96%;font-size:12px;color:#333;line-height:1.6;top:498.9914779663086px;left:1.9999998728434245%;}}  #text_style_01_1564047061225>.view_contents {color:#c7802b;font-size:14px;} #tab_style_03_1564047061028{width:99.83333333333333%;height:791px;position:absolute;top:0px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1564047061028{left:2.0634920634920633%;top:0px;width:96%;height:535px;}}   @media screen and (max-width:640px) {#tab_style_03_1564047061028{width:96.00000000000001%;height:1292px;top:84px;left:1.866666666666667%;}}  #tab_style_03_1564047061028 .tabItemSet {font-size:14px;color:#333333;background:transparent;} #tab_style_03_1564047061028 .tabItemSet.tabCurItem {color:#c7802b;} #tab_style_03_1564047061028 .tabconSet {background:transparent;}

 #div_blank_new01_1564047061031{width:110px;height:4px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1564047061031{left:2%;}}   @media screen and (max-width:640px) {#div_blank_new01_1564047061031{width:110px;height:4px;top:45px;left:2%;}}  #div_blank_new01_1564047061031  {box-sizing:border-box;} #div_blank_new01_1564047061031 .modSet {background:#c7802b;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1564047061031  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1564047061031  {box-sizing:border-box;}} #layout_1564047061002{height:691px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1564047061002{height:535px;}}   @media screen and (max-width:640px) {#layout_1564047061002{height:746.991455078125px;}} #layout_1564047061002 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_diy_1563955315{height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563955315{height:71px;}}   @media screen and (max-width:640px) {#layout_diy_1563955315{height:41px;}} #layout_diy_1563955315 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1564023179949{width:18px;height:18px;position:absolute;top:158px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023179949{top:157.99716186523438px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1564023179949{width:18px;height:18px;top:274px;left:47.599999999999994%;display:none;}} #image_style_01_1564023179949 > .view_contents{overflow:visible;} 

 #text_style_01_1564023382250{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:154.5px;left:3.6249999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564023382250{top:154.49716186523438px;left:5.411856515066964%;}}   @media screen and (max-width:640px) {#text_style_01_1564023382250{width:96%;font-size:12px;color:#333;line-height:1.6;top:242px;left:2%;display:none;}}  #text_style_01_1564023382250>.view_contents {color:#888888;font-size:14px;}

 #image_style_01_1564023451498{width:20px;height:20px;position:absolute;top:189px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023451498{top:188.99148559570312px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1564023451498{width:20px;height:20px;top:398px;left:47.333333333333336%;display:none;}} #image_style_01_1564023451498 > .view_contents{overflow:visible;} 

 #text_style_01_1564023483513{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:185.5px;left:3.6249999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564023483513{top:186.49148559570312px;left:5.411856515066964%;}}   @media screen and (max-width:640px) {#text_style_01_1564023483513{width:96%;font-size:12px;color:#333;line-height:1.6;top:302px;left:2%;display:none;}}  #text_style_01_1564023483513>.view_contents {color:#888888;font-size:14px;}

 #image_style_01_1564023631304{width:171px;height:56px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023631304{left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1564023631304{width:171px;height:56px;top:0px;left:27.200000000000003%;display:none;}} #image_style_01_1564023631304 > .view_contents{overflow:visible;} 

 #image_style_01_1564023794963{width:114px;height:112px;position:absolute;top:70px;left:34.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023794963{left:38.81823988818618%;top:70px;}}   @media screen and (max-width:640px) {#image_style_01_1564023794963{width:114px;height:112px;top:66px;left:34.8%;display:none;}} #image_style_01_1564023794963 > .view_contents{overflow:visible;} 

 #dh_style_28_1564023990846{width:74.916666666666664%;z-index:999;position:absolute;top:126px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1564023990846{z-index:999;left:53.31078584862765%;top:87.99716186523438px;}}   @media screen and (max-width:640px) {#dh_style_28_1564023990846{width:96%;z-index:999;top:188px;left:2%;display:none;}} #dh_style_28_1564023990846 > .view_contents{overflow:visible;}  #dh_style_28_1564023990846 .mainMenuSet {font-size:14px;color:#888888;border-style:solid;border-width:1px;border-top:none !important;border-bottom:none !important;border-left:none !important;line-height:20px;} #dh_style_28_1564023990846 .mainMenuSet:hover {color:#888888;} #dh_style_28_1564023990846 #hot>a {color:#888888;}

 #text_style_01_1564024074299{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:185.5px;left:29.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564024074299{width:417px;left:54.12998744419642%;top:157.41476440429688px;}}   @media screen and (max-width:640px) {#text_style_01_1564024074299{width:96%;font-size:12px;color:#333;line-height:1.6;top:7.977294921875px;left:1.8674241383870442%;display:block;}}  #text_style_01_1564024074299>.view_contents {color:#888888;font-size:14px;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1564024074299>.view_contents {text-align:center;}}

 #text_style_01_1564024229426{width:9.333333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Helvetica Neue;position:absolute;top:185.5px;left:34.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564024229426{left:40.20712877707507%;top:186.49148559570312px;}}   @media screen and (max-width:640px) {#text_style_01_1564024229426{width:96%;font-size:12px;color:#333;line-height:1.6;top:334px;left:2%;display:none;}}  #text_style_01_1564024229426>.view_contents {color:#888888;font-size:14px;text-align:center;} #comm_layout_footer{height:245.00568199999998px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:39.005682px;display:none;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#333333;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1563953659112 .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_1563953659112 .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_1563953659112 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563953659112 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_1563953850985 .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_1563953850985 .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_1563953850985 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1563953850985 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_28 .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_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

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

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

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

@media screen and (min-width:640px) {
	#dh_style_28_1563955474401 .maxWidth{max-width:px;}
	#dh_style_28_1563955474401 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1563955474401 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1563955474401 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit;font-weight:bold; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../image/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../image/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}


	#image_style_01_1564047061122 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061122 .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_1564047061122 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.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_1564047061139 .imgStyle_11 ul li,#image_style_11_1564047061139 .imgStyle_11 ul li{width: 30.666666666667%;}
#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564047061139 .imgStyle_11 ul li,#image_style_11_1564047061139 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1564047061139 .imgStyle_11 ul li,#image_style_11_1564047061139 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061139 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}

	#image_style_01_1564047061150 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564047061150 .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_1564047061150 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1564047061153 .imgStyle_11 ul li,#image_style_11_1564047061153 .imgStyle_11 ul li{width: 30.666666666667%;}
#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564047061153 .imgStyle_11 ul li,#image_style_11_1564047061153 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1564047061153 .imgStyle_11 ul li,#image_style_11_1564047061153 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061153 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}

	#image_style_01_1564047061173 .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_1564047061173 .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_1564047061173 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1564047061187 .imgStyle_11 ul li,#image_style_11_1564047061187 .imgStyle_11 ul li{width: 30.666666666667%;}
#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564047061187 .imgStyle_11 ul li,#image_style_11_1564047061187 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1564047061187 .imgStyle_11 ul li,#image_style_11_1564047061187 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061187 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}

	#image_style_01_1564047061200 .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_1564047061200 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1564047061200 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1564047061202 .imgStyle_11 ul li,#image_style_11_1564047061202 .imgStyle_11 ul li{width: 30.666666666667%;}
#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564047061202 .imgStyle_11 ul li,#image_style_11_1564047061202 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_11_1564047061202 .imgStyle_11 ul li,#image_style_11_1564047061202 .imgStyle_11 ul li{width: 30.666666666667%;}
	#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems,#image_style_11_1564047061202 .imgStyle_11 ul li.imgItems{margin-bottom:4%;}
}


#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_img{display:none;}
#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_ul{text-align:right}
#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_nav{display:block !important;}
#tab_style_03_1564047061028 #div_tab_style_03_1564047061028 .tab_li{}

    #tab_style_03_1564047061028 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1564023179949 .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_1564023179949 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1564023179949 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1564023179949 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_1564023451498 .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_1564023451498 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1564023451498 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1564023451498 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_1564023631304 .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_1564023631304 .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_1564023631304 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1564023631304 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_1564023794963 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023794963 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1564023794963 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1564023794963 a{
	cursor: default;
}

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

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

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

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

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

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