
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #image_logo_1571031954157{width:10.5%;height:71px;position:absolute;top:9px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#image_logo_1571031954157{width:122px;height:74px;top:11px;left:1.9925506421307613%;z-index:1;}} 

 #dh_style_36_1571032447484{width:59.25%;z-index:1000;position:absolute;top:22.5px;left:33.83194478352864%;}   @media screen and (max-width:640px) {#dh_style_36_1571032447484{width:18.994413407821227%;z-index:10003;top:24px;left:79.09217706605709%;}} #dh_style_36_1571032447484 > .view_contents{overflow:visible;}  #dh_style_36_1571032447484 .mainMenuSet {background:rgba(0,118,173,0);border-style:none;color:#000000;font-size:14px;} #dh_style_36_1571032447484 .mainMenuSet:hover {color:#0076ad;background:rgba(0,118,173,0);border-style:none;} #dh_style_36_1571032447484 #hot>a {color:#0076ad;background:rgba(0,118,173,0);border-style:none;} #dh_style_36_1571032447484 .subMenuSet {border-style:none;border-width:1px;border-color:#000000;background:#ffcc00;background-color:rgba(0,0,0,0);box-shadow:#000000 0px 0px 0px ;padding-left:30px;padding-right:30px;line-height:30px;border-bottom:none !important;border-left:none !important;margin-left:60px;border-right:none !important;} #dh_style_36_1571032447484  {border-style:none;} #dh_style_36_1571032447484 .subMenuSet:hover {border-style:solid;border-color:#000000;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;line-height:30px;font-family:Microsoft YaHei;font-size:14px;color:#0076ad;} #dh_style_36_1571032447484 .subCurSet {border-style:solid;border-color:#000000;border-width:1px;border-top:none !important;border-right:none !important;border-left:none !important;line-height:30px;font-family:Microsoft YaHei;font-size:14px;color:#0076ad;}

 #div_blank_new01_1571032935429{width:1920px;height:90px;position:absolute;top:0px;left:calc(50% - 960px);z-index:1;}   @media screen and (max-width:640px) {#div_blank_new01_1571032935429{width:100%;height:93px;top:0px;left:0%;z-index:2;}} #div_blank_new01_1571032935429 > .view_contents{overflow:visible;}  #div_blank_new01_1571032935429  {box-sizing:border-box;box-shadow:#a0a0a0 0px 1px 5px ;} #div_blank_new01_1571032935429 .modSet {background:rgba(0,0,0,0);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new01_1571032935429  {box-sizing:border-box;}}

 #image_style_01_1571035491979{width:2.166666666666667%;height:31px;position:absolute;top:31px;left:94.83194986979167%;}   @media screen and (max-width:640px) {#image_style_01_1571035491979{width:26px;height:26px;top:35px;left:53.49162011173184%;z-index:4;}} #image_style_01_1571035491979 > .view_contents{overflow:visible;} 

 #image_style_01_1571035535806{width:2.166666666666667%;height:31px;position:absolute;top:31px;left:97.83333333333334%;}   @media screen and (max-width:640px) {#image_style_01_1571035535806{width:26px;height:26px;top:34.5px;left:66.62011173184358%;z-index:4;display:none;}} #image_style_01_1571035535806 > .view_contents{overflow:visible;} 

 #image_style_01_1571035657325{width:7.666666666666666%;height:90px;position:absolute;top:-0.5px;left:100.99861653645834%;z-index:9999;display:none;}   @media screen and (max-width:640px) {#image_style_01_1571035657325{height:84px;top:5px;left:39.10614525139665%;width:84px;display:none;z-index:10002;}} #image_style_01_1571035657325 > .view_contents{overflow:visible;}  #image_style_01_1571035657325 .picSet {background:#ffffff;}

 #image_style_01_1571129064174{width:2.166666666666667%;height:31px;position:absolute;top:44.5px;left:0%;display:none;}   @media screen and (max-width:640px) {#image_style_01_1571129064174{width:26px;height:30px;top:35px;left:65.08379888268156%;z-index:4;display:block;}} #image_style_01_1571129064174 > .view_contents{overflow:visible;}  #comm_layout_header{height:90px;z-index:99999;}   @media screen and (max-width:640px) {#comm_layout_header{height:93px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 


 #image_style_01_1571041492452{width:100%;height:366px;position:absolute;top:0px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1571041492452{width:100%;height:100px;top:0px;left:0%;}} #image_style_01_1571041492452 > .view_contents{overflow:visible;}  #layout_diy_1571032249{height:366px;}   @media screen and (max-width:640px) {#layout_diy_1571032249{height:100px;}} 


 #dh_style_menu2_01_1571041584477{width:66.16666666666666%;position:absolute;top:12px;left:-4.166666666666666%;}   @media screen and (max-width:640px) {#dh_style_menu2_01_1571041584477{width:96%;top:10px;left:2%;}} #dh_style_menu2_01_1571041584477 > .view_contents{overflow:visible;}  #dh_style_menu2_01_1571041584477  {border-style:none;} #dh_style_menu2_01_1571041584477 .subMenuSet {background:rgba(211,211,211,0);color:#555555;height:60px;border-style:none;border-width:4px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#0076ad;margin-left:50px;margin-right:50px;font-size:16px;} #dh_style_menu2_01_1571041584477 .subMenuSet:hover {color:#0076ad;border-style:solid;border-width:4px;border-color:#0076ad;} #dh_style_menu2_01_1571041584477 .subCurSet {color:#0076ad;border-style:solid;border-width:4px;border-color:#0076ad;} #layout_1571041514110{height:72px;}   @media screen and (max-width:640px) {#layout_1571041514110{height:80px;display:none;}} #layout_1571041514110 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1571041514110  {background:#f8f7f7;border-style:solid;border-width:1px;border-color:#d3d3d3;border-top:none !important;border-right:none !important;border-left:none !important;}


 #image_style_01_1571042486556{width:46.416666666666664%;height:108px;position:absolute;top:45.350006103515625px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1571042486556{width:96%;height:59.56481149012567px;top:23px;left:1.9925506421307613%;}} #image_style_01_1571042486556 > .view_contents{overflow:visible;} 

 #image_style_01_1571042541595{width:32.25%;height:519px;position:absolute;top:167.35000610351562px;left:0%;}   @media screen and (max-width:640px) {#image_style_01_1571042541595{width:96%;height:458px;top:94.56666564941406px;left:1.9972049990179819%;}} #image_style_01_1571042541595 > .view_contents{overflow:visible;} 

 #text_style_01_1571042775075{width:60.83333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:171px;left:39.166666666666664%;}   @media screen and (max-width:640px) {#text_style_01_1571042775075{width:96%;font-size:12px;color:#333;line-height:1.6;top:564.1499938964844px;left:1.9878962852435405%;}}  #text_style_01_1571042775075>.view_contents {font-size:14px;color:#555555;} @media screen and (max-width:640px) { #text_style_01_1571042775075>.view_contents {font-size:12px;}} #layout_1571041517402{height:752px;}   @media screen and (max-width:640px) {#layout_1571041517402{height:915px;}} #layout_1571041517402 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1571038987542{width:17.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:54.850006103515625px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571038987542{width:30.446927374301673%;font-size:12px;color:#333;line-height:1.6;top:196px;left:1.9878962852435405%;display:block;}}  #text_style_01_1571038987542>.view_contents {color:#ffffff;font-size:20px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1571038987542>.view_contents {font-size:16px;}}

 #div_blank_new01_1571039023614{width:2%;height:1px;position:absolute;top:101.5333251953125px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#div_blank_new01_1571039023614{width:38px;height:50px;top:320px;left:calc(50% - 19px);display:none;}}  #div_blank_new01_1571039023614  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1571039023614 .modSet {background:rgba(255,255,255,0);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new01_1571039023614  {box-sizing:border-box;}}

 #text_style_01_1571039088383{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039088383{width:21.787709497206702%;font-size:12px;color:#333;line-height:1.6;top:234px;left:1.9878962852435405%;display:block;}}  #text_style_01_1571039088383>.view_contents {font-size:14px;color:#d9f3ff;height:35px;border-style:solid;border-width:1px;border-color:#d9f3ff;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #text_style_01_1571039088383>.view_contents {height:30px;font-size:10px;}}

 #text_style_01_1571039211344{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:176px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039211344{width:21.787709497206702%;font-size:12px;color:#333;line-height:1.6;top:234px;left:27.132215446600032%;display:block;}}  #text_style_01_1571039211344>.view_contents {font-size:14px;color:#d9f3ff;height:35px;border-style:solid;border-width:1px;border-color:#d9f3ff;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #text_style_01_1571039211344>.view_contents {height:30px;font-size:10px;}}

 #text_style_01_1571039228635{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:131px;left:9.833333333333332%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039228635{width:21.787709497206702%;font-size:12px;color:#333;line-height:1.6;top:276px;left:1.9878962852435405%;display:block;}}  #text_style_01_1571039228635>.view_contents {font-size:14px;color:#d9f3ff;height:35px;border-style:solid;border-width:1px;border-color:#d9f3ff;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #text_style_01_1571039228635>.view_contents {height:30px;font-size:10px;}}

 #text_style_01_1571039248958{width:7.416666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:176px;left:9.833333333333332%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039248958{width:21.787709497206702%;font-size:12px;color:#333;line-height:1.6;top:276px;left:27.127561089712813%;display:block;}}  #text_style_01_1571039248958>.view_contents {font-size:14px;color:#d9f3ff;height:35px;border-style:solid;border-width:1px;border-color:#d9f3ff;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #text_style_01_1571039248958>.view_contents {height:30px;font-size:10px;}}

 #text_style_01_1571039275184{width:17.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:54.850006103515625px;left:25.166666666666664%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039275184{width:33.5195530726257%;font-size:12px;color:#333;line-height:1.6;top:82px;left:1.4292370673664454%;}}  #text_style_01_1571039275184>.view_contents {color:#ffffff;font-size:20px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1571039275184>.view_contents {font-size:16px;}}

 #div_blank_new01_1571039280726{width:2%;height:1px;position:absolute;top:101.5333251953125px;left:25.166666666666664%;z-index:2;}   @media screen and (max-width:640px) {#div_blank_new01_1571039280726{width:38px;height:50px;top:299px;left:15.40502622806826%;display:none;}}  #div_blank_new01_1571039280726  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1571039280726 .modSet {background:rgba(255,255,255,0);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new01_1571039280726  {box-sizing:border-box;}}

 #image_style_01_1571039439908{width:1.0833333333333335%;height:23px;position:absolute;top:159px;left:25.166666666666664%;z-index:2;}   @media screen and (max-width:640px) {#image_style_01_1571039439908{width:12px;height:23px;top:151px;left:2.825885112059183%;}} #image_style_01_1571039439908 > .view_contents{overflow:visible;} 

 #text_style_01_1571039571374{width:30.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:122px;left:27.166666666666668%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039571374{width:72.62569832402235%;font-size:12px;color:#333;line-height:1.6;top:122px;left:8.691806899768679%;}}  #text_style_01_1571039571374>.view_contents {font-size:14px;color:#d9f3ff;} @media screen and (max-width:640px) { #text_style_01_1571039571374>.view_contents {font-size:10px;}}

 #image_style_01_1571039619515{width:1.0833333333333335%;height:23px;position:absolute;top:125px;left:25.166666666666664%;z-index:1;}   @media screen and (max-width:640px) {#image_style_01_1571039619515{width:13px;height:30px;top:122px;left:2.825885112059183%;}} #image_style_01_1571039619515 > .view_contents{overflow:visible;} 

 #text_style_01_1571039649463{width:17.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:156px;left:27.166666666666668%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039649463{width:37.988826815642454%;font-size:12px;color:#333;line-height:1.6;top:151px;left:8.691806899768679%;}}  #text_style_01_1571039649463>.view_contents {font-size:14px;color:#d9f3ff;} @media screen and (max-width:640px) { #text_style_01_1571039649463>.view_contents {font-size:10px;}}

 #image_style_01_1571039684037{width:1.5833333333333335%;height:23px;position:absolute;top:195px;left:24.75%;z-index:2;}   @media screen and (max-width:640px) {#image_style_01_1571039684037{width:20px;height:23px;top:151px;left:38.30074544725471%;}} #image_style_01_1571039684037 > .view_contents{overflow:visible;} 

 #text_style_01_1571039733556{width:16.916666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:190px;left:27.166666666666668%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039733556{width:28.212290502793298%;font-size:12px;color:#333;line-height:1.6;top:152px;left:46.68063371541114%;}}  #text_style_01_1571039733556>.view_contents {font-size:14px;color:#d9f3ff;} @media screen and (max-width:640px) { #text_style_01_1571039733556>.view_contents {font-size:10px;}}

 #div_blank_new01_1571039836350{width:2%;height:1px;position:absolute;top:101.5333251953125px;left:59.331949869791664%;z-index:2;}   @media screen and (max-width:640px) {#div_blank_new01_1571039836350{width:38px;height:50px;top:379px;left:19.315640753207926%;display:none;}}  #div_blank_new01_1571039836350  {box-sizing:border-box;background:#ffffff;} #div_blank_new01_1571039836350 .modSet {background:rgba(255,255,255,0);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new01_1571039836350  {box-sizing:border-box;}}

 #div_blank_new01_1571040203448{width:1920px;height:51px;position:absolute;top:285.5333251953125px;left:calc(50% - 960px);}   @media screen and (max-width:640px) {#div_blank_new01_1571040203448{width:100%;height:50px;top:335px;left:0%;}}  #div_blank_new01_1571040203448  {box-sizing:border-box;background:#026a9a;border-style:solid;border-width:1px;border-color:#3588ae;border-right:none !important;border-bottom:none !important;border-left:none !important;} #div_blank_new01_1571040203448 .modSet {background:rgba(7, 126, 244,0);} #diy_none_obj   {box-sizing:border-box;} @media screen and (max-width:640px) { #div_blank_new01_1571040203448  {box-sizing:border-box;}}

 #text_style_01_1571040415047{width:37.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:301.5333251953125px;left:0%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571040415047{width:99.87895688531118%;font-size:12px;color:#333;line-height:1.6;top:353.5px;left:0%;}}  #text_style_01_1571040415047>.view_contents {font-size:12px;color:#d9f3ff;} @media screen and (max-width:640px) { #text_style_01_1571040415047>.view_contents {font-size:10px;text-align:center;}}

 #text_style_01_1571040555533{width:37.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:299.5333251953125px;left:62.74999999999999%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571040555533{width:96%;font-size:12px;color:#333;line-height:1.6;top:965px;left:2%;display:none;}}  #text_style_01_1571040555533>.view_contents {font-size:12px;color:#d9f3ff;text-align:right;}

 #text_style_01_1571039775848{width:17.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:54.850006103515625px;left:59.333333333333336%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039775848{width:27.932960893854748%;font-size:12px;color:#333;line-height:1.6;top:36px;left:1.4338914242536662%;}}  #text_style_01_1571039775848>.view_contents {color:#ffffff;font-size:20px;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1571039775848>.view_contents {font-size:16px;}}

 #searchbox_style_07_1571039857495{width:23.333333333333332%;position:absolute;top:131px;left:59.331949869791664%;}   @media screen and (max-width:640px) {#searchbox_style_07_1571039857495{width:64.52513966480447%;top:36px;left:32.84916371606582%;}} #searchbox_style_07_1571039857495 > .view_contents{overflow:visible;}  #searchbox_style_07_1571039857495 .btnaSet {height:40px;background-color:#ff0036;} #searchbox_style_07_1571039857495 .inputSet {height:40px;color:#555555;} @media screen and (max-width:640px) { #searchbox_style_07_1571039857495 .inputSet {height:25px;font-size:10px;}} @media screen and (max-width:640px) { #searchbox_style_07_1571039857495 .btnaSet {height:25px;}}

 #image_style_01_1571039889075{width:10.833333333333334%;height:133px;position:absolute;top:54.850006103515625px;left:89.16666666666667%;}   @media screen and (max-width:640px) {#image_style_01_1571039889075{width:88px;height:88px;top:201px;left:72.9376169556346%;}} #image_style_01_1571039889075 > .view_contents{overflow:visible;} 

 #text_style_01_1571039976406{width:10.833333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:187px;left:89.16666666666667%;z-index:2;}   @media screen and (max-width:640px) {#text_style_01_1571039976406{width:24.022346368715084%;font-size:12px;color:#333;line-height:1.6;top:296.5px;left:72.79329779427812%;}}  #text_style_01_1571039976406>.view_contents {font-size:14px;color:#d9f3ff;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1571039976406>.view_contents {font-size:10px;}} #comm_layout_footer{height:336.5333251953125px;z-index:99999;}   @media screen and (max-width:640px) {#comm_layout_footer{height:385px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_footer  {background:#0076ad;}
.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_36{width:100%; position:relative;}
.menuStyle_36 *{box-sizing: border-box;}
.menuStyle_36 .miniMenu *,
.menuStyle_36 .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_36 .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_36 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_36 ul,.menuStyle_36 li{padding:0;margin:0px;list-style:none}
.menuStyle_36 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_36 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_36 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_36 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_36 .menuUl>li{position:relative;}
.menuStyle_36 .menuUl>li>a{border-top: 3px solid #172d44; background: #172d44; height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_36 .menuUl>li>a:hover{border-top: 3px solid #04b29b; background: #2d4159;}
.menuStyle_36 .menuUl #hot>a{color:#fff; border-top: 3px solid #04b29b; background: #2d4159;}
.menuStyle_36 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_36 .menuUl #hot>a span{color:inherit;}

.menuStyle_36 .menuUl>.logo{background: #fff;}
.menuStyle_36 .menuUl>.logo .menuUl_box_logo{background: #fff; border-top: 3px solid #fff;}
.menuStyle_36 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
/*.menuStyle_36 .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_36 .menuLayout .miniMenu{display:none;}
.menuStyle_36 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_36 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_36 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_36 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_36 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_36 .subBox .subMenu02.subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_36 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_36 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_36 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_36 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_36 .menuUl03{position: absolute; background: #f5f5f5; /*left需要js获取二级的宽*/ top: 0; display: none;}
.menuStyle_36 .menuUl03 .subMenu03{color: #333; padding: 0 15px; line-height: 40px; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuUl03 .subMenu03:hover{background: #4bc9e4; color: #fff;}
.menuStyle_36 .subBox .subMenu03.thrCurSet {font-weight: bold;color: #04b29b;}
.menuStyle_36 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_36 .rflex { position: relative;}
.menuStyle_36 .maxWidth{margin: auto;}

.menuStyle_36 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: #fff; display: none;}
.menuStyle_36 .subBox .subBoxContent{padding: 20px; text-align: left; overflow: hidden;}
.menuStyle_36 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_36 .subBox .sublm{float: left; min-height: 10px;}
.menuStyle_36 .subBox .subImgsbox{float: right; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_36 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_36 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_36 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_36 .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: #333; font-size: 12px;}
.menuStyle_36 .subBox p{margin-right: 10px; overflow: hidden;}
.menuStyle_36 .subBox p a{float: left;}
.menuStyle_36 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: inline-block; border-bottom: 2px solid #fff;}
.menuStyle_36 .subBox .subMenu02.subCurSet{font-weight: bold;}
.menuStyle_36 .subBox .subMenu02:hover,
.menuStyle_36 .subBox .subMenu02:active{border-bottom: 2px solid #3c947c;}
.menuStyle_36 .subBox .subMenu03{display: block; margin: 5px 40px 5px 0; font-size: 12px; color: #666;}
.menuStyle_36 .subBox .subMenu03:hover,
.menuStyle_36 .subBox .subMenu03:active{color: #4bc9e4;}
.menuStyle_36 .subBox .subMenu03.thrCurSet{font-weight: bold;}


/*图标*/
.menuStyle_36 .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_36 .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_36 .imgIco{ margin-right:10px;}
.menuStyle_36 .menuUl,
.menuStyle_36 .menuUl_box {display:none;}
.menuStyle_36 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_36 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_36 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_36 .miniMenu .leftBox{height: 100%}
.menuStyle_36 .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_36 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_36 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_36 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_36 .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,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_36 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.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_36 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_36_1571032447484 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_36_1571032447484 .maxWidth{max-width:1200px;}
	#dh_style_36_1571032447484 .subBox .sublm{width: calc(100% - (200px + 200px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_36_1571032447484 .subBox .subImgsbox{width: calc((200px + 200px) + 20px); height:200px } /*20px是两张图片间的间距*/
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_36_1571032447484 .menuUl li #menuLogo{
		height: px;
		margin-right: 10px;
		margin-left: px;
	}
}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1571035491979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571035491979 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571035491979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1571035535806 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571035535806 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571035535806 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571035535806 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_1571035657325 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571035657325 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571035657325 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571035657325 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_1571129064174 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571129064174 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571129064174 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571129064174 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_1571041492452 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571041492452 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571041492452 .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_1571041492452 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;}
/*菜单样式*/
.menu2Style_1{width:100%; position:relative;}
.menu2Style_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menu2Style_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.menu2Style_1 ul,.menu2Style_1 li{padding:0;margin:0px;list-style:none}
.menu2Style_1 ul,.menu2Style_1 li,.menu2Style_1 li a{transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s; -moz-transition:all .3s;}
.menu2Style_1 .menu2Layout{position:relative; margin:0 auto;width:100%;}
.menu2Style_1 .menu2Layout:after{content:''; display:block; clear:both;}
.menu2Style_1 .menu2Ul_box{position:relative; width:100%; text-align:center;}
.menu2Style_1 .menu2Ul{position:relative; width:100%; text-align:center;}
.menu2Style_1 .menu2Ul li{position:relative;}
.menu2Style_1 .menu2Ul li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; }
.menu2Style_1 .menu2Ul li>a:hover{color:#004a9f}
.menu2Style_1 .menu2Ul a.subCurSet{ background: #e5e5e5; }

.menu2Style_1 .rflex { position: relative;}

@media screen and (max-width:768px) {
}
	#image_style_01_1571042486556 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571042486556 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571042486556 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571042486556 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_1571042541595 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571042541595 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571042541595 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571042541595 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_1571039439908 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571039439908 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571039439908 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571039439908 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_1571039619515 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571039619515 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571039619515 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571039619515 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_1571039684037 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571039684037 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571039684037 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571039684037 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);}.searchStyle_7{ width: 100%;}
.searchStyle_7 .searchForm{ overflow: hidden;}
.searchStyle_7 .search_input{ float: left; width: calc( 100% - 60px); border: 0; border-bottom: 1px solid #666; font-size: 14px; color: rgb(254,96,96);  height: 45px; line-height: 45px; vertical-align: top; padding: 0 10px; box-sizing: border-box;}
.searchStyle_7 .search-btn{ float: right; width: 45px; background-color: rgb(254,96,96); color: #fff; text-align: center; height: 45px; font-size: 20px; border: none; border-radius: 5px; cursor: pointer;}

.searchStyle_7 .keyWord{ overflow: hidden;}
.searchStyle_7 .keyWord a{ font-size: 14px; line-height: 2; color: #666; float: left;}
.searchStyle_7 .keyWord a:hover{ color: rgb(254,96,96);}

@media screen and (max-width:640px) {
    .searchStyle_7 .search_input{ width: calc( 100% - 50px); font-size: 12px; height: 35px; line-height: 35px;}
    .searchStyle_7 .search-btn{ width: 35px; font-size: 16px; height: 35px;}
    .searchStyle_7 .keyWord a{ font-size: 12px; line-height: 2;}
}

	#searchbox_style_07_1571039857495 input::-webkit-input-placeholder{ color: ;}
	#searchbox_style_07_1571039857495 input::-moz-input-placeholder{ color: ;}
	#searchbox_style_07_1571039857495 input::-o-input-placeholder{ color: ;}

	#image_style_01_1571039889075 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1571039889075 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1571039889075 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1571039889075 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;}
