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



 #image_style_01_1483435265956{width:16.666666666666664%;position:absolute;top:9.5px;left:0%;height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483435265956{left:10.958333333333334%;top:11px;height:100px;width:16.666666666666664%;}}   @media screen and (max-width:640px) {#image_style_01_1483435265956{width:48.94736842105264%;height:82px;top:7.5px;left:25.526315789473685%;}} #image_style_01_1483435265956 > .view_contents{overflow:visible;} 

 #dh_style_01_1483435618649{width:800px;z-index:999;left:33.33333333333333%;top:38px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1483435618649{width:561px;z-index:999;left:42.125%;top:39px;}}   @media screen and (max-width:640px) {#dh_style_01_1483435618649{width:44px;z-index:1000;left:88.42105263157895%;top:26.5px;}} #dh_style_01_1483435618649 > .view_contents{overflow:visible;}  #dh_style_01_1483435618649 #hot>a {background:transparent;color:#00684d;font-weight:bold;border-top-width:0px;border-bottom-width:2px;border-bottom-style:solid;} #dh_style_01_1483435618649 .mainMenuSet:hover {color:#00684d;font-weight:bold;border-bottom-width:2px;border-bottom-style:solid;} #dh_style_01_1483435618649  {background:transparent;} @media screen and (max-width:640px) { #dh_style_01_1483435618649 .mainMenuSet {padding-left:0px;border-bottom-style:none;text-align:center;margin-left:-15px;}} @media screen and (max-width:640px) { #dh_style_01_1483435618649 #hot>a {padding-left:0px;border-bottom-style:none;color:#ffffff;background:#00684D;font-weight:normal;}} @media screen and (max-width:640px) { #dh_style_01_1483435618649 .mainMenuSet:hover {padding-left:0px;border-bottom-color:#0037dd;border-bottom-style:none;border-bottom-width:0px;color:#ffffff;background:#00684D;font-weight:normal;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1483435618649{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1483435618649{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}
 #div_includeBlock_1484118319812{width:1200px;height:120px;position:absolute;top:1px;left:calc(50% - 600px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1484118319812{height:122px;}}   @media screen and (max-width:640px) {#div_includeBlock_1484118319812{width:100%;height:96px;top:0px;left:0%;display:block;}} #div_includeBlock_1484118319812 > .view_contents{overflow:visible;}  #comm_layout_header{height:121px;z-index:9;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:98px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1483406732776{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1483406732776{height:376px;}}   @media screen and (max-width:640px) {#image_style_01_1483406732776{width:100%;top:0px;left:0%;height:200px;}} #image_style_01_1483406732776 > .view_contents{overflow:visible;} 

 #div_blank_1502359328457{width:40.758959943780745%;height:187px;position:absolute;top:206.5px;left:29.620520028109627%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1502359328457{left:calc(50% - 192.5px);top:94.5px;}}   @media screen and (max-width:640px) {#div_blank_1502359328457{width:82.64462809917356%;height:108px;top:46px;left:8.67768595041322%;}} #div_blank_1502359328457 > .view_contents{overflow:visible;}  #div_blank_1502359328457  {box-sizing:border-box;background:rgba(0,0,0,.6);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1502359328457  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1502359328457  {box-sizing:border-box;}}

 #text_style_02_1502359343763{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:246.5px;left:34.58333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502359343763{left:calc(50% - 145.5px);top:125.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502359343763{width:100%;top:53.5px;left:0%;z-index:2;}}  #text_style_02_1502359343763>.view_contents {box-sizing:border-box;text-align:center;font-size:38px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502359343763>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502359343763>.view_contents {box-sizing:border-box;font-size:30px;line-height:44px;}}

 #text_style_02_1502359351715{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:296.5px;left:34.58333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502359351715{left:calc(50% - 145.5px);top:197.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502359351715{width:100%;top:103.5px;left:0%;z-index:2;}}  #text_style_02_1502359351715>.view_contents {box-sizing:border-box;text-align:center;font-size:38px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502359351715>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502359351715>.view_contents {box-sizing:border-box;font-size:30px;line-height:44px;}} #layout_diy_1483081122{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1483081122{height:376px;}}   @media screen and (max-width:640px) {#layout_diy_1483081122{height:200px;}} 


 #image_style_04_1502415829851{width:97.5%;position:absolute;top:202px;left:1.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1502415829851{left:1.2725344644750796%;}}   @media screen and (max-width:640px) {#image_style_04_1502415829851{width:96%;top:161px;left:1.875%;display:block;z-index:1;}} #image_style_04_1502415829851 > .view_contents{overflow:visible;} 

 #text_style_02_1502415750148{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502415750148{}}   @media screen and (max-width:640px) {#text_style_02_1502415750148{width:100%;top:24px;left:0%;z-index:2;}}  #text_style_02_1502415750148>.view_contents {box-sizing:border-box;text-align:center;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502415750148>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502415750148>.view_contents {box-sizing:border-box;font-size:24px;}}

 #text_style_12_1502415802376{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:90px;left:32.93359375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502415802376{width:33.85093167701863%;}}   @media screen and (max-width:640px) {#text_style_12_1502415802376{width:80.26315789473685%;top:74px;left:9.868421052631575%;z-index:2;}}  #text_style_12_1502415802376>.view_contents {box-sizing:border-box;font-size:26px;line-height:44px;text-align:center;background:#999999;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1502415802376>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502415802376>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}

 #text_style_02_1502415814992{width:39.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:30.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502415814992{width:44.254658385093165%;}}   @media screen and (max-width:640px) {#text_style_02_1502415814992{width:79.17808219178082%;top:108px;left:10.410958904109592%;z-index:2;}}  #text_style_02_1502415814992>.view_contents {box-sizing:border-box;font-size:24px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502415814992>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502415814992>.view_contents {box-sizing:border-box;text-align:center;font-size:18px;line-height:36px;}} #layout_1502415652421{height:812px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502415652421{height:700px;}}   @media screen and (max-width:640px) {#layout_1502415652421{height:790px;}} #layout_1502415652421 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1495442165766{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442165766{left:35.17857142857143%;width:29.6%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442165766{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442165766 > .view_contents{overflow:visible;} 

 #text_style_02_1495442165777{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:156px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442165777{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442165777{width:96%;top:100px;left:1.9607843137254901%;}}  #text_style_02_1495442165777>.view_contents {box-sizing:border-box;font-size:16px;line-height:26px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442165777>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442165777>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:98px;}}

 #text_style_02_1495442165774{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442165774{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442165774{width:100%;top:66px;left:0%;}}  #text_style_02_1495442165774>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442165774>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1495442165774>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442165616{width:25%;height:280px;position:absolute;top:212px;left:37.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442165616{height:280px;width:29.692470837751856%;left:35.15376458112407%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442165616{width:47.89473684210526%;height:200px;top:160px;left:50.921052631578945%;}} 

 #text_style_02_1502415931686{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:40px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502415931686{}}   @media screen and (max-width:640px) {#text_style_02_1502415931686{width:100%;top:24px;left:0%;}}  #text_style_02_1502415931686>.view_contents {box-sizing:border-box;text-align:center;font-size:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502415931686>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502415931686>.view_contents {box-sizing:border-box;font-size:24px;}}


 #image_style_01_1495442154079{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442154079{left:31.607142857142854%;width:33.214285714285715%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442154079{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442154079 > .view_contents{overflow:visible;} 

 #text_style_02_1495442154100{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:153px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442154100{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442154100{width:96%;top:100px;left:1.9607843137254901%;}}  #text_style_02_1495442154100>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442154100>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442154100>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:90px;}}

 #text_style_02_1495442154093{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:16.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442154093{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442154093{width:100%;top:66px;left:0%;}}  #text_style_02_1495442154093>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442154093>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1495442154093>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442153879{width:25%;height:280px;position:absolute;top:212px;left:6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442153879{height:280px;width:280px;top:212px;left:3.22275980911983%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442153879{width:47.89473684210526%;height:200px;top:160px;left:1.3157894736842104%;}} 

 #text_style_12_1502415955277{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:90px;left:32.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502415955277{width:33.85093167701863%;}}   @media screen and (max-width:640px) {#text_style_12_1502415955277{width:80.26315789473685%;top:71px;left:9.864309210526317%;}}  #text_style_12_1502415955277>.view_contents {box-sizing:border-box;font-size:26px;line-height:44px;text-align:center;background:#999999;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1502415955277>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502415955277>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}

 #text_style_02_1502415964617{width:39.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:134px;left:30.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502415964617{width:44.254658385093165%;}}   @media screen and (max-width:640px) {#text_style_02_1502415964617{width:79.17808219178082%;top:105px;left:10.410958904109592%;}}  #text_style_02_1502415964617>.view_contents {box-sizing:border-box;font-size:24px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502415964617>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502415964617>.view_contents {box-sizing:border-box;text-align:center;font-size:18px;line-height:36px;}}


 #image_style_01_1495442178094{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442178094{left:35.35714285714286%;width:29.6%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442178094{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442178094 > .view_contents{overflow:visible;} 

 #text_style_02_1495442178106{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:156px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442178106{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442178106{width:98%;top:100px;left:0.9803921568627451%;}}  #text_style_02_1495442178106>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442178106>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442178106>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:96px;}}

 #text_style_02_1495442178101{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:16.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442178101{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442178101{width:100%;top:66px;left:0%;}}  #text_style_02_1495442178101>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442178101>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_02_1495442178101>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442177869{width:25%;height:280px;position:absolute;top:212px;left:68.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442177869{height:280px;width:29.692470837751856%;top:212px;left:67.7724019088017%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442177869{width:47.89473684210526%;height:200px;top:374px;left:1.298828125%;}} 


 #image_style_01_1495442220169{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442220169{left:35.17857142857143%;width:29.6%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442220169{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442220169 > .view_contents{overflow:visible;} 

 #text_style_02_1495442220182{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:153px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442220182{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442220182{width:98%;top:100px;left:0.9803921568627451%;}}  #text_style_02_1495442220182>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442220182>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442220182>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:96px;}}

 #text_style_02_1495442220178{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:15.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442220178{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442220178{width:100%;top:66px;left:0%;}}  #text_style_02_1495442220178>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442220178>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1495442220178>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442220024{width:25%;height:280px;position:absolute;top:523px;left:6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442220024{height:280px;width:29.692470837751856%;top:523px;left:3.22275980911983%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442220024{width:47.89473684210526%;height:200px;top:374px;left:50.91796875%;}} 


 #image_style_01_1495442231736{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442231736{left:35.17857142857143%;width:29.6%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442231736{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442231736 > .view_contents{overflow:visible;} 

 #text_style_02_1495442231749{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:153px;left:1.6666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442231749{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442231749{width:98%;top:100px;left:0.9803921568627451%;}}  #text_style_02_1495442231749>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442231749>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442231749>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:97px;}}

 #text_style_02_1495442231745{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:17%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442231745{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442231745{width:100%;top:66px;left:0%;}}  #text_style_02_1495442231745>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442231745>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1495442231745>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442231594{width:25%;height:280px;position:absolute;top:523px;left:37.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442231594{height:280px;width:29.692470837751856%;left:35.15376458112407%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442231594{width:47.89473684210526%;height:200px;top:588px;left:1.298828125%;}} 


 #image_style_01_1495442250010{width:33.33333333333333%;height:100px;position:absolute;top:10px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495442250010{left:35.17857142857143%;width:29.6%;height:80px;}}   @media screen and (max-width:640px) {#image_style_01_1495442250010{width:51px;height:47px;top:13px;left:calc(50% - 25.5px);}} #image_style_01_1495442250010 > .view_contents{overflow:visible;} 

 #text_style_02_1495442250022{width:98%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:153px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442250022{left:3.5714285714285694%;width:92.85714285714286%;top:132px;}}   @media screen and (max-width:640px) {#text_style_02_1495442250022{width:100%;top:100px;left:0%;}}  #text_style_02_1495442250022>.view_contents {box-sizing:border-box;font-size:16px;line-height:28px;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442250022>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1495442250022>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;height:97px;}}

 #text_style_02_1495442250017{width:67.33333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:118px;left:16.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495442250017{left:16.428571428571427%;top:92px;}}   @media screen and (max-width:640px) {#text_style_02_1495442250017{width:100%;top:66px;left:0%;}}  #text_style_02_1495442250017>.view_contents {box-sizing:border-box;font-size:24px;line-height:28px;text-align:center;height:28px;color:#00684d;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495442250017>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1495442250017>.view_contents {box-sizing:border-box;font-size:14px;}}
 #div_includeBlock_1495442249852{width:25%;height:280px;position:absolute;top:523px;left:68.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495442249852{height:280px;width:29.692470837751856%;top:523px;left:67.7724019088017%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495442249852{width:47.89473684210526%;height:200px;top:588px;left:50.91796875%;}}  #layout_1495442153351{height:847px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495442153351{height:844px;}}   @media screen and (max-width:640px) {#layout_1495442153351{height:806px;}} #layout_1495442153351 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1495435722975{width:1.8333333333333333%;height:22px;position:absolute;top:65.5px;left:75.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495435722975{width:2.545068928950159%;height:24px;left:76.31064422057264%;top:57.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495435722975{width:5.5096418732782375%;height:16px;top:39.5px;left:94.49035812672176%;display:none;}} #image_style_01_1495435722975 > .view_contents{overflow:visible;} 

 #text_style_02_1495435740826{width:11.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65.5px;left:78.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495435740826{width:14.634146341463413%;left:79.91615853658537%;top:57.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495435740826{width:78.61271676300578%;top:74.5px;left:21.38728323699422%;display:none;}}  #text_style_02_1495435740826>.view_contents {box-sizing:border-box;font-size:14px;text-align:left;line-height:20px;height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495435740826>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495435740826>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #image_style_01_1495435822910{width:1.8333333333333333%;height:22px;position:absolute;top:97.5px;left:75.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495435822910{width:2.545068928950159%;height:24px;left:76.4166887592789%;top:86.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495435822910{width:5.5096418732782375%;height:16px;top:74.5px;left:94.49035812672176%;display:none;}} #image_style_01_1495435822910 > .view_contents{overflow:visible;} 

 #text_style_02_1495435833263{width:11.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:97.5px;left:78.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495435833263{width:15.270413573700955%;left:79.91615853658537%;top:87.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495435833263{width:78.61271676300578%;top:74.5px;left:21.38728323699422%;display:none;}}  #text_style_02_1495435833263>.view_contents {box-sizing:border-box;font-size:14px;text-align:left;line-height:20px;height:20px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495435833263>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495435833263>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #image_style_01_1495435868655{width:1.8333333333333333%;height:22px;position:absolute;top:128.5px;left:75.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495435868655{width:2.545068928950159%;height:24px;left:76.4166887592789%;top:117.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495435868655{width:5.5096418732782375%;height:16px;top:103.5px;left:94.49035812672176%;display:none;}} #image_style_01_1495435868655 > .view_contents{overflow:visible;} 

 #text_style_02_1495436310821{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:130.5px;left:78.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495436310821{width:16.96712619300106%;left:79.91615853658537%;top:119.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495436310821{width:78.61271676300578%;top:106.5px;left:21.38728323699422%;display:none;}}  #text_style_02_1495436310821>.view_contents {box-sizing:border-box;font-size:14px;text-align:left;line-height:20px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495436310821>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495436310821>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

 #text_style_02_1495433402349{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29.5px;left:58.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495433402349{left:60.18027571580063%;top:16.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495433402349{width:100%;top:42px;left:0%;display:none;}}  #text_style_02_1495433402349>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495433402349>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495433402349>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495433274767{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29.5px;left:21.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495433274767{left:23.95115323435843%;top:17.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495433274767{width:100%;top:674.5px;left:0%;display:none;}}  #text_style_02_1495433274767>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495433274767>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495433274767>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495433417350{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29.5px;left:73.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495433417350{left:74.82602067868504%;top:16.5px;}}   @media screen and (max-width:640px) {#text_style_02_1495433417350{width:100%;top:42px;left:0%;display:none;}}  #text_style_02_1495433417350>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495433417350>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495433417350>.view_contents {box-sizing:border-box;}}

 #dh_style_03_1495435393061{width:7.166666666666667%;z-index:999;left:59.291666666666664%;top:59.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_03_1495435393061{z-index:999;width:9.862142099681867%;left:60.18027571580063%;top:50.5px;}}   @media screen and (max-width:640px) {#dh_style_03_1495435393061{width:14.348025711662075%;z-index:999;left:85.65197428833793%;top:39.5px;display:none;}} #dh_style_03_1495435393061 > .view_contents{overflow:visible;}  #dh_style_03_1495435393061 .columnSet {background:transparent;font-size:12px;line-height:14px;color:#3a3a3a;} #dh_style_03_1495435393061 #hot>a {background:transparent;color:#3a3a3a;} #dh_style_03_1495435393061 .mainMenuSet {border-right-style:none;border-bottom-style:none;height:28px;line-height:28px;color:#3a3a3a;font-size:14px;} #dh_style_03_1495435393061 .mainMenuSet:hover {background:transparent;color:#00684d;font-size:14px;} #dh_style_03_1495435393061 #hot>a:hover {color:#00684d;}
/*----------------------电脑板式样式----------------------*/
#dh_style_03_1495435393061 .menuStyle_3 .menuLi01 a{
	color: inherit;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_03_1495435393061{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_03_1495435393061{
		
	}
}

 #image_logo_1495432636610{width:16.75%;height:100px;position:absolute;top:56.5px;left:2.3333333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1495432636610{width:171px;left:2.462221633085896%;top:58.5px;height:100px;}}   @media screen and (max-width:640px) {#image_logo_1495432636610{width:55.09641873278237%;height:200px;top:474.5px;left:22.451790633608816%;display:none;}} 

 #text_style_02_1502419482204{width:28.499999999999996%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65.5px;left:23.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502419482204{width:32.34358430540827%;left:22.60239925768823%;top:57.5px;}}   @media screen and (max-width:640px) {#text_style_02_1502419482204{width:100%;top:39.5px;left:0%;display:none;}}  #text_style_02_1502419482204>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#333333;line-height:24px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502419482204>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1502419482204>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495436466214{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:209.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495436466214{top:195.5px;left:calc(50% - 471.5px);}}   @media screen and (max-width:640px) {#text_style_02_1495436466214{width:100%;top:12px;left:0%;}}  #text_style_02_1495436466214>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#666666;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495436466214>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495436466214>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}} #comm_layout_footer{height:251px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{display:block;height:233px;}}   @media screen and (max-width:640px) {#comm_layout_footer{display:block;height:50px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#e5e5e5;}

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

	#image_style_01_1483406732776 .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_1483406732776 .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_1483406732776 .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_1483406732776 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;}
.imgStyle_4 ul li a img{width: auto !important;height: 100% !important;}
/*pc*/
#image_style_04_1502415829851 .imgStyle_4 ul li,#image_style_04_1502415829851 .imgStyle_4 ul li{width: 24.25%;}
#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems,#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1502415829851 .imgStyle_4 ul li,#image_style_04_1502415829851 .imgStyle_4 ul li{width: 24.25%;}
	#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems,#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1502415829851 .imgStyle_4 ul li,#image_style_04_1502415829851 .imgStyle_4 ul li{width: 49.5%;}
	#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems,#image_style_04_1502415829851 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}

.imgStyle_4,.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_4 ul,.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_4 ul li.imgItems,.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden; width: 19%; box-sizing:border-box; margin-bottom:10px; background-color: #eee;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	}/*pc 1=100%; 2=49%; 3=32%; 4=24%; 5=19%; 6=15%; 7=13%; 8=12%; 9=10.5%; 10=9%*/
.imgStyle_4 ul li .ratio,.imgStyle_11 ul li .ratio{margin-top: 100%;}
.imgStyle_4 ul li a{}
.imgStyle_4 ul li:hover,.imgStyle_11 ul li:hover{z-index: 2; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}
.imgStyle_4 ul li a img,.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
/*****在BODY添加的内容*****/
.imgShowBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 80%;*/ border: 20px solid #fff;top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/.imgStyle_4 ul li,.imgStyle_11 ul li{width: 24%;}}
@media screen and (max-width: 768px){/*mobi*/
	.imgStyle_4 ul li,.imgStyle_11 ul li{width: 49%;}
	.imgShowBox img{border-width: 10px;}
	.imgShowBox.scroll img{top:5%; margin-bottom: 10vh;}
}

	#image_style_01_1495442165766 .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_1495442165766 .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_1495442165766 .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_1495442165766 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_1495442154079 .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_1495442154079 .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_1495442154079 .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_1495442154079 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_1495442178094 .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_1495442178094 .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_1495442178094 .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_1495442178094 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_1495442220169 .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_1495442220169 .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_1495442220169 .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_1495442220169 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_1495442231736 .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_1495442231736 .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_1495442231736 .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_1495442231736 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_1495442250010 .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_1495442250010 .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_1495442250010 .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_1495442250010 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_1495435722975 .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_1495435722975 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495435722975 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495435722975 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_1495435822910 .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_1495435822910 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495435822910 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495435822910 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_1495435868655 .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_1495435868655 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495435868655 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495435868655 a{
	cursor: default;
}

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





@media screen and (max-width:640px) {
	.menuStyle_3 .ddsmoothmenu-v {display:none;}
	.menuStyle_3 .mobi_top {display:block;}
}
.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;*/
