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

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

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

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

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

body{ background-position:left top; }


 #div_blank_new01_1567491183926{width:2880px;height:40px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567491183926{}}   @media screen and (max-width:640px) {#div_blank_new01_1567491183926{width:96%;height:50px;top:0px;left:2%;display:none;}}  #div_blank_new01_1567491183926  {box-sizing:border-box;} #div_blank_new01_1567491183926 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567491183926  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567491183926  {box-sizing:border-box;}}

 #text_style_01_1567491885435{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:7.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567491885435{width:30.8%;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1567491885435{width:96%;font-size:12px;color:#333;line-height:1.6;top:98px;left:2%;display:none;}}  #text_style_01_1567491885435>.view_contents {font-size:14px;color:#ffffff;}

 #text_style_01_1567491940584{width:20.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:7.5px;left:60%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567491940584{top:7.5px;left:52.36446182396607%;width:215px;}}   @media screen and (max-width:640px) {#text_style_01_1567491940584{width:96%;font-size:12px;color:#333;line-height:1.6;top:130px;left:2%;display:none;}}  #text_style_01_1567491940584>.view_contents {font-size:14px;color:#ffffff;}

 #searchbox_style_01_1567491968306{width:270px;left:77.5%;top:6px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1567491968306{width:234px;left:73.17073170731707%;top:6px;}}   @media screen and (max-width:640px) {#searchbox_style_01_1567491968306{width:96%;left:2%;top:60px;display:none;}} #searchbox_style_01_1567491968306 > .view_contents{overflow:visible;}  #searchbox_style_01_1567491968306 .inputSet {border-radius:initial;background:#ffffff;border-style:none;height:28px;padding-right:60px;line-height:28px;font-size:12px;} #searchbox_style_01_1567491968306 .btnaSet {height:28px;}

 #image_style_01_1567492332009{width:22px;height:22px;position:absolute;top:9px;left:57.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567492332009{top:10px;left:49.08039501590668%;}}   @media screen and (max-width:640px) {#image_style_01_1567492332009{width:22px;height:22px;top:162px;left:47.06666666666667%;display:none;}} #image_style_01_1567492332009 > .view_contents{overflow:visible;} 

 #image_logo_1567492670480{height:100%;position:absolute;top:70.5px;left:0%;}@media screen and (min-width:1150px) and (max-width:1200px) {#image_logo_1567492670480{left:2%;}}@media screen and (min-width:641px) and (max-width:1150px) {#image_logo_1567492670480{width:200px;left:2%;}}   @media screen and (max-width:640px) {#image_logo_1567492670480{width:149px;height:41px;top:14px;left:2%;}} 

 #dh_style_28_1567492724882{width:72%;z-index:999;position:absolute;top:40px;left:28.000000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1567492724882{z-index:999;width:73.48886532343585%;left:26.511134676564158%;}}   @media screen and (max-width:640px) {#dh_style_28_1567492724882{width:15.466666666666667%;z-index:999;top:12.5px;left:82.52916666666667%;}} #dh_style_28_1567492724882 > .view_contents{overflow:visible;}  #dh_style_28_1567492724882 .mainMenuSet {color:#333333;font-weight:normal;font-size:16px;text-align:center;height:110px;line-height:110px;} #dh_style_28_1567492724882 .mainMenuSet:hover {color:#009944;border-style:solid;border-width:3px;border-color:#009944;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_28_1567492724882 #hot>a {color:#009944;border-style:solid;border-width:3px;border-color:#009944;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_28_1567492724882 .subMenuSet:hover {color:#ffffff;background:#009944;font-size:16px;line-height:44px;height:44px;} #dh_style_28_1567492724882 .subCurSet {color:#ffffff;background:#009944;font-size:16px;line-height:44px;height:44px;} #dh_style_28_1567492724882 .subMenuSet {line-height:44px;height:44px;} @media screen and (max-width:640px) { #dh_style_28_1567492724882 .mainMenuSet {line-height:30px;height:30px;color:#999999;text-align:left;}} #comm_layout_header{height:150px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:150px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:69px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #banner_style_01_1567494565299{width:2880px;height:450px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1567494565299{height:470px;}}   @media screen and (max-width:640px) {#banner_style_01_1567494565299{width:100%;height:200px;top:0px;left:0%;}} 

 #div_blank_new01_1567494697212{width:210px;height:1px;position:absolute;top:212.5px;left:22.166666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567494697212{top:147.5px;left:17.60670731707317%;width:200px;}}   @media screen and (max-width:640px) {#div_blank_new01_1567494697212{width:80px;height:1px;top:51px;left:5%;}}  #div_blank_new01_1567494697212  {box-sizing:border-box;} #div_blank_new01_1567494697212 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567494697212  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567494697212  {box-sizing:border-box;}}

 #text_style_01_1567494835227{width:45.08333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:200px;left:27.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567494835227{top:135px;left:27.457250795334044%;}}   @media screen and (max-width:640px) {#text_style_01_1567494835227{width:96%;font-size:12px;color:#333;line-height:1.6;top:38.5px;left:2%;}}  #text_style_01_1567494835227>.view_contents {color:#ffffff;text-align:center;font-size:24px;line-height:26px;height:26px;} @media screen and (max-width:640px) { #text_style_01_1567494835227>.view_contents {font-size:18px;}}

 #div_blank_new01_1567494906189{width:17.5%;height:1px;position:absolute;top:212.5px;left:60.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567494906189{top:147.5px;left:61.60524920466596%;width:200px;}}   @media screen and (max-width:640px) {#div_blank_new01_1567494906189{width:80px;height:1px;top:51px;left:73.32083333333334%;}}  #div_blank_new01_1567494906189  {box-sizing:border-box;} #div_blank_new01_1567494906189 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567494906189  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567494906189  {box-sizing:border-box;}}

 #text_style_01_1567495024429{width:93.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:251px;left:3.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567495024429{top:186px;left:3.2873806998939554%;}}   @media screen and (max-width:640px) {#text_style_01_1567495024429{width:96%;font-size:12px;color:#333;line-height:1.6;top:64.5px;left:2%;}}  #text_style_01_1567495024429>.view_contents {color:#ffffff;text-align:center;font-size:42px;line-height:42px;height:42px;} @media screen and (max-width:640px) { #text_style_01_1567495024429>.view_contents {font-size:24px;}}

 #div_blank_new01_1567495113636{width:55.8%;height:1px;position:absolute;top:321px;left:22.098958333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567495113636{top:256px;left:17.126193001060443%;width:65.8%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567495113636{width:90%;height:1px;top:112px;left:5.066666666666666%;}}  #div_blank_new01_1567495113636  {box-sizing:border-box;} #div_blank_new01_1567495113636 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567495113636  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567495113636  {box-sizing:border-box;}}

 #text_style_01_1567495251142{width:52.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:327px;left:23.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567495251142{top:265px;left:17.283602863202546%;width:617px;}}   @media screen and (max-width:640px) {#text_style_01_1567495251142{width:96%;font-size:12px;color:#333;line-height:1.6;top:118px;left:2%;}}  #text_style_01_1567495251142>.view_contents {color:#ffffff;text-align:center;line-height:26px;} @media screen and (max-width:640px) { #text_style_01_1567495251142>.view_contents {line-height:14px;}} #layout_diy_1567490076{height:450px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1567490076{height:470px;}}   @media screen and (max-width:640px) {#layout_diy_1567490076{height:200px;}} #layout_diy_1567490076 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1567496129374{width:35px;height:34px;position:absolute;top:55px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567496129374{left:1.9999337221633087%;top:35px;}}   @media screen and (max-width:640px) {#image_style_01_1567496129374{width:35px;height:34px;top:20px;left:2%;}} #image_style_01_1567496129374 > .view_contents{overflow:visible;} 

 #text_style_01_1567496320388{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:3.958333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567496320388{top:32.5px;left:6.7139448568398725%;}}   @media screen and (max-width:640px) {#text_style_01_1567496320388{width:79.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:21px;left:14.933333333333335%;}}  #text_style_01_1567496320388>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567496320388>.view_contents {font-size:20px;}}

 #div_blank_new01_1567496386978{width:817px;height:2px;position:absolute;top:101px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567496386978{width:96%;left:2.014846235418876%;top:81px;}}   @media screen and (max-width:640px) {#div_blank_new01_1567496386978{width:96%;height:2px;top:61px;left:2%;}}  #div_blank_new01_1567496386978  {box-sizing:border-box;} #div_blank_new01_1567496386978 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567496386978  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567496386978  {box-sizing:border-box;}}

 #image_style_01_1567496449941{width:35px;height:34px;position:absolute;top:55px;left:72.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567496449941{left:1.9999337221633087%;top:469px;}}   @media screen and (max-width:640px) {#image_style_01_1567496449941{width:35px;height:34px;top:775px;left:2%;}} #image_style_01_1567496449941 > .view_contents{overflow:visible;} 

 #newsList_style_04_1567496679557{width:340px;position:absolute;top:123px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1567496679557{left:1.9999337221633087%;top:103px;width:340px;}}   @media screen and (max-width:640px) {#newsList_style_04_1567496679557{width:96%;top:77px;left:2%;}}  #newsList_style_04_1567496679557 .titleSet {color:#333333;font-size:16px;line-height:18px;padding-top:5px;padding-left:10px;} #newsList_style_04_1567496679557 .detailSet {font-size:14px;color:#666666;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;line-height:22px;padding-bottom:5px;padding-left:10px;} #newsList_style_04_1567496679557 .modSet {background:#f4f4f4;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;}

 #newsList_style_18_1567497389335{width:453px;position:absolute;top:123px;left:30.375000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1567497389335{width:535px;left:41.251325556733825%;top:103px;}}   @media screen and (max-width:640px) {#newsList_style_18_1567497389335{width:96%;top:431px;left:2%;}}  #newsList_style_18_1567497389335 .titleSet {border-style:none;color:#6a6a6a;font-size:14px;line-height:27px;margin-bottom:0px;} #newsList_style_18_1567497389335 .modSet {border-style:dashed;border-top:none !important;border-right:none !important;border-left:none !important;} #newsList_style_18_1567497389335 .timesSet {font-size:15px;}

 #newsList_style_18_1567499614088{width:333px;position:absolute;top:123px;left:calc(100% - 333px);}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1567499614088{width:96%;left:2.014846235418876%;top:538px;}}   @media screen and (max-width:640px) {#newsList_style_18_1567499614088{width:96%;top:835px;left:2%;}}  #newsList_style_18_1567499614088 .titleSet {border-style:none;color:#6a6a6a;font-size:14px;line-height:27px;} #newsList_style_18_1567499614088 .modSet {border-style:dashed;border-top:none !important;border-right:none !important;border-left:none !important;} #newsList_style_18_1567499614088 .timesSet {font-size:15px;}

 #div_blank_new01_1567496559170{width:333px;height:2px;position:absolute;top:101px;left:calc(100% - 333px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567496559170{left:2.014846235418876%;top:517px;width:96%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567496559170{width:96%;height:2px;top:818px;left:2%;}}  #div_blank_new01_1567496559170  {box-sizing:border-box;} #div_blank_new01_1567496559170 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567496559170  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567496559170  {box-sizing:border-box;}}

 #text_style_01_1567496499717{width:14.499999999999998%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:75.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567496499717{left:6.7139448568398725%;top:466.5px;}}   @media screen and (max-width:640px) {#text_style_01_1567496499717{width:68%;font-size:12px;color:#333;line-height:1.6;top:776px;left:14.933333333333335%;}}  #text_style_01_1567496499717>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567496499717>.view_contents {font-size:20px;}}

 #button_style_09_1567653831010{width:6.916666666666667%;position:absolute;top:69px;left:61.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1567653831010{left:90.98621420996818%;top:47px;}}   @media screen and (max-width:640px) {#button_style_09_1567653831010{width:22.400000000000002%;top:31px;left:75.33333333333333%;}} #button_style_09_1567653831010 > .view_contents{overflow:visible;}  #button_style_09_1567653831010 .btnaSet {border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;color:#999999;font-size:12px;height:24px;text-align:right;}

 #button_style_09_1567653976264{width:7.583333333333334%;position:absolute;top:69px;left:92.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1567653976264{left:90.2439024390244%;top:484px;}}   @media screen and (max-width:640px) {#button_style_09_1567653976264{width:20%;top:788px;left:78%;}} #button_style_09_1567653976264 > .view_contents{overflow:visible;}  #button_style_09_1567653976264 .btnaSet {border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;color:#999999;font-size:12px;height:24px;text-align:right;} #layout_1567495507411{height:509px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1567495507411{height:910px;}}   @media screen and (max-width:640px) {#layout_1567495507411{height:1194px;}} #layout_1567495507411 > .view_contents{overflow:visible;max-width:1200px;} 


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

 #text_style_01_1567499812999{width:56.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:59px;left:90px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567499812999{left:6.75702545068929%;top:47px;}}   @media screen and (max-width:640px) {#text_style_01_1567499812999{width:96%;font-size:12px;color:#333;line-height:1.6;top:26.5px;left:2%;}}  #text_style_01_1567499812999>.view_contents {color:#ffffff;font-size:26px;} @media screen and (max-width:640px) { #text_style_01_1567499812999>.view_contents {font-size:16px;}}

 #text_style_01_1567499902970{width:56.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:120px;left:7.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567499902970{left:6.75702545068929%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1567499902970{width:96%;font-size:12px;color:#333;line-height:1.6;top:58px;left:2%;}}  #text_style_01_1567499902970>.view_contents {color:#ffffff;font-size:26px;} @media screen and (max-width:640px) { #text_style_01_1567499902970>.view_contents {font-size:16px;}} #layout_1567499648658{height:230px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1567499648658{height:182px;}}   @media screen and (max-width:640px) {#layout_1567499648658{height:107px;}} #layout_1567499648658 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1567499970030{width:35px;height:34px;position:absolute;top:55px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567499970030{left:1.9999337221633087%;top:35px;}}   @media screen and (max-width:640px) {#image_style_01_1567499970030{width:35px;height:34px;top:22px;left:2%;}} #image_style_01_1567499970030 > .view_contents{overflow:visible;} 

 #text_style_01_1567499970037{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:3.958333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567499970037{left:6.7%;top:35px;}}   @media screen and (max-width:640px) {#text_style_01_1567499970037{width:56.53333333333334%;font-size:12px;color:#333;line-height:1.6;top:23px;left:14.899999999999999%;}}  #text_style_01_1567499970037>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567499970037>.view_contents {font-size:20px;}}

 #div_blank_new01_1567499970041{width:817px;height:2px;position:absolute;top:101px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567499970041{left:2.014846235418876%;width:96%;top:81px;}}   @media screen and (max-width:640px) {#div_blank_new01_1567499970041{width:96%;height:2px;top:67px;left:2%;}}  #div_blank_new01_1567499970041  {box-sizing:border-box;} #div_blank_new01_1567499970041 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567499970041  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567499970041  {box-sizing:border-box;}}

 #div_blank_new01_1567499970054{width:333px;height:2px;position:absolute;top:101px;left:calc(100% - 333px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567499970054{top:489px;width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567499970054{width:96%;height:2px;top:296px;left:2%;}}  #div_blank_new01_1567499970054  {box-sizing:border-box;} #div_blank_new01_1567499970054 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567499970054  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567499970054  {box-sizing:border-box;}}

 #newsList_style_18_1567499970066{width:337px;position:absolute;top:122px;left:71.83333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1567499970066{left:1.9999337221633087%;top:510px;width:96%;}}   @media screen and (max-width:640px) {#newsList_style_18_1567499970066{width:96%;top:310px;left:2%;}}  #newsList_style_18_1567499970066 .titleSet {border-style:none;color:#6a6a6a;font-size:14px;line-height:27px;} #newsList_style_18_1567499970066 .modSet {border-style:dashed;border-top:none !important;border-right:none !important;border-left:none !important;} #newsList_style_18_1567499970066 .timesSet {font-size:15px;}

 #banner_style_08_1567500037752{width:817px;height:325px;left:0%;top:123px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_08_1567500037752{width:96%;height:300px;left:1.9999337221633087%;top:103px;}}   @media screen and (max-width:640px) {#banner_style_08_1567500037752{width:96%;height:148px;left:2%;top:84px;}} 

 #text_style_01_1567499970049{width:22.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:75.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567499970049{left:6.7%;top:438.5px;}}   @media screen and (max-width:640px) {#text_style_01_1567499970049{width:80.26666666666667%;font-size:12px;color:#333;line-height:1.6;top:251px;left:14.899999999999999%;}}  #text_style_01_1567499970049>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567499970049>.view_contents {font-size:20px;}}

 #image_style_01_1567499970045{width:35px;height:34px;position:absolute;top:55px;left:72.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567499970045{left:1.9999337221633087%;top:441px;}}   @media screen and (max-width:640px) {#image_style_01_1567499970045{width:35px;height:34px;top:250px;left:2%;}} #image_style_01_1567499970045 > .view_contents{overflow:visible;} 

 #button_style_09_1567654016104{width:6.916666666666667%;position:absolute;top:69px;left:61.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1567654016104{left:91.09225874867445%;top:49.5px;}}   @media screen and (max-width:640px) {#button_style_09_1567654016104{width:20.266666666666666%;top:37px;left:77.4625%;}} #button_style_09_1567654016104 > .view_contents{overflow:visible;}  #button_style_09_1567654016104 .btnaSet {border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;color:#999999;font-size:12px;height:24px;text-align:right;}

 #button_style_09_1567654024240{width:7.583333333333334%;position:absolute;top:69px;left:92.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1567654024240{left:90.22236214209968%;top:458px;}}   @media screen and (max-width:640px) {#button_style_09_1567654024240{width:21.6%;top:262px;left:76.4%;}} #button_style_09_1567654024240 > .view_contents{overflow:visible;}  #button_style_09_1567654024240 .btnaSet {border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;color:#999999;font-size:12px;height:24px;text-align:right;} #layout_1567499970030{height:459px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1567499970030{height:846px;}}   @media screen and (max-width:640px) {#layout_1567499970030{height:691px;}} #layout_1567499970030 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1567500249613{width:35px;height:34px;position:absolute;top:55px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567500249613{left:2%;top:35px;}}   @media screen and (max-width:640px) {#image_style_01_1567500249613{width:35px;height:34px;top:20px;left:2%;}} #image_style_01_1567500249613 > .view_contents{overflow:visible;} 

 #text_style_01_1567500249621{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:3.958333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567500249621{left:6.7%;top:32.5px;}}   @media screen and (max-width:640px) {#text_style_01_1567500249621{width:74.93333333333332%;font-size:12px;color:#333;line-height:1.6;top:23px;left:14.899999999999999%;}}  #text_style_01_1567500249621>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567500249621>.view_contents {font-size:20px;}}

 #div_blank_new01_1567500249626{width:817px;height:2px;position:absolute;top:101px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567500249626{width:96%;left:2.014846235418876%;top:81px;}}   @media screen and (max-width:640px) {#div_blank_new01_1567500249626{width:96%;height:2px;top:67px;left:2%;}}  #div_blank_new01_1567500249626  {box-sizing:border-box;} #div_blank_new01_1567500249626 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567500249626  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567500249626  {box-sizing:border-box;}}

 #image_style_01_1567501452403{width:259px;height:172px;position:absolute;top:123px;left:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501452403{left:1.9999337221633087%;top:103px;}}   @media screen and (max-width:640px) {#image_style_01_1567501452403{width:259px;height:172px;top:85px;left:15.466666666666667%;}} #image_style_01_1567501452403 > .view_contents{overflow:visible;} 

 #text_style_01_1567501929239{width:259px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:312px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567501929239{left:1.9999337221633087%;top:292px;}}   @media screen and (max-width:640px) {#text_style_01_1567501929239{width:259px;font-size:12px;color:#333;line-height:1.6;top:270px;left:15.466666666666667%;}}  #text_style_01_1567501929239>.view_contents {color:#009944;line-height:53px;height:53px;text-align:center;background:#f4f4f4;} @media screen and (max-width:640px) { #text_style_01_1567501929239>.view_contents {font-size:14px;line-height:46px;height:46px;}}

 #text_style_01_1567500249638{width:22.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52.5px;left:75.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567500249638{left:6.699032343584306%;top:379.5px;}}   @media screen and (max-width:640px) {#text_style_01_1567500249638{width:80.80000000000001%;font-size:12px;color:#333;line-height:1.6;top:852px;left:14.899999999999999%;}}  #text_style_01_1567500249638>.view_contents {font-size:22px;color:#333333;} @media screen and (max-width:640px) { #text_style_01_1567500249638>.view_contents {font-size:20px;}}

 #image_style_01_1567500249631{width:35px;height:34px;position:absolute;top:55px;left:72.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567500249631{left:1.6818001060445387%;top:382px;}}   @media screen and (max-width:640px) {#image_style_01_1567500249631{width:35px;height:34px;top:851px;left:2%;}} #image_style_01_1567500249631 > .view_contents{overflow:visible;} 

 #div_blank_new01_1567500249643{width:333px;height:2px;position:absolute;top:101px;left:calc(100% - 333px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567500249643{left:2.014846235418876%;top:428px;width:96%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567500249643{width:96%;height:2px;top:899px;left:2%;}}  #div_blank_new01_1567500249643  {box-sizing:border-box;} #div_blank_new01_1567500249643 .modSet {background:#009944;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567500249643  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567500249643  {box-sizing:border-box;}}

 #image_style_01_1567501500158{width:259px;height:172px;position:absolute;top:123px;left:23.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501500158{left:36.25977598091198%;top:103px;}}   @media screen and (max-width:640px) {#image_style_01_1567501500158{width:259px;height:172px;top:337px;left:calc(50% - 129.5px);}} #image_style_01_1567501500158 > .view_contents{overflow:visible;} 

 #text_style_01_1567502030490{width:259px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:312px;left:23.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502030490{left:36.258947507953344%;top:292px;}}   @media screen and (max-width:640px) {#text_style_01_1567502030490{width:259px;font-size:12px;color:#333;line-height:1.6;top:523px;left:calc(50% - 129.5px);}}  #text_style_01_1567502030490>.view_contents {color:#009944;line-height:53px;height:53px;text-align:center;background:#f4f4f4;} @media screen and (max-width:640px) { #text_style_01_1567502030490>.view_contents {font-size:14px;line-height:46px;height:46px;}}

 #image_style_01_1567501505411{width:259px;height:172px;position:absolute;top:123px;left:46.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501505411{top:103px;left:70.51961823966066%;}}   @media screen and (max-width:640px) {#image_style_01_1567501505411{width:259px;height:172px;top:589px;left:calc(50% - 129.5px);}} #image_style_01_1567501505411 > .view_contents{overflow:visible;} 

 #text_style_01_1567502036795{width:259px;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:312px;left:46.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502036795{top:292px;left:70.51961823966066%;}}   @media screen and (max-width:640px) {#text_style_01_1567502036795{width:259px;font-size:12px;color:#333;line-height:1.6;top:776px;left:calc(50% - 129.5px);}}  #text_style_01_1567502036795>.view_contents {color:#009944;line-height:53px;height:53px;text-align:center;background:#f4f4f4;} @media screen and (max-width:640px) { #text_style_01_1567502036795>.view_contents {font-size:14px;line-height:46px;height:46px;}}

 #button_style_01_1567501786142{width:310px;position:absolute;top:314px;left:73.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1567501786142{left:75.39766702014846%;top:456px;width:22.5%;}}   @media screen and (max-width:640px) {#button_style_01_1567501786142{width:96%;top:1101px;left:2%;}} #button_style_01_1567501786142 > .view_contents{overflow:visible;}  #button_style_01_1567501786142 .btnaSet {height:51px;font-weight:normal;font-size:15px;color:#666666;border-color:#cacaca;} #button_style_01_1567501786142 .btnaSet:hover {background:#009944;color:#ffffff;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;}

 #button_style_01_1567501537226{width:310px;position:absolute;top:123px;left:73.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1567501537226{left:1.9999337221633087%;top:456px;width:22.5%;}}   @media screen and (max-width:640px) {#button_style_01_1567501537226{width:96%;top:917px;left:2%;}} #button_style_01_1567501537226 > .view_contents{overflow:visible;}  #button_style_01_1567501537226 .btnaSet {height:51px;font-weight:normal;font-size:15px;color:#666666;border-color:#cacaca;} #button_style_01_1567501537226 .btnaSet:hover {background:#009944;color:#ffffff;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;}

 #button_style_01_1567501725584{width:310px;position:absolute;top:186.66666666666666px;left:73.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1567501725584{left:26.46584482149169%;top:456px;width:22.5%;}}   @media screen and (max-width:640px) {#button_style_01_1567501725584{width:96%;top:978.328125px;left:2%;}} #button_style_01_1567501725584 > .view_contents{overflow:visible;}  #button_style_01_1567501725584 .btnaSet {height:51px;font-weight:normal;font-size:15px;color:#666666;border-color:#cacaca;} #button_style_01_1567501725584 .btnaSet:hover {background:#009944;color:#ffffff;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;}

 #button_style_01_1567501756282{width:310px;position:absolute;top:250.33333333333331px;left:73.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1567501756282{left:50.93175592082007%;top:456px;width:22.5%;}}   @media screen and (max-width:640px) {#button_style_01_1567501756282{width:96%;top:1039.65625px;left:2%;}} #button_style_01_1567501756282 > .view_contents{overflow:visible;}  #button_style_01_1567501756282 .btnaSet {height:51px;font-weight:normal;font-size:15px;color:#666666;border-color:#cacaca;} #button_style_01_1567501756282 .btnaSet:hover {background:#009944;color:#ffffff;border-top:none !important;border-right:none !important;border-left:none !important;border-bottom:none !important;}

 #button_style_09_1567654031346{width:6.916666666666667%;position:absolute;top:69px;left:61.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_09_1567654031346{left:91.09225874867445%;top:51px;}}   @media screen and (max-width:640px) {#button_style_09_1567654031346{width:18.4%;top:864px;left:79.06666666666666%;}} #button_style_09_1567654031346 > .view_contents{overflow:visible;}  #button_style_09_1567654031346 .btnaSet {border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;color:#999999;font-size:12px;height:24px;text-align:right;} #layout_1567500249612{height:425px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1567500249612{height:547px;}}   @media screen and (max-width:640px) {#layout_1567500249612{height:1189px;}} #layout_1567500249612 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1567502349858{width:250px;position:absolute;top:80px;left:1.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502349858{left:1.9999337221633087%;top:76px;}}   @media screen and (max-width:640px) {#image_style_01_1567502349858{width:167px;height:46px;top:378px;left:27.73333333333333%;display:none;}} #image_style_01_1567502349858 > .view_contents{overflow:visible;} 

 #div_blank_new01_1567502411152{width:2px;height:130px;position:absolute;top:53px;left:362px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567502411152{top:34px;left:25.45068928950159%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567502411152{width:2px;height:50px;top:0px;left:49.733333333333334%;display:none;}}  #div_blank_new01_1567502411152  {box-sizing:border-box;} #div_blank_new01_1567502411152 .modSet {background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567502411152  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567502411152  {box-sizing:border-box;}}

 #text_style_01_1567502515421{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:79px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502515421{top:60px;left:31.135670731707314%;}}   @media screen and (max-width:640px) {#text_style_01_1567502515421{width:96%;font-size:12px;color:#333;line-height:1.6;top:346px;left:2%;display:none;}}  #text_style_01_1567502515421>.view_contents {color:#878787;font-size:14px;}

 #text_style_01_1567502549296{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:105px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502549296{top:86px;left:31.135670731707314%;}}   @media screen and (max-width:640px) {#text_style_01_1567502549296{width:96%;font-size:12px;color:#333;line-height:1.6;top:434px;left:2%;display:none;}}  #text_style_01_1567502549296>.view_contents {color:#878787;font-size:14px;}

 #text_style_01_1567502557328{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:37.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502557328{top:112px;left:31.135670731707314%;}}   @media screen and (max-width:640px) {#text_style_01_1567502557328{width:96%;font-size:12px;color:#333;line-height:1.6;top:466px;left:2%;display:none;}}  #text_style_01_1567502557328>.view_contents {color:#878787;font-size:14px;}

 #div_blank_new01_1567502771243{width:2px;height:130px;position:absolute;top:53px;left:830px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1567502771243{top:34px;left:66.8064024390244%;}}   @media screen and (max-width:640px) {#div_blank_new01_1567502771243{width:2px;height:50px;top:60px;left:49.733333333333334%;display:none;}}  #div_blank_new01_1567502771243  {box-sizing:border-box;} #div_blank_new01_1567502771243 .modSet {background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1567502771243  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1567502771243  {box-sizing:border-box;}}

 #image_style_01_1567502833436{width:103px;height:103px;position:absolute;top:53px;left:77.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502833436{left:72.70844379639449%;top:34px;}}   @media screen and (max-width:640px) {#image_style_01_1567502833436{width:103px;height:103px;top:120px;left:36.266666666666666%;display:none;}} #image_style_01_1567502833436 > .view_contents{overflow:visible;} 

 #image_style_01_1567502873247{width:103px;height:103px;position:absolute;top:53px;left:89.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502873247{left:86.84053552492047%;top:34px;}}   @media screen and (max-width:640px) {#image_style_01_1567502873247{width:103px;height:103px;top:233px;left:36.266666666666666%;display:none;}} #image_style_01_1567502873247 > .view_contents{overflow:visible;} 

 #text_style_01_1567502906198{width:18.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:162px;left:72.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502906198{left:69.04825026511135%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1567502906198{width:96%;font-size:12px;color:#333;line-height:1.6;top:498px;left:2%;display:none;}}  #text_style_01_1567502906198>.view_contents {color:#878787;font-size:14px;text-align:center;}

 #text_style_01_1567502976718{width:9.666666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:162px;left:89.16666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567502976718{left:87.476802757158%;top:143px;}}   @media screen and (max-width:640px) {#text_style_01_1567502976718{width:96%;font-size:12px;color:#333;line-height:1.6;top:530px;left:2%;display:none;}}  #text_style_01_1567502976718>.view_contents {color:#878787;font-size:14px;text-align:center;}

 #text_style_01_1567503035490{width:73.08333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:211px;left:13.458333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1567503035490{top:190px;left:13.457714740190879%;}}   @media screen and (max-width:640px) {#text_style_01_1567503035490{width:96%;font-size:12px;color:#333;line-height:1.6;top:16px;left:2%;}}  #text_style_01_1567503035490>.view_contents {color:#4f4f4f;font-size:14px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1567503035490>.view_contents {font-size:12px;color:#666666;}}

 #qqol_style_06_1567673774045{width:17.5%;position:absolute;top:11.859375px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_06_1567673774045{}}   @media screen and (max-width:640px) {#qqol_style_06_1567673774045{width:96%;top:0px;left:2%;display:none;}} #qqol_style_06_1567673774045 > .view_contents{overflow:visible;}  #comm_layout_footer{height:254px;z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:236px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:53px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#333333;}
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.searchStyle_2{position: relative; min-width: 200px;}
.searchStyle_2 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2 .searchForm .search-btn{width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666; background: none; outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2 .searchForm .search_input{width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}
@media screen and (max-width: 768px) {
.searchStyle_2 .searchForm .search-btn, .searchStyle_2 .searchForm .search_input{height: 32px;}

}


	#searchbox_style_01_1567491968306 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_01_1567491968306 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_01_1567491968306 input::-o-input-placeholder{ color: ;}

	#image_style_01_1567492332009 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567492332009 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567492332009 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567492332009 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;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*菜单样式*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .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_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_28 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_28 .menuLayout .miniMenu{display:none;}
.menuStyle_28 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_28 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_28 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;padding-top: 10px;}
.menuStyle_28 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_28 .menuUl02 .subMenu02 {position: relative;  color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;background: #fff;}
.menuStyle_28 .menuUl02 .subMenu02.subCurSet{color:#750406;}
.menuStyle_28 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover {color:#750406;border-left: 2px solid #750406;background: #f7f7f7;}
.menuStyle_28 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_28 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_28 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl03{position: absolute; /*left需要js获取二级的宽*/ top: 0; left: 100%; display: none; }
.menuStyle_28 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.menuStyle_28 .menuUl03 .subMenu03 a:hover{color:#750406; background: #f7f7f7;}
.menuStyle_28 .menuUl03 .subMenu03>a{ color: #17233d; background: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.menuStyle_28 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.menuStyle_28 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.menuStyle_28 .menuUl .rflex:hover .menuUl02::before{
	content: '';
	border-top:5px solid transparent;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	position: absolute;
    top: 0px;
	transform: translateX(-50%);
}
.menuStyle_28 .menuUl02 .arrow:hover::before{
		content: '';
		border-top:5px solid transparent;
		border-left:5px solid #fff;
		border-right:5px solid transparent;
		border-bottom:5px solid transparent;
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translateY(-50%);
}
.menuStyle_28 .rflex { position: relative;}
.menuStyle_28 .maxWidth{margin: auto;}
/* .menuStyle_28 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */

.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_28 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_28 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_28 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_28 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_28 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_28 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_28 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_28 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #17233d; font-size: 12px;}
.menuStyle_28 .subBox p{overflow: hidden; float: left;}
.menuStyle_28 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_28 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_28 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}
.menuStyle_28 .subBox .subMenu02.subCurSet{color: #750406;}
.menuStyle_28 .subBox .subMenu02:hover,
.menuStyle_28 .subBox .subMenu02:active{color: #750406;}
.menuStyle_28 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_28 .subBox .subMenu03:hover,
.menuStyle_28 .subBox .subMenu03:active{color: #750406;}
.menuStyle_28 .subMenu03 .thrCurSet{color: #750406 !important; background: #f7f7f7 !important;}


/*图标*/
.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}




@media screen and (max-width:640px) {
.menuStyle_28 .imgIco{ margin-right:10px;}
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_28_1567492724882 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1567492724882 .maxWidth{max-width:px;}
	#dh_style_28_1567492724882 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1567492724882 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1567492724882 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

/* 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_1567494565299 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/pkgimg/banner/banner01.jpg') center top no-repeat;}
                #banner_style_01_1567494565299 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/pkgimg/banner/banner02.jpg') center top no-repeat;}
                #banner_style_01_1567494565299 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1567494565299 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1567494565299 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1567494565299 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1567496129374 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567496129374 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567496129374 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567496129374 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1567496449941 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567496449941 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567496449941 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567496449941 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%;position: relative;z-index: 999;}
.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;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.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{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@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_1567496679557 .newDetail.pc {display:block;}
	#newsList_style_04_1567496679557 .newDetail.pad, #newsList_style_04_1567496679557 .newDetail.mobile {display:none;}
	#newsList_style_04_1567496679557 .newTitle.pc {display:block;}
	#newsList_style_04_1567496679557 .newTitle.pad, #newsList_style_04_1567496679557 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1567496679557 .newDetail.pad {display:block;}
		#newsList_style_04_1567496679557 .newDetail.pc, #newsList_style_04_1567496679557 .newDetail.mobile {display:none;}
		#newsList_style_04_1567496679557 .newTitle.pad {display:block;}
		#newsList_style_04_1567496679557 .newTitle.pc, #newsList_style_04_1567496679557 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1567496679557 .newDetail.mobile {display:block;}
		#newsList_style_04_1567496679557 .newDetail.pc, #newsList_style_04_1567496679557 .newDetail.pad {display:none;}
		#newsList_style_04_1567496679557 .newTitle.mobile {display:block;}
		#newsList_style_04_1567496679557 .newTitle.pc, #newsList_style_04_1567496679557 .newTitle.pad {display:none;}
	}

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

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

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

/* 新分页 */
#newsList_style_04_1567496679557 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1567496679557 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1567496679557 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1567496679557 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1567496679557 .submit_div{ display: inline-block; }

#newsList_style_04_1567496679557 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1567496679557 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1567496679557 .page_submit{margin-left:5px;}
#newsList_style_04_1567496679557 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1567496679557 .page_btn{ font-size:12px; }
		#newsList_style_04_1567496679557 .submit_div{ display:none; }
	}

	#newsList_style_04_1567496679557 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1567496679557 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1567497389335 .newDetail.pc {display:block;}
	#newsList_style_18_1567497389335 .newDetail.pad, #newsList_style_18_1567497389335 .newDetail.mobile {display:none;}
	#newsList_style_18_1567497389335 .newTitle.pc {display:block;}
	#newsList_style_18_1567497389335 .newTitle.pad, #newsList_style_18_1567497389335 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1567497389335 .newDetail.pad {display:block;}
		#newsList_style_18_1567497389335 .newDetail.pc, #newsList_style_18_1567497389335 .newDetail.mobile {display:none;}
		#newsList_style_18_1567497389335 .newTitle.pad {display:block;}
		#newsList_style_18_1567497389335 .newTitle.pc, #newsList_style_18_1567497389335 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1567497389335 .newDetail.mobile {display:block;}
		#newsList_style_18_1567497389335 .newDetail.pc, #newsList_style_18_1567497389335 .newDetail.pad {display:none;}
		#newsList_style_18_1567497389335 .newTitle.mobile {display:block;}
		#newsList_style_18_1567497389335 .newTitle.pc, #newsList_style_18_1567497389335 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1567497389335 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567497389335 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567497389335 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1567497389335 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567497389335 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567497389335 .sumary_list .newCont{width: 100%;}
	}

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

/* 新分页 */
#newsList_style_18_1567497389335 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1567497389335 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1567497389335 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567497389335 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567497389335 .submit_div{ display: inline-block; }

#newsList_style_18_1567497389335 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1567497389335 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1567497389335 .page_submit{margin-left:5px;}
#newsList_style_18_1567497389335 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1567497389335 .page_btn{ font-size:12px; }
		#newsList_style_18_1567497389335 .submit_div{ display:none; }
	}

	#newsList_style_18_1567497389335 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1567497389335 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1567499614088 .newDetail.pc {display:block;}
	#newsList_style_18_1567499614088 .newDetail.pad, #newsList_style_18_1567499614088 .newDetail.mobile {display:none;}
	#newsList_style_18_1567499614088 .newTitle.pc {display:block;}
	#newsList_style_18_1567499614088 .newTitle.pad, #newsList_style_18_1567499614088 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1567499614088 .newDetail.pad {display:block;}
		#newsList_style_18_1567499614088 .newDetail.pc, #newsList_style_18_1567499614088 .newDetail.mobile {display:none;}
		#newsList_style_18_1567499614088 .newTitle.pad {display:block;}
		#newsList_style_18_1567499614088 .newTitle.pc, #newsList_style_18_1567499614088 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1567499614088 .newDetail.mobile {display:block;}
		#newsList_style_18_1567499614088 .newDetail.pc, #newsList_style_18_1567499614088 .newDetail.pad {display:none;}
		#newsList_style_18_1567499614088 .newTitle.mobile {display:block;}
		#newsList_style_18_1567499614088 .newTitle.pc, #newsList_style_18_1567499614088 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1567499614088 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567499614088 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567499614088 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1567499614088 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567499614088 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567499614088 .sumary_list .newCont{width: 100%;}
	}

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

/* 新分页 */
#newsList_style_18_1567499614088 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1567499614088 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1567499614088 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567499614088 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567499614088 .submit_div{ display: inline-block; }

#newsList_style_18_1567499614088 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1567499614088 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1567499614088 .page_submit{margin-left:5px;}
#newsList_style_18_1567499614088 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1567499614088 .page_btn{ font-size:12px; }
		#newsList_style_18_1567499614088 .submit_div{ display:none; }
	}

	#newsList_style_18_1567499614088 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1567499614088 .page{line-height:30px; padding:0 13px;}
	}

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
	#button_style_09_1567653831010 .button_default .buttonImg {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) {#button_style_09_1567653831010 .button_default .buttonImg {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) {#button_style_09_1567653831010 .button_default .buttonImg {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);}}.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
	#button_style_09_1567653976264 .button_default .buttonImg {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) {#button_style_09_1567653976264 .button_default .buttonImg {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) {#button_style_09_1567653976264 .button_default .buttonImg {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_1567499737481 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567499737481 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1567499737481 .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_1567499737481 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_1567499970030 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567499970030 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567499970030 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567499970030 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/*新闻列表样式*/
.boxNewsListStyle_18{width:100%; clear: both;}
.boxNewsListStyle_18 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_18 li{clear:both;width:100%; list-style:none;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_18 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_18 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_18 .sumary_list .newName{}
.boxNewsListStyle_18 .sumary_list .newName a{	display: inline-block; text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_18 .sumary_list .newName a:hover{}
.boxNewsListStyle_18 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_18 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;float: right;}
.boxNewsListStyle_18 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_18 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*分页*/
.boxNewsListStyle_18 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_18 .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_18 .page_btn a.cur,.boxNewsListStyle_18 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_18 .prev_btn,.boxNewsListStyle_18 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_18 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_18 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_18 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_18 .newPic img{width:100%;}
.boxNewsListStyle_18 .newPic2{display: none;}
.boxNewsListStyle_18 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_18 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_18 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_18  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_18 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_18 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_18 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_18_1567499970066 .newDetail.pc {display:block;}
	#newsList_style_18_1567499970066 .newDetail.pad, #newsList_style_18_1567499970066 .newDetail.mobile {display:none;}
	#newsList_style_18_1567499970066 .newTitle.pc {display:block;}
	#newsList_style_18_1567499970066 .newTitle.pad, #newsList_style_18_1567499970066 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1567499970066 .newDetail.pad {display:block;}
		#newsList_style_18_1567499970066 .newDetail.pc, #newsList_style_18_1567499970066 .newDetail.mobile {display:none;}
		#newsList_style_18_1567499970066 .newTitle.pad {display:block;}
		#newsList_style_18_1567499970066 .newTitle.pc, #newsList_style_18_1567499970066 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1567499970066 .newDetail.mobile {display:block;}
		#newsList_style_18_1567499970066 .newDetail.pc, #newsList_style_18_1567499970066 .newDetail.pad {display:none;}
		#newsList_style_18_1567499970066 .newTitle.mobile {display:block;}
		#newsList_style_18_1567499970066 .newTitle.pc, #newsList_style_18_1567499970066 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1567499970066 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567499970066 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567499970066 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1567499970066 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1567499970066 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1567499970066 .sumary_list .newCont{width: 100%;}
	}

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

/* 新分页 */
#newsList_style_18_1567499970066 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1567499970066 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1567499970066 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567499970066 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1567499970066 .submit_div{ display: inline-block; }

#newsList_style_18_1567499970066 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1567499970066 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1567499970066 .page_submit{margin-left:5px;}
#newsList_style_18_1567499970066 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_18_1567499970066 .page_btn{ font-size:12px; }
		#newsList_style_18_1567499970066 .submit_div{ display:none; }
	}

	#newsList_style_18_1567499970066 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1567499970066 .page{line-height:30px; padding:0 13px;}
	}


/* 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_08_1567500037752 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/xxiao01.jpg') center top no-repeat;}
                #banner_style_08_1567500037752 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/xxiao02.jpg') center top no-repeat;}
                #banner_style_08_1567500037752 .bannerStyle_1 .ground_glass{}
    
    #banner_style_08_1567500037752 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_08_1567500037752 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_08_1567500037752 .bannerStyle_1 .main_image .img-item span{background-size:100% auto!important;}    }

	#image_style_01_1567499970045 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567499970045 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567499970045 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567499970045 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;}
.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
	#button_style_09_1567654016104 .button_default .buttonImg {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) {#button_style_09_1567654016104 .button_default .buttonImg {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) {#button_style_09_1567654016104 .button_default .buttonImg {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);}}.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
	#button_style_09_1567654024240 .button_default .buttonImg {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) {#button_style_09_1567654024240 .button_default .buttonImg {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) {#button_style_09_1567654024240 .button_default .buttonImg {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_1567500249613 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567500249613 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567500249613 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567500249613 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1567501452403 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501452403 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567501452403 .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_1567501452403 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_1567500249631 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567500249631 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567500249631 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567500249631 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1567501500158 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501500158 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567501500158 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567501500158 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_1567501505411 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567501505411 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567501505411 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567501505411 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;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
	#button_style_01_1567501786142 .button_default .buttonImg {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) {#button_style_01_1567501786142 .button_default .buttonImg {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) {#button_style_01_1567501786142 .button_default .buttonImg {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);}}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
	#button_style_01_1567501537226 .button_default .buttonImg {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) {#button_style_01_1567501537226 .button_default .buttonImg {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) {#button_style_01_1567501537226 .button_default .buttonImg {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);}}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
	#button_style_01_1567501725584 .button_default .buttonImg {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) {#button_style_01_1567501725584 .button_default .buttonImg {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) {#button_style_01_1567501725584 .button_default .buttonImg {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);}}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; 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; }
	#button_style_01_1567501756282 .button_default .buttonImg {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) {#button_style_01_1567501756282 .button_default .buttonImg {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) {#button_style_01_1567501756282 .button_default .buttonImg {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);}}.button_default09 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box;border-width: 0px; border-bottom: 2px solid #f0f0f0; 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; }
	#button_style_09_1567654031346 .button_default .buttonImg {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) {#button_style_09_1567654031346 .button_default .buttonImg {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) {#button_style_09_1567654031346 .button_default .buttonImg {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_1567502349858 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502349858 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567502349858 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567502349858 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;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1567502833436 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502833436 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567502833436 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567502833436 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_1567502873247 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1567502873247 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1567502873247 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1567502873247 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;}
.onlineStyle06 .main_box{ position: fixed; top: 50%; transform: translateY(-50%); z-index: 100000000; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%);}
.onlineStyle06 .item_box{ position: relative;}
.onlineStyle06 .item_box:hover .show_box{ display: block;}
.onlineStyle06 .item{ width: 40px; height: 40px; text-align: center; box-sizing: border-box; padding: 12px; margin: 7px 0; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.onlineStyle06 .item .img{ background-repeat: no-repeat; width: 100%; height: 100%; background-position: center; background-size: 100% !important;}
.onlineStyle06 .item:hover{ background: rgb(42,140,240); color: #fff;}
.onlineStyle06 .item:hover .img{ background: url(../img/qqol/style_06/message_pc_white.png) no-repeat; background-position: center;}
.onlineStyle06 .item .text{ line-height: 1.2; font-size: 14px; margin-top: 5px;}

.onlineStyle06 .item .message_icon{ background-image: url(../img/qqol/style_06/message_pc_gray.png);}
.onlineStyle06 .item:hover .message_icon{ background-image: url(../img/qqol/style_06/message_pc_white.png);}

.onlineStyle06 .item .time_icon{ background-image: url(../img/qqol/style_06/time_pc_gray.png);}
.onlineStyle06 .item:hover .time_icon{ background-image: url(../img/qqol/style_06/time_pc_white.png);}

.onlineStyle06 .item .qr_icon{ background-image: url(../img/qqol/style_06/qr_pc_gray.png);}
.onlineStyle06 .item:hover .qr_icon{ background-image: url(../img/qqol/style_06/qr_pc_white.png);}

.onlineStyle06 .show_box{ display: none; position: absolute; right: 100%; top: 0; width: 220px;}
.onlineStyle06 .box_content{position: relative;}
.onlineStyle06 .box_content .arrow{ position: absolute; top: 13px;}
.onlineStyle06 .show_box .contant{ background: #fff; border-radius: 10px; padding-bottom: 5px; box-shadow: 0px 0px 15px rgba(0,0,0,.2); max-height: 300px; overflow-y: scroll; overflow-x: hidden;}
.onlineStyle06 .show_box .contant::-webkit-scrollbar{ display: none;}
.onlineStyle06 .show_box .li_item{ padding: 12px 10px; overflow: hidden; border-bottom: 1px dashed rgba(0,0,0,.2); color: #333; font-size: 14px; margin: 0 15px;}
.onlineStyle06 .show_box .li_item:last-of-type{ border-bottom: none;}
.onlineStyle06 .show_box .title{ border-bottom: 1px solid rgba(0,0,0,.2); text-align: center; padding: 14px 0; color: #333; font-size: 14px;}
.onlineStyle06 .show_box .icon{ float: left; margin-top: 5px; vertical-align: top; width: 16px; height: 16px;}
.onlineStyle06 .show_box .icon .img{ width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100%;}
.onlineStyle06 .show_box .text_contant{ float: left; padding-left: 10px; width: calc( 100% - 16px); box-sizing: border-box; text-overflow: ellipsis; overflow: hidden;}
.onlineStyle06 .show_box .text_contant div{ word-break: break-all;}
.onlineStyle06 a{ color: #333;}

.onlineStyle06 .show_box .icon .list_phone_icon{ background-image: url(../img/qqol/style_06/phone_pc.png);}
.onlineStyle06 .show_box .icon .list_wx_icon{ background-image: url(../img/qqol/style_06/wx_pc.png);}
.onlineStyle06 .show_box .icon .list_qq_icon{ background-image: url(../img/qqol/style_06/qq_pc.png);}
.onlineStyle06 .show_box .icon .list_mail_icon{ background-image: url(../img/qqol/style_06/mail_pc.png);}

.onlineStyle06 .time .contant{ color: #333; padding: 0; height: 40px; text-align: center; line-height: 40px; font-size: 14px;}

.onlineStyle06 .qrcode .contant{ border-radius:10px 0 0 10px; padding: 20px 0 15px; text-align: center;}
.onlineStyle06 .qrcode .qrcode_img{ width: 135px; height: 135px; overflow: hidden; margin: 0 auto;}
.onlineStyle06 .qrcode .qrcode_img img{ width: 100%; }
.onlineStyle06 .qrcode .qr_text{ color: #333; font-size: 16px; margin-top: 20px;}

@media screen and (max-width:640px) {
    .onlineStyle06 .item .message_icon{ background-image: url(../img/qqol/style_06/message_mobile_gray.png);}
    .onlineStyle06 .item:hover .message_icon{ background-image: url(../img/qqol/style_06/mrssage_mobile_white.png);}

    .onlineStyle06 .item .time_icon{ background-image: url(../img/qqol/style_06/time_mobile_gray.png);}
    .onlineStyle06 .item:hover .time_icon{ background-image: url(../img/qqol/style_06/time_mobile_white.png);}

    .onlineStyle06 .item .qr_icon{ background-image: url(../img/qqol/style_06/qr_mobile_gray.png);}
    .onlineStyle06 .item:hover .qr_icon{ background-image: url(../img/qqol/style_06/qr_mobile_white.png);}

    .onlineStyle06 .show_box .icon .list_phone_icon{ background-image: url(../img/qqol/style_06/phone_mobile.png);}
    .onlineStyle06 .show_box .icon .list_wx_icon{ background-image: url(../img/qqol/style_06/wx_mobile.png);}
    .onlineStyle06 .show_box .icon .list_qq_icon{ background-image: url(../img/qqol/style_06/qq_mobile.png);}
    .onlineStyle06 .show_box .icon .list_mail_icon{ background-image: url(../img/qqol/style_06/mail_mobile.png);}
}

            #qqol_style_06_1567673774045 .main_box{ right: 0;}
        #qqol_style_06_1567673774045 .show_box{ right: 100%;}
        #qqol_style_06_1567673774045 .show_box .contant{ border-radius: 10px 0 10px 10px;}
        #qqol_style_06_1567673774045 .time .contant{ border-radius: 50px 0 0 50px;}
        #qqol_style_06_1567673774045 .qrcode .contant{ border-radius:10px 0 0 10px;}
        #qqol_style_06_1567673774045 .item:hover{ background: #009944;}
    #qqol_style_06_1567673774045 .show_box{width: 280px;}

            #qqol_style_06_1567673774045 .box_content{ padding-right: 15px;}
        #qqol_style_06_1567673774045 .arrow{ right: 9px;}
    
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				