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

 #user_style_05_1496364465158{width:13.155703580349709%;position:absolute;top:22px;left:86.76103247293922%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1496364465158{left:84.41145281018028%;width:15.588547189819725%;top:14px;}}   @media screen and (max-width:640px) {#user_style_05_1496364465158{width:113px;top:45px;left:70.26315789473684%;display:none;}}  #user_style_05_1496364465158 .textSet {color:#ffffff;font-size:14px;height:20px;line-height:20px;text-align:left;} @media screen and (max-width:640px) { #user_style_05_1496364465158 .textSet {color:#383838;}}
/*----------------------电脑板式样式----------------------*/

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

 #dh_style_01_1496307310958{width:52.539550374687764%;z-index:999;position:absolute;top:40px;left:47.377185678601165%;display:block;}   @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;display:block;}}   @media screen and (max-width:640px) {#dh_style_01_1496307310958{width:69px;z-index:3;top:24.5px;left:77.74647887323944%;display:block;}} #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.953125px;top:10.046875px;left:10px;}} #div_includeBlock_1496306504588 > .view_contents{overflow:visible;}  #layout_1498534756049{height:107px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498534756049{height:174px;}}   @media screen and (max-width:640px) {#layout_1498534756049{height:143px;}} #layout_1498534756049 > .view_contents{overflow:visible;} 
 #layout_diy_1496311030{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1496311030{height:1px;}}   @media screen and (max-width:640px) {#layout_diy_1496311030{height:1px;}} 


 #text_style_02_1496377646967{width:14.1%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:30px;left:42.95%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496377646967{left:calc(50% - 67px);top:27px;width:134px;}}   @media screen and (max-width:640px) {#text_style_02_1496377646967{width:50%;top:20px;left:25%;}}  #text_style_02_1496377646967>.view_contents {box-sizing:border-box;background:transparent;font-size:20px;color:#3f3e3a;text-align:center;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496377646967>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496377646967>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1496377646967{

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

 #image_style_01_1498805222795{width:20%;height:30px;position:absolute;top:80px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498805222795{width:27.571580063626723%;left:36.21420996818664%;top:77px;}}   @media screen and (max-width:640px) {#image_style_01_1498805222795{width:55.09641873278237%;height:35px;top:60.5px;left:22.451790633608816%;}} #image_style_01_1498805222795 > .view_contents{overflow:visible;} 

 #map_style_01_1496619399556{width:98%;height:423px;position:absolute;top:153px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1496619399556{width:98%;left:0.9544008483563097%;top:131px;}}   @media screen and (max-width:640px) {#map_style_01_1496619399556{width:96%;height:300px;top:117px;left:2%;}}  #layout_1496377324554{height:609px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1496377324554{height:582px;}}   @media screen and (max-width:640px) {#layout_1496377324554{height:435px;}} #layout_1496377324554 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1496377324554  {background:#f7f7f7;}


 #text_style_02_1496619464589{width:31.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:140px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496619464589{top:141px;left:36.21420996818664%;}}   @media screen and (max-width:640px) {#text_style_02_1496619464589{width:59.46666666666667%;top:121px;left:24.133333333333333%;}}  #text_style_02_1496619464589>.view_contents {box-sizing:border-box;color:#565656;font-size:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496619464589>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1496619464589>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;}}

 #text_style_02_1496377833867{width:14.166666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:30px;left:42.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496377833867{left:42.94803817603394%;}}   @media screen and (max-width:640px) {#text_style_02_1496377833867{width:50%;top:14px;left:23.94736842105263%;}}  #text_style_02_1496377833867>.view_contents {box-sizing:border-box;background:transparent;font-size:20px;color:#3f3e3a;text-align:center;border-top-left-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496377833867>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496377833867>.view_contents {box-sizing:border-box;}}
/*----------------------电脑板式样式----------------------*/
#text_style_02_1496377833867{
 
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_02_1496377833867{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_02_1496377833867{
		
	}
}

 #image_style_01_1498805333183{width:20%;height:30px;position:absolute;top:80px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1498805333183{width:27.571580063626723%;left:36.21420996818664%;}}   @media screen and (max-width:640px) {#image_style_01_1498805333183{width:55.09641873278237%;height:35px;top:62.5px;left:22.5%;}} #image_style_01_1498805333183 > .view_contents{overflow:visible;}  #layout_1498535006397{height:291px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498535006397{height:298px;}}   @media screen and (max-width:640px) {#layout_1498535006397{height:249px;}} #layout_1498535006397 > .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;}}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}


	#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;*/

	#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;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}
.PopUpLogin .v9_hide_if_logined a{color: inherit;font-size: inherit;text-decoration:inherit;}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit; color: inherit !important;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
/*菜单样式*/
.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;*/

	#image_style_01_1498805222795 .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_1498805222795 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1498805222795 .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_1498805222795 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_1498805333183 .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_1498805333183 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1498805333183 .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_1498805333183 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.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;}

	
