
/**
    *编辑器         \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:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #banner_style_01_1482394346074{width:159.58333333333334%;height:550px;position:absolute;left:-29.25%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1482394346074{}}   @media screen and (max-width:640px) {#banner_style_01_1482394346074{width:100%;height:130px;left:0%;top:53px;}} #banner_style_01_1482394346074 > .view_contents{overflow:visible;} 

 #image_logo_1492482937469{width:31.916666666666664%;height:50px;position:absolute;top:15px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492482937469{}}   @media screen and (max-width:640px) {#image_logo_1492482937469{width:96%;height:37px;top:8px;left:0.4345703125%;}} 

 #qqol_style_01_1521006579225{width:17.5%;position:absolute;top:568px;left:111.79166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1521006579225{}}   @media screen and (max-width:640px) {#qqol_style_01_1521006579225{width:96%;top:294px;left:2%;display:none;}} #qqol_style_01_1521006579225 > .view_contents{overflow:visible;} 

 #dh_style_01_1482989704976{width:66.16666666666666%;z-index:99999;top:0px;position:absolute;left:33.83333333333333%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482989704976{z-index:999;display:block;}}   @media screen and (max-width:640px) {#dh_style_01_1482989704976{z-index:999;width:96%;left:2%;top:0px;display:block;}} #dh_style_01_1482989704976 > .view_contents{overflow:visible;}  #dh_style_01_1482989704976 .mainMenuSet {background:#ffffff;padding-left:20px;padding-right:20px;line-height:70px;height:70px;} #dh_style_01_1482989704976 #hot>a {background:#016cdb;color:#ffffff;} #dh_style_01_1482989704976 .subMenuSet {background:#ffffff;color:#333333;} #dh_style_01_1482989704976 .subCurSet {background:#99c038;color:#ffffff;} #dh_style_01_1482989704976 .mainMenuSet:hover {background:#016cdb;color:#ffffff;} #dh_style_01_1482989704976 .subMenuSet:hover {background:#016cdb;color:#ffffff;} #dh_style_01_1482989704976 .subminSet {padding-top:20px;} #dh_style_01_1482989704976 a.subCurSet {background:#016cdb;} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet {background:none;color:#ffffff;line-height:40px;height:40px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .icoMenuSet {font-size:35px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .subMenuSet {background:#ffffff;color:#000000;padding-left:10px;font-size:12px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .subCurSet {background:#99c038;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .subminSet {color:#000000;background:#ffffff;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482989704976{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482989704976{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
} #comm_layout_header{height:620px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:75px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:183px;z-index:1000;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_header  {background:#ffffff;}


 #text_style_02_1520490453622{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:37px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1520490453622{left:1.3541666666666667%;width:97.36842105263155%;top:22px;}}   @media screen and (max-width:640px) {#text_style_02_1520490453622{width:96%;top:0px;left:2%;}}  #text_style_02_1520490453622>.view_contents {box-sizing:border-box;color:#006cdb;text-align:center;font-size:30px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1520490453622>.view_contents {box-sizing:border-box;font-size:25px;}} @media screen and (max-width:640px) { #text_style_02_1520490453622>.view_contents {box-sizing:border-box;font-size:20px;font-weight:normal;}}

 #text_style_02_1520490496448{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:95px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1520490496448{left:1.3020833333333335%;width:97.36842105263156%;top:64px;}}   @media screen and (max-width:640px) {#text_style_02_1520490496448{width:96%;top:60px;left:2%;}}  #text_style_02_1520490496448>.view_contents {box-sizing:border-box;color:#a0a0a0;font-size:14px;text-align:center;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1520490496448>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1520490496448>.view_contents {box-sizing:border-box;font-size:12px;}}

 #newsList_style_04_1_1520494927050{width:100%;position:absolute;top:150px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1_1520494927050{}}   @media screen and (max-width:640px) {#newsList_style_04_1_1520494927050{width:96%;top:100px;left:2%;}}  #newsList_style_04_1_1520494927050 .sortSet {background:#006cdb;} #layout_1520490453083{height:534px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1520490453083{}}   @media screen and (max-width:640px) {#layout_1520490453083{height:332px;}} #layout_1520490453083 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1492504357088{width:2.666666666666667%;height:35px;position:absolute;top:21px;left:72.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357088{display:block;left:69.4591728525981%;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357088{width:52.892561983471076%;height:200px;top:2218px;left:23.553719008264462%;display:none;}} #image_style_01_1492504357088 > .view_contents{overflow:visible;} 

 #text_style_02_1483000572160{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:51.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000572160{display:block;left:51.855779427359494%;top:24px;width:159px;}}   @media screen and (max-width:640px) {#text_style_02_1483000572160{width:95%;top:600px;left:2.5%;display:none;}}  #text_style_02_1483000572160>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000572160>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000572160>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492504357114{width:2.4166666666666665%;height:32px;position:absolute;top:22px;left:3.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357114{display:block;left:3.50609756097561%;top:24px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357114{width:52.892561983471076%;height:200px;top:1618px;left:23.553719008264462%;display:none;}} #image_style_01_1492504357114 > .view_contents{overflow:visible;} 

 #text_style_02_1483000563265{width:14.583333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000563265{left:6.157211028632025%;top:25px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1483000563265{width:95%;top:0px;left:2.5%;}}  #text_style_02_1483000563265>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000563265>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000563265>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483000493958{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:24px;left:25.416666666666664%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000493958{display:block;left:26.71162513255567%;top:24.5px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1483000493958{width:95%;top:300px;left:2.5%;display:block;}}  #text_style_02_1483000493958>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000493958>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000493958>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492504357130{width:3%;height:24px;position:absolute;top:26px;left:48.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357130{display:block;left:48.46235418875928%;top:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357130{width:52.892561983471076%;height:200px;top:2018px;left:23.553719008264462%;display:none;}} #image_style_01_1492504357130 > .view_contents{overflow:visible;} 

 #text_style_02_1483000736889{width:25.083333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:74.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000736889{display:block;left:72.32237539766702%;top:24px;width:256px;}}   @media screen and (max-width:640px) {#text_style_02_1483000736889{width:95%;top:684px;left:2.5%;display:none;}}  #text_style_02_1483000736889>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000736889>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000736889>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492504357103{width:2.166666666666667%;height:25px;position:absolute;top:26px;left:22.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357103{left:24.378645281018027%;top:26.5px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1492504357103{width:52.892561983471076%;height:200px;top:1818px;left:23.553719008264462%;display:none;}} #image_style_01_1492504357103 > .view_contents{overflow:visible;} 

 #dh_style_01_1492503604225{width:47%;z-index:999;position:absolute;top:80px;left:26.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492503604225{z-index:999;top:66px;left:calc(50% - 221.5px);}}   @media screen and (max-width:640px) {#dh_style_01_1492503604225{width:12.121212121212121%;z-index:999;top:1200px;left:43.93939393939394%;display:block;}} #dh_style_01_1492503604225 > .view_contents{overflow:visible;}  #dh_style_01_1492503604225 #hot>a {color:#ffffff;} #dh_style_01_1492503604225 .mainMenuSet {color:#ffffff;}
 #div_includeBlock_1492503974801{width:1200px;height:124px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492503974801{left:0%;top:0%;width:100%;height:110px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492503974801{width:100%;height:930px;top:1308px;left:0%;display:none;}} 

 #text_style_02_1482990428197{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:124px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990428197{left:0%;width:100%;top:110px;}}   @media screen and (max-width:640px) {#text_style_02_1482990428197{width:100%;top:0px;left:0%;}}  #text_style_02_1482990428197>.view_contents {box-sizing:border-box;color:#888888;font-size:12px;text-align:center;line-height:25px;border-top-color:#111111;border-top-style:solid;border-top-width:1px;box-shadow:#3b3b3b 0px 1px 2px inset;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990428197>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482990428197>.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:175px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:186px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:76px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#282828;}

/* 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_1482394346074 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/banner1.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/banner5.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/banner3.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_3{background: url('../img/upimages/banner7.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .ground_glass{}
    .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;*/

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
/*新闻列表样式*/
.boxNewsListStyle_4_1{width:100%; clear: both;}
.boxNewsListStyle_4_1 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4_1 ul{width: 100%;}
.boxNewsListStyle_4_1 .thelistbox{width:25%;float: left;margin-bottom: 10px;}
.boxNewsListStyle_4_1 .sumary_list{width:96% !important;margin:0 auto;list-style:none; background:#fff;}
.boxNewsListStyle_4_1 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4_1 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4_1 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4_1 .sumary_list .newName{}
.boxNewsListStyle_4_1 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4_1 .sumary_list .newName a:hover{}
.boxNewsListStyle_4_1 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4_1 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4_1 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4_1 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4_1 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4_1 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4_1 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4_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_4_1 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4_1 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4_1 .page_btn a.cur,.boxNewsListStyle_4_1 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4_1 .prev_btn,.boxNewsListStyle_4_1 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4_1 .no_page{border: 0 !important;}

@media screen and (max-width:768px){

.boxNewsListStyle_4_1 .thelistbox{width:50%;float: left;}

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

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

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

	#image_style_01_1492504357088 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357088 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1492504357088 .CompatibleImg img{null}}
#image_style_01_1492504357088 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_1492504357114 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357114 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1492504357114 .CompatibleImg img{null}}
#image_style_01_1492504357114 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_1492504357130 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357130 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1492504357130 .CompatibleImg img{null}}
#image_style_01_1492504357130 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_1492504357103 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357103 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1492504357103 .CompatibleImg img{null}}
#image_style_01_1492504357103 a{
	cursor: default;
}

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




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