
/**
    *编辑器         \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;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1432px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #banner_style_01_1510371101428{width:1920px;height:664px;position:absolute;top:2px;left:calc(50% - 960px);z-index:1;}   @media screen and (min-width:641px) and (max-width:1432px) {#banner_style_01_1510371101428{left:0%;height:439px;top:0px;width:100%;}}   @media screen and (max-width:640px) {#banner_style_01_1510371101428{width:100%;height:147px;top:114px;left:0%;z-index:1;}} #banner_style_01_1510371101428 > .view_contents{overflow:visible;}  #comm_layout_header{height:666px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1432px) {#comm_layout_header{height:439px;z-index:999;}}   @media screen and (max-width:640px) {#comm_layout_header{height:264px;z-index:10;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #image_style_01_1510535428477{width:289px;height:56px;position:absolute;top:59px;left:4.918819832402234%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510535428477{top:44px;height:41px;width:219px;z-index:7;left:2.268358960763521%;}}   @media screen and (max-width:640px) {#image_style_01_1510535428477{width:66.006600660066%;height:200px;top:200px;left:16.996699669967%;}} #image_style_01_1510535428477 > .view_contents{overflow:visible;} 

 #text_style_01_1510535795798{width:24.441340782122907%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:150px;left:4.783519553072626%;z-index:10;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510535795798{width:238px;top:100px;left:1.4299443266171792%;z-index:12;}}   @media screen and (max-width:640px) {#text_style_01_1510535795798{width:100%;top:400px;left:0%;}}  #text_style_01_1510535795798>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510535795798>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1510535795798>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510536083799{width:22px;height:214px;position:absolute;top:61.5px;left:33.34497206703911%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510536083799{z-index:7;top:61.5px;left:26.217855249204664%;}}   @media screen and (max-width:640px) {#image_style_01_1510536083799{width:66.006600660066%;height:200px;top:736px;left:16.996699669967%;}} #image_style_01_1510536083799 > .view_contents{overflow:visible;} 

 #image_style_01_1510536436567{width:1.536312849162011%;height:214px;position:absolute;top:61.5px;left:49.96508379888268%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510536436567{width:22px;top:61.5px;left:44.64143690349947%;z-index:10;}}   @media screen and (max-width:640px) {#image_style_01_1510536436567{width:66.006600660066%;height:200px;top:71.5px;left:33.993399339934%;}} #image_style_01_1510536436567 > .view_contents{overflow:visible;} 

 #image_style_01_1510536456794{width:1.536312849162011%;height:214px;position:absolute;top:61.5px;left:83.26968400837988%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510536456794{width:22px;left:81.24005832449629%;top:61.5px;z-index:9;}}   @media screen and (max-width:640px) {#image_style_01_1510536456794{width:66.006600660066%;height:200px;top:71.5px;left:33.993399339934%;}} #image_style_01_1510536456794 > .view_contents{overflow:visible;} 

 #image_style_01_1510536448308{width:1.536312849162011%;height:214px;position:absolute;top:61.5px;left:66.58410439944134%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510536448308{width:22px;top:61.5px;left:62.51822640509014%;z-index:8;}}   @media screen and (max-width:640px) {#image_style_01_1510536448308{width:66.006600660066%;height:200px;top:71.5px;left:33.993399339934%;}} #image_style_01_1510536448308 > .view_contents{overflow:visible;} 

 #image_style_01_1510535899141{width:236px;height:21px;position:absolute;top:258px;left:4.642763617318436%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510535899141{left:1.4299443266171792%;top:219px;z-index:7;}}   @media screen and (max-width:640px) {#image_style_01_1510535899141{width:66.006600660066%;height:200px;top:48px;left:10.066006600660065%;}} #image_style_01_1510535899141 > .view_contents{overflow:visible;} 

 #div_blank_1511160330011{width:222px;height:335px;position:absolute;top:0px;left:34.600864175977655%;z-index:9;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1511160330011{height:247px;width:164px;left:27.70247879109226%;top:35.5px;z-index:11;}}   @media screen and (max-width:640px) {#div_blank_1511160330011{width:99.00990099009901%;height:200px;top:936px;left:0.4950495049504937%;}} #div_blank_1511160330011 > .view_contents{overflow:visible;}  #div_blank_1511160330011  {box-sizing:border-box;background: url(../img/upimages/2/20171120144624514.jpg);} #div_blank_1511160330011:hover {background: url(../img/upimages/2/20171120144624793.jpg);} #div_blank_1511160330011:active {background: url(../img/upimages/2/20171120144624793.jpg);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511160330011  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511160330011:active {background-position-x:0%;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511160330011:hover {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1511160330011  {box-sizing:border-box;}}

 #div_blank_1511161266378{width:15.502793296089385%;height:335px;position:absolute;top:0px;left:51.22206703910614%;z-index:8;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1511161266378{height:247px;width:17.391304347826086%;z-index:11;left:45.975278366914104%;top:35.5px;}}   @media screen and (max-width:640px) {#div_blank_1511161266378{width:99.00990099009901%;height:200px;top:10px;left:0.9900990099009874%;}} #div_blank_1511161266378 > .view_contents{overflow:visible;}  #div_blank_1511161266378  {box-sizing:border-box;background: url(../img/upimages/2/20171120144624103.jpg);} #div_blank_1511161266378:hover {background: url(../img/upimages/2/20171120144625585.jpg);} #div_blank_1511161266378:active {background: url(../img/upimages/2/20171120144625585.jpg);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161266378  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161266378:active {background-position-x:0%;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161266378:hover {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1511161266378  {box-sizing:border-box;}}

 #div_blank_1511161545271{width:15.502793296089385%;height:335px;position:absolute;top:0px;left:67.90982891061452%;z-index:7;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1511161545271{height:247px;width:17.391304347826086%;z-index:11;left:64.27127518557795%;top:35.5px;}}   @media screen and (max-width:640px) {#div_blank_1511161545271{width:99.00990099009901%;height:200px;top:10px;left:0.9900990099009874%;}} #div_blank_1511161545271 > .view_contents{overflow:visible;}  #div_blank_1511161545271  {box-sizing:border-box;background: url(../img/upimages/2/20171120151559591.png);} #div_blank_1511161545271:hover {background: url(../img/upimages/2/20171120151559171.png);} #div_blank_1511161545271:active {background: url(../img/upimages/2/20171120151559171.png);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161545271  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161545271:active {background-position-x:0%;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511161545271:hover {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1511161545271  {box-sizing:border-box;}}

 #div_blank_1510534778614{width:99.93016759776536%;height:333px;position:absolute;top:0px;left:0.03491620111731919%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510534778614{z-index:1;height:306px;}}   @media screen and (max-width:640px) {#div_blank_1510534778614{width:99.00990099009901%;height:200px;top:1236px;left:0.4950495049504937%;}} #div_blank_1510534778614 > .view_contents{overflow:visible;}  #div_blank_1510534778614  {box-sizing:border-box;background:#272727;} #div_blank_1510534778614:hover {background:#272727;} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510534778614  {box-sizing:border-box;background:rgba(39,39,39,1);}} @media screen and (max-width:640px) { #div_blank_1510534778614  {box-sizing:border-box;}}

 #div_blank_1511162421558{width:15.5%;height:335px;position:absolute;top:0px;left:84.4972067039106%;z-index:6;display:block;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1511162421558{height:247px;width:17.391304347826086%;z-index:11;left:82.64349151643691%;top:35.5px;display:block;}}   @media screen and (max-width:640px) {#div_blank_1511162421558{width:99.00990099009901%;height:200px;top:1436px;left:0.4950495049504937%;display:block;}} #div_blank_1511162421558 > .view_contents{overflow:visible;}  #div_blank_1511162421558  {box-sizing:border-box;background: url(../img/upimages/2/2017112014462469.jpg);} #div_blank_1511162421558:hover {background: url(../img/upimages/2/20171120144625518.jpg);} #div_blank_1511162421558:active {background: url(../img/upimages/2/20171120144625518.jpg);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511162421558  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511162421558:active {background-position-x:0%;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1511162421558:hover {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1511162421558  {box-sizing:border-box;}} #layout_1510371994613{height:335px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510371994613{height:307px;}}   @media screen and (max-width:640px) {#layout_1510371994613{display:none;}} #layout_1510371994613 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510371994613  {background:#1d1d1b;}


 #image_style_03_1510543399829{width:477px;height:301px;position:absolute;top:80px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543399829{width:314px;height:198px;z-index:2;top:80px;left:0%;}}   @media screen and (max-width:640px) {#image_style_03_1510543399829{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_03_1510543399829 > .view_contents{overflow:visible;}  #image_style_03_1510543399829 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543507339{width:33.31005586592179%;height:301px;position:absolute;top:80px;left:33.34497206703911%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543507339{width:314px;height:198px;top:80px;left:33.23833510074231%;}}   @media screen and (max-width:640px) {#image_style_03_1510543507339{width:66.006600660066%;height:200px;top:90px;left:3.3003300330033%;}} #image_style_03_1510543507339 > .view_contents{overflow:visible;}  #image_style_03_1510543507339 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543514236{width:33.31005586592179%;height:301px;position:absolute;top:80px;left:66.62011173184358%;}   
 @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543514236{width:314px;height:198px;top:80px;left:66.5131230116649%;}}   
 @media screen and (max-width:640px) {#image_style_03_1510543514236{width:66.006600660066%;height:200px;top:90px;left:33.993399339934%;}} 
#image_style_03_1510543514236 > .view_contents{overflow:visible;}  
#image_style_03_1510543514236 .tipsText {font-size:14px;text-align:center;}


 #image_style_03_1510543561581{width:33.31005586592179%;height:301px;position:absolute;top:381px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543561581{width:314px;height:198px;left:0%;top:278px;}}   @media screen and (max-width:640px) {#image_style_03_1510543561581{width:66.006600660066%;height:200px;top:90px;left:33.993399339934%;}} #image_style_03_1510543561581 > .view_contents{overflow:visible;}  #image_style_03_1510543561581 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543569377{width:33.31005586592179%;height:301px;position:absolute;top:381px;left:33.34497206703911%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543569377{width:314px;height:198px;left:33.24496288441146%;top:278px;}}   @media screen and (max-width:640px) {#image_style_03_1510543569377{width:66.006600660066%;height:200px;top:391px;left:3.3003300330033%;}} #image_style_03_1510543569377 > .view_contents{overflow:visible;}  #image_style_03_1510543569377 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543576481{width:33.31005586592179%;height:301px;position:absolute;top:381px;left:66.62011173184358%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543576481{width:314px;height:198px;left:66.5363202545069%;top:278px;}}   @media screen and (max-width:640px) {#image_style_03_1510543576481{width:66.006600660066%;height:200px;top:391px;left:33.993399339934%;}} #image_style_03_1510543576481 > .view_contents{overflow:visible;}  #image_style_03_1510543576481 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543598667{width:33.31005586592179%;height:301px;position:absolute;top:682px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543598667{width:314px;height:198px;left:0%;top:476px;}}   @media screen and (max-width:640px) {#image_style_03_1510543598667{width:66.006600660066%;height:200px;top:391px;left:33.993399339934%;}} #image_style_03_1510543598667 > .view_contents{overflow:visible;}  #image_style_03_1510543598667 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543608449{width:33.31005586592179%;height:301px;position:absolute;top:682px;left:33.34497206703911%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543608449{width:314px;height:198px;left:33.24496288441146%;top:476px;}}   @media screen and (max-width:640px) {#image_style_03_1510543608449{width:66.006600660066%;height:200px;top:391px;left:33.993399339934%;}} #image_style_03_1510543608449 > .view_contents{overflow:visible;}  #image_style_03_1510543608449 .tipsText {font-size:14px;text-align:center;}

 #image_style_03_1510543616434{width:33.31005586592179%;height:301px;position:absolute;top:682px;left:66.62011173184358%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_03_1510543616434{width:314px;height:198px;left:66.5363202545069%;top:476px;}}   @media screen and (max-width:640px) {#image_style_03_1510543616434{width:66.006600660066%;height:200px;top:692px;left:33.993399339934%;}} #image_style_03_1510543616434 > .view_contents{overflow:visible;}  #image_style_03_1510543616434 .tipsText {font-size:14px;text-align:center;} #layout_1510543118468{height:1032px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510543118468{height:733px;}}   @media screen and (max-width:640px) {#layout_1510543118468{display:none;}} #layout_1510543118468 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510543118468  {background:#f3f3f3;}


#image_style_03_1510543399829 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543507339 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543514236 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543561581 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543569377 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543576481 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543598667 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543608449 .tipsText .content{margin-top: 30%;}
#image_style_03_1510543616434 .tipsText .content{margin-top: 30%;}
 #productList_style_01_1510372523826{width:100%;position:absolute;top:67px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#productList_style_01_1510372523826{}}   @media screen and (max-width:640px) {#productList_style_01_1510372523826{width:93.125%;top:38px;left:3.4375000000000004%;}} #productList_style_01_1510372523826 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #productList_style_01_1510372523826 .titleSet {font-family:Microsoft YaHei;font-size:12px;}} #layout_1510372506454{height:1332px;display:none;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510372506454{display:none;height:1438px;}}   @media screen and (max-width:640px) {#layout_1510372506454{display:block;height:653px;}} #layout_1510372506454 > .view_contents{overflow:visible;max-width:1432px;} 


 #text_style_01_1511254144582{width:25.837988826815643%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:37.08100558659218%;top:99.34375px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1511254144582{width:38.54166666666667%;left:30.729166666666664%;top:99.34375px;}}   @media screen and (max-width:640px) {#text_style_01_1511254144582{width:49.6875%;top:17.34375px;left:25.156250000000004%;}}  #text_style_01_1511254144582>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1511254144582>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1511254144582>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:35px;height:35px;color:#ffffff;background:#e51010;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}} #layout_1511254124290{height:300px;display:none;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1511254124290{display:none;}}   @media screen and (max-width:640px) {#layout_1511254124290{height:75px;display:block;}} #layout_1511254124290 > .view_contents{overflow:visible;max-width:1432px;} 


 #text_style_07_1483927718741{width:50%;font-size:46px;color:#333;line-height:50px;font-family:Arial;position:absolute;top:98px;left:25%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_07_1483927718741{width:690px;left:calc(50% - 345px);}}   @media screen and (max-width:640px) {#text_style_07_1483927718741{width:25.3125%;top:49px;left:37.34375%;}}  #text_style_07_1483927718741>.view_contents {box-sizing:border-box;color:#7f7e7e;font-size:14px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_07_1483927718741>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_07_1483927718741>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483927537959{width:16.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:48px;left:41.65502793296089%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_02_1483927537959{width:282px;left:calc(50% - 141px);top:47px;}}   @media screen and (max-width:640px) {#text_style_02_1483927537959{width:48.4375%;top:12px;left:25.78125%;display:block;}}  #text_style_02_1483927537959>.view_contents {box-sizing:border-box;font-weight:normal;font-size:38px;font-family:Microsoft YaHei;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_02_1483927537959>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483927537959>.view_contents {box-sizing:border-box;font-size:30px;}} #layout_1481339199003{height:148px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1481339199003{height:148px;}}   @media screen and (max-width:640px) {#layout_1481339199003{height:549px;display:none;}} #layout_1481339199003 > .view_contents{max-width:1432px;}  #layout_1481339199003  {background:#f3f3f3;}


 #image_style_01_1510552138585{width:52px;height:50px;position:absolute;top:59px;left:21.473463687150836%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510552138585{}}   @media screen and (max-width:640px) {#image_style_01_1510552138585{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1510552138585 > .view_contents{overflow:visible;} 

 #image_style_01_1510552289247{width:62px;height:50px;position:absolute;top:59px;left:73.00977653631286%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510552289247{}}   @media screen and (max-width:640px) {#image_style_01_1510552289247{width:66.006600660066%;height:200px;top:69px;left:33.993399339934%;}} #image_style_01_1510552289247 > .view_contents{overflow:visible;} 

 #image_style_01_1510552232520{width:132px;height:50px;position:absolute;top:59px;left:36.417597765363126%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510552232520{}}   @media screen and (max-width:640px) {#image_style_01_1510552232520{width:66.006600660066%;height:200px;top:69px;left:33.993399339934%;}} #image_style_01_1510552232520 > .view_contents{overflow:visible;} 

 #image_style_01_1510552259689{width:63px;height:50px;position:absolute;top:59px;left:57.15782122905028%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510552259689{}}   @media screen and (max-width:640px) {#image_style_01_1510552259689{width:66.006600660066%;height:200px;top:69px;left:33.993399339934%;}} #image_style_01_1510552259689 > .view_contents{overflow:visible;} 

 #text_style_01_1510552339746{width:8.100558659217876%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:109px;left:19.029329608938546%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510552339746{top:109px;left:19.77067868504772%;}}   @media screen and (max-width:640px) {#text_style_01_1510552339746{width:100%;top:269px;left:0%;}}  #text_style_01_1510552339746>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510552339746>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510552339746>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510552381232{width:8.100558659217876%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:109px;left:37.04499825418994%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510552381232{top:109px;left:39.05918610816543%;}}   @media screen and (max-width:640px) {#text_style_01_1510552381232{width:100%;top:119px;left:0%;}}  #text_style_01_1510552381232>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510552381232>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510552381232>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510552400755{width:8.100558659217876%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:109px;left:55.3072625698324%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510552400755{top:109px;left:56.36764316012726%;}}   @media screen and (max-width:640px) {#text_style_01_1510552400755{width:100%;top:119px;left:0%;}}  #text_style_01_1510552400755>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510552400755>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510552400755>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510552422369{width:8.100558659217876%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:109px;left:70.94862953910615%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510552422369{top:109px;left:72.21964475079533%;}}   @media screen and (max-width:640px) {#text_style_01_1510552422369{width:100%;top:119px;left:0%;}}  #text_style_01_1510552422369>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510552422369>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510552422369>.view_contents {box-sizing:border-box;}} #layout_1510552123686{height:145px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510552123686{}}   @media screen and (max-width:640px) {#layout_1510552123686{height:290px;display:none;}} #layout_1510552123686 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510552123686  {background:#f3f3f3;}


 #banner_style_04_1510552603316{width:100%;height:65px;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#banner_style_04_1510552603316{}}   @media screen and (max-width:640px) {#banner_style_04_1510552603316{width:100%;height:300px;top:0px;left:0%;}} #banner_style_04_1510552603316 > .view_contents{overflow:visible;}  #banner_style_04_1510552603316  {border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;padding-bottom:8px;padding-top:0px;} #layout_1510552571883{height:116px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510552571883{height:136px;}}   @media screen and (max-width:640px) {#layout_1510552571883{height:364px;display:none;}} #layout_1510552571883 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510552571883  {background:#f3f3f3;}


 #div_blank_1510626027776{width:31.98324022346369%;height:260px;position:absolute;top:98.5px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510626027776{left:0%;top:81.5px;width:300px;height:170px;}}   @media screen and (max-width:640px) {#div_blank_1510626027776{width:99.00990099009901%;height:200px;top:500px;left:0.4950495049504937%;}} #div_blank_1510626027776 > .view_contents{overflow:visible;}  #div_blank_1510626027776  {box-sizing:border-box;background: url(../img/upimages/5/20171114103639895.png);} #div_blank_1510626027776:hover {background: url(../img/upimages/5/20171114103640563.png);} #div_blank_1510626027776:active {background: url(../img/upimages/5/20171114103640563.png);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510626027776  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510626027776:hover {background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510626027776:active {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1510626027776  {box-sizing:border-box;}}

 #div_blank_1510627056256{width:31.98324022346369%;height:260px;position:absolute;top:98.5px;left:34.00837988826816%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510627056256{width:300px;height:170px;left:calc(50% - 150px);top:81.5px;}}   @media screen and (max-width:640px) {#div_blank_1510627056256{width:99.00990099009901%;height:200px;top:108.5px;left:0.9900990099009874%;}} #div_blank_1510627056256 > .view_contents{overflow:visible;}  #div_blank_1510627056256  {box-sizing:border-box;background: url(../img/upimages/5/20171114103640797.png);} #div_blank_1510627056256:hover {background: url(../img/upimages/5/20171114103640231.png);} #div_blank_1510627056256:active {background: url(../img/upimages/5/20171114103640231.png);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627056256  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627056256:hover {background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627056256:active {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1510627056256  {box-sizing:border-box;}}

 #div_blank_1510627181402{width:31.98324022346369%;height:260px;position:absolute;top:98.5px;left:68.01675977653632%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510627181402{width:300px;height:170px;left:68.18663838812301%;top:81.5px;}}   @media screen and (max-width:640px) {#div_blank_1510627181402{width:99.00990099009901%;height:200px;top:108.5px;left:0.9900990099009874%;}} #div_blank_1510627181402 > .view_contents{overflow:visible;}  #div_blank_1510627181402  {box-sizing:border-box;background: url(../img/upimages/5/20171114103640928.png);} #div_blank_1510627181402:hover {background: url(../img/upimages/5/20171114103640850.png);} #div_blank_1510627181402:active {background: url(../img/upimages/5/20171114103640850.png);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627181402  {box-sizing:border-box;background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627181402:hover {background-size:cover;}} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510627181402:active {background-size:cover;}} @media screen and (max-width:640px) { #div_blank_1510627181402  {box-sizing:border-box;}} #layout_1510555798356{height:450px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510555798356{height:342px;}}   @media screen and (max-width:640px) {#layout_1510555798356{display:none;}} #layout_1510555798356 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510555798356  {background: url(../img/upimages/5/5.jpg);background-attachment:fixed;background-repeat:repeat-x;} @media screen and (min-width:641px) and (max-width:1432px) { #layout_1510555798356  {background-size:cover;background-position-x:50%;}}


 #text_style_01_1510557188192{width:13.61731843575419%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:46px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510557188192{width:187px;}}   @media screen and (max-width:640px) {#text_style_01_1510557188192{width:100%;top:0px;left:0%;}}  #text_style_01_1510557188192>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:38px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510557188192>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510557188192>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510557450342{width:9.986033519553072%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:75.5px;left:11.59217877094972%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510557450342{left:17.53048780487805%;top:76.5px;width:168px;}}   @media screen and (max-width:640px) {#text_style_01_1510557450342{width:100%;top:56px;left:0%;}}  #text_style_01_1510557450342>.view_contents {box-sizing:border-box;font-family:Arial;font-size:17px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510557450342>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510557450342>.view_contents {box-sizing:border-box;}} #layout_1510557087819{height:130px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510557087819{height:129px;}}   @media screen and (max-width:640px) {#layout_1510557087819{display:none;}} #layout_1510557087819 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510557087819  {background:#f3f3f3;}


 #newsList_style_01_1510557937902{width:47.76536312849162%;position:absolute;top:35px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#newsList_style_01_1510557937902{width:450px;top:38px;left:0%;}}   @media screen and (max-width:640px) {#newsList_style_01_1510557937902{width:100%;top:0px;left:0%;}}  #newsList_style_01_1510557937902 .datSet {background:rgba(255,255,255,0);} #newsList_style_01_1510557937902 .titleSet {margin-left:10px;} #newsList_style_01_1510557937902 .sortSet {margin-top:14px;padding-top:6px;margin-left:10px;} #newsList_style_01_1510557937902 .detailSet {margin-top:2px;margin-left:10px;} #newsList_style_01_1510557937902 .modSet {margin-top:0px;padding-top:15px;} #newsList_style_01_1510557937902 .riSet {color:#191919;}

 #newsList_style_01_1510558511287{width:47.76536312849162%;position:absolute;top:38.5px;left:52.23463687150838%;}   @media screen and (min-width:641px) and (max-width:1432px) {#newsList_style_01_1510558511287{}}   @media screen and (max-width:640px) {#newsList_style_01_1510558511287{width:100%;top:45px;left:0%;}}  #newsList_style_01_1510558511287 .datSet {background:rgba(255,255,255,0);} #newsList_style_01_1510558511287 .titleSet {margin-left:10px;} #newsList_style_01_1510558511287 .sortSet {margin-top:14px;padding-top:6px;margin-left:10px;} #newsList_style_01_1510558511287 .detailSet {margin-top:2px;margin-left:10px;} #newsList_style_01_1510558511287 .modSet {margin-top:0px;padding-top:15px;} #newsList_style_01_1510558511287 .riSet {color:#191919;} #layout_1510557519654{height:323px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1510557519654{height:357px;}}   @media screen and (max-width:640px) {#layout_1510557519654{display:none;}} #layout_1510557519654 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1510557519654  {background:#f3f3f3;}


 #image_style_01_1510561621795{width:34px;height:30px;position:absolute;top:31px;left:82.36622730446928%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561621795{}}   @media screen and (max-width:640px) {#image_style_01_1510561621795{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561621795 > .view_contents{overflow:visible;} 

 #image_style_01_1510561447671{width:1.606145251396648%;height:30px;position:absolute;top:31px;left:58.27513966480446%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561447671{}}   @media screen and (max-width:640px) {#image_style_01_1510561447671{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561447671 > .view_contents{overflow:visible;} 

 #text_style_01_1510561441160{width:6.91340782122905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31px;left:48.219273743016764%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510561441160{}}   @media screen and (max-width:640px) {#text_style_01_1510561441160{width:100%;top:41px;left:0%;}}  #text_style_01_1510561441160>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#7f7f7f;font-size:16px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510561441160>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510561441160>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510561435452{width:2.304469273743017%;height:30px;position:absolute;top:31px;left:44.936059706703915%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561435452{width:31px;top:31px;left:44.51053817603394%;}}   @media screen and (max-width:640px) {#image_style_01_1510561435452{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561435452 > .view_contents{overflow:visible;} 

 #image_style_01_1510561370116{width:1.606145251396648%;height:30px;position:absolute;top:31px;left:39.349467527932966%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561370116{}}   @media screen and (max-width:640px) {#image_style_01_1510561370116{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561370116 > .view_contents{overflow:visible;} 

 #text_style_01_1510561187692{width:6.91340782122905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31px;left:29.643854748603353%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510561187692{}}   @media screen and (max-width:640px) {#text_style_01_1510561187692{width:100%;top:41px;left:0%;}}  #text_style_01_1510561187692>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#7f7f7f;font-size:16px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510561187692>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510561187692>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510561081242{width:23px;height:30px;position:absolute;top:31px;left:20.49581005586592%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561081242{}}   @media screen and (max-width:640px) {#image_style_01_1510561081242{width:66.006600660066%;height:200px;top:201px;left:16.996699669967%;}} #image_style_01_1510561081242 > .view_contents{overflow:visible;} 

 #image_style_01_1510561178052{width:33px;height:30px;position:absolute;top:31px;left:26.63997032122905%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561178052{top:31px;left:25.896407741251327%;}}   @media screen and (max-width:640px) {#image_style_01_1510561178052{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561178052 > .view_contents{overflow:visible;} 

 #text_style_01_1510561608066{width:6.91340782122905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31px;left:66.8645251396648%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510561608066{}}   @media screen and (max-width:640px) {#text_style_01_1510561608066{width:100%;top:41px;left:0%;}}  #text_style_01_1510561608066>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#7f7f7f;font-size:16px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510561608066>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510561608066>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510560277434{width:29px;height:30px;position:absolute;top:31px;left:8.100558659217876%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510560277434{left:5.235949098621421%;top:31px;}}   @media screen and (max-width:640px) {#image_style_01_1510560277434{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1510560277434 > .view_contents{overflow:visible;} 

 #text_style_01_1510561005788{width:6.91340782122905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31px;left:10.719273743016759%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510561005788{left:9.446248674443266%;top:30px;}}   @media screen and (max-width:640px) {#text_style_01_1510561005788{width:100%;top:200px;left:0%;}}  #text_style_01_1510561005788>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#7f7f7f;font-size:16px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510561005788>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510561005788>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510561629441{width:6.91340782122905%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:31px;left:85.5796089385475%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510561629441{left:87.59444591728526%;top:30px;}}   @media screen and (max-width:640px) {#text_style_01_1510561629441{width:100%;top:41px;left:0%;}}  #text_style_01_1510561629441>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#7f7f7f;font-size:16px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510561629441>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510561629441>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510561602048{width:34px;height:30px;position:absolute;top:31px;left:64.00030551675978%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561602048{left:63.046792152704136%;top:30px;}}   @media screen and (max-width:640px) {#image_style_01_1510561602048{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561602048 > .view_contents{overflow:visible;} 

 #image_style_01_1510561614772{width:1.606145251396648%;height:30px;position:absolute;top:30px;left:76.08240223463687%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510561614772{left:77.99078738069989%;top:31px;}}   @media screen and (max-width:640px) {#image_style_01_1510561614772{width:66.006600660066%;height:200px;top:41px;left:33.993399339934%;}} #image_style_01_1510561614772 > .view_contents{overflow:visible;}  #layout_1484200326210{height:89px;}   @media screen and (min-width:641px) and (max-width:1432px) {#layout_1484200326210{height:86px;}}   @media screen and (max-width:640px) {#layout_1484200326210{height:401px;display:none;}} #layout_1484200326210 > .view_contents{overflow:visible;max-width:1432px;}  #layout_1484200326210  {background:#4a4a4a;}


 #text_default_1510814501318{width:7.395833333333333%;height:30px;position:absolute;top:27px;left:31.119791666666668%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_default_1510814501318{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#text_default_1510814501318{width:370px;height:300px;top:1000px;left:0%;display:none;}} 

 #div_blank_1510814792086{width:0.052083333333333336%;height:35px;position:absolute;top:23px;left:30.390625%;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510814792086{left:0.4950495049504937%;width:99.00990099009901%;display:none;}}   @media screen and (max-width:640px) {#div_blank_1510814792086{width:300px;height:200px;top:1300px;left:0.4950495049504937%;display:none;}} #div_blank_1510814792086 > .view_contents{overflow:visible;}  #div_blank_1510814792086  {box-sizing:border-box;background:rgba(0, 0, 0,0.3);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510814792086  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1510814792086  {box-sizing:border-box;}}

 #div_blank_1510814839094{width:0.052083333333333336%;height:35px;position:absolute;top:22.5px;left:26.796874999999996%;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510814839094{left:0.4950495049504937%;width:99.00990099009901%;display:none;}}   @media screen and (max-width:640px) {#div_blank_1510814839094{width:300px;height:200px;top:1500px;left:0.4950495049504937%;display:none;}} #div_blank_1510814839094 > .view_contents{overflow:visible;}  #div_blank_1510814839094  {box-sizing:border-box;background:rgba(0, 0, 0,0.3);} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510814839094  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1510814839094  {box-sizing:border-box;}}

 #searchbox_style_02_1510814900995{width:11.458333333333332%;position:absolute;left:43.671875%;top:27px;}   @media screen and (min-width:641px) and (max-width:1432px) {#searchbox_style_02_1510814900995{width:50.208333333333336%;left:0%;display:none;}}   @media screen and (max-width:640px) {#searchbox_style_02_1510814900995{width:100%;left:0%;top:1700px;display:none;}}  #searchbox_style_02_1510814900995 .inputSet {background:#ffffff;border-top-color:#dddddd;border-right-color:#dddddd;border-bottom-color:#dddddd;border-left-color:#dddddd;height:33px;line-height:32px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;} #searchbox_style_02_1510814900995 .btnaSet {color:#b2b2b2;margin-bottom:0px;padding-bottom:7px;}

 #qqol_style_01_1510811692383{width:6.71875%;position:absolute;top:2px;left:35.67708333333333%;z-index:1002;}   @media screen and (min-width:641px) and (max-width:1432px) {#qqol_style_01_1510811692383{left:27.132489395546127%;top:0px;}}   @media screen and (max-width:640px) {#qqol_style_01_1510811692383{width:57.85123966942148%;top:200px;left:21.07438016528926%;display:none;}} #qqol_style_01_1510811692383 > .view_contents{overflow:visible;} 

 #image_logo_1510813348047{width:249px;height:80px;position:absolute;top:0px;left:12.708333333333332%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_logo_1510813348047{left:0%;width:249px;top:0px;}}   @media screen and (max-width:640px) {#image_logo_1510813348047{width:168px;height:56px;top:10px;left:calc(50% - 84px);}} #image_logo_1510813348047 > .view_contents{overflow:visible;} 

 #text_default_1511163094302{width:2.604166666666667%;height:55px;position:absolute;top:24px;left:27.473958333333332%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_default_1511163094302{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#text_default_1511163094302{width:370px;height:300px;top:283px;left:0%;display:none;}} #text_default_1511163094302 > .view_contents{overflow:visible;} 

 #dh_style_01_1510814373916{width:30.9375%;z-index:999;position:absolute;top:22px;left:56.35416666666667%;}   @media screen and (min-width:641px) and (max-width:1432px) {#dh_style_01_1510814373916{z-index:999;left:42.94803817603394%;width:57.05196182396607%;top:24px;}}   @media screen and (max-width:640px) {#dh_style_01_1510814373916{width:44px;z-index:999;top:2px;left:1.8017578125%;display:none;}} #dh_style_01_1510814373916 > .view_contents{overflow:visible;}  #dh_style_01_1510814373916 .columnSet {font-size:15px;text-align:center;height:68px;} #dh_style_01_1510814373916 .mainMenuSet {font-size:15px;text-align:center;margin-bottom:10px;} #dh_style_01_1510814373916 #hot>a {font-size:15px;text-align:center;background:#e60012;color:#ffffff;} #dh_style_01_1510814373916 .icoMenuSet {font-size:33px;color:#4c4c4c;} #dh_style_01_1510814373916 .subminSet {font-family:Microsoft YaHei;color:#ffffff;line-height:30px;background:rgba(76,76,76,0.4);margin-top:0px;border-bottom-style:none;border-bottom-width:2px;border-bottom-color:#c82126;border-top-style:solid;border-top-width:2px;border-top-color:#e51418;} #dh_style_01_1510814373916:hover {} #dh_style_01_1510814373916 .subminSet:hover {font-family:Microsoft YaHei;font-size:14px;line-height:30px;background:rgba(76,76,76,0.4);text-align:left;} #dh_style_01_1510814373916:active {} #dh_style_01_1510814373916 .subminSet:active {background:rgba(76,76,76,0.4);} #dh_style_01_1510814373916 .subMenuSet {background:#ffffff;color:#4c4c4c;font-family:Microsoft YaHei;font-size:13px;line-height:20px;padding-top:10px;padding-left:5px;padding-right:5px;margin-top:14px;margin-bottom:14px;margin-left:10px;margin-right:10px;} #dh_style_01_1510814373916 a.subCurSet {font-family:Microsoft YaHei;color:#ffffff;font-size:13px;line-height:30px;background:#e60012;text-align:center;} #dh_style_01_1510814373916 .mainMenuSet:hover {color:#ffffff;font-family:Microsoft YaHei;font-size:15px;background:#e51418;line-height:45px;text-align:center;} #dh_style_01_1510814373916 .mainMenuSet:active {color:#ffffff;font-family:Microsoft YaHei;font-size:15px;background:#c82126;line-height:45px;text-align:center;} #dh_style_01_1510814373916 .subMenuSet:hover {background:#e60012;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} #dh_style_01_1510814373916 .subCurSet:hover {text-align:center;} @media screen and (max-width:640px) { #dh_style_01_1510814373916 .icoMenuSet {font-size:34px;}} @media screen and (max-width:640px) { #dh_style_01_1510814373916 .columnSet {height:53px;text-align:left;}} @media screen and (max-width:640px) { #dh_style_01_1510814373916 .mainMenuSet {text-align:left;padding-left:10px;}} @media screen and (max-width:640px) { #dh_style_01_1510814373916 #hot>a {text-align:left;padding-left:10px;}}

 #text_default_1511415334488{width:2.9166666666666665%;height:23px;position:absolute;top:60px;left:23.463541666666668%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_default_1511415334488{left:34.88865323435843%;width:5.090137857900318%;top:15px;height:20px;}}   @media screen and (max-width:640px) {#text_default_1511415334488{width:370px;height:300px;top:583px;left:0%;display:none;}} #text_default_1511415334488 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
<style>
{*margin: 0;padding: 0;}
	.adv{
		background: url(../img/upimages/1/tan.png) no-repeat center center;
		width: 613px;
		height: 439px;
		position: fixed;
		left:50%;
		top: 50%;
		margin-left: -250px;
		margin-top: -219px;
		z-index: 100;
		opacity: 0.9;
	}
	.zixun{
		position:absolute;
		width: 153px;
		height: 42px;
		top: 225px;
		left: 60px;
		cursor: pointer;
	}
	.zixun a{
		outline: none;
		text-decoration: none;
		color:#000;
		border: 0px solid #000;
		box-shadow: none;
	}
	.close{
		position:absolute;
		width: 154px;
		height: 42px;
		top: 226px;
		left: 255px;
		cursor: pointer;
	}
	.hide{display: none;}

 #text_style_01_1518053027001{width:19.270833333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:40.36458333333333%;top:71.640625px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1518053027001{width:100%;display:none;top:71.640625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1518053027001{width:57px;display:block;left:2.861328125%;top:80.640625px;}}  #text_style_01_1518053027001>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1518053027001>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518053027001>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;text-align:center;border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;line-height:17px;height:17px;}}

 #text_style_01_1518053237681{width:19.270833333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:40.36458333333333%;top:87.640625px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1518053237681{width:100%;display:none;top:87.640625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1518053237681{width:52px;display:block;left:23.798828125%;top:80.640625px;}}  #text_style_01_1518053237681>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1518053237681>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518053237681>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;text-align:center;line-height:17px;height:17px;border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;}}

 #text_style_01_1518053326672{width:19.270833333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:40.36458333333333%;top:89.640625px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1518053326672{width:100%;display:none;top:89.640625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1518053326672{width:50px;display:block;left:42.1875%;top:80.640625px;}}  #text_style_01_1518053326672>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1518053326672>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518053326672>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;line-height:17px;height:17px;text-align:center;border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;}}

 #text_style_01_1518053432440{width:19.270833333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:40.36458333333333%;top:64.640625px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1518053432440{width:100%;display:none;top:64.640625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1518053432440{width:57px;display:block;left:59.68750000000001%;top:80.640625px;}}  #text_style_01_1518053432440>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1518053432440>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518053432440>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;line-height:17px;height:17px;text-align:center;border-right-style:solid;border-right-width:1px;border-right-color:#cccccc;}}

 #text_style_01_1518053505632{width:19.270833333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;display:none;position:absolute;left:40.36458333333333%;top:38.640625px;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1518053505632{width:100%;display:none;top:38.640625px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1518053505632{width:53px;display:block;left:79.0625%;top:80.640625px;}}  #text_style_01_1518053505632>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1518053505632>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1518053505632>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;text-align:center;line-height:17px;height:17px;border-right-style:none;border-right-width:0px;border-right-color:#cccccc;}}
 #div_a_includeBlock_1510813288217{width:1920px;height:94px;position:fixed;top:0px;left:calc(50% + -949.5px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_a_includeBlock_1510813288217{width:100%;height:94px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1510813288217{width:100%;height:113px;top:0px;left:0%;}} #div_a_includeBlock_1510813288217 > .view_contents{overflow:visible;}  #div_a_includeBlock_1510813288217  {background:rgba(255,255,255,0.9);} @media screen and (max-width:640px) { #div_a_includeBlock_1510813288217  {background:#ffffff;}}


 #text_style_01_1510562566299{width:6.773743016759777%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:66px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510562566299{width:114px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510562566299{width:100%;top:0px;left:0%;display:none;}}  #text_style_01_1510562566299>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510562566299>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510562566299>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510562897779{width:4.329608938547486%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:127px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510562897779{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510562897779{width:100%;top:683.5px;left:0%;display:none;}}  #text_style_01_1510562897779>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:15px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510562897779>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510562897779>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510562942750{width:4.329608938547486%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:127px;left:39.839385474860336%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510562942750{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510562942750{width:100%;top:137px;left:0%;display:none;}}  #text_style_01_1510562942750>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:15px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510562942750>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510562942750>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510563166222{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:161px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510563166222{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510563166222{width:100%;top:137px;left:0%;display:none;}}  #text_style_01_1510563166222>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510563166222>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510563166222>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510562367161{width:12px;height:302px;position:absolute;top:46px;left:25.803072625698327%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510562367161{left:36.77591463414634%;top:46px;height:237px;}}   @media screen and (max-width:640px) {#image_style_01_1510562367161{width:66.006600660066%;height:200px;top:283.5px;left:16.996699669967%;display:none;}} #image_style_01_1510562367161 > .view_contents{overflow:visible;} 

 #div_blank_1510562653987{width:3.1424581005586596%;height:2px;position:absolute;top:103px;left:30.272346368715088%;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510562653987{left:calc(50% - 15px);top:87px;display:none;}}   @media screen and (max-width:640px) {#div_blank_1510562653987{width:99.00990099009901%;height:200px;top:483.5px;left:0.4950495049504937%;display:none;}} #div_blank_1510562653987 > .view_contents{overflow:visible;}  #div_blank_1510562653987  {box-sizing:border-box;background:#b82024;} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510562653987  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1510562653987  {box-sizing:border-box;}}

 #text_style_01_1510563855143{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:185.5px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510563855143{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510563855143{width:100%;top:171px;left:0%;display:none;}}  #text_style_01_1510563855143>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510563855143>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510563855143>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510563872024{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211.5px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510563872024{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510563872024{width:100%;top:196.5px;left:0%;display:none;}}  #text_style_01_1510563872024>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510563872024>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510563872024>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510563890588{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:236.5px;left:30.20251396648045%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510563890588{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510563890588{width:100%;top:218.5px;left:0%;display:none;}}  #text_style_01_1510563890588>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510563890588>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510563890588>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510564031565{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:161px;left:39.839385474860336%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564031565{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510564031565{width:100%;top:171px;left:0%;display:none;}}  #text_style_01_1510564031565>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564031565>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564031565>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510564053372{width:7.8910614525139655%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:186.5px;left:39.839385474860336%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564053372{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510564053372{width:100%;top:171px;left:0%;display:none;}}  #text_style_01_1510564053372>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564053372>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564053372>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510563146648{width:4.329608938547486%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:127px;left:48.882681564245814%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510563146648{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510563146648{width:100%;top:137px;left:0%;display:none;}}  #text_style_01_1510563146648>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:15px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510563146648>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510563146648>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510564132516{width:5.237430167597766%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:161px;left:48.882681564245814%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564132516{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510564132516{width:100%;top:171px;left:0%;display:none;}}  #text_style_01_1510564132516>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564132516>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564132516>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510564448043{width:5.237430167597766%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:211.5px;left:48.882681564245814%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564448043{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510564448043{width:100%;top:197px;left:0%;display:none;}}  #text_style_01_1510564448043>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564448043>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564448043>.view_contents {box-sizing:border-box;}}

 #text_style_01_1510564483558{width:6.773743016759777%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:66px;left:60.43994413407822%;display:block;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564483558{width:12.089077412513255%;display:block;left:43.95546129374337%;top:71px;}}   @media screen and (max-width:640px) {#text_style_01_1510564483558{width:100%;top:76px;left:0%;display:none;}}  #text_style_01_1510564483558>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564483558>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564483558>.view_contents {box-sizing:border-box;}}

 #div_blank_1510564494008{width:3.1424581005586596%;height:2px;position:absolute;top:103px;left:60.509776536312856%;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510564494008{left:43.95546129374337%;top:105px;}}   @media screen and (max-width:640px) {#div_blank_1510564494008{width:99.00990099009901%;height:200px;top:113px;left:0.9900990099009874%;display:none;}} #div_blank_1510564494008 > .view_contents{overflow:visible;}  #div_blank_1510564494008  {box-sizing:border-box;background:#b82024;} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510564494008  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1510564494008  {box-sizing:border-box;}}

 #div_blank_1510564935424{width:3.1424581005586596%;height:2px;position:absolute;top:101px;left:86.4830656424581%;}   @media screen and (min-width:641px) and (max-width:1432px) {#div_blank_1510564935424{top:101px;left:83.30129904559915%;}}   @media screen and (max-width:640px) {#div_blank_1510564935424{width:99.00990099009901%;height:200px;top:113px;left:0.9900990099009874%;display:none;}} #div_blank_1510564935424 > .view_contents{overflow:visible;}  #div_blank_1510564935424  {box-sizing:border-box;background:#b82024;} @media screen and (min-width:641px) and (max-width:1432px) { #div_blank_1510564935424  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1510564935424  {box-sizing:border-box;}}

 #text_style_01_1510564673892{width:19.553072625698324%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:122px;left:60.43994413407822%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564673892{left:43.95546129374337%;top:123px;width:278px;}}   @media screen and (max-width:640px) {#text_style_01_1510564673892{width:100%;top:0px;left:0%;display:none;}}  #text_style_01_1510564673892>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#7f7f7f;line-height:32px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564673892>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564673892>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510564011912{width:0.8379888268156425%;height:302px;position:absolute;top:52px;left:81.8086592178771%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510564011912{left:76.5061638388123%;top:46px;height:238px;}}   @media screen and (max-width:640px) {#image_style_01_1510564011912{width:66.006600660066%;height:200px;top:56px;left:33.993399339934%;display:none;}} #image_style_01_1510564011912 > .view_contents{overflow:visible;} 

 #image_style_01_1510564975189{width:105px;height:105px;position:absolute;top:133.5px;left:86.48633903631286%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510564975189{left:83.30129904559915%;top:139px;}}   @media screen and (max-width:640px) {#image_style_01_1510564975189{width:66.006600660066%;height:200px;top:751.5px;left:16.996699669967%;display:none;}} #image_style_01_1510564975189 > .view_contents{overflow:visible;} 

 #image_style_01_1510562221418{width:312px;height:140px;position:absolute;top:114px;left:0%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510562221418{left:0.2120890774125133%;top:82px;}}   @media screen and (max-width:640px) {#image_style_01_1510562221418{width:66.006600660066%;height:200px;top:83.5px;left:16.996699669967%;display:none;}} #image_style_01_1510562221418 > .view_contents{overflow:visible;} 

 #text_style_01_1510564412595{width:5.237430167597766%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:187px;left:48.882681564245814%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564412595{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1510564412595{width:100%;top:196.5px;left:0%;display:none;}}  #text_style_01_1510564412595>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#999999;font-size:12px;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564412595>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564412595>.view_contents {box-sizing:border-box;}}

 #image_style_01_1510563947589{width:0.8379888268156425%;height:302px;position:absolute;top:46px;left:55.58659217877096%;}   @media screen and (min-width:641px) and (max-width:1432px) {#image_style_01_1510563947589{display:none;}}   @media screen and (max-width:640px) {#image_style_01_1510563947589{width:66.006600660066%;height:200px;top:206px;left:28.0517578125%;display:none;}} #image_style_01_1510563947589 > .view_contents{overflow:visible;} 

 #text_style_01_1510564919223{width:6.773743016759777%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:66px;left:86.48743016759776%;display:block;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1510564919223{width:12.089077412513255%;display:block;left:82.98647932131496%;top:66px;}}   @media screen and (max-width:640px) {#text_style_01_1510564919223{width:100%;top:28px;left:0%;display:none;}}  #text_style_01_1510564919223>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1510564919223>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1510564919223>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483950791855{width:99.93016759776536%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:417px;left:0.03382506983240224%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_02_1483950791855{width:858px;left:calc(50% - 455px);top:322px;}}   @media screen and (max-width:640px) {#text_style_02_1483950791855{width:94.6875%;top:22.5px;left:2.65625%;}}  #text_style_02_1483950791855>.view_contents {box-sizing:border-box;color:rgba(255,255,255,0.6);font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_02_1483950791855>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;color:#949494;}} @media screen and (max-width:640px) { #text_style_02_1483950791855>.view_contents {box-sizing:border-box;line-height:32px;font-size:12px;font-family:Microsoft YaHei;}}

 #text_style_01_1511253962578{width:11.243016759776536%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:254px;left:60.43994413407822%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_style_01_1511253962578{left:43.95546129374337%;top:258px;width:174px;}}   @media screen and (max-width:640px) {#text_style_01_1511253962578{width:54.37499999999999%;top:86.5px;left:29.062500000000004%;}}  #text_style_01_1511253962578>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;color:#7f7f7f;} @media screen and (min-width:641px) and (max-width:1432px) { #text_style_01_1511253962578>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1511253962578>.view_contents {box-sizing:border-box;}}

 #text_default_1511253878640{width:8.72905027932961%;height:25px;position:absolute;top:294px;left:60.43994413407822%;}   @media screen and (min-width:641px) and (max-width:1432px) {#text_default_1511253878640{}}   @media screen and (max-width:640px) {#text_default_1511253878640{width:40.625%;height:29px;top:0px;left:29.6875%;}}  #comm_layout_footer{height:563px;}   @media screen and (min-width:641px) and (max-width:1432px) {#comm_layout_footer{height:392px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:174px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1432px;}  #comm_layout_footer  {background:#1e1e1e;}

/* 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_1510371101428 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/banner/banner2.jpg') center top no-repeat;}
                #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner/banner3.jpg') center top no-repeat;}
                #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/banner/banner33.png') center top no-repeat;}
                #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/banner/banner4.jpg') center top no-repeat;}
                #banner_style_01_1510371101428 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1510371101428 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_01_1510535428477 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510535428477 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510535428477 .CompatibleImg img{width:100%; height:100%}}
.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_1510536083799 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510536083799 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510536083799 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510536083799 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_1510536436567 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510536436567 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510536436567 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510536436567 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_1510536456794 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510536456794 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510536456794 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510536456794 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_1510536448308 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510536448308 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510536448308 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510536448308 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_1510535899141 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510535899141 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510535899141 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510535899141 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_03_1510543399829 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543399829 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543399829 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543507339 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543507339 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543507339 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543514236 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543514236 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543514236 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543561581 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543561581 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543561581 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543569377 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543569377 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543569377 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543576481 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543576481 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543576481 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543598667 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543598667 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543598667 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543608449 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543608449 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543608449 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1510543616434 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1510543616434 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1510543616434 .CompatibleImg img{width:100%; height:100%}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;overflow: hidden;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:59%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 40%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 20px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1510372523826 li{width: 31.333333333333%;}
#productList_style_01_1510372523826 li.prod_Item{margin-bottom:3%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1510372523826 li{width: 31.333333333333%;}
	#productList_style_01_1510372523826 li.prod_Item{margin-bottom:3%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1510372523826 li{width: 48.5%;}
	#productList_style_01_1510372523826 li.prod_Item{margin-bottom:3%;}
}

   
   #productList_style_01_1510372523826 .p_detail.pc,#productList_style_01_1510372523826 .p_name.pc {display:block;}
   #productList_style_01_1510372523826 .p_detail.pad, #productList_style_01_1510372523826 .p_detail.mobile,#productList_style_01_1510372523826 .p_name.pad, #productList_style_01_1510372523826 .p_name.mobile {display:none;}

   @media screen and (min-width:641px) and (max-width:1200px) {
   #productList_style_01_1510372523826 .p_detail.pad,#productList_style_01_1510372523826 .p_name.pad {display:block;}
   #productList_style_01_1510372523826 .p_detail.pc, #productList_style_01_1510372523826 .p_detail.mobile,#productList_style_01_1510372523826 .p_name.pc, #productList_style_01_1510372523826 .p_name.mobile {display:none;}
   }
   @media screen and (max-width:640px) {
   #productList_style_01_1510372523826 .p_detail.mobile,#productList_style_01_1510372523826 .p_name.mobile {display:block;}
   #productList_style_01_1510372523826 .p_detail.pc, #productList_style_01_1510372523826 .p_detail.pad,#productList_style_01_1510372523826 .p_name.pc, #productList_style_01_1510372523826 .p_name.pad {display:none;}
   }
    

	/*产品状态  新品  推荐*/
	#productList_style_01_1510372523826 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}




	#productList_style_01_1510372523826 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1510372523826 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1510372523826 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1510372523826 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1510372523826 .submit_div{ display: inline-block; }

	#productList_style_01_1510372523826 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1510372523826 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1510372523826 .page_submit{margin-left:5px;}
	#productList_style_01_1510372523826 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1510372523826 .page_btn{ font-size:12px; }
			#productList_style_01_1510372523826 .submit_div{ display:none; }
		}

			#productList_style_01_1510372523826 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1510372523826 .page{line-height:30px; padding:0 13px;}
		}
	                        .prod_default .v_value {color: #333; font-size: 12px;}
            
     #productList_style_01_1510372523826  .showActivity {display: none !important;}
            #productList_style_01_1510372523826  .btnaSet ,#productList_style_01_1510372523826  .btnaSet a{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
	
	#image_style_01_1510552138585 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510552138585 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510552138585 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510552138585 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_1510552289247 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510552289247 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510552289247 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510552289247 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_1510552232520 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510552232520 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510552232520 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510552232520 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_1510552259689 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510552259689 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510552259689 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510552259689 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;}
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:900%; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }

.boxNewsListStyle_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}

.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .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_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
    .boxNewsListStyle_1 .sumary_list .newName .detailurl {
        line-height: inherit!important;
        font-size: inherit!important;
        color: inherit!important;
    }

}




	#newsList_style_01_1510557937902 .newDetail.pc {display:block;}
	#newsList_style_01_1510557937902 .newDetail.pad, #newsList_style_01_1510557937902 .newDetail.mobile {display:none;}
	#newsList_style_01_1510557937902 .newTitle.pc {display:block;}
	#newsList_style_01_1510557937902 .newTitle.pad, #newsList_style_01_1510557937902 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1510557937902 .newDetail.pad {display:block;}
		#newsList_style_01_1510557937902 .newDetail.pc, #newsList_style_01_1510557937902 .newDetail.mobile {display:none;}
		#newsList_style_01_1510557937902 .newTitle.pad {display:block;}
		#newsList_style_01_1510557937902 .newTitle.pc, #newsList_style_01_1510557937902 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1510557937902 .newDetail.mobile {display:block;}
		#newsList_style_01_1510557937902 .newDetail.pc, #newsList_style_01_1510557937902 .newDetail.pad {display:none;}
		#newsList_style_01_1510557937902 .newTitle.mobile {display:block;}
		#newsList_style_01_1510557937902 .newTitle.pc, #newsList_style_01_1510557937902 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1510557937902 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1510557937902 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1510557937902 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1510557937902 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1510557937902 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1510557937902 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1510557937902 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1510557937902 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1510557937902 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1510557937902 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1510557937902 .submit_div{ display: inline-block; }

#newsList_style_01_1510557937902 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1510557937902 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1510557937902 .page_submit{margin-left:5px;}
#newsList_style_01_1510557937902 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1510557937902 .page_btn{ font-size:12px; }
		#newsList_style_01_1510557937902 .submit_div{ display:none; }
	}

	#newsList_style_01_1510557937902 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1510557937902 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_1{width:100%; clear: both;}
.boxNewsListStyle_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_1 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ddd; box-sizing:border-box;margin-bottom: 10px;}
.boxNewsListStyle_1 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_1 li .clear{clear:both;}
.boxNewsListStyle_1 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_1 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #ddd;}
.boxNewsListStyle_1 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:38px; /*font-family: Georgia,Tahoma;*/ color:#40B8FF;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{float: left; margin-top: 20px; font-weight:normal; font-size:18px; font-family:microsoft yahei; color:#666;}
.boxNewsListStyle_1 .newTitle .nDate .yrDate{font-size:18px; color:#999; background: #eee; height: 26px; line-height: 26px; clear: both;}
.boxNewsListStyle_1 .sumary_list .newName{float:left; width:calc(98% - 150px - 80px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_1 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_1 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_1 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_1 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_1 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_1 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_1 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap; */overflow:hidden; }

.boxNewsListStyle_1 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_1 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_1 .page:hover{ background:red; color:white; cursor:pointer;}

.boxNewsListStyle_1 .prev_btn,.boxNewsListStyle_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_1 .no_page{border: 0 !important;}
.boxNewsListStyle_1 .sumary_list .show_all{width:25%; margin-top:.5em;}
.boxNewsListStyle_1 .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_1 .sumary_list .newPic{background-color: #eee;width:150px; margin:0 1% 1%;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_1 .sumary_list .newPic img{width:100%; background-color: #eee;}
.boxNewsListStyle_1 .sumary_list .newPic2{display: none;}
@media screen and (max-width:767px){
.boxNewsListStyle_1 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_1 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_1 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_1 .newTitle .nDate .numDate{font-size:28px;}
.boxNewsListStyle_1 .newTitle .nDate .enDate{font-size:12px; margin-top: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_1 .sumary_list .newPic{display: none;}
.boxNewsListStyle_1 .sumary_list .newPic2{display:block;background-color: #eee;width:100%; min-width:100px; margin-left:1%;margin-right:1%;margin-bottom:5px;overflow:hidden; position:relative; box-sizing:border-box; float:left;padding-bottom: 1px;}
.boxNewsListStyle_1 .sumary_list .newPic2 img{width:100%; float: left;}
    .boxNewsListStyle_1 .sumary_list .newName .detailurl {
        line-height: inherit!important;
        font-size: inherit!important;
        color: inherit!important;
    }

}




	#newsList_style_01_1510558511287 .newDetail.pc {display:block;}
	#newsList_style_01_1510558511287 .newDetail.pad, #newsList_style_01_1510558511287 .newDetail.mobile {display:none;}
	#newsList_style_01_1510558511287 .newTitle.pc {display:block;}
	#newsList_style_01_1510558511287 .newTitle.pad, #newsList_style_01_1510558511287 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_01_1510558511287 .newDetail.pad {display:block;}
		#newsList_style_01_1510558511287 .newDetail.pc, #newsList_style_01_1510558511287 .newDetail.mobile {display:none;}
		#newsList_style_01_1510558511287 .newTitle.pad {display:block;}
		#newsList_style_01_1510558511287 .newTitle.pc, #newsList_style_01_1510558511287 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_01_1510558511287 .newDetail.mobile {display:block;}
		#newsList_style_01_1510558511287 .newDetail.pc, #newsList_style_01_1510558511287 .newDetail.pad {display:none;}
		#newsList_style_01_1510558511287 .newTitle.mobile {display:block;}
		#newsList_style_01_1510558511287 .newTitle.pc, #newsList_style_01_1510558511287 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_01_1510558511287 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1510558511287 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_01_1510558511287 .sumary_list .newPic{width: 0px;}
	#newsList_style_01_1510558511287 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

@media screen and (max-width: 640px) {
	#newsList_style_01_1510558511287 .sumary_list .newPic2{width: 0px;}
	#newsList_style_01_1510558511287 .sumary_list .newName{width: calc(98% - 0px - 80px);}
}

/* 新分页 */
#newsList_style_01_1510558511287 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_01_1510558511287 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_01_1510558511287 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1510558511287 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_01_1510558511287 .submit_div{ display: inline-block; }

#newsList_style_01_1510558511287 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_01_1510558511287 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_01_1510558511287 .page_submit{margin-left:5px;}
#newsList_style_01_1510558511287 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_01_1510558511287 .page_btn{ font-size:12px; }
		#newsList_style_01_1510558511287 .submit_div{ display:none; }
	}

	#newsList_style_01_1510558511287 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_01_1510558511287 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1510561621795 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561621795 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561621795 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561621795 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_1510561447671 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561447671 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561447671 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561447671 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_1510561435452 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561435452 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561435452 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561435452 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_1510561370116 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561370116 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561370116 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561370116 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_1510561081242 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561081242 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561081242 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561081242 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_1510561178052 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561178052 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561178052 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561178052 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_1510560277434 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510560277434 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510560277434 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510560277434 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_1510561602048 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561602048 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561602048 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561602048 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_1510561614772 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510561614772 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510561614772 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510561614772 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;}
.searchStyle_2{position: relative; min-width: 200px;}

.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}

.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}

.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}

.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}

.keyWord{margin-top: 5px;}

.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}

@media screen and (max-width: 768px) {

.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}



}


	#searchbox_style_02_1510814900995 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_02_1510814900995 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_02_1510814900995 input::-o-input-placeholder{ color: ;}
	

/* 清除浮动 */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix{zoom:1}



.online-service-style01{ display:none }

.online-service .wrapper{ padding:5px 0; background-color:#fff }

.online-service .close,.online-service .button{

    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;

}

.online-service.right .button div{ text-align:right; padding-right:5px }

.online-service.left .button div{ text-align:left; padding-left:5px }

.online-service .header, .online-service .footer{

    height:25px; line-height:25px;

    padding:0 .5em;

}

.online-service .header{ border-bottom:1px solid #eee }

.online-service .footer{ border-top:1px solid #eee; font-size:12px }

.online-service.right .footer{ text-align:right }

.online-service.left .footer{ text-align:left }

.online-service .content{ padding:.5em 1em }



.ol-qq-online .qq-btn{ float:left; margin-right:.5em }

.ol-qq-online .qq-btn img{ float:left }

.ol-qq-online{ line-height:25px }



.ol-image img{ width:100% }


/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}



.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1510814373916 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	#image_style_01_1510562367161 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510562367161 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510562367161 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510562367161 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_1510564011912 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510564011912 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510564011912 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510564011912 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_1510564975189 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510564975189 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510564975189 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510564975189 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_1510562221418 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510562221418 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510562221418 .CompatibleImg img{width:100%; height:100%}}
.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_1510563947589 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1510563947589 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1510563947589 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1510563947589 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				