
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

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

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

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

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

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_style_01_1560847068202{width:236px;height:79px;position:absolute;top:11px;left:1.7083333333333333%;}   @media screen and (max-width:640px) {#image_style_01_1560847068202{width:96%;height:62px;top:0px;left:2%;}} #image_style_01_1560847068202 > .view_contents{overflow:visible;} 

 #lang_style_1_1560848991685{width:13.333333333333334%;position:absolute;top:2px;left:83.54166666666667%;}   @media screen and (max-width:640px) {#lang_style_1_1560848991685{width:96%;top:72px;left:2%;}} 

 #dh_style_35_1560847908672{width:100%;z-index:9999;position:absolute;top:118px;left:0%;}   @media screen and (max-width:640px) {#dh_style_35_1560847908672{z-index:999;height:44px;top:119px;left:2%;width:96%;}} #dh_style_35_1560847908672 > .view_contents{overflow:visible;}  #dh_style_35_1560847908672 .mainMenuSet {background:#000000;bg-hover-color:#c40000;color:#ffffff;text-color:#ffffff;text-hover-color:#ffffff;} #dh_style_35_1560847908672 .subMenuSet {background:#282828;color:#ffffff;} #dh_style_35_1560847908672 .thrMenuSet {background:#505050;color:#ffffff;} #dh_style_35_1560847908672 .thrMenuSet:hover {background:#c40000;color:#ffffff;} #dh_style_35_1560847908672 .thrCurSet {background:#c40000;color:#ffffff;} #dh_style_35_1560847908672 .subMenuSet:hover {background:#c40000;color:#ffffff;} #dh_style_35_1560847908672 .subCurSet {background:#c40000;color:#ffffff;} #dh_style_35_1560847908672 .mainMenuSet:hover {background:#c40000;color:#ffffff;} #dh_style_35_1560847908672 #hot>a {background:#c40000;color:#ffffff;} #diy_none_obj  .mainMenuSet {background:#000000;} #diy_none_obj  .subMenuSet {background:#282828;} #diy_none_obj  .thrMenuSet {background:#505050;} @media screen and (max-width:640px) { #dh_style_35_1560847908672 .mainMenuSet {background:#000000;}} @media screen and (max-width:640px) { #dh_style_35_1560847908672 .subMenuSet {background:#282828;}} @media screen and (max-width:640px) { #dh_style_35_1560847908672 .thrMenuSet {background:#505050;}}

 #image_style_01_1561428129681{width:1920px;height:44px;position:absolute;top:118px;left:calc(50% - 960px);}   @media screen and (max-width:640px) {#image_style_01_1561428129681{width:96%;height:8px;top:173px;left:2%;}} #image_style_01_1561428129681 > .view_contents{overflow:visible;}  #comm_layout_header{height:163px;z-index:100000;}   @media screen and (max-width:640px) {#comm_layout_header{height:363px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1561163517499{width:100%;height:565px;position:absolute;top:0px;left:0%;z-index:1;display:block;}   @media screen and (max-width:640px) {#image_style_01_1561163517499{width:100%;height:134px;top:284px;left:0%;}} #image_style_01_1561163517499 > .view_contents{overflow:visible;} 

 #qqol_style_01_1561165549748{width:11.035207566999475%;position:absolute;top:17px;left:88.96479243300053%;}   @media screen and (max-width:640px) {#qqol_style_01_1561165549748{width:96%;top:1116px;left:2%;}} #qqol_style_01_1561165549748 > .view_contents{overflow:visible;} 


 #video_style_02_1561163628932{width:25%;height:449px;position:absolute;top:12px;left:13.105468749999998%;}   @media screen and (max-width:640px) {#video_style_02_1561163628932{left:6.7875000000000005%;top:15px;width:301px;}} 

 #text_style_01_1561163963463{width:55.00000000000001%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:104px;left:41.859375%;}   @media screen and (max-width:640px) {#text_style_01_1561163963463{width:96%;font-size:12px;color:#333;line-height:1.6;top:281.32245850803974px;left:2%;}}  #text_style_01_1561163963463>.view_contents {color:#ffffff;font-weight:bold;font-size:29px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561163963463>.view_contents {font-size:18px;}}

 #text_style_01_1561164018128{width:51.83333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:177.5px;left:43.442708333333336%;}   @media screen and (max-width:640px) {#text_style_01_1561164018128{width:96%;font-size:12px;color:#333;line-height:1.6;top:319.32245850803974px;left:2%;}}  #text_style_01_1561164018128>.view_contents {color:#ffffff;font-size:16px;font-weight:normal;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561164018128>.view_contents {font-size:16px;}}
 #div_a_includeBlock_1561475514247{width:1200px;height:480px;position:absolute;top:17px;left:calc(50% - 600px);}   @media screen and (max-width:640px) {#div_a_includeBlock_1561475514247{width:100%;height:678.3125px;top:428px;left:0%;}}  #layout_diy_1561105962{height:565px;}   @media screen and (max-width:640px) {#layout_diy_1561105962{height:1601px;}} 



 #text_style_01_1561166727901{width:64.77611940298507%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:15.893190298507461%;top:34px;}   @media screen and (max-width:640px) {#text_style_01_1561166727901{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1561166727901>.view_contents {color:#ffffff;font-weight:bold;font-size:35px;text-decoration:none;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1561166727901>.view_contents {font-size:18px;}}

 #text_style_01_1561166854477{width:62.68656716417911%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:18.724347014925375%;top:94px;}   @media screen and (max-width:640px) {#text_style_01_1561166854477{width:96%;font-size:12px;color:#333;line-height:1.6;top:48px;left:2%;}}  #text_style_01_1561166854477>.view_contents {font-size:23px;text-align:left;font-family:Verdana;line-height:24px;font-style:normal;color:#e0e0e0;} @media screen and (max-width:640px) { #text_style_01_1561166854477>.view_contents {font-size:18px;}}
 #div_a_includeBlock_1561165614759{width:41.75%;height:202px;position:absolute;left:8.393229166666668%;top:27px;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561165614759{width:96%;height:82px;top:10px;left:2%;}}  #div_a_includeBlock_1561165614759  {background:#bf0000;}


 #searchbox_style_01_1561165975551{width:81.96994991652755%;position:absolute;left:8.79864636209814%;top:50.5px;}   @media screen and (max-width:640px) {#searchbox_style_01_1561165975551{}} #searchbox_style_01_1561165975551 > .view_contents{overflow:visible;}  #searchbox_style_01_1561165975551 .btnaSet {color:#000000;background:#e2e2e2;border-color:#ffffff;font-size:17px;} #searchbox_style_01_1561165975551 .inputSet {border-color:#ffffff;font-size:17px;}
 #div_a_includeBlock_1561165679823{width:41.75%;height:201px;position:absolute;left:50.14322916666667%;top:27px;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561165679823{width:96%;height:139.5px;top:102px;left:2%;}}  #div_a_includeBlock_1561165679823  {background:#000000;} #layout_1561475465347{height:254px;}   @media screen and (max-width:640px) {#layout_1561475465347{height:252px;}} #layout_1561475465347 > .view_contents{overflow:visible;max-width:1200px;} 


 #banner_style_01_1561168643225{width:79.33333333333333%;height:414px;position:absolute;top:175px;left:10.333333333333336%;}   @media screen and (max-width:640px) {#banner_style_01_1561168643225{width:96.00000000000001%;height:133.5932773109244px;top:186px;left:2%;}} 


 #image_style_01_1561169055414{width:69%;height:67px;position:absolute;top:2px;left:16%;}   @media screen and (max-width:640px) {#image_style_01_1561169055414{height:100.76799999999999px;}} #image_style_01_1561169055414 > .view_contents{overflow:visible;} 

 #text_style_01_1561169055472{width:99.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1561169055472{width:50%;font-size:12px;color:#333;line-height:1.6;top:200px;left:25%;}}  #text_style_01_1561169055472>.view_contents {font-weight:bold;background-color:#000000;color:#ffffff;text-align:center;}
 #div_a_includeBlock_1561169055301{width:100px;height:99px;position:absolute;top:612px;left:73.41666666666666%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169055301{width:46.99999999999999%;height:229px;top:807.5932773109243px;left:2%;}}  #div_a_includeBlock_1561169055301  {background:#d1d1d1;} #div_a_includeBlock_1561169055301:hover {background:#939393;}


 #image_style_01_1561169041431{width:69%;height:67px;position:absolute;top:2px;left:16%;}   @media screen and (max-width:640px) {#image_style_01_1561169041431{height:100.76799999999999px;}} #image_style_01_1561169041431 > .view_contents{overflow:visible;} 

 #text_style_01_1561169041441{width:99.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1561169041441{width:50%;font-size:12px;color:#333;line-height:1.6;top:200px;left:25%;}}  #text_style_01_1561169041441>.view_contents {font-weight:bold;background-color:#000000;color:#ffffff;text-align:center;}
 #div_a_includeBlock_1561169041271{width:100px;height:99px;position:absolute;top:612px;left:59%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169041271{width:46.99999999999999%;height:229px;top:568.5932773109243px;left:51%;}}  #div_a_includeBlock_1561169041271  {background:#d1d1d1;} #div_a_includeBlock_1561169041271:hover {background:#939393;}


 #image_style_01_1561169028475{width:69%;height:67px;position:absolute;top:2px;left:16%;}   @media screen and (max-width:640px) {#image_style_01_1561169028475{height:100.76799999999999px;}} #image_style_01_1561169028475 > .view_contents{overflow:visible;} 

 #text_style_01_1561169028487{width:99.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1561169028487{width:50%;font-size:12px;color:#333;line-height:1.6;top:200px;left:25%;}}  #text_style_01_1561169028487>.view_contents {font-weight:bold;background-color:#000000;color:#ffffff;text-align:center;}
 #div_a_includeBlock_1561169028375{width:100px;height:99px;position:absolute;top:612px;left:44.666666666666664%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169028375{width:46.99999999999999%;height:229px;top:568.5932773109243px;left:2%;}}  #div_a_includeBlock_1561169028375  {background:#d1d1d1;} #div_a_includeBlock_1561169028375:hover {background:#939393;}


 #image_style_01_1561169015245{width:69%;height:67px;position:absolute;top:2px;left:16%;}   @media screen and (max-width:640px) {#image_style_01_1561169015245{height:100.76799999999999px;}} #image_style_01_1561169015245 > .view_contents{overflow:visible;} 

 #text_style_01_1561169015253{width:99.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1561169015253{width:50%;font-size:12px;color:#333;line-height:1.6;top:200px;left:25%;}}  #text_style_01_1561169015253>.view_contents {font-weight:bold;background-color:#000000;color:#ffffff;text-align:center;}
 #div_a_includeBlock_1561169015101{width:100px;height:100px;position:absolute;top:612px;left:30.916666666666664%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169015101{width:46.99999999999999%;height:229px;top:329.5932773109244px;left:51%;}}  #div_a_includeBlock_1561169015101  {background:#d1d1d1;} #div_a_includeBlock_1561169015101:hover {background:#939393;}


 #image_style_01_1561168805043{width:69%;height:67px;position:absolute;top:2px;left:16%;}   @media screen and (max-width:640px) {#image_style_01_1561168805043{height:100.76799999999999px;}} #image_style_01_1561168805043 > .view_contents{overflow:visible;} 

 #text_style_01_1561168843992{width:99.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:71px;left:0%;}   @media screen and (max-width:640px) {#text_style_01_1561168843992{width:50%;font-size:12px;color:#333;line-height:1.6;top:200px;left:25%;}}  #text_style_01_1561168843992>.view_contents {font-weight:bold;background-color:#000000;color:#ffffff;text-align:center;}
 #div_a_includeBlock_1561168683267{width:100px;height:99px;position:absolute;top:612px;left:17.25%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561168683267{width:46.99999999999999%;height:229px;top:329.5932773109244px;left:2%;}}  #div_a_includeBlock_1561168683267  {background:#d1d1d1;} #div_a_includeBlock_1561168683267:hover {background:#939393;}


 #text_style_01_1561168019889{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:29px;left:33.63939899833055%;}   @media screen and (max-width:640px) {#text_style_01_1561168019889{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1561168019889>.view_contents {text-align:center;font-weight:bold;color:#3f3f3f;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1561168019889>.view_contents {font-size:18px;}}

 #text_style_01_1561168296459{width:37.061769616026716%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:89px;left:30.63439065108514%;}   @media screen and (max-width:640px) {#text_style_01_1561168296459{width:50%;font-size:12px;color:#333;line-height:1.6;top:72px;left:25%;}}  #text_style_01_1561168296459>.view_contents {text-align:center;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1561168296459>.view_contents {font-size:18px;}}

 #div_a_includeBlock_1561168488370{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:49.624373956594326%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561168488370{height:1.5385642737896497px;}}  #div_a_includeBlock_1561168488370  {background:#ff0026;}

 #div_a_includeBlock_1561168465622{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:38.43906510851419%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561168465622{height:1.5385642737896497px;}}  #div_a_includeBlock_1561168465622  {background:#000000;}
 #div_a_includeBlock_1561169271776{width:99.83333333333333%;height:150px;position:absolute;top:2px;left:0.0833333333333357%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169271776{width:96.00000000000001%;height:166px;top:10px;left:2%;}}  #layout_1561163548886{height:738px;}   @media screen and (max-width:640px) {#layout_1561163548886{height:1046.578125px;}} #layout_1561163548886 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1561163548886  {background:transparent;}



 #text_style_01_1561169996628{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:29px;left:33.63939899833055%;}   @media screen and (max-width:640px) {#text_style_01_1561169996628{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1561169996628>.view_contents {text-align:center;font-weight:bold;color:#3f3f3f;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1561169996628>.view_contents {font-size:18px;}}

 #text_style_01_1561169996638{width:37.061769616026716%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:89px;left:33.0550918196995%;}   @media screen and (max-width:640px) {#text_style_01_1561169996638{width:50%;font-size:12px;color:#333;line-height:1.6;top:72px;left:25%;}}  #text_style_01_1561169996638>.view_contents {text-align:center;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1561169996638>.view_contents {font-size:18px;}}

 #div_a_includeBlock_1561169996644{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:49.624373956594326%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169996644{height:0.963009404388715px;}}  #div_a_includeBlock_1561169996644  {background:#ff0026;}

 #div_a_includeBlock_1561169996648{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:38.43906510851419%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169996648{height:0.963009404388715px;}}  #div_a_includeBlock_1561169996648  {background:#000000;}
 #div_a_includeBlock_1561169996507{width:159.5%;height:156px;position:absolute;top:1px;left:-28.625%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561169996507{width:96.00000000000001%;height:166px;top:10px;left:2%;}}  #div_a_includeBlock_1561169996507  {background:#ffffff;}

 #image_style_01_1561170230465{width:49.166666666666664%;height:546px;position:absolute;top:141px;left:-11.75%;}   @media screen and (max-width:640px) {#image_style_01_1561170230465{width:29.59247648902822%;height:87.63385579937307px;top:147px;left:66.68749999999999%;}} #image_style_01_1561170230465 > .view_contents{overflow:visible;} 

 #image_style_03_1561170313675{width:38.5%;height:200px;position:absolute;top:421px;left:71.41666666666666%;}   @media screen and (max-width:640px) {#image_style_03_1561170313675{width:96%;height:132.98701298701297px;top:453.62086878638604px;left:2%;}} #image_style_03_1561170313675 > .view_contents{overflow:visible;} 

 #image_style_03_1561170296052{width:38.5%;height:200px;position:absolute;top:203px;left:39.625%;}   @media screen and (max-width:640px) {#image_style_03_1561170296052{width:96%;height:132.98701298701297px;top:244.63385579937307px;left:2%;}} #image_style_03_1561170296052 > .view_contents{overflow:visible;} 

 #text_style_01_1561170655752{width:21.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:271px;left:79.875%;}   @media screen and (max-width:640px) {#text_style_01_1561170655752{width:96%;font-size:12px;color:#333;line-height:1.6;top:387.62086878638604px;left:2%;}}  #text_style_01_1561170655752>.view_contents {color:#191919;font-weight:normal;font-size:18px;text-align:center;background-color:transparent;} @media screen and (max-width:640px) { #text_style_01_1561170655752>.view_contents {font-size:18px;}}

 #text_style_01_1561170793669{width:31.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:473px;left:39.208333333333336%;}   @media screen and (max-width:640px) {#text_style_01_1561170793669{width:96%;font-size:12px;color:#333;line-height:1.6;top:596.607881773399px;left:2%;}}  #text_style_01_1561170793669>.view_contents {color:#191919;font-weight:normal;font-size:18px;text-align:center;background-color:transparent;} @media screen and (max-width:640px) { #text_style_01_1561170793669>.view_contents {font-size:18px;}} #layout_1561168656923{height:687px;}   @media screen and (max-width:640px) {#layout_1561168656923{height:690.607881773399px;}} #layout_1561168656923 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1561168656923  {background:#c6c6c6;}



 #text_style_01_1561171039855{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:29px;left:33.63939899833055%;}   @media screen and (max-width:640px) {#text_style_01_1561171039855{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1561171039855>.view_contents {text-align:center;font-weight:bold;color:#3f3f3f;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1561171039855>.view_contents {font-size:18px;}}

 #text_style_01_1561171039866{width:37.061769616026716%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:89px;left:31.971354166666664%;}   @media screen and (max-width:640px) {#text_style_01_1561171039866{width:50%;font-size:12px;color:#333;line-height:1.6;top:72px;left:25%;}}  #text_style_01_1561171039866>.view_contents {text-align:center;font-size:20px;} @media screen and (max-width:640px) { #text_style_01_1561171039866>.view_contents {font-size:18px;}}

 #div_a_includeBlock_1561171039870{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:49.624373956594326%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561171039870{height:1.536px;}}  #div_a_includeBlock_1561171039870  {background:#ff0026;}

 #div_a_includeBlock_1561171039874{width:11.352253756260435%;height:6px;position:absolute;top:131px;left:38.43906510851419%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561171039874{height:1.536px;}}  #div_a_includeBlock_1561171039874  {background:#000000;}
 #div_a_includeBlock_1561171039532{width:100%;height:154px;position:absolute;top:1px;left:0%;}   @media screen and (max-width:640px) {#div_a_includeBlock_1561171039532{width:96%;height:142.536px;top:10px;left:2%;}}  #div_a_includeBlock_1561171039532  {background:#ffffff;} #layout_1561170547087{height:398px;}   @media screen and (max-width:640px) {#layout_1561170547087{height:181px;}} #layout_1561170547087 > .view_contents{overflow:visible;max-width:1200px;} 





 #div_blank_1561598665915{width:50px;height:3px;position:absolute;left:4.9921875%;top:72px;z-index:2;display:block;}   @media screen and (max-width:640px) {#div_blank_1561598665915{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1561598665915 > .view_contents{overflow:visible;}  #div_blank_1561598665915  {box-sizing:border-box;background:#d00000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1561598665915  {box-sizing:border-box;}}

 #text_style_02_1561598665933{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.9921875%;top:31.5px;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598665933{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1561598665933>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1561598665933>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1561598665938{width:90.22869022869024%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:5%;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598665938{width:370px;top:0px;}}  #text_style_02_1561598665938>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:2em;} #diy_none_obj >.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1561598665938>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1561598665734{width:40.08333333333333%;height:291.5px;position:absolute;top:0px;left:20.25%;display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665734{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1561598665734  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}


 #div_blank_1561598666095{width:50px;height:3px;position:absolute;left:4.03125%;top:72px;z-index:2;display:block;}   @media screen and (max-width:640px) {#div_blank_1561598666095{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1561598666095 > .view_contents{overflow:visible;}  #div_blank_1561598666095  {box-sizing:border-box;background:#d00000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1561598666095  {box-sizing:border-box;}}

 #image_style_01_1561598666106{width:9.75%;height:25px;position:absolute;top:97.5px;left:1.0316265060240963%;display:block;}   @media screen and (max-width:640px) {#image_style_01_1561598666106{width:57.3921028466483%;height:200px;top:200px;left:21.30394857667585%;display:none;}} #image_style_01_1561598666106 > .view_contents{overflow:visible;} 

 #image_style_01_1561598666114{width:6.833333333333333%;height:25px;position:absolute;top:136.5px;left:2.5828313253012047%;display:block;}   @media screen and (max-width:640px) {#image_style_01_1561598666114{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1561598666114 > .view_contents{overflow:visible;} 

 #image_style_01_1561598666118{width:10%;height:35px;position:absolute;top:168px;left:1.088102409638554%;display:block;}   @media screen and (max-width:640px) {#image_style_01_1561598666118{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1561598666118 > .view_contents{overflow:visible;} 

 #text_style_02_1561598666123{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:11.74609375%;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598666123{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1561598666123>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1561598666123>.view_contents {box-sizing:border-box;}}

 #text_style_02_1561598666136{width:66.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:135.5px;left:12.345632530120481%;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598666136{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1561598666136>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1561598666136>.view_contents {box-sizing:border-box;}}

 #text_style_02_1561598666140{width:88.1015625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:171.5px;left:11.80722891566265%;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598666140{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1561598666140>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#bfbfbf;line-height:30px;} #diy_none_obj >.view_contents {box-sizing:border-box;line-height:25px;} @media screen and (max-width:640px) { #text_style_02_1561598666140>.view_contents {box-sizing:border-box;}}

 #text_style_02_1561598666147{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:4.046875%;top:31.5px;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598666147{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1561598666147>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1561598666147>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1561598665744{width:34.583333333333336%;height:203px;position:absolute;top:4px;left:65.41666666666666%;display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665744{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1561598665744  {border-left-color:#ffffff;border-left-style:none;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1561598665744  {border-left-width:0px;}}


 #text_style_02_1561598666200{width:62.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:12.596240942028986%;top:29.5px;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598666200{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1561598666200>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;letter-spacing:2px;} #diy_none_obj >.view_contents {box-sizing:border-box;font-size:24px;} @media screen and (max-width:640px) { #text_style_02_1561598666200>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1561598666204{width:50px;height:3px;position:absolute;left:12.596240942028986%;top:70px;z-index:2;display:block;}   @media screen and (max-width:640px) {#div_blank_1561598666204{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1561598666204 > .view_contents{overflow:visible;}  #div_blank_1561598666204  {box-sizing:border-box;background:#d00000;} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_1561598666204  {box-sizing:border-box;}}

 #dh_style_03_1561598666211{width:36.91756272401434%;z-index:999;left:8.973052536231885%;top:97.5px;position:absolute;display:block;}   @media screen and (max-width:640px) {#dh_style_03_1561598666211{width:14.348025711662075%;z-index:999;left:42.82598714416896%;top:240px;}} #dh_style_03_1561598666211 > .view_contents{overflow:visible;}  #dh_style_03_1561598666211 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#bfbfbf;} #dh_style_03_1561598666211 #hot>a {background:transparent;color:#bfbfbf;} #dh_style_03_1561598666211 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#bfbfbf;} #dh_style_03_1561598666211 .mainMenuSet:hover {background:transparent;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1561598666211 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1561598666211{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1561598666211{
		
	}
}
 #div_includeBlock_1561598665748{width:212px;height:237.5px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665748{width:100%;height:240px;top:145px;left:0%;display:none;}}  #div_includeBlock_1561598665748  {border-bottom-color:#ffffff;border-bottom-style:none;border-bottom-width:1px;}
 #div_includeBlock_1561598665607{width:1200px;height:292px;position:absolute;top:15.5px;left:calc(50% - 600px);display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665607{width:96%;height:227px;top:13px;left:2%;display:none;}} 


 #text_style_02_1561598665777{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:21px;left:0%;display:block;}   @media screen and (max-width:640px) {#text_style_02_1561598665777{width:100%;top:11px;left:0%;}}  #text_style_02_1561598665777>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:center;} #diy_none_obj >.view_contents {box-sizing:border-box;} @media screen and (max-width:640px) { #text_style_02_1561598665777>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;}}
 #div_includeBlock_1561598665617{width:100%;height:72px;position:absolute;top:336.5px;left:0%;display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665617{width:96.00000000000001%;height:52px;top:0px;left:1.999999999999993%;display:block;}}  #div_includeBlock_1561598665617  {background:#000000;}
 #div_includeBlock_1561598665469{width:159.66666666666666%;height:408.5px;position:absolute;top:2px;left:-28.916666666666668%;display:block;}   @media screen and (max-width:640px) {#div_includeBlock_1561598665469{width:100%;height:52px;top:133px;left:0%;}}  #div_includeBlock_1561598665469  {background:#212121;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1561598665469  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:411px;z-index:99999;display:block;}   @media screen and (max-width:640px) {#comm_layout_footer{height:857px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#8c8c8c;}

	#image_style_01_1560847068202 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1560847068202 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1560847068202 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1560847068202 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;}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
/*.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    !* color: #cccccc; *!
}*/
.lang-list  > span{
    padding: 0 5px;
}
.lang-list > .lang-item {
    font-size:14px;
}/*菜单样式*/
.menuStyle_35{width:100%; position:relative;}
.menuStyle_35 *{box-sizing: border-box;}
.menuStyle_35 .miniMenu *,
.menuStyle_35 .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_35 .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_35 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_35 ul,.menuStyle_35 li{padding:0;margin:0px;list-style:none}
.menuStyle_35 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_35 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_35 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_35 .menuUl>li{position:relative;}
.menuStyle_35 .menuUl>li>a{position: relative; text-decoration:none;font-size:16px; background:#0bb2dc ; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_35 .menuUl>li>a:hover{background: #1fcefb;}
.menuStyle_35 .menuUl #hot>a{color:#fff; background: #1fcefb;}
.menuStyle_35 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_35 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_35 .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_35 .menuLayout .miniMenu{display:none;}
.menuStyle_35 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_35 .menuUl>.logo{background: #fff;}
.menuStyle_35 .menuUl>.logo a{background: #fff;}
.menuStyle_35 .menuUl>.logo a:hover{background: #fff;}
.menuStyle_35 .menuUl>li>#menuLogo{height: 85%; background: #fff;}

.menuStyle_35 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_35 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_35 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_35 .menuUl02 .subMenu02.subCurSet{color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover {background: #f7f5f8; color: #53bdd7; border-left: 2px solid #53bdd7;}
.menuStyle_35 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_35 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_35 .menuUl03{position: absolute; background: #fff; left: 100%; top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_35 .menuUl03 .subMenu03{color: #5f6366; padding: 0 15px; line-height: 40px;}
.menuStyle_35 .menuUl03 .subMenu03:hover{background:#f6f6f6; color: #77c6cb;}
.menuStyle_35 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* .menuStyle_35 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);} */
.menuStyle_35 .menuUl03 .subMenu03.thrCurSet {color: #53bdd7;background: #f7f7f7;}
.menuStyle_35 .rflex { position: relative;}
.menuStyle_35 .maxWidth{margin: auto;}

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


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


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

	#image_style_01_1561428129681 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561428129681 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561428129681 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561428129681 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_1561163517499 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561163517499 .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_1561163517499 .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_1561163517499 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;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

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

}


/* banner样式 */

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

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

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

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

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

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

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

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


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1561168643225 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1561168643225 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1561168643225 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1561168643225 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }

	#image_style_01_1561169055414 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561169055414 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561169055414 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561169055414 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_1561169041431 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561169041431 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561169041431 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561169041431 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_1561169028475 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561169028475 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561169028475 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561169028475 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_1561169015245 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561169015245 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561169015245 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561169015245 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_1561168805043 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561168805043 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561168805043 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561168805043 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_1561170230465 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1561170230465 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1561170230465 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1561170230465 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_03_1561170313675 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1561170313675 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1561170313675 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1561170296052 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1561170296052 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1561170296052 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_01_1561598666106 .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_1561598666106 .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_1561598666106 .CompatibleImg img{null}}
#image_style_01_1561598666106 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_1561598666114 .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_1561598666114 .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_1561598666114 .CompatibleImg img{null}}
#image_style_01_1561598666114 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_1561598666118 .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_1561598666118 .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_1561598666118 .CompatibleImg img{null}}
#image_style_01_1561598666118 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_3 {position: relative; width: 100%; height: 100%;}
.menuStyle_3 *{transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.menuStyle_3 .ddsmoothmenu-v {display:block}
.menuStyle_3 .ddsmoothmenu-v ul{ background: #414141;}
.menuStyle_3 .ddsmoothmenu-v ul li { line-height: 36px; height: 36px; border-bottom: 1px solid #333; border-right: 1px solid #333;color: white;}
.menuStyle_3 .ddsmoothmenu-v ul li:hover {background:#000;}
.menuStyle_3 .menuLi01 { position: relative;}
.menuStyle_3 .menuLi01:hover .menuUl02{display:block;}
.menuStyle_3 .menuLi01 a { display:block; color: inherit;  padding-left: 15px; padding-right: 15px;}
.menuStyle_3 .menuUl02 { display:none; position: absolute; left: 100%; top: 0; white-space: nowrap;}
.menuStyle_3 #hot>a{background:#ffcc00;}
.menuStyle_3 .mobi_top { display:none; width: 100%; height: 100%; position: relative; cursor: pointer; font-size:40px;}
.menuStyle_3 .icoFont { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.menuStyle_3 .header_nav { width: 100%; height: calc(100% - 40px); overflow: hidden;}
.menuStyle_3 .header_nav li { position: relative; line-height: 180%; color: #fff;}
.menuStyle_3 .header_nav li a { color: inherit; display: block; padding: 15px;}
.menuStyle_3 .header_scroll { overflow-y: scroll; height: 100%; width: calc(100% + 17px);}
.menuStyle_3 .mobi_title { height: 40px; line-height: 40px; border-bottom: 1px solid #333; color: #fff; text-align: center; overflow: hidden;}
.menuStyle_3 .m_icoFont { width:50px; height: 100%; display: block; float: right; border-left: 1px solid #333; cursor: pointer; font-size: 22px;}
.menuStyle_3 .mobi_main { display:none; position: fixed; left: 0; top: 0; background: #414141; width: 100vw; height: 100vh; z-index: 999;}
.menuStyle_3 .mobi_border { position: relative; border-bottom: 1px solid #333; line-height: 120%;}
.menuStyle_3 .mobi_more { position: absolute; top: 0; right: 17px; width: 50px; height: 100%; color: #fff; border-left: 1px solid #333; cursor: pointer; text-align: center;}
.menuStyle_3 .mobi_add { display: block; font-size: 22px; position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.menuStyle_3 .mobi_menuLi02 .mobi_border { padding-left: 30px;}
.menuStyle_3 .mobi_menuUl02 { display: none;}





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}

				.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 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px;}
				}
				