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


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


 #image_style_01_1502344705905{width:47.083333333333336%;height:379px;position:absolute;top:42px;left:3.2916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502344705905{}}   @media screen and (max-width:640px) {#image_style_01_1502344705905{width:96%;height:246px;top:32px;left:2.1052631578947367%;}} #image_style_01_1502344705905 > .view_contents{overflow:visible;} 

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

 #text_style_02_1502344957099{width:42.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:115px;left:53.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502344957099{width:434px;}}   @media screen and (max-width:640px) {#text_style_02_1502344957099{width:98%;top:322px;left:1%;}}  #text_style_02_1502344957099>.view_contents {box-sizing:border-box;font-size:22px;line-height:38px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502344957099>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_02_1502344957099>.view_contents {box-sizing:border-box;font-size:14px;text-indent:2em;line-height:30px;}} #layout_1502344518273{height:466px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502344518273{height:459px;}}   @media screen and (max-width:640px) {#layout_1502344518273{height:582px;}} #layout_1502344518273 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1502348094433{width:44.461077844311376%;height:223px;position:absolute;top:20px;left:53.30276946107785%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502348094433{left:51.1621700310559%;width:46.273291925465834%;top:23.5px;}}   @media screen and (max-width:640px) {#image_style_01_1502348094433{width:98%;height:272px;top:20px;left:0.9417808219178082%;}} #image_style_01_1502348094433 > .view_contents{overflow:visible;} 

 #text_style_02_1502348275536{width:48.20359281437126%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:20px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502348275536{left:2.9478843167701863%;width:47.04968944099379%;top:23px;}}   @media screen and (max-width:640px) {#text_style_02_1502348275536{width:85.01628664495115%;top:303px;left:7.491856677524431%;}}  #text_style_02_1502348275536>.view_contents {box-sizing:border-box;font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502348275536>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502348275536>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;line-height:48px;}}

 #text_style_12_1502348319084{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:62px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502348319084{left:2.9478843167701863%;width:33.85093167701863%;top:65px;}}   @media screen and (max-width:640px) {#text_style_12_1502348319084{width:50%;top:343px;left:25.142508143322473%;}}  #text_style_12_1502348319084>.view_contents {box-sizing:border-box;font-size:26px;line-height:44px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1502348319084>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502348319084>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;line-height:40px;}}

 #text_style_02_1502348415522{width:48.20359281437126%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:115px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502348415522{left:2.9478843167701863%;width:45.03105590062112%;top:120px;}}   @media screen and (max-width:640px) {#text_style_02_1502348415522{width:87.12328767123287%;top:383px;left:6.5757328990228014%;}}  #text_style_02_1502348415522>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502348415522>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502348415522>.view_contents {box-sizing:border-box;}}

 #text_style_02_1502348678167{width:26.646706586826348%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:211px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502348678167{left:2.9478843167701863%;width:24.06832298136646%;top:214px;}}   @media screen and (max-width:640px) {#text_style_02_1502348678167{width:50%;top:442px;left:25.142508143322473%;}}  #text_style_02_1502348678167>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;line-height:30px;background:#00684d;color:#f2f2f2;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502348678167>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502348678167>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1502347892513{width:55.666666666666664%;height:270px;position:absolute;top:64px;left:22.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502347892513{width:644px;left:calc(50% - 322px);top:61px;}}   @media screen and (max-width:640px) {#div_includeBlock_1502347892513{width:96%;height:493px;top:20px;left:1.9736842105263157%;}}  #div_includeBlock_1502347892513  {background:#ffffff;} #layout_1502346172402{height:378px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502346172402{}}   @media screen and (max-width:640px) {#layout_1502346172402{height:542px;}} #layout_1502346172402 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1502346172402  {background: url(../img/upimages/pkgimg/1/bg.jpg);background-attachment:fixed;background-size:auto 100%;background-position-x:100%;}


 #image_style_04_1502350188694{width:97.5%;position:absolute;top:225px;left:1.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_04_1502350188694{top:213px;left:1.2493372216330858%;}}   @media screen and (max-width:640px) {#image_style_04_1502350188694{width:96%;top:156px;left:1.9736842105263157%;display:block;}} #image_style_04_1502350188694 > .view_contents{overflow:visible;} 

 #text_style_02_1502349536389{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:55px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502349536389{left:34.568862672322375%;top:49px;}}   @media screen and (max-width:640px) {#text_style_02_1502349536389{width:100%;top:24px;left:0%;}}  #text_style_02_1502349536389>.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_1502349536389>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502349536389>.view_contents {box-sizing:border-box;font-size:24px;}}

 #text_style_12_1502349663896{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:105px;left:32.93413173652694%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502349663896{width:33.85093167701863%;left:33.03287380699894%;top:99px;}}   @media screen and (max-width:640px) {#text_style_12_1502349663896{width:80.26315789473685%;top:74px;left:9.868421052631575%;}}  #text_style_12_1502349663896>.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_1502349663896>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502349663896>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}

 #text_style_02_1502349653911{width:39.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:149px;left:30.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502349653911{width:44.254658385093165%;left:27.889713679745494%;top:143px;}}   @media screen and (max-width:640px) {#text_style_02_1502349653911{width:79.17808219178082%;top:108px;left:10.410958904109592%;}}  #text_style_02_1502349653911>.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_1502349653911>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502349653911>.view_contents {box-sizing:border-box;text-align:center;font-size:18px;line-height:36px;}} #layout_1502349454683{height:852px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502349454683{height:711px;}}   @media screen and (max-width:640px) {#layout_1502349454683{height:800px;}} #layout_1502349454683 > .view_contents{overflow:visible;max-width:1200px;} 



 #text_style_02_1502352441165{width:48.20359281437126%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:20px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352441165{left:2.9478843167701863%;width:60.1904761904762%;top:23px;}}   @media screen and (max-width:640px) {#text_style_02_1502352441165{width:79.17808219178082%;top:315px;left:10.41095890410959%;}}  #text_style_02_1502352441165>.view_contents {box-sizing:border-box;font-size:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352441165>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352441165>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;}}

 #image_style_01_1502352441182{width:44.461077844311376%;height:223px;position:absolute;top:20px;left:53.30276946107785%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1502352441182{left:51.1621700310559%;width:46.273291925465834%;top:23.5px;}}   @media screen and (max-width:640px) {#image_style_01_1502352441182{width:98%;height:272px;top:20px;left:0.9417808219178082%;}} #image_style_01_1502352441182 > .view_contents{overflow:visible;} 

 #text_style_12_1502352441186{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:62px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502352441186{left:2.9478843167701863%;width:33.85093167701863%;top:65px;}}   @media screen and (max-width:640px) {#text_style_12_1502352441186{width:50%;top:353px;left:25%;}}  #text_style_12_1502352441186>.view_contents {box-sizing:border-box;font-size:26px;line-height:44px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_12_1502352441186>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502352441186>.view_contents {box-sizing:border-box;text-align:center;font-size:24px;}}

 #text_style_02_1502352441192{width:48.20359281437126%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:115px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352441192{left:2.9478843167701863%;width:45.03105590062112%;top:120px;}}   @media screen and (max-width:640px) {#text_style_02_1502352441192{width:87.12328767123287%;top:397px;left:6.438356164383563%;}}  #text_style_02_1502352441192>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352441192>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352441192>.view_contents {box-sizing:border-box;}}

 #text_style_02_1502352441200{width:26.646706586826348%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:211px;left:3.815026197604791%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352441200{left:2.9478843167701863%;width:24.06832298136646%;top:214px;}}   @media screen and (max-width:640px) {#text_style_02_1502352441200{width:50%;top:452px;left:24.96437296416938%;}}  #text_style_02_1502352441200>.view_contents {box-sizing:border-box;font-size:18px;text-align:center;line-height:30px;background:#00684d;color:#f2f2f2;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1502352441200>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352441200>.view_contents {box-sizing:border-box;font-size:16px;}}
 #div_includeBlock_1502352440943{width:55.666666666666664%;height:270px;position:absolute;top:52px;left:22.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1502352440943{}}   @media screen and (max-width:640px) {#div_includeBlock_1502352440943{width:96.00000000000001%;height:505px;top:21px;left:1.9983552631578947%;}}  #div_includeBlock_1502352440943  {background:#ffffff;} #layout_1502351816476{height:372px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1502351816476{}}   @media screen and (max-width:640px) {#layout_1502351816476{height:555px;}} #layout_1502351816476 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1502351816476>.view_contents {background-repeat:no-repeat;background-size:auto 100%;background-attachment:fixed;background-position-x:25%;} #layout_1502351816476  {background: url(../img/upimages/pkgimg/1/bg3.jpg);background-repeat:no-repeat;background-size:auto 100%;background-attachment:fixed;}



 #image_style_01_1495273285650{width:23.076923076923077%;height:90px;position:absolute;top:41px;left:38.46153846153846%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495273285650{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1495273285650{width:100px;height:100px;top:29px;left:21.09826589595376%;}} #image_style_01_1495273285650 > .view_contents{overflow:visible;} 

 #text_style_02_1495273320355{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138px;left:2.051282051282051%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495273320355{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1495273320355{width:90%;top:135px;left:4.985549132947977%;}}  #text_style_02_1495273320355>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495273320355>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495273320355>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

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

 #text_style_02_1495274103195{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495274103195{width:177px;left:27.175245098039213%;top:218px;}}   @media screen and (max-width:640px) {#text_style_02_1495274103195{width:78.61271676300578%;top:174px;left:18.497109826589593%;}}  #text_style_02_1495274103195>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495274103195>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495274103195>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1495416728136{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495416728136{left:15.298202614379086%;width:9.803921568627452%;top:222.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1495416728136{width:20px;height:16px;top:177px;left:2.440068493150685%;}} #image_style_01_1495416728136 > .view_contents{overflow:visible;} 

 #text_style_02_1495274166862{width:54.871794871794876%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495274166862{width:183px;left:27.9375%;top:258px;}}   @media screen and (max-width:640px) {#text_style_02_1495274166862{width:76.30057803468208%;top:194px;left:20.809248554913296%;}}  #text_style_02_1495274166862>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495274166862>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495274166862>.view_contents {box-sizing:border-box;font-size:12px;line-height:18px;height:27px;text-align:center;}}

 #image_style_01_1495416880843{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495416880843{height:29px;width:32px;left:15.313521241830067%;top:265px;}}   @media screen and (max-width:640px) {#image_style_01_1495416880843{width:14.383561643835616%;height:18px;top:195px;left:2.215325342465753%;}} #image_style_01_1495416880843 > .view_contents{overflow:visible;} 
 #div_includeBlock_1495273245289{width:29.166666666666668%;height:332px;position:absolute;top:224px;left:3.041666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495273245289{top:184px;left:3.040495758218452%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495273245289{width:45.526315789473685%;height:234px;top:174px;left:2.631578947368421%;}}  #div_includeBlock_1495273245289:hover {border-top-style:solid;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;border-top-width:4px;border-right-width:2px;border-bottom-width:4px;border-left-width:1px;border-right-style:none;border-bottom-style:solid;border-left-style:solid;box-shadow:#e5e5e5 4px 4px 8px ;} #div_includeBlock_1495273245289  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;} @media screen and (max-width:640px) { #div_includeBlock_1495273245289  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}


 #image_style_01_1495417470434{width:23.076923076923077%;height:90px;position:absolute;top:41px;left:38.46153846153846%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417470434{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1495417470434{width:100px;height:100px;top:29px;left:21.09826589595376%;}} #image_style_01_1495417470434 > .view_contents{overflow:visible;} 

 #text_style_02_1495417470444{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138px;left:2.051282051282051%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417470444{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1495417470444{width:90%;top:135px;left:4.985549132947977%;}}  #text_style_02_1495417470444>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417470444>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417470444>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

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

 #text_style_02_1495417470459{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417470459{width:177px;left:27.175245098039213%;top:218px;}}   @media screen and (max-width:640px) {#text_style_02_1495417470459{width:78.61271676300578%;top:174px;left:18.497109826589593%;}}  #text_style_02_1495417470459>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417470459>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417470459>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1495417470463{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417470463{left:15.298202614379086%;width:9.803921568627452%;top:222.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1495417470463{width:20px;height:16px;top:177px;left:2.504280821917808%;}} #image_style_01_1495417470463 > .view_contents{overflow:visible;} 

 #text_style_02_1495417470489{width:54.871794871794876%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417470489{width:183px;left:27.9375%;top:258px;}}   @media screen and (max-width:640px) {#text_style_02_1495417470489{width:76.30057803468208%;top:194px;left:20.809248554913296%;}}  #text_style_02_1495417470489>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417470489>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417470489>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:28px;text-align:center;}}

 #image_style_01_1495417470494{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417470494{height:29px;width:32px;left:15.313521241830067%;top:265px;}}   @media screen and (max-width:640px) {#image_style_01_1495417470494{width:15.068493150684931%;height:18px;top:194px;left:2.2260273972602738%;}} #image_style_01_1495417470494 > .view_contents{overflow:visible;} 
 #div_includeBlock_1495417470191{width:29.166666666666668%;height:332px;position:absolute;top:224px;left:67.66666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495417470191{top:185px;left:67.49900583244963%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495417470191{width:45.526315789473685%;height:234px;top:174px;left:51.31578947368421%;}}  #div_includeBlock_1495417470191  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1495417470191:hover {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;} @media screen and (max-width:640px) { #div_includeBlock_1495417470191  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}


 #image_style_01_1495417452486{width:23.076923076923077%;height:90px;position:absolute;top:41px;left:38.46153846153846%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417452486{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1495417452486{width:100px;height:100px;top:29px;left:21.09826589595376%;}} #image_style_01_1495417452486 > .view_contents{overflow:visible;} 

 #text_style_02_1495417452498{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138px;left:2.051282051282051%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417452498{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1495417452498{width:90%;top:135px;left:4.985549132947977%;}}  #text_style_02_1495417452498>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417452498>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417452498>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

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

 #text_style_02_1495417452510{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417452510{width:177px;left:27.175245098039213%;top:218px;}}   @media screen and (max-width:640px) {#text_style_02_1495417452510{width:78.61271676300578%;top:174px;left:18.497109826589593%;}}  #text_style_02_1495417452510>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417452510>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417452510>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1495417452513{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417452513{left:15.298202614379086%;width:9.803921568627452%;top:222.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1495417452513{width:20px;height:16px;top:177px;left:1.8086472602739725%;}} #image_style_01_1495417452513 > .view_contents{overflow:visible;} 

 #text_style_02_1495417452534{width:54.871794871794876%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495417452534{width:183px;left:27.9375%;top:258px;}}   @media screen and (max-width:640px) {#text_style_02_1495417452534{width:76.30057803468208%;top:194px;left:20.809248554913296%;}}  #text_style_02_1495417452534>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495417452534>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495417452534>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:28px;text-align:center;}}

 #image_style_01_1495417452538{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495417452538{height:29px;width:32px;left:15.313521241830067%;top:265px;}}   @media screen and (max-width:640px) {#image_style_01_1495417452538{width:15.068493150684931%;height:18px;top:195px;left:0.8240582191780822%;}} #image_style_01_1495417452538 > .view_contents{overflow:visible;} 
 #div_includeBlock_1495417452230{width:29.166666666666668%;height:332px;position:absolute;top:224px;left:35.270833333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1495417452230{top:184px;left:35.26975079533404%;}}   @media screen and (max-width:640px) {#div_includeBlock_1495417452230{width:45.526315789473685%;height:234px;top:425px;left:2.631578947368421%;}}  #div_includeBlock_1495417452230  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;} #div_includeBlock_1495417452230:hover {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;} @media screen and (max-width:640px) { #div_includeBlock_1495417452230  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}


 #image_style_01_1496221599348{width:23.076923076923077%;height:90px;position:absolute;top:41px;left:38.46153846153846%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1496221599348{left:35.45751633986928%;width:29.08496732026144%;}}   @media screen and (max-width:640px) {#image_style_01_1496221599348{width:100px;height:100px;top:29px;left:21.09826589595376%;}} #image_style_01_1496221599348 > .view_contents{overflow:visible;} 

 #text_style_02_1496221599364{width:94.87179487179486%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:138px;left:2.051282051282051%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496221599364{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_02_1496221599364{width:90%;top:135px;left:4.985549132947977%;}}  #text_style_02_1496221599364>.view_contents {box-sizing:border-box;font-size:30px;text-align:center;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496221599364>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496221599364>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;height:20px;}}

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

 #text_style_02_1496221599374{width:53.84615384615385%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:225px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496221599374{width:177px;left:27.175245098039213%;top:218px;}}   @media screen and (max-width:640px) {#text_style_02_1496221599374{width:78.61271676300578%;top:174px;left:18.497109826589593%;}}  #text_style_02_1496221599374>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496221599374>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496221599374>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:20px;}}

 #image_style_01_1496221599380{width:7.428571428571429%;height:26px;position:absolute;top:232px;left:21.446428571428573%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1496221599380{left:15.298202614379086%;width:9.803921568627452%;top:222.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1496221599380{width:20px;height:16px;top:177px;left:2.504280821917808%;}} #image_style_01_1496221599380 > .view_contents{overflow:visible;} 

 #text_style_02_1496221599383{width:54.871794871794876%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:265px;left:29.743589743589745%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496221599383{width:183px;left:27.9375%;top:258px;}}   @media screen and (max-width:640px) {#text_style_02_1496221599383{width:76.30057803468208%;top:194px;left:20.809248554913296%;}}  #text_style_02_1496221599383>.view_contents {box-sizing:border-box;font-size:18px;text-align:left;line-height:40px;height:40px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496221599383>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496221599383>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;height:28px;text-align:center;}}

 #image_style_01_1496221599387{width:7.428571428571429%;height:26px;position:absolute;top:272px;left:21.160714285714285%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1496221599387{height:29px;width:32px;left:15.313521241830067%;top:265px;}}   @media screen and (max-width:640px) {#image_style_01_1496221599387{width:15.068493150684931%;height:18px;top:194px;left:2.2260273972602738%;}} #image_style_01_1496221599387 > .view_contents{overflow:visible;} 
 #div_includeBlock_1496221599130{width:29.166666666666668%;height:332px;position:absolute;top:97px;left:7.083333333333333%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1496221599130{display:none;}}   @media screen and (max-width:640px) {#div_includeBlock_1496221599130{width:45.526315789473685%;height:234px;top:425px;left:51.31578947368421%;display:block;}}  #div_includeBlock_1496221599130  {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;} #div_includeBlock_1496221599130:hover {border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:1px;border-top-style:solid;border-right-style:none;border-bottom-style:solid;border-left-style:solid;border-top-color:#37c386;border-right-color:#37c386;border-bottom-color:#37c386;border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;} @media screen and (max-width:640px) { #div_includeBlock_1496221599130  {border-left-color:#e5e5e5;box-shadow:#e5e5e5 4px 4px 8px ;border-top-color:#37c386;border-bottom-color:#37c386;}}

 #text_style_02_1502352991902{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:55px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502352991902{top:37px;left:34.58211823966066%;}}   @media screen and (max-width:640px) {#text_style_02_1502352991902{width:100%;top:29px;left:0%;}}  #text_style_02_1502352991902>.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_1502352991902>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502352991902>.view_contents {box-sizing:border-box;font-size:24px;}}

 #text_style_12_1502353011499{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:105px;left:32.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502353011499{width:33.85093167701863%;top:87px;left:32.915230646871684%;}}   @media screen and (max-width:640px) {#text_style_12_1502353011499{width:80.26315789473685%;top:79px;left:9.868421052631575%;}}  #text_style_12_1502353011499>.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_1502353011499>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502353011499>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}

 #text_style_02_1502353579352{width:39.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:149px;left:30.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502353579352{width:44.254658385093165%;top:131px;left:30.08185312831389%;}}   @media screen and (max-width:640px) {#text_style_02_1502353579352{width:79.17808219178082%;top:113px;left:10.410958904109592%;}}  #text_style_02_1502353579352>.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_1502353579352>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502353579352>.view_contents {box-sizing:border-box;text-align:center;font-size:18px;line-height:36px;}} #layout_1495271707927{height:556px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495271707927{height:547px;}}   @media screen and (max-width:640px) {#layout_1495271707927{height:674px;display:block;}} #layout_1495271707927 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_02_1502353891638{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:55px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502353891638{top:37px;}}   @media screen and (max-width:640px) {#text_style_02_1502353891638{width:100%;top:20px;left:0%;}}  #text_style_02_1502353891638>.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_1502353891638>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502353891638>.view_contents {box-sizing:border-box;font-size:30px;}}

 #newsList_style_08_1495424738622{width:98%;position:absolute;top:203px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_08_1495424738622{width:97.34888653234358%;left:1.325556733828208%;top:177px;}}   @media screen and (max-width:640px) {#newsList_style_08_1495424738622{width:96.3157894736842%;top:153px;left:1.8421052631578945%;}}  #newsList_style_08_1495424738622 .detailSet {border-bottom-style:none;font-family:SimHei;font-size:13px;} #newsList_style_08_1495424738622 .titleSet {font-family:Microsoft YaHei;font-size:16px;height:40px;padding-left:16px;margin-bottom:0px;line-height:20px;text-align:left;padding-right:16px;} #newsList_style_08_1495424738622 .imgSet {background:transparent;} #newsList_style_08_1495424738622 .timesSet {padding-left:16px;} #newsList_style_08_1495424738622 .modSet {height:340px;line-height:18px;box-shadow:#e5e5e5 4px 4px 16px ;} #newsList_style_08_1495424738622 .modSet:hover .titleSet {color:#37c386;} @media screen and (max-width:640px) { #newsList_style_08_1495424738622 .modSet {height:214px;}} @media screen and (max-width:640px) { #newsList_style_08_1495424738622 .titleSet {font-size:13px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_08_1495424738622 .modSet {height:285px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_08_1495424738622{
	
}

#newsList_style_08_1495424738622 .btnaSet{width:65%;float:right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_08_1495424738622{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_08_1495424738622{
		
	}
}

 #text_style_12_1502353920025{width:34.13173652694611%;font-size:46px;color:#333;line-height:50px;font-family:Verdana;position:absolute;top:105px;left:32.93413173652694%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_12_1502353920025{width:33.85093167701863%;left:33.07453416149069%;top:87px;}}   @media screen and (max-width:640px) {#text_style_12_1502353920025{width:80.26315789473685%;top:70px;left:9.864309210526317%;}}  #text_style_12_1502353920025>.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_1502353920025>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_12_1502353920025>.view_contents {box-sizing:border-box;text-align:center;font-size:20px;line-height:34px;}}

 #text_style_02_1502353976774{width:39.83333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:149px;left:30.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1502353976774{width:44.254658385093165%;left:27.872670807453417%;top:131px;}}   @media screen and (max-width:640px) {#text_style_02_1502353976774{width:79.17808219178082%;top:104px;left:10.407072368421053%;}}  #text_style_02_1502353976774>.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_1502353976774>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1502353976774>.view_contents {box-sizing:border-box;text-align:center;font-size:18px;line-height:36px;}} #layout_1495424564017{height:599px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495424564017{height:514px;}}   @media screen and (max-width:640px) {#layout_1495424564017{height:620px;}} #layout_1495424564017 > .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;}
}

/* banner样式 */

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

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

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

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

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

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

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

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


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1502335826560 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/1/banner.jpg') center top no-repeat;}
                #banner_style_01_1502335826560 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/1/banner2.jpg') center top no-repeat;}
                #banner_style_01_1502335826560 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1502344705905 .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_1502344705905 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1502344705905 .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_1502344705905 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_1502348094433 .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_1502348094433 .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_1502348094433 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1502348094433 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_1502350188694 .imgStyle_4 ul li,#image_style_04_1502350188694 .imgStyle_4 ul li{width: 24.25%;}
#image_style_04_1502350188694 .imgStyle_4 ul li.imgItems,#image_style_04_1502350188694 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_04_1502350188694 .imgStyle_4 ul li,#image_style_04_1502350188694 .imgStyle_4 ul li{width: 24.25%;}
	#image_style_04_1502350188694 .imgStyle_4 ul li.imgItems,#image_style_04_1502350188694 .imgStyle_4 ul li.imgItems{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#image_style_04_1502350188694 .imgStyle_4 ul li,#image_style_04_1502350188694 .imgStyle_4 ul li{width: 49.5%;}
	#image_style_04_1502350188694 .imgStyle_4 ul li.imgItems,#image_style_04_1502350188694 .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_1502352441182 .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_1502352441182 .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_1502352441182 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1502352441182 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_1495273285650 .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_1495273285650 .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_1495273285650 .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_1495273285650 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_1495416728136 .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_1495416728136 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495416728136 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495416728136 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_1495416880843 .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_1495416880843 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495416880843 .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_1495416880843 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_1495417470434 .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_1495417470434 .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_1495417470434 .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_1495417470434 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_1495417470463 .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_1495417470463 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495417470463 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495417470463 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_1495417470494 .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_1495417470494 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495417470494 .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_1495417470494 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_1495417452486 .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_1495417452486 .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_1495417452486 .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_1495417452486 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_1495417452513 .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_1495417452513 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495417452513 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1495417452513 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_1495417452538 .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_1495417452538 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1495417452538 .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_1495417452538 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_1496221599348 .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_1496221599348 .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_1496221599348 .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_1496221599348 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_1496221599380 .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_1496221599380 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1496221599380 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1496221599380 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_1496221599387 .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_1496221599387 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1496221599387 .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_1496221599387 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;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .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';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_08_1495424738622 .newDetail.pc {display:block;}
	#newsList_style_08_1495424738622 .newDetail.pad, #newsList_style_08_1495424738622 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_08_1495424738622 .newDetail.pad {display:block;}
		#newsList_style_08_1495424738622 .newDetail.pc, #newsList_style_08_1495424738622 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_08_1495424738622 .newDetail.mobile {display:block;}
		#newsList_style_08_1495424738622 .newDetail.pc, #newsList_style_08_1495424738622 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_08_1495424738622 li{width: 32%;}
#newsList_style_08_1495424738622 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_08_1495424738622 li{width: 32%;}
	#newsList_style_08_1495424738622 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_08_1495424738622  li{width: 49%;}
	#newsList_style_08_1495424738622  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

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