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

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-repeat:repeat; }
body{ background-attachment:fixed; }
body{ background-position:left top ; }



 #text_style_02_1496306556919{width:13.238967527060783%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:2.582483347210658%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496306556919{left:2.863202545068929%;width:25.344644750795336%;top:10px;}}   @media screen and (max-width:640px) {#text_style_02_1496306556919{width:13.238967527060783%;top:2.9558701082431305px;left:2.582483347210658%;}}  #text_style_02_1496306556919>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;font-weight:normal;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496306556919>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496306556919>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1496624728796{width:2.8309741881765196%;height:20px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1496624728796{left:0.10604453870625664%;width:3%;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1496624728796{width:2.8309741881765196%;height:5.911740216486261px;top:4.729392173189009px;left:0%;}} #image_style_01_1496624728796 > .view_contents{overflow:visible;} 

 #dh_style_01_1496307310958{width:52.539550374687764%;z-index:999;position:absolute;top:40px;left:47.377185678601165%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1496307310958{z-index:999;left:34.994697773064686%;width:61.93001060445387%;top:93px;}}   @media screen and (max-width:640px) {#dh_style_01_1496307310958{width:69px;z-index:3;top:24.5px;left:77.74647887323944%;}} #dh_style_01_1496307310958 > .view_contents{overflow:visible;}  #dh_style_01_1496307310958 .mainMenuSet {font-size:16px;font-weight:normal;color:#1f84d4;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:5px;margin-right:5px;} #dh_style_01_1496307310958 #hot>a {color:#ffffff;background:#1f84d4;font-weight:normal;} #dh_style_01_1496307310958 .mainMenuSet:hover {background:#1f84d4;color:#ffffff;} #dh_style_01_1496307310958 .modSet {} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .mainMenuSet {margin-left:-24px;margin-right:0px;text-align:center;margin-top:5px;margin-bottom:5px;color:#8ccdff;}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .icoMenuSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .columnSet {}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .icoMenuSet:active {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1496307310958{
	
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1496307310958{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1496307310958 .icoMenuSet
}

 #image_logo_1496307245217{width:15.903413821815155%;height:80px;position:absolute;top:10px;left:1.2489592006661114%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1496307245217{left:0.893093849416755%;width:22.057264050901377%;top:62px;}}   @media screen and (max-width:640px) {#image_logo_1496307245217{width:38.028169014084504%;height:61px;top:16.953125px;left:0%;}} 
 #div_includeBlock_1496306504588{width:1201px;height:107px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1496306504588{width:100%;left:0%;height:174px;}}   @media screen and (max-width:640px) {#div_includeBlock_1496306504588{width:355px;height:92.95587010824313px;top:10.046875px;left:10px;}} #div_includeBlock_1496306504588 > .view_contents{overflow:visible;}  #comm_layout_header{height:107px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:174px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:103.046875px;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#ffffff;box-shadow:#606060 2px 2px 8px ;}




 #text_style_01_1592126686360{width:88.49449204406365%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.148781630740394%;top:27px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592126686360{left:2.2696779964221823%;width:96.42218246869409%;top:10px;}}   @media screen and (max-width:640px) {#text_style_01_1592126686360{width:90.64516129032259%;font-size:12px;color:#333;line-height:1.6;top:18px;left:5.544354838709677%;}}  #text_style_01_1592126686360>.view_contents {font-size:14px;font-weight:normal;}

 #text_style_01_1592127053952{width:88.38451268357811%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.148531375166889%;top:1207px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592127053952{left:2.26688282647585%;width:95.16994633273703%;top:1164px;}}   @media screen and (max-width:640px) {#text_style_01_1592127053952{width:92.25806451612904%;font-size:12px;color:#333;line-height:1.6;top:1324px;left:3.870967741935484%;}}  #text_style_01_1592127053952>.view_contents {font-size:14px;}

 #image_style_01_1592127097391{width:83.84512683578103%;height:350px;position:absolute;left:8.753337783711615%;top:753px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592127097391{left:4.234682468694097%;width:91.23434704830053%;top:760px;height:309px;}}   @media screen and (max-width:640px) {#image_style_01_1592127097391{width:96%;height:193px;top:1074px;left:1.9959677419354838%;}} #image_style_01_1592127097391 > .view_contents{overflow:visible;} 

 #text_style_01_1592129309879{width:94.79305740987985%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.2696929238985315%;top:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129309879{width:94.81216457960645%;}}   @media screen and (max-width:640px) {#text_style_01_1592129309879{width:95.48387096774194%;font-size:12px;color:#333;line-height:1.6;top:290px;left:1.9959677419354838%;}}  #text_style_01_1592129309879>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592129365637{width:88.38451268357811%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:5.071345126835781%;top:223px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129365637{left:3.4604203935599287%;top:212px;width:529px;}}   @media screen and (max-width:640px) {#text_style_01_1592129365637{width:93.2258064516129%;font-size:12px;color:#333;line-height:1.6;top:349.953125px;left:3.870967741935484%;}}  #text_style_01_1592129365637>.view_contents {font-size:14px;font-weight:normal;text-indent:0em;}

 #text_style_01_1592129483565{width:89.58611481975967%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:4.539385847797063%;top:630px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129483565{width:526px;left:3.4296735241502683%;top:619px;}}   @media screen and (max-width:640px) {#text_style_01_1592129483565{width:92.58064516129032%;font-size:12px;color:#333;line-height:1.6;top:865px;left:3.870967741935484%;}}  #text_style_01_1592129483565>.view_contents {font-size:14px;font-weight:normal;text-indent:0em;}

 #text_style_01_1592129523700{width:94.25901201602136%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.2112817089452603%;top:1135px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129523700{left:2.26688282647585%;top:1114px;width:537px;}}   @media screen and (max-width:640px) {#text_style_01_1592129523700{width:96%;font-size:12px;color:#333;line-height:1.6;top:1275px;left:1.8346774193548385%;}}  #text_style_01_1592129523700>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592129642917{width:94.79305740987985%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:1.9442590120160215%;top:572px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129642917{width:95.70661896243293%;left:2.26688282647585%;top:561px;}}   @media screen and (max-width:640px) {#text_style_01_1592129642917{width:94.51612903225806%;font-size:12px;color:#333;line-height:1.6;top:811.953125px;left:2.8024193548387095%;}}  #text_style_01_1592129642917>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592127366480{width:94.79305740987985%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.3990320427236314%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592127366480{left:3.1753130590339893%;width:92.84436493738819%;top:10px;}}   @media screen and (max-width:640px) {#text_style_01_1592127366480{width:96%;font-size:12px;color:#333;line-height:1.6;top:0px;left:2%;}}  #text_style_01_1592127366480>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592127756953{width:93.99198931909211%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.8016522029372495%;top:80px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592127756953{left:4.24865831842576%;width:91.23434704830053%;top:61px;}}   @media screen and (max-width:640px) {#text_style_01_1592127756953{width:96%;font-size:12px;color:#333;line-height:1.6;top:50px;left:2%;}}  #text_style_01_1592127756953>.view_contents {font-size:14px;}

 #text_style_01_1592128887305{width:94.79305740987985%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.3990320427236314%;top:14px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592128887305{width:94.81216457960645%;}}   @media screen and (max-width:640px) {#text_style_01_1592128887305{width:96%;font-size:12px;color:#333;line-height:1.6;top:8px;left:1.9953547297297296%;}}  #text_style_01_1592128887305>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592128945703{width:93.99198931909211%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.6660547396528704%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592128945703{width:94.09660107334525%;}}   @media screen and (max-width:640px) {#text_style_01_1592128945703{width:96%;font-size:12px;color:#333;line-height:1.6;top:50px;left:2%;}}  #text_style_01_1592128945703>.view_contents {font-size:14px;}

 #text_style_01_1592129020085{width:94.5260347129506%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.2676068090787718%;top:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129020085{}}   @media screen and (max-width:640px) {#text_style_01_1592129020085{width:96%;font-size:12px;color:#333;line-height:1.6;top:5px;left:1.9953547297297296%;}}  #text_style_01_1592129020085>.view_contents {text-shadow:transparent 0px 0px 0px;background:#000000;color:#ffffff;font-size:15px;font-weight:bold;height:40px;line-height:30px;text-indent:2em;letter-spacing:0px;padding-top:4px;}

 #text_style_01_1592129089259{width:93.99198931909211%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:2.5346295060080104%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592129089259{width:94.63327370304114%;left:2.26688282647585%;top:62px;}}   @media screen and (max-width:640px) {#text_style_01_1592129089259{width:96%;font-size:12px;color:#333;line-height:1.6;top:50px;left:2%;}}  #text_style_01_1592129089259>.view_contents {font-size:14px;} #tab_style_03_1592126645489{width:46.56283566058002%;height:1338px;position:absolute;top:21px;left:21.160882116004295%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1592126645489{left:3.0902041357370096%;top:17px;width:677px;height:1452px;}}   @media screen and (max-width:640px) {#tab_style_03_1592126645489{width:96.26666666666667%;height:1924px;top:282px;left:2.1333333333333333%;}} 

 #text_style_01_1592127246401{width:11.063372717508056%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:292px;left:69.8702671858217%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592127246401{left:76.97507953340403%;top:255px;width:208px;}}   @media screen and (max-width:640px) {#text_style_01_1592127246401{width:46.400000000000006%;font-size:12px;color:#333;line-height:1.6;top:29px;left:50.449999999999996%;}} 

 #image_style_01_1592126866726{width:9.935553168635876%;height:215px;position:absolute;top:23px;left:69.76285580021482%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592126866726{left:77.29155620360551%;top:17px;width:166px;height:184px;}}   @media screen and (max-width:640px) {#image_style_01_1592126866726{width:151px;height:167px;top:15px;left:4.533333333333333%;}} #image_style_01_1592126866726 > .view_contents{overflow:visible;} 

 #button_style_01_1592210589907{width:9.642857142857144%;position:absolute;top:551.9934310913086px;left:69.74456242152623%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592210589907{left:76.99010245612725%;top:519.9901580810547px;width:199px;}}   @media screen and (max-width:640px) {#button_style_01_1592210589907{width:96%;top:222px;left:2%;}} #button_style_01_1592210589907 > .view_contents{overflow:visible;} 

 #text_style_01_1592210618738{width:5.153061224489796%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:523.2171401977539px;left:69.8702691525829%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592210618738{left:77.29913990968352%;top:488.20726013183594px;width:94px;}}   @media screen and (max-width:640px) {#text_style_01_1592210618738{width:96%;font-size:12px;color:#333;line-height:1.6;top:194.9802703857422px;left:1.9912281036376953%;}}  #text_style_01_1592210618738>.view_contents {font-size:12px;font-weight:bold;} #layout_1495852763623{height:1390px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495852763623{height:1491px;}}   @media screen and (max-width:640px) {#layout_1495852763623{height:2205.9901275634766px;}} #layout_1495852763623 > .view_contents{overflow:visible;} 
 #layout_1592120447831{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592120447831{height:64px;}}   @media screen and (max-width:640px) {#layout_1592120447831{height:12px;}} #layout_1592120447831 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1592118604621{width:46.99248120300752%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.256713211600427%;top:40.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592118604621{left:32.21102863202545%;top:39.5px;width:515px;}}   @media screen and (max-width:640px) {#text_style_01_1592118604621{width:96%;font-size:12px;color:#333;line-height:1.6;top:29px;left:2%;}}  #text_style_01_1592118604621>.view_contents {font-size:13px;color:#bfbfbf;} @media screen and (max-width:640px) { #text_style_01_1592118604621>.view_contents {text-align:center;}}

 #image_logo_1496307811439{width:14.410134600158352%;height:120px;position:absolute;top:27.489990234375px;left:11.441013460015835%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1496307811439{width:178px;left:7.133152173913043%;top:42.5px;}}   @media screen and (max-width:640px) {#image_logo_1496307811439{width:28.947368421052634%;height:96px;top:711px;left:35.526315789473685%;display:none;}} 

 #div_blank_13_1592120472026{width:30.290010741138563%;height:188px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1592120472026{height:217px;}}   @media screen and (max-width:640px) {#div_blank_13_1592120472026{width:96%;height:200px;top:0px;left:2%;display:none;}}  #div_blank_13_1592120472026  {box-sizing:border-box;} #div_blank_13_1592120472026 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1592120472026  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1592120472026  {box-sizing:border-box;}} #comm_layout_footer{height:188px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:217px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:178px;z-index:1;}}  #comm_layout_footer:active {} #comm_layout_footer  {background:#333333;} @media screen and (max-width:640px) { #comm_layout_footer  {background:#0b293f;}}

	#image_style_01_1496624728796 .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_1496624728796 .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_1496624728796 .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_1496624728796 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




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

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

.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;*/
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; }

/*内容区样式*/
.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(../img/tab/style_03/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(../img/tab/style_03/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_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; 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: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; 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: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; 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: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

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

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


#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_img{display:none;}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_nav{display:block !important;width: 65px;}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_box{width: calc(100% - 65px); left: 65px;}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_li{margin-top:9px}
#tab_style_03_1592126645489 #div_tab_style_03_1592126645489 .tab_li:first-child{margin-top:0px;}

    #tab_style_03_1592126645489 .tab_ul.tab_ul_top,#tab_style_03_1592126645489 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1592126645489 .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;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }

	#image_style_01_1592126866726 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592126866726 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1592126866726 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1592126866726 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;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1592210589907 .button_default .buttonImg {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) {#button_style_01_1592210589907 .button_default .buttonImg {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) {#button_style_01_1592210589907 .button_default .buttonImg {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);}}.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;*/
.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
