
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-color:#ffffff; }
body{ background-position:left top; }


 #div_blank_1492479630438{width:100%;height:50px;position:absolute;top:94px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492479630438{top:70px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1492479630438{width:82.64462809917356%;height:200px;top:0px;left:8.67768595041322%;display:none;}} #div_blank_1492479630438 > .view_contents{overflow:visible;}  #div_blank_1492479630438  {box-sizing:border-box;background:#2b2b2b;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492479630438  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492479630438  {box-sizing:border-box;}}


 #text_style_06_1492479268277{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:52.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479268277{top:44.5px;left:63.41463414634146%;}}   @media screen and (max-width:640px) {#text_style_06_1492479268277{width:100%;top:100px;left:0%;display:none;z-index:2;}}  #text_style_06_1492479268277>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;color:#ff6637;text-align:right;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479268277>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479268277>.view_contents {box-sizing:border-box;}}

 #text_style_06_1492479234702{width:36.583333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:27.5px;left:63.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479234702{top:19.5px;left:63.41463414634146%;}}   @media screen and (max-width:640px) {#text_style_06_1492479234702{width:37.631578947368425%;top:18px;left:62.36842105263158%;display:none;z-index:2;}}  #text_style_06_1492479234702>.view_contents {box-sizing:border-box;font-size:16px;line-height:25px;text-align:right;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479234702>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479234702>.view_contents {box-sizing:border-box;}}

 #dh_style_01_1492479500522{width:66.66666666666666%;z-index:999;position:absolute;top:94px;left:16.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492479500522{z-index:999;left:2.014846235418876%;width:96%;top:71px;}}   @media screen and (max-width:640px) {#dh_style_01_1492479500522{width:50%;z-index:1000;top:12px;left:50%;}} #dh_style_01_1492479500522 > .view_contents{overflow:visible;}  #dh_style_01_1492479500522 .mainMenuSet {line-height:50px;height:50px;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;} #dh_style_01_1492479500522 #hot>a {color:#ffffff;background:#ff6637;} @media screen and (max-width:640px) { #dh_style_01_1492479500522 #hot>a {background:transparent;color:#ff6637;}}

 #image_logo_1492479188799{width:15.5%;height:79px;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492479188799{width:166px;height:63px;top:5px;left:0.2120890774125133%;}}   @media screen and (max-width:640px) {#image_logo_1492479188799{width:47.5%;height:62px;top:3px;left:1.0526315789473684%;z-index:2;}} 

 #qqol_style_01_1501032427108{width:17.5%;position:absolute;top:0px;left:36.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1501032427108{left:21.07438016528926%;width:57.85123966942148%;}}   @media screen and (max-width:640px) {#qqol_style_01_1501032427108{width:210px;top:0px;left:21.07438016528926%;z-index:1;}} #qqol_style_01_1501032427108 > .view_contents{overflow:visible;} 
 #div_includeBlock_1492479470980{width:1200px;height:144px;position:absolute;top:0px;left:7.835558678847505%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492479470980{width:100%;left:0%;height:122px;top:-1px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492479470980{width:100%;height:65px;top:0px;left:0%;}}  #comm_layout_header{height:144px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:121px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:67px;z-index:10;}} 


 #banner_style_03_1492479433509{width:100%;height:686px;position:absolute;top:-1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_03_1492479433509{height:390px;}}   @media screen and (max-width:640px) {#banner_style_03_1492479433509{width:100%;height:249px;top:0px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#banner_style_03_1492479433509{
	
}
#banner_style_03_1492479433509 .flicking_con{display:none;}
#banner_style_03_1492479433509 .main_image{height:100%;}
#banner_style_03_1492479433509 #btn_prev{width:45px;height:108px;}
#banner_style_03_1492479433509 #btn_next{width:45px;height:108px;}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#banner_style_03_1492479433509{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#banner_style_03_1492479433509{
		
	}
}


 #text_style_02_1500711777510{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:103px;left:49.45833333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500711777510{top:103px;left:46.74551104972376%;width:50%;}}   @media screen and (max-width:640px) {#text_style_02_1500711777510{width:50%;top:0px;left:0%;}}  #text_style_02_1500711777510>.view_contents {box-sizing:border-box;color:#ffffff;font-size:50px;line-height:60px;height:60px;letter-spacing:5px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500711777510>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500711777510>.view_contents {box-sizing:border-box;font-size:22px;text-align:right;}}

 #text_style_02_1500711540116{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:29px;left:0.9166666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500711540116{top:29px;left:3.9174723756906076%;width:50%;}}   @media screen and (max-width:640px) {#text_style_02_1500711540116{width:50%;top:43px;left:50%;}}  #text_style_02_1500711540116>.view_contents {box-sizing:border-box;color:#ffffff;font-size:50px;line-height:60px;height:60px;letter-spacing:5px;text-align:right;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500711540116>.view_contents {box-sizing:border-box;text-align:right;}} @media screen and (max-width:640px) { #text_style_02_1500711540116>.view_contents {box-sizing:border-box;font-size:22px;font-family:Microsoft YaHei;text-align:left;}}

 #div_blank_1500711392143{width:16.916666666666664%;height:192px;position:absolute;top:0px;left:41.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1500711392143{left:41.546961325966855%;top:0px;}}   @media screen and (max-width:640px) {#div_blank_1500711392143{width:33.4375%;height:104px;top:0px;left:32.5%;}} #div_blank_1500711392143 > .view_contents{overflow:visible;}  #div_blank_1500711392143  {box-sizing:border-box;background:rgba(255,102,55,0.5);} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1500711392143  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1500711392143  {box-sizing:border-box;}}

 #text_style_02_1500712033043{width:35%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500712033043{width:32%;top:230px;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1500712033043{width:32%;top:119px;left:0%;}}  #text_style_02_1500712033043>.view_contents {box-sizing:border-box;color:#ffffff;font-size:56px;line-height:60px;height:60px;letter-spacing:10px;font-family:Microsoft YaHei;text-align:right;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500712033043>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500712033043>.view_contents {box-sizing:border-box;font-size:24px;letter-spacing:5px;}}

 #text_style_02_1500712137536{width:15%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252px;left:35%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500712137536{left:32.00794198895028%;width:18%;top:230px;}}   @media screen and (max-width:640px) {#text_style_02_1500712137536{width:20%;top:119px;left:32.10526315789474%;}}  #text_style_02_1500712137536>.view_contents {box-sizing:border-box;color:#ff6637;font-size:56px;line-height:60px;height:60px;letter-spacing:10px;font-family:Microsoft YaHei;text-align:left;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500712137536>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500712137536>.view_contents {box-sizing:border-box;font-size:24px;letter-spacing:5px;font-weight:bold;}}

 #text_style_02_1500712330048{width:15%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252px;left:50%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500712330048{width:18%;top:230px;left:50.01381215469613%;}}   @media screen and (max-width:640px) {#text_style_02_1500712330048{width:20%;top:119px;left:48%;}}  #text_style_02_1500712330048>.view_contents {box-sizing:border-box;color:#ff6637;font-size:56px;line-height:60px;height:60px;letter-spacing:10px;font-family:Microsoft YaHei;text-align:right;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500712330048>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500712330048>.view_contents {box-sizing:border-box;font-size:24px;text-align:right;letter-spacing:5px;}}

 #text_style_02_1500712106803{width:35%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:252px;left:65%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500712106803{width:32%;left:68.01968232044199%;top:230px;}}   @media screen and (max-width:640px) {#text_style_02_1500712106803{width:32%;top:119px;left:67.89473684210526%;}}  #text_style_02_1500712106803>.view_contents {box-sizing:border-box;color:#ffffff;font-size:56px;line-height:60px;height:60px;letter-spacing:5px;font-family:Microsoft YaHei;text-align:left;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500712106803>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500712106803>.view_contents {box-sizing:border-box;font-size:24px;}}
 #div_includeBlock_1500711837957{width:1200px;height:312px;position:absolute;top:186px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500711837957{left:2%;top:49px;width:96%;height:290px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500711837957{width:100%;height:179px;top:35px;left:0%;}}  #layout_1492478345737{height:685px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492478345737{height:389px;}}   @media screen and (max-width:640px) {#layout_1492478345737{height:249px;}} #layout_1492478345737 > .view_contents{overflow:visible;}  #layout_1492478345737  {background:#2b2b2b;}


 #text_style_06_1492479935782{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:48px;left:53.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479935782{width:150px;top:48px;left:51%;}}   @media screen and (max-width:640px) {#text_style_06_1492479935782{width:100%;top:8px;left:0%;}}  #text_style_06_1492479935782>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479935782>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479935782>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_06_1492479973042{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:98px;left:53.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492479973042{top:98px;left:51%;}}   @media screen and (max-width:640px) {#text_style_06_1492479973042{width:100%;top:58px;left:0%;}}  #text_style_06_1492479973042>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;line-height:30px;font-family:Microsoft YaHei;color:#ff6c37;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492479973042>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492479973042>.view_contents {box-sizing:border-box;text-align:center;}}

 #image_style_01_1492480092389{width:45.08333333333333%;height:342px;position:absolute;top:63px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492480092389{height:270px;left:2%;top:142px;}}   @media screen and (max-width:640px) {#image_style_01_1492480092389{width:96%;height:236px;top:88px;left:1.9736842105263157%;}} #image_style_01_1492480092389 > .view_contents{overflow:visible;} 

 #text_style_02_1500716094681{width:46.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:161px;left:53.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500716094681{left:50.99913838812301%;top:139.5px;}}   @media screen and (max-width:640px) {#text_style_02_1500716094681{width:96%;top:337px;left:1.9736842105263157%;}}  #text_style_02_1500716094681>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;text-indent:2em;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500716094681>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500716094681>.view_contents {box-sizing:border-box;}} #layout_1492479400940{height:461px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492479400940{height:461px;}}   @media screen and (max-width:640px) {#layout_1492479400940{height:817px;}} #layout_1492479400940 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_06_1500713698218{width:23.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:98px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500713698218{width:329px;top:44px;left:2%;}}   @media screen and (max-width:640px) {#text_style_06_1500713698218{width:100%;top:28px;left:0%;}}  #text_style_06_1500713698218>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;font-family:Microsoft YaHei;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500713698218>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500713698218>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_06_1500713698234{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:148px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500713698234{top:94px;left:2%;}}   @media screen and (max-width:640px) {#text_style_06_1500713698234{width:100%;top:78px;left:0%;}}  #text_style_06_1500713698234>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;line-height:30px;font-family:Microsoft YaHei;color:#ff6c37;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500713698234>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500713698234>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_02_1500716863252{width:50%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:198px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1500716863252{left:2%;top:124px;width:550px;}}   @media screen and (max-width:640px) {#text_style_02_1500716863252{width:96%;top:133px;left:2%;}}  #text_style_02_1500716863252>.view_contents {box-sizing:border-box;font-size:14px;line-height:30px;text-indent:0em;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1500716863252>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1500716863252>.view_contents {box-sizing:border-box;text-indent:2em;}}

 #text_style_06_1500713698261{width:13.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:401px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500713698261{left:2%;top:293.5px;}}   @media screen and (max-width:640px) {#text_style_06_1500713698261{width:46.578947368421055%;top:404px;left:26.710526315789473%;}}  #text_style_06_1500713698261>.view_contents {box-sizing:border-box;font-size:16px;text-align:center;font-weight:bold;color:#ffffff;background:#ff6637;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500713698261>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500713698261>.view_contents {box-sizing:border-box;}} #layout_1500713698216{height:548px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500713698216{height:423px;}}   @media screen and (max-width:640px) {#layout_1500713698216{height:500px;}} #layout_1500713698216 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500713698216  {background: url(../img/upimages/pkgimg/pkgimg/pkgimg/answer_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:0%;background-position-y:0%;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1500713698216  {background-position-x:100%;}} @media screen and (max-width:640px) { #layout_1500713698216  {background-position-x:75%;}}


 #text_style_06_1492482527123{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:48px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492482527123{width:150px;top:48px;left:0.3181336161187699%;}}   @media screen and (max-width:640px) {#text_style_06_1492482527123{width:100%;top:8px;left:0%;}}  #text_style_06_1492482527123>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492482527123>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492482527123>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_06_1492482527137{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:98px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1492482527137{top:98px;left:0.4241781548250266%;}}   @media screen and (max-width:640px) {#text_style_06_1492482527137{width:100%;top:58px;left:0%;}}  #text_style_06_1492482527137>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;line-height:30px;font-family:Microsoft YaHei;color:#ff6c37;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1492482527137>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1492482527137>.view_contents {box-sizing:border-box;text-align:center;}}

 #newsList_style_04_1492482569228{width:100%;position:absolute;top:158px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1492482569228{}}   @media screen and (max-width:640px) {#newsList_style_04_1492482569228{width:98%;top:110px;left:1%;}}  #newsList_style_04_1492482569228 .detailSet {border-bottom-style:none;font-family:Microsoft YaHei;font-size:13px;} #newsList_style_04_1492482569228 .titleSet {font-family:Microsoft YaHei;font-size:16px;} #newsList_style_04_1492482569228 .imgSet {background:transparent;} #layout_1492482527119{height:617px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492482527119{height:455px;}}   @media screen and (max-width:640px) {#layout_1492482527119{height:954px;}} #layout_1492482527119 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1505372694919{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505372694919{}}   @media screen and (max-width:640px) {#layout_1505372694919{height:30px;}} #layout_1505372694919 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_06_1500715730282{width:73.08333333333333%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:52px;left:13.458333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715730282{}}   @media screen and (max-width:640px) {#text_style_06_1500715730282{width:100%;top:17px;left:0%;}}  #text_style_06_1500715730282>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;text-align:center;color:#ffffff;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715730282>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715730282>.view_contents {box-sizing:border-box;}}


 #image_style_01_1500715730634{width:230px;height:230px;position:absolute;top:0px;left:18.055555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715730634{left:14.907243816254418%;width:69.96466431095406%;top:0px;height:206px;}}   @media screen and (max-width:640px) {#image_style_01_1500715730634{width:222px;height:231px;top:0px;left:calc(50% - 111px);}} #image_style_01_1500715730634 > .view_contents{overflow:visible;}  #image_style_01_1500715730634 .picSet {border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}

 #text_style_06_1500715730649{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:246px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715730649{left:0%;width:100%;top:220px;}}   @media screen and (max-width:640px) {#text_style_06_1500715730649{width:370px;top:240px;left:1.3157894736842104%;}}  #text_style_06_1500715730649>.view_contents {box-sizing:border-box;font-size:18px;font-weight:normal;text-align:center;color:#ffffff;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715730649>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715730649>.view_contents {box-sizing:border-box;}}

 #text_style_06_1500715730656{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:291px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715730656{width:100%;top:269px;left:0%;}}   @media screen and (max-width:640px) {#text_style_06_1500715730656{width:100%;top:284px;left:0%;}}  #text_style_06_1500715730656>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;text-align:center;color:#ffffff;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715730656>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715730656>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500715730297{width:30%;height:396px;position:absolute;top:174px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500715730297{height:349px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500715730297{width:100%;height:382px;top:127px;left:0%;}} 

 #text_style_06_1500715730301{width:80%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:102px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715730301{}}   @media screen and (max-width:640px) {#text_style_06_1500715730301{width:100%;top:67px;left:0%;}}  #text_style_06_1500715730301>.view_contents {box-sizing:border-box;font-size:26px;font-weight:bold;line-height:30px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715730301>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715730301>.view_contents {box-sizing:border-box;}}


 #image_style_01_1500715731013{width:230px;height:230px;position:absolute;top:0px;left:18.055555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715731013{left:14.907243816254418%;width:69.96466431095406%;top:0px;height:206px;}}   @media screen and (max-width:640px) {#image_style_01_1500715731013{width:222px;height:231px;top:0px;left:calc(50% - 111px);}} #image_style_01_1500715731013 > .view_contents{overflow:visible;}  #image_style_01_1500715731013 .picSet {border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}

 #text_style_06_1500715731035{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:246px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715731035{left:0%;width:100%;top:220px;}}   @media screen and (max-width:640px) {#text_style_06_1500715731035{width:370px;top:240px;left:1.3157894736842104%;}}  #text_style_06_1500715731035>.view_contents {box-sizing:border-box;font-size:18px;font-weight:normal;text-align:center;color:#ffffff;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715731035>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715731035>.view_contents {box-sizing:border-box;}}

 #text_style_06_1500715731046{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:291px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715731046{width:100%;top:269px;left:0%;}}   @media screen and (max-width:640px) {#text_style_06_1500715731046{width:100%;top:284px;left:0%;}}  #text_style_06_1500715731046>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;text-align:center;color:#ffffff;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715731046>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715731046>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500715730310{width:30%;height:396px;position:absolute;top:174px;left:35%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500715730310{height:349px;}}   @media screen and (max-width:640px) {#div_includeBlock_1500715730310{width:100%;height:382px;top:538px;left:0%;}} 


 #image_style_01_1500715731126{width:230px;height:230px;position:absolute;top:0px;left:18.055555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715731126{left:14.907243816254418%;width:69.96466431095406%;top:0px;height:206px;}}   @media screen and (max-width:640px) {#image_style_01_1500715731126{width:222px;height:231px;top:0px;left:calc(50% - 111px);}} #image_style_01_1500715731126 > .view_contents{overflow:visible;}  #image_style_01_1500715731126 .picSet {border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}

 #text_style_06_1500715731131{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:246px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715731131{left:0%;width:100%;top:220px;}}   @media screen and (max-width:640px) {#text_style_06_1500715731131{width:370px;top:240px;left:1.3157894736842104%;}}  #text_style_06_1500715731131>.view_contents {box-sizing:border-box;font-size:18px;font-weight:normal;text-align:center;color:#ffffff;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715731131>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715731131>.view_contents {box-sizing:border-box;}}

 #text_style_06_1500715731142{width:100%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:291px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1500715731142{width:100%;top:269px;left:0%;}}   @media screen and (max-width:640px) {#text_style_06_1500715731142{width:100%;top:284px;left:0%;}}  #text_style_06_1500715731142>.view_contents {box-sizing:border-box;font-size:14px;font-weight:normal;text-align:center;color:#ffffff;line-height:22px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1500715731142>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1500715731142>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1500715730315{width:30%;height:396px;position:absolute;top:175px;left:70%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1500715730315{height:349px;top:173px;left:69.98939554612937%;}}   @media screen and (max-width:640px) {#div_includeBlock_1500715730315{width:100%;height:382px;top:948px;left:0%;}}  #layout_1500715730279{height:572px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1500715730279{height:523px;}}   @media screen and (max-width:640px) {#layout_1500715730279{height:1334px;}} #layout_1500715730279 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1500715730279  {background: url(../img/upimages/pkgimg/pkgimg/pkgimg/team_bg.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-attachment:fixed;}





 #div_blank_1492482974597{width:12.3%;height:3px;position:absolute;left:10%;top:79px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974597{top:79px;height:3px;left:5.7%;}}   @media screen and (max-width:640px) {#div_blank_1492482974597{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:none;}} #div_blank_1492482974597 > .view_contents{overflow:visible;}  #div_blank_1492482974597  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974597  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974597  {box-sizing:border-box;}}

 #div_blank_1492482974601{width:12.3%;height:3px;position:absolute;left:10%;top:331px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974601{left:5.667080573951435%;top:336px;}}   @media screen and (max-width:640px) {#div_blank_1492482974601{width:20.263157894736842%;height:3px;left:0%;top:41px;display:block;}} #div_blank_1492482974601 > .view_contents{overflow:visible;}  #div_blank_1492482974601  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974601  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974601  {box-sizing:border-box;}}

 #text_style_02_1492482974605{width:37.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974605{left:63.2985342920354%;top:185.5px;width:158px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974605{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1492482974605>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974605>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974605>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974611{width:11.166666666666666%;height:29px;position:absolute;top:186.5px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974611{left:2.900304203539823%;top:184px;height:33px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974611{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974611 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974616{width:38.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974616{left:13.758296460176991%;top:184.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974616{width:100%;top:200px;left:0%;display:none;}}  #text_style_02_1492482974616>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974616>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974616>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974621{width:6.166666666666667%;height:25px;position:absolute;top:101.5px;left:52.666666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974621{left:52.91758849557522%;top:97.5px;width:43px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974621{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974621 > .view_contents{overflow:visible;} 

 #image_style_01_1492482974627{width:11.166666666666666%;height:35px;position:absolute;top:223px;left:6.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974627{left:2.900304203539823%;top:224.5px;height:38px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974627{width:55.09641873278237%;height:200px;top:600px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974627 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974631{width:58.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:227px;left:16.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974631{left:13.741012168141593%;top:229px;width:362px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974631{width:100%;top:800px;left:0%;display:none;}}  #text_style_02_1492482974631>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974631>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974631>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974634{width:49.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:10%;top:285px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974634{left:5.667080573951435%;top:293px;width:49.1%;}}   @media screen and (max-width:640px) {#text_style_02_1492482974634{width:100%;left:0%;top:3px;display:block;}}  #text_style_02_1492482974634>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974634>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974634>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492482974639{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:10%;top:34px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974639{left:5.746412803532009%;top:34px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974639{width:97.30000000000001%;left:1.3499999999999943%;top:0px;display:none;}}  #text_style_02_1492482974639>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974639>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974639>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1492482974642{width:11.946902654867257%;height:25px;position:absolute;top:101.5px;left:6.083333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974642{left:2.233130530973451%;width:11.946902654867257%;top:99px;height:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974642{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974642 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974646{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:99.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974646{top:97.5px;left:62.85951327433629%;width:35.61946902654867%;}}   @media screen and (max-width:640px) {#text_style_02_1492482974646{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974646>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974646>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974646>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974649{width:31.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:98.5px;left:16.333333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974649{left:14.183490044247787%;width:33.6283185840708%;top:97.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974649{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974649>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974649>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974649>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974652{width:9.166666666666666%;height:32px;position:absolute;top:183.5px;left:51.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974652{left:53.973509933774835%;top:182px;height:35px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974652{width:55.09641873278237%;height:200px;top:400px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974652 > .view_contents{overflow:visible;} 

 #image_style_01_1492482974656{width:11%;height:25px;position:absolute;top:144px;left:50.24999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974656{height:30px;left:52.207505518763796%;top:143.5px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974656{width:55.09641873278237%;height:200px;top:200px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974656 > .view_contents{overflow:visible;} 

 #text_style_02_1492482974659{width:34.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:141px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974659{left:63.24503311258278%;top:143.5px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974659{width:100%;top:600px;left:0%;display:none;}}  #text_style_02_1492482974659>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974659>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974659>.view_contents {box-sizing:border-box;}}

 #text_style_02_1492482974662{width:32.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144px;left:16.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974662{left:14.155629139072849%;top:143.5px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974662{width:100%;top:0px;left:0%;display:none;}}  #text_style_02_1492482974662>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974662>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974662>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492482974665{width:6.833333333333333%;height:25px;position:absolute;top:144px;left:8.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492482974665{left:5.10485651214128%;top:146px;height:25px;}}   @media screen and (max-width:640px) {#image_style_01_1492482974665{width:55.09641873278237%;height:200px;top:0px;left:22.451790633608816%;display:none;}} #image_style_01_1492482974665 > .view_contents{overflow:visible;} 


 #customForm_style_input_01_1492482975358{width:40%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1492482975358{left:0%;width:38%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1492482975358{width:50%;top:0px;}} #customForm_style_input_01_1492482975358 > .view_contents{overflow:visible;}  #customForm_style_input_01_1492482975358 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_input_01_1492482975367{width:40%;position:absolute;top:0px;left:42.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1492482975367{left:40%;top:0px;width:38%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1492482975367{width:50%;top:0px;left:49.49914383561644%;}} #customForm_style_input_01_1492482975367 > .view_contents{overflow:visible;}  #customForm_style_input_01_1492482975367 .inputSet {background:transparent;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#ffffff;border-right-color:#ffffff;border-bottom-color:#ffffff;border-left-color:#ffffff;color:#ffffff;}

 #customForm_style_button_01_1492482975373{width:15.416666666666668%;position:absolute;top:0px;left:84.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1492482975373{left:79.76470588235294%;width:20%;top:0px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1492482975373{width:40%;top:50px;left:30%;}} #customForm_style_button_01_1492482975373 > .view_contents{overflow:visible;}  #customForm_style_button_01_1492482975373 .btnaSet {color:#ffffff;background:#ff6637;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;}
 #customForm_form_1492482974669{width:80%;height:46px;position:absolute;top:353px;left:10%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1492482974669{left:5.822295805739515%;width:94%;top:357px;}}   @media screen and (max-width:640px) {#customForm_form_1492482974669{width:100%;height:85px;top:60px;left:0%;}} 
 #div_includeBlock_1492482974339{width:50%;height:427px;position:absolute;top:0px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974339{}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974339{width:100%;height:145px;top:0px;left:0%;display:block;}}  #div_includeBlock_1492482974339  {border-left-color:#ffffff;border-left-style:solid;border-left-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1492482974339  {border-left-width:0px;}}


 #div_blank_1492482974542{width:12.333333333333334%;height:3px;position:absolute;left:0.33333333333333337%;top:45px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492482974542{}}   @media screen and (max-width:640px) {#div_blank_1492482974542{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:0px;display:block;}} #div_blank_1492482974542 > .view_contents{overflow:visible;}  #div_blank_1492482974542  {box-sizing:border-box;background:#ff6637;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492482974542  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492482974542  {box-sizing:border-box;}}

 #text_style_02_1492482974553{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974553{}}   @media screen and (max-width:640px) {#text_style_02_1492482974553{width:97.30000000000001%;left:1.3499999999999943%;top:0px;}}  #text_style_02_1492482974553>.view_contents {box-sizing:border-box;color:#ffffff;font-size:22px;font-weight:normal;text-align:left;font-family:Microsoft YaHei;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974553>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1492482974553>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492482974560{width:90%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:60.5px;left:0.33333333333333337%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974560{left:0%;width:90%;top:63.5px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974560{width:370px;top:0px;}}  #text_style_02_1492482974560>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974560>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1492482974560>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1492482974348{width:50%;height:264px;position:absolute;top:34px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974348{height:264px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974348{width:100%;height:240px;top:0px;left:0%;display:none;}}  #div_includeBlock_1492482974348  {border-bottom-color:#ffffff;border-bottom-style:solid;border-bottom-width:1px;}


 #dh_style_01_1492482974705{width:100%;z-index:999;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492482974705{z-index:999;left:0%;width:100%;top:25px;}}   @media screen and (max-width:640px) {#dh_style_01_1492482974705{width:44px;z-index:999;top:0px;display:none;}} #dh_style_01_1492482974705 > .view_contents{overflow:visible;}  #dh_style_01_1492482974705 .mainMenuSet {color:#ffffff;font-size:14px;text-align:left;} #dh_style_01_1492482974705 #hot>a {color:#ffffff;}

 #text_style_02_1492482974709{width:71%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:65px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492482974709{width:100%;left:0%;top:74px;}}   @media screen and (max-width:640px) {#text_style_02_1492482974709{width:100%;top:11px;left:0%;}}  #text_style_02_1492482974709>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492482974709>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492482974709>.view_contents {box-sizing:border-box;text-align:center;}}
 #div_includeBlock_1492482974352{width:50%;height:126px;position:absolute;top:300px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974352{}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974352{width:100%;height:71px;top:165px;left:0%;display:block;}} 
 #div_includeBlock_1492482974178{width:1200px;height:427px;position:absolute;top:25.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974178{left:2.014846235418876%;width:96%;height:434px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974178{width:96%;height:236px;top:13px;left:2%;}} 
 #div_includeBlock_1492482974022{width:100%;height:478px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492482974022{height:479px;width:100%;}}   @media screen and (max-width:640px) {#div_includeBlock_1492482974022{width:100%;height:249px;top:0px;left:0%;}}  #div_includeBlock_1492482974022  {background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1492482974022  {background-position-x:50%;}} #comm_layout_footer{height:478px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:479px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:249px;display:block;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#2b2b2b;border-top-style:solid;border-top-color:#ff6637;border-top-width:2px;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/*菜单样式*/
.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;}
}
.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:block !important;}
}
/*banner样式*/
.bannerStyle_4{width:100%; height:100%; position:relative;}
.bannerStyle_4 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_4 .main_image{height:calc(100% - 48px); overflow:hidden; position:relative; }
.bannerStyle_4 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_4 .main_image li{position:absolute; left:0; top:0; width:100%; height:100%; }
.bannerStyle_4 .main_image li a{display:block; width:100%; height:100%; overflow: hidden;}
.bannerStyle_4 .main_image li .img_1{background:url(/sysTools/Model/views/banner/style_03/v9Res/banner1.jpg) center top no-repeat}
.bannerStyle_4 .main_image li .img_2{background:url(/sysTools/Model/views/banner/style_03/v9Res/banner2.jpg) center top no-repeat}
.bannerStyle_4 .main_image li span{display:inline-block; width:100%; height:100%; background-size:100% 100% !important;}

.bannerStyle_4 .main_control{width:100%; max-width:1200px; text-align:right; position:relative; top:15px; z-index:99998;}
.bannerStyle_4 .main_control a{display:inline-block; width:50px; height:20px; background-size:cover !important; cursor:pointer;}
.bannerStyle_4 .main_control a.pause{background:url(../img/banner/style_03/pause-active.png) no-repeat;}
.bannerStyle_4 .main_control a.play{background:url(../img/banner/style_03/play-inactive.png) no-repeat;}

.bannerStyle_4 div.flicking_con{position:relative; top:-23px; left:0; z-index:99999; width:100%; max-width:160px; margin:auto; height:48px; box-sizing:border-box; padding-top:0; text-align:center; }
.bannerStyle_4 div.flicking_con a{width:8px; height:8px; padding:0; background:#eee; display:inline-block; box-sizing:border-box; margin:0 5px; border-radius:100%; cursor:pointer; }
.bannerStyle_4 div.flicking_con a.on{background:#333;}
.bannerStyle_4 div.flicking_con a:hover{background:#000;}
.bannerStyle_4 #btn_prev,.bannerStyle_4 #btn_next{z-index:11111; position:absolute; display:block; width:30px; height:72px; top:50%; margin-top:-37px; background-size:cover !important; border-radius:2px; opacity:.5; filter:Alpha(opacity=50); transition:all .3s; -webkit-transition:all .3s; -moz-transition:all .3s; -o-transition:all .3s;}
.bannerStyle_4 #btn_prev:hover,.bannerStyle_4 #btn_next:hover{opacity:1; filter:Alpha(opacity=100);}
.bannerStyle_4 #btn_prev{background:url(../img/banner/style_03/hover_left.png) no-repeat center center; left:0; }
.bannerStyle_4 #btn_next{background:url(../img/banner/style_03/hover_right.png) no-repeat center center; right:0; }
	
	#banner_style_03_1492479433509 .bannerStyle_4 .main_image li .img_0{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homepage_banner1.jpg') center top no-repeat;}
	
	#banner_style_03_1492479433509 .bannerStyle_4 .main_image li .img_1{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homepage_banner2.jpg') center top no-repeat;}
	
	#banner_style_03_1492479433509 .bannerStyle_4 .main_image li .img_2{background: url('../img/upimages/pkgimg/pkgimg/pkgimg/homepage_banner3.jpg') center top no-repeat;}
	

	#image_style_01_1492480092389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492480092389 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1492480092389 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1492480092389 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

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

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

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

	#image_style_01_1500715730634 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715730634 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500715730634 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1500715730634 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_1500715731013 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715731013 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500715731013 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1500715731013 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_1500715731126 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1500715731126 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1500715731126 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1500715731126 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_1492482974611 .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_1492482974611 .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_1492482974611 .CompatibleImg img{null}}
#image_style_01_1492482974611 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_1492482974621 .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_1492482974621 .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_1492482974621 .CompatibleImg img{null}}
#image_style_01_1492482974621 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_1492482974627 .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_1492482974627 .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_1492482974627 .CompatibleImg img{null}}
#image_style_01_1492482974627 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_1492482974642 .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_1492482974642 .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_1492482974642 .CompatibleImg img{null}}
#image_style_01_1492482974642 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_1492482974652 .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_1492482974652 .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_1492482974652 .CompatibleImg img{null}}
#image_style_01_1492482974652 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_1492482974656 .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_1492482974656 .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_1492482974656 .CompatibleImg img{null}}
#image_style_01_1492482974656 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_1492482974665 .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_1492482974665 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1492482974665 .CompatibleImg img{null}}
#image_style_01_1492482974665 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;}
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://box6js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }/*菜单样式*/
.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;}
}
