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

body{ background-position:left top; }



 #qqol_style_01_1493882317630{width:17.5%;position:absolute;top:0px;left:16.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1493882317630{left:21.07438016528926%;}}   @media screen and (max-width:640px) {#qqol_style_01_1493882317630{width:57.85123966942148%;top:47px;display:none;}} #qqol_style_01_1493882317630 > .view_contents{overflow:visible;} 

 #image_logo_1494988715341{width:16.666666666666664%;height:100px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1494988715341{left:0%;width:21.208907741251327%;top:0%;height:100px;}}   @media screen and (max-width:640px) {#image_logo_1494988715341{width:125px;height:66px;top:0px;left:0%;}} 

 #dh_style_01_1494482345692{width:831px;z-index:999;left:30.75%;top:36px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1494482345692{width:569px;z-index:999;left:calc(100% - 569px);top:34px;}}   @media screen and (max-width:640px) {#dh_style_01_1494482345692{width:12.368421052631579%;z-index:999;left:87.63157894736841%;top:11px;}} #dh_style_01_1494482345692 > .view_contents{overflow:visible;}  #dh_style_01_1494482345692 .mainMenuSet {color:#afafaf;font-size:16px;margin-right:10px;} #dh_style_01_1494482345692 #hot>a {color:#ffffff;} #dh_style_01_1494482345692 .mainMenuSet:hover {color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1494482345692 .mainMenuSet {font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1494482345692 .icoMenuSet {color:#ffffff;line-height:44px;height:44px;}} @media screen and (max-width:640px) { #dh_style_01_1494482345692 .columnSet {height:44px;line-height:44px;}} @media screen and (max-width:640px) { #dh_style_01_1494482345692 #hot>a {padding-left:50px;}} @media screen and (max-width:640px) { #dh_style_01_1494482345692 .mainMenuSet {padding-right:0px;padding-left:30px;}} @media screen and (max-width:640px) { #dh_style_01_1494482345692  {}} @media screen and (max-width:640px) { #dh_style_01_1494482345692 .mainMenuSet:hover {padding-left:50px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1494482345692{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1494482345692{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}
 #div_includeBlock_1484118319812{width:1200px;height:100px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:100px;width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:66px;top:0px;left:0%;display:block;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;}  #comm_layout_header{height:100px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:100px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#000000;}
 #layout_1505985130831{height:20px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505985130831{}}   @media screen and (max-width:640px) {#layout_1505985130831{}} #layout_1505985130831 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_01_1505986939752{width:53.93586005830904%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:21px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505986939752{left:10.260177752293579%;width:57.291666666666664%;top:18px;}}   @media screen and (max-width:640px) {#text_style_01_1505986939752{width:60%;top:9px;left:4.91600790513834%;}}  #text_style_01_1505986939752>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505986939752>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1505986939752>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1505987011540{width:68.28828828828829%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:86px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505987011540{left:10.263157894736842%;width:79.47368421052632%;top:62px;}}   @media screen and (max-width:640px) {#text_style_01_1505987011540{width:86.95652173913044%;top:34px;left:4.91600790513834%;}}  #text_style_01_1505987011540>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;line-height:27px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505987011540>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1505987011540>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}
 #div_a_includeBlock_1505986832390{width:46.25%;height:214px;position:absolute;top:196px;left:53.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1505986832390{width:436px;height:175px;left:calc(100% - 436px);top:118px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1505986832390{width:79.0625%;height:127px;top:175px;left:20.9375%;}}  #div_a_includeBlock_1505986832390  {background:#065454;} #layout_1506043601580{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506043601580{height:343px;}}   @media screen and (max-width:640px) {#layout_1506043601580{height:330px;}} #layout_1506043601580 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1506043601580  {background: url(../img/upimages/pkgimg/1/ab1.jpg);background-repeat:no-repeat;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1506043601580  {background-size:auto 100%;background-position-x:50%;}}



 #text_style_01_1505993566178{width:53.93586005830904%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:23px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505993566178{left:5.7894736842105265%;width:57.291666666666664%;top:23px;}}   @media screen and (max-width:640px) {#text_style_01_1505993566178{width:60%;top:21px;left:4.508196721311475%;}}  #text_style_01_1505993566178>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505993566178>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1505993566178>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1505993566215{width:71.71171171171171%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:69px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505993566215{left:5.787700688073395%;width:80.96330275229357%;top:66px;}}   @media screen and (max-width:640px) {#text_style_01_1505993566215{width:92.62295081967213%;top:46px;left:4.918032786885249%;}}  #text_style_01_1505993566215>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;line-height:27px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505993566215>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1505993566215>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}
 #div_a_includeBlock_1505993565772{width:46.25%;height:172px;position:absolute;top:272px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1505993565772{left:0%;top:131px;height:166px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1505993565772{width:76.3232421875%;height:144px;top:160px;left:0%;}}  #div_a_includeBlock_1505993565772  {background:#065454;} #layout_1505987518994{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505987518994{height:346px;}}   @media screen and (max-width:640px) {#layout_1505987518994{height:330px;}} #layout_1505987518994 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1505987518994  {background: url(../img/upimages/pkgimg/1/ab2.jpg);background-repeat:no-repeat;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1505987518994  {background-size:auto 100%;background-position-x:50%;}}



 #text_style_01_1505995296353{width:53.93586005830904%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:21px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505995296353{left:10%;width:57.291666666666664%;top:10px;}}   @media screen and (max-width:640px) {#text_style_01_1505995296353{width:60%;top:11px;left:4.9%;}}  #text_style_01_1505995296353>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505995296353>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1505995296353>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1505995296366{width:77.83783783783784%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:80px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1505995296366{left:10%;width:79.47368421052632%;top:52px;}}   @media screen and (max-width:640px) {#text_style_01_1505995296366{width:81.9672131147541%;top:41px;left:4.9%;}}  #text_style_01_1505995296366>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;line-height:27px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1505995296366>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1505995296366>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1506046858610{width:28.10810810810811%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:126px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1506046858610{left:10.002150229357799%;top:94px;}}   @media screen and (max-width:640px) {#text_style_01_1506046858610{width:52.40867506877359%;top:90px;left:4.9%;}}  #text_style_01_1506046858610>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:20px;background:#0e9393;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1506046858610>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1506046858610>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}
 #div_a_includeBlock_1505995296118{width:46.25%;height:198px;position:absolute;top:226.99147033691406px;left:53.76515165964763%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1505995296118{height:152px;left:53.76458112407211%;top:141px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1505995296118{width:76.3232421875%;height:132px;top:163px;left:23.75%;}}  #div_a_includeBlock_1505995296118  {background:#065454;} #layout_1506046794675{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1506046794675{height:345px;}}   @media screen and (max-width:640px) {#layout_1506046794675{height:329px;}} #layout_1506046794675 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1506046794675  {background: url(../img/upimages/pkgimg/ab3.jpg);background-size:100% auto;background-repeat:no-repeat;} @media screen and (max-width:640px) { #layout_1506046794675  {background-size:auto 100%;background-position-x:50%;}}



 #text_style_01_1506044878640{width:68.28828828828829%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:69px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1506044878640{left:5.787700688073395%;width:79.47368421052632%;top:59px;}}   @media screen and (max-width:640px) {#text_style_01_1506044878640{width:90.1639344262295%;top:35px;left:4.918032786885249%;}}  #text_style_01_1506044878640>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;line-height:27px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1506044878640>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;line-height:22px;}} @media screen and (max-width:640px) { #text_style_01_1506044878640>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1506044878594{width:53.93586005830904%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:23px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1506044878594{left:5.787700688073395%;width:57.291666666666664%;top:18px;}}   @media screen and (max-width:640px) {#text_style_01_1506044878594{width:60%;top:10px;left:4.30327868852459%;}}  #text_style_01_1506044878594>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:26px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1506044878594>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1506044878594>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_01_1506047876652{width:38.55855855855856%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:167px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1506047876652{left:5.787700688073395%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1506047876652{width:47.13114754098361%;top:123px;left:4.918032786885246%;}}  #text_style_01_1506047876652>.view_contents {box-sizing:border-box;color:#ffffff;text-align:center;font-size:20px;background:#0e9393;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1506047876652>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1506047876652>.view_contents {box-sizing:border-box;font-size:12px;line-height:24px;}}
 #div_a_includeBlock_1506044878255{width:46.25%;height:241px;position:absolute;top:180px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1506044878255{left:0%;top:100px;height:194px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1506044878255{width:76.3232421875%;height:160px;top:67px;left:0%;}}  #div_a_includeBlock_1506044878255  {background:#065454;} #layout_1505995276091{height:515px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505995276091{height:344px;}}   @media screen and (max-width:640px) {#layout_1505995276091{height:269px;}} #layout_1505995276091 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1505995276091  {background: url(../img/upimages/pkgimg/1/ab4.jpg);background-repeat:no-repeat;background-size:100% auto;} @media screen and (max-width:640px) { #layout_1505995276091  {background-size:auto 100%;background-position-x:50%;}}
/*----------------------电脑板式样式----------------------*/
#layout_1505995276091{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1505995276091{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1505995276091{
		
	}
}


 #text_style_01_1483179247661{width:46%;font-size:46px;color:#333;line-height:50px;font-family:宋体;position:absolute;top:177.5px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1483179247661{left:0.8333333333333334%;top:40.5px;width:56.35416666666667%;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1483179247661{width:100%;top:169.5px;left:0%;display:none;}}  #text_style_01_1483179247661>.view_contents {box-sizing:border-box;color:#ffffff;font-size:12px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1483179247661>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1495015529311{width:12.833333333333332%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:50.233072916666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495015529311{width:122px;}}   @media screen and (max-width:640px) {#text_style_02_1495015529311{width:93.47368421052634%;top:0px;left:3.2631578947368283%;display:none;}}  #text_style_02_1495015529311>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495015529311>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495015529311>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495015529328{width:12.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:68.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495015529328{width:124px;left:68.12201749734889%;top:40px;}}   @media screen and (max-width:640px) {#text_style_02_1495015529328{width:93.47368421052634%;top:131px;left:3.2631578947368283%;display:none;}}  #text_style_02_1495015529328>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495015529328>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495015529328>.view_contents {box-sizing:border-box;}}

 #image_style_01_1495015529294{width:4.166666666666666%;height:50px;position:absolute;top:30px;left:19.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529294{width:45px;left:15.66310975609756%;top:30.5px;height:45px;}}   @media screen and (max-width:640px) {#image_style_01_1495015529294{width:50.526315789473685%;height:200px;top:0px;left:24.736842105263158%;display:none;}} #image_style_01_1495015529294 > .view_contents{overflow:visible;} 

 #text_style_02_1495015529299{width:19%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:23.510416666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495015529299{width:229px;left:20.43511399787911%;top:37.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495015529299{width:93.47368421052634%;top:0px;left:3.2631578947368283%;display:none;}}  #text_style_02_1495015529299>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495015529299>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495015529299>.view_contents {box-sizing:border-box;}}

 #image_logo_1493865326517{width:17.833333333333336%;height:106px;position:absolute;top:27.5px;left:1.125%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1493865326517{width:134px;left:0.7804215270413574%;top:35.5px;height:76px;}}   @media screen and (max-width:640px) {#image_logo_1493865326517{width:28.947368421052637%;height:96px;top:35px;left:35.526315789473685%;display:none;}} 

 #image_style_01_1495015529306{width:3.916666666666667%;height:47px;position:absolute;top:27px;left:46.06640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529306{width:45px;left:44.92146076352068%;height:45px;top:28px;}}   @media screen and (max-width:640px) {#image_style_01_1495015529306{width:50.526315789473685%;height:200px;top:979.5px;left:24.736842105263158%;display:none;}} #image_style_01_1495015529306 > .view_contents{overflow:visible;} 

 #text_style_02_1495015529321{width:12.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:35.5px;left:87.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495015529321{width:128px;left:86.04354453870626%;top:40px;}}   @media screen and (max-width:640px) {#text_style_02_1495015529321{width:93.47368421052634%;top:677.5px;left:3.2631578947368283%;display:none;}}  #text_style_02_1495015529321>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;color:#ffffff;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495015529321>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1495015529321>.view_contents {box-sizing:border-box;}}

 #image_style_01_1495015529325{width:3.916666666666667%;height:47px;position:absolute;top:30px;left:64.55208333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529325{width:45px;left:63.16940615058324%;height:45px;top:30.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495015529325{width:50.526315789473685%;height:200px;top:277.5px;left:24.736842105263158%;display:none;}} #image_style_01_1495015529325 > .view_contents{overflow:visible;} 

 #image_style_01_1495015529317{width:4.166666666666666%;height:50px;position:absolute;top:27.5px;left:83%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529317{height:45px;width:45px;left:81.2715402969247%;top:32.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495015529317{width:50.526315789473685%;height:200px;top:477.5px;left:24.736842105263158%;display:none;}} #image_style_01_1495015529317 > .view_contents{overflow:visible;} 

 #dh_style_01_1495015419077{width:61.25000000000001%;z-index:999;position:absolute;top:80px;left:19.374999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1495015419077{z-index:999;left:16.223157476139978%;top:88.5px;width:699px;}}   @media screen and (max-width:640px) {#dh_style_01_1495015419077{width:12.121212121212121%;z-index:999;top:223.5px;left:43.93939393939394%;display:none;}} #dh_style_01_1495015419077 > .view_contents{overflow:visible;}  #dh_style_01_1495015419077 #hot>a {color:#ffffff;} #dh_style_01_1495015419077 .mainMenuSet {color:#ffffff;} #dh_style_01_1495015419077 .mainMenuSet:hover {color:#ffc001;}

 #text_default_1495015748519{width:33%;height:35px;position:absolute;top:124px;left:33.5%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1495015748519{left:calc(50% - 155.5px);top:140.5px;}}   @media screen and (max-width:640px) {#text_default_1495015748519{width:87.5%;height:35px;top:9px;left:6.25%;display:block;}}  #comm_layout_footer{height:167px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:191px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:54px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#252525;border-top-style:solid;border-top-width:1px;border-top-color:#f7f7f8;}

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




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

	#image_style_01_1495015529294 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529294 .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_1495015529294 .CompatibleImg img{null}}
#image_style_01_1495015529294 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;*/

	#image_style_01_1495015529306 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495015529306 .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_1495015529306 .CompatibleImg img{null}}
#image_style_01_1495015529306 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_1495015529325 .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_1495015529325 .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_1495015529325 .CompatibleImg img{null}}
#image_style_01_1495015529325 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_1495015529317 .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_1495015529317 .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_1495015529317 .CompatibleImg img{null}}
#image_style_01_1495015529317 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;}




@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;}
}
