
/**
    *编辑器         \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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }



 #text_style_01_1588816759140{width:44.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:8px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588816759140{left:0%;top:8px;}}   @media screen and (max-width:640px) {#text_style_01_1588816759140{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;display:none;z-index:2;}}  #text_style_01_1588816759140>.view_contents {font-size:14px;color:#666666;} @media screen and (max-width:640px) { #text_style_01_1588816759140>.view_contents {font-size:14px;}}

 #image_logo_1588818094075{width:14.916666666666668%;height:60px;position:absolute;top:70px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1588818094075{left:0%;width:175px;top:70px;height:60px;}}   @media screen and (max-width:640px) {#image_logo_1588818094075{width:130px;height:45px;left:2%;top:11px;z-index:1;}} 

 #dh_style_28_1588818670562{width:100%;z-index:1002;position:absolute;top:160px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1588818670562{z-index:999;left:calc(50% - 450px);top:162.5px;}}   @media screen and (max-width:640px) {#dh_style_28_1588818670562{width:13.333333333333334%;z-index:1002;top:10px;left:84.39999999999999%;display:none;}} #dh_style_28_1588818670562 > .view_contents{overflow:visible;}  #dh_style_28_1588818670562 .mainMenuSet {background:transparent;color:#ffffff;font-size:16px;font-family:Microsoft YaHei;height:60px;line-height:60px;font-weight:normal;} #dh_style_28_1588818670562 .mainMenuSet:hover {color:#ffffff;font-size:16px;background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;background: url(../images/1594370245125d8e37ac0b47fca6c.png);} #dh_style_28_1588818670562 #hot>a {color:#ffffff;font-size:16px;background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;background: url(../images/1594370245125d8e37ac0b47fca6c.png);} #dh_style_28_1588818670562 #hot .aview {color:#ffffff;font-size:16px;background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;background: url(../images/1594370245125d8e37ac0b47fca6c.png);} #dh_style_28_1588818670562 .subMenuSet {border-left:none !important;color:#92949f;border-style:solid;border-color:#f2f2f2;border-width:1px;border-top:none !important;font-family:Microsoft YaHei;font-size:16px;} #dh_style_28_1588818670562 .subMenuSet:hover {color:#c61d00;border-width:0px;border-style:none;border-bottom:none !important;} #dh_style_28_1588818670562 .subCurSet {color:#0154f8;border-width:0px;border-style:none;border-bottom:none !important;} #dh_style_28_1588818670562 .dhAreaSet {font-size:16px;} #dh_style_28_1588818670562 .thrMenuSet {font-family:SimSun;font-size:18px;} #dh_style_28_1588818670562 #subCurSet {color:#c61d00;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1588818670562 .mainMenuSet {line-height:45px;height:45px;font-size:16px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1588818670562 .mainMenuSet:hover {line-height:45px;height:45px;background-position:50% 50% !important;background-size:100% auto;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1588818670562 #hot>a {line-height:45px;height:45px;background-position:50% 50% !important;background-size:100% auto;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_28_1588818670562 #hot .aview {line-height:45px;height:45px;background-position:50% 50% !important;background-size:100% auto;}} @media screen and (max-width:640px) { #dh_style_28_1588818670562 .mainMenuSet {padding-left:0px;text-align:center;}} @media screen and (max-width:640px) { #dh_style_28_1588818670562 .subMenuSet {text-align:center;border-width:0px;border-style:none;color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_28_1588818670562 .subMenuSet:hover {border-right:none !important;border-bottom:none !important;border-left:none !important;}} @media screen and (max-width:640px) { #dh_style_28_1588818670562 .subCurSet {border-right:none !important;border-bottom:none !important;border-left:none !important;}}

 #text_style_01_1592791464443{width:28.583333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:14.916666666666668%;top:70px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592791464443{left:19.444444444444446%;width:37.888888888888886%;z-index:3;top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1592791464443{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;display:none;z-index:3;}}  #text_style_01_1592791464443>.view_contents {color:#333333;font-size:14px;border-bottom:none !important;border-right:none !important;border-top:none !important;border-style:solid;border-width:1px;border-color:#d9d9d9;padding-left:20px;line-height:30px;}

 #image_style_13_1_1592792712010{width:18.666666666666668%;position:absolute;top:71.5px;left:81.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1592792712010{width:230px;left:74.41666666666666%;}}   @media screen and (max-width:640px) {#image_style_13_1_1592792712010{width:94%;top:60px;left:3%;display:none;z-index:4;}} #image_style_13_1_1592792712010 > .view_contents{overflow:visible;}  #image_style_13_1_1592792712010 .titleSet {background:transparent;font-size:14px;color:#999999;padding-top:0px;margin-top:0px;line-height:15px;height:25px;} #image_style_13_1_1592792712010 .detailSet {color:#4f50e9;font-size:24px;line-height:18px;font-weight:normal;} #image_style_13_1_1592792712010 .imgSet {margin-top:0px;padding-top:0px;} #image_style_13_1_1592792712010 .modSet {padding-top:8px;}

 #text_style_01_1594263173362{width:7.083333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:8px;left:92.91666666666667%;z-index:4;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594263173362{display:block;left:calc(100% - 83px);top:8px;width:83px;}}   @media screen and (max-width:640px) {#text_style_01_1594263173362{width:96%;font-size:12px;color:#333;line-height:1.6;top:117px;left:2%;display:none;z-index:5;}}  #text_style_01_1594263173362>.view_contents {font-size:14px;color:#666666;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1594263173362>.view_contents {font-size:14px;}}

 #dh_style_28_1594708883280{width:60%;z-index:999;display:none;position:absolute;top:0px;left:20%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1594708883280{width:21.333333333333336%;z-index:999;display:none;left:39.33333333333333%;top:0px;}}   @media screen and (max-width:640px) {#dh_style_28_1594708883280{width:80px;z-index:1003;display:block;left:75.46666666666667%;top:11px;}} #dh_style_28_1594708883280 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #dh_style_28_1594708883280 .mainMenuSet:hover {background:#4f50e9;color:#ffffff;text-align:center;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_28_1594708883280 #hot>a {background:#4f50e9;color:#ffffff;text-align:center;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_28_1594708883280 #hot .aview {background:#4f50e9;color:#ffffff;text-align:center;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_28_1594708883280 .mainMenuSet {font-size:14px;text-align:center;}}

 #text_style_01_1594785930649{width:6.416666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:8px;left:86.95833333333334%;z-index:4;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594785930649{display:block;left:83.73611111111111%;top:8px;width:69px;}}   @media screen and (max-width:640px) {#text_style_01_1594785930649{width:96%;font-size:12px;color:#333;line-height:1.6;top:55px;left:2%;display:none;z-index:5;}}  #text_style_01_1594785930649>.view_contents {font-size:14px;color:#666666;text-align:right;} @media screen and (max-width:640px) { #text_style_01_1594785930649>.view_contents {font-size:14px;}}
 #div_a_includeBlock_1588816664448{width:1200px;height:220px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1588816664448{width:900px;left:calc(50% - 450px);height:208px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1588816664448{width:100%;height:66px;top:0px;left:0%;z-index:2;}} #div_a_includeBlock_1588816664448 > .view_contents{overflow:visible;} 

 #div_blank_new01_1588816697045{width:100%;height:40px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1588816697045{}}   @media screen and (max-width:640px) {#div_blank_new01_1588816697045{width:24.752475247524753%;height:50px;top:0px;left:37.62376237623762%;display:none;}}  #div_blank_new01_1588816697045  {box-sizing:border-box;background:#f2f2f2;} #div_blank_new01_1588816697045 .modSet {background:#f2f2f2;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1588816697045  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1588816697045  {box-sizing:border-box;}}

 #div_blank_new01_1588818451006{width:100%;height:60px;position:absolute;top:160px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1588818451006{height:45px;left:calc(50% - 471.5px);top:162.5px;}}   @media screen and (max-width:640px) {#div_blank_new01_1588818451006{width:24.752475247524753%;height:50px;top:0px;left:37.62376237623762%;display:none;}}  #div_blank_new01_1588818451006  {box-sizing:border-box;} #div_blank_new01_1588818451006 .modSet {background:#4f50e9;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1588818451006  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1588818451006  {box-sizing:border-box;}} #comm_layout_header{height:220px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:208px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:66px;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #banner_style_01_1588819507114{width:100%;height:580px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1588819507114{height:400px;}}   @media screen and (max-width:640px) {#banner_style_01_1588819507114{width:100%;height:180px;top:0px;left:0%;}} 


 #text_style_01_1588819668223{width:40%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588819668223{left:0%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1588819668223{width:71.30434782608695%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1588819668223>.view_contents {font-size:25px;color:#ffffff;border-top:none !important;border-right:none !important;border-left:none !important;border-style:solid;border-width:2px;border-color:#b5b9c0;padding-bottom:5px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1588819668223>.view_contents {font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1588819668223>.view_contents {font-size:14px;}}

 #text_style_01_1588819704362{width:55.50000000000001%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:52px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588819704362{width:753px;left:0%;top:39px;}}   @media screen and (max-width:640px) {#text_style_01_1588819704362{width:96%;font-size:12px;color:#333;line-height:1.6;top:29px;left:0%;}}  #text_style_01_1588819704362>.view_contents {font-size:62px;color:#ffffff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1588819704362>.view_contents {font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1588819704362>.view_contents {font-size:18px;}}

 #text_style_01_1588819751436{width:89.66666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:0%;top:163px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588819751436{width:729px;left:0%;top:129px;}}   @media screen and (max-width:640px) {#text_style_01_1588819751436{width:96%;font-size:12px;color:#333;line-height:1.6;top:57px;left:0%;display:block;}}  #text_style_01_1588819751436>.view_contents {font-size:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1588819751436>.view_contents {font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1588819751436>.view_contents {font-size:14px;}}

 #button_style_02_1594267384429{width:16.666666666666664%;position:absolute;left:0%;top:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1594267384429{left:0%;width:20%;top:205px;}}   @media screen and (max-width:640px) {#button_style_02_1594267384429{width:96%;top:89px;left:2%;display:none;}} #button_style_02_1594267384429 > .view_contents{overflow:visible;}  #button_style_02_1594267384429 .btnaSet {background:#273aa3;height:50px;font-size:16px;border-radius:5px;}
 #div_a_includeBlock_1588819629635{width:1200px;height:363px;position:absolute;top:108.5px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1588819629635{width:900px;left:calc(50% - 450px);z-index:2;top:47.5px;height:260px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1588819629635{width:92%;height:102px;top:45px;left:4%;}}  #layout_diy_1588816476{height:580px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1588816476{height:400px;}}   @media screen and (max-width:640px) {#layout_diy_1588816476{height:180px;}} 


 #text_style_01_1594276012153{width:29.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70px;left:35.291666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594276012153{}}   @media screen and (max-width:640px) {#text_style_01_1594276012153{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1594276012153>.view_contents {font-size:28px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1594276012153>.view_contents {font-size:16px;}}

 #text_style_01_1594276094480{width:68.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:120px;left:15.833333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594276094480{left:15.800636267232237%;}}   @media screen and (max-width:640px) {#text_style_01_1594276094480{width:96%;font-size:12px;color:#333;line-height:1.6;top:721px;left:2%;display:none;}}  #text_style_01_1594276094480>.view_contents {text-align:center;font-size:16px;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594276094480>.view_contents {font-size:14px;}}

 #text_style_01_1594347032797{width:68.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:55px;left:1.0416666666666665%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594347032797{display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594347032797{width:96%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2%;display:block;}}  #text_style_01_1594347032797>.view_contents {text-align:center;font-size:16px;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594347032797>.view_contents {font-size:14px;}}



 #div_blank_new01_1594348499211{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:5;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499211{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499211{width:100%;height:680px;top:20px;left:0%;display:block;z-index:1;}}  #div_blank_new01_1594348499211  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499211 .modSet {background:#ffffff;box-shadow:#bf5f00 0px 0px 20px ;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499211  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499211  {box-sizing:border-box;}}

 #image_style_01_1594348499221{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:7;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499221{}}   @media screen and (max-width:640px) {#image_style_01_1594348499221{width:90%;height:291px;top:40px;left:5%;display:block;}} #image_style_01_1594348499221 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499227{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:7;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499227{left:44.50588474025974%;width:50%;top:99.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594348499227{width:96%;font-size:12px;color:#333;line-height:1.6;top:476px;left:2%;display:block;}}  #text_style_01_1594348499227>.view_contents {color:#222222;font-size:22px;}

 #text_style_01_1594348499234{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:6;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499234{left:44.5%;width:50%;top:60px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594348499234{width:96%;font-size:12px;color:#333;line-height:1.6;top:361px;left:2%;display:block;}}  #text_style_01_1594348499234>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499238{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499238{left:44.5109577922078%;width:50%;top:188px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594348499238{width:96%;font-size:12px;color:#333;line-height:1.6;top:521px;left:2%;display:block;}}  #text_style_01_1594348499238>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499243{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499243{}}   @media screen and (max-width:640px) {#button_style_03_1594348499243{width:96%;top:607px;left:2%;display:block;}} #button_style_03_1594348499243 > .view_contents{overflow:visible;}  #button_style_03_1594348499243 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594348999829{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348999829{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348999829{width:96%;height:50px;top:1307px;left:2%;}}  #div_blank_new01_1594348999829  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594348999829 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348999829  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348999829  {box-sizing:border-box;}}

 #image_style_01_1594349026549{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349026549{left:4%;width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349026549{width:96%;height:291px;top:846px;left:2%;}} #image_style_01_1594349026549 > .view_contents{overflow:visible;}  #image_style_01_1594349026549 .picSet {border-radius:5px;}

 #text_style_01_1594349138633{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349138633{left:47.00520833333333%;width:50%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349138633{width:96%;font-size:12px;color:#333;line-height:1.6;top:1259px;left:2%;}}  #text_style_01_1594349138633>.view_contents {font-size:24px;}

 #text_style_01_1594349177952{width:34.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349177952{left:47%;width:45%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1594349177952{width:96%;font-size:12px;color:#333;line-height:1.6;top:1147px;left:2%;}}  #text_style_01_1594349177952>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349312342{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349312342{left:47.01028138528138%;width:50%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594349312342{width:96%;font-size:12px;color:#333;line-height:1.6;top:760px;left:2%;}}  #text_style_01_1594349312342>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594349362644{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594349362644{left:47.01028138528138%;top:320px;}}   @media screen and (max-width:640px) {#button_style_03_1594349362644{width:96%;top:710px;left:2%;}} #button_style_03_1594349362644 > .view_contents{overflow:visible;}  #button_style_03_1594349362644 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594348499250{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499250{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499250{width:100%;height:681px;top:20px;left:0%;display:block;}}  #div_blank_new01_1594348499250  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499250 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499250  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499250  {box-sizing:border-box;}}

 #image_style_01_1594348499254{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499254{}}   @media screen and (max-width:640px) {#image_style_01_1594348499254{width:96%;height:291px;top:60px;left:2%;display:block;}} #image_style_01_1594348499254 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499259{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499259{}}   @media screen and (max-width:640px) {#text_style_01_1594348499259{width:96%;font-size:12px;color:#333;line-height:1.6;top:476px;left:2%;display:block;}}  #text_style_01_1594348499259>.view_contents {color:#222222;font-size:22px;}

 #text_style_01_1594348499265{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499265{}}   @media screen and (max-width:640px) {#text_style_01_1594348499265{width:96%;font-size:12px;color:#333;line-height:1.6;top:361px;left:2%;display:block;}}  #text_style_01_1594348499265>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499270{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499270{}}   @media screen and (max-width:640px) {#text_style_01_1594348499270{width:96%;font-size:12px;color:#333;line-height:1.6;top:521px;left:2%;display:block;}}  #text_style_01_1594348499270>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499274{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499274{}}   @media screen and (max-width:640px) {#button_style_03_1594348499274{width:96%;top:607px;left:2%;display:block;}} #button_style_03_1594348499274 > .view_contents{overflow:visible;}  #button_style_03_1594348499274 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594349511354{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594349511354{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594349511354{width:96%;height:50px;top:1403px;left:2%;}}  #div_blank_new01_1594349511354  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594349511354 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594349511354  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594349511354  {box-sizing:border-box;}}

 #image_style_01_1594349594357{width:35%;height:340px;position:absolute;left:3.916666666666667%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349594357{width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349594357{width:96%;height:291px;top:904px;left:2%;}} #image_style_01_1594349594357 > .view_contents{overflow:visible;}  #image_style_01_1594349594357 .picSet {border-radius:5px;}

 #text_style_01_1594349787196{width:35.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349787196{width:50%;left:47%;}}   @media screen and (max-width:640px) {#text_style_01_1594349787196{width:96%;font-size:12px;color:#333;line-height:1.6;top:1205px;left:2%;}}  #text_style_01_1594349787196>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349876702{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349876702{width:50%;left:47.00520833333333%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349876702{width:96%;font-size:12px;color:#333;line-height:1.6;top:1317px;left:2%;}}  #text_style_01_1594349876702>.view_contents {font-size:24px;}

 #button_style_03_1594350044295{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594350044295{left:47.00520833333333%;top:320px;}}   @media screen and (max-width:640px) {#button_style_03_1594350044295{width:96%;top:854px;left:2%;}} #button_style_03_1594350044295 > .view_contents{overflow:visible;}  #button_style_03_1594350044295 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1594350065471{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594350065471{width:50%;left:47.00520833333333%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594350065471{width:96%;font-size:12px;color:#333;line-height:1.6;top:711px;left:2%;}}  #text_style_01_1594350065471>.view_contents {text-indent:2em;color:#999999;}

 #div_blank_new01_1594348499281{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499281{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499281{width:100%;height:680px;top:20px;left:0%;display:block;}}  #div_blank_new01_1594348499281  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499281 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499281  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499281  {box-sizing:border-box;}}

 #image_style_01_1594348499289{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499289{}}   @media screen and (max-width:640px) {#image_style_01_1594348499289{width:96%;height:294px;top:60px;left:2%;display:block;}} #image_style_01_1594348499289 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499293{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499293{}}   @media screen and (max-width:640px) {#text_style_01_1594348499293{width:96%;font-size:12px;color:#333;line-height:1.6;top:479px;left:2%;display:block;}}  #text_style_01_1594348499293>.view_contents {color:#222222;font-size:22px;}

 #text_style_01_1594348499299{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499299{}}   @media screen and (max-width:640px) {#text_style_01_1594348499299{width:96%;font-size:12px;color:#333;line-height:1.6;top:364px;left:2%;display:block;}}  #text_style_01_1594348499299>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499304{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499304{}}   @media screen and (max-width:640px) {#text_style_01_1594348499304{width:96%;font-size:12px;color:#333;line-height:1.6;top:524px;left:2%;display:block;}}  #text_style_01_1594348499304>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499311{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499311{}}   @media screen and (max-width:640px) {#button_style_03_1594348499311{width:96%;top:610px;left:2%;display:block;}} #button_style_03_1594348499311 > .view_contents{overflow:visible;}  #button_style_03_1594348499311 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594349519981{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594349519981{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594349519981{width:41.81161359379182%;height:50px;top:0px;left:0%;}}  #div_blank_new01_1594349519981  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594349519981 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594349519981  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594349519981  {box-sizing:border-box;}}

 #image_style_01_1594349657708{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349657708{width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349657708{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1594349657708 > .view_contents{overflow:visible;}  #image_style_01_1594349657708 .picSet {border-radius:5px;}

 #text_style_01_1594349807600{width:35.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349807600{width:50%;left:47%;}}   @media screen and (max-width:640px) {#text_style_01_1594349807600{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349807600>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349913001{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349913001{width:50%;left:47.00520833333333%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349913001{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349913001>.view_contents {font-size:24px;}

 #text_style_01_1594350110222{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594350110222{width:50%;left:47.00520833333333%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594350110222{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594350110222>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594350165362{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594350165362{left:47%;}}   @media screen and (max-width:640px) {#button_style_03_1594350165362{width:78.04834537507806%;top:0px;left:0%;}} #button_style_03_1594350165362 > .view_contents{overflow:visible;}  #button_style_03_1594350165362 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594348499319{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499319{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499319{width:96%;height:50px;top:0px;left:2%;display:block;}}  #div_blank_new01_1594348499319  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499319 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499319  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499319  {box-sizing:border-box;}}

 #image_style_01_1594348499322{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499322{}}   @media screen and (max-width:640px) {#image_style_01_1594348499322{width:96%;height:294px;top:60px;left:2%;display:block;}} #image_style_01_1594348499322 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499326{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499326{}}   @media screen and (max-width:640px) {#text_style_01_1594348499326{width:96%;font-size:12px;color:#333;line-height:1.6;top:524px;left:2%;display:block;}}  #text_style_01_1594348499326>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499333{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499333{}}   @media screen and (max-width:640px) {#button_style_03_1594348499333{width:96%;top:610px;left:2%;display:block;}} #button_style_03_1594348499333 > .view_contents{overflow:visible;}  #button_style_03_1594348499333 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1594348499337{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499337{}}   @media screen and (max-width:640px) {#text_style_01_1594348499337{width:96%;font-size:12px;color:#333;line-height:1.6;top:364px;left:2%;display:block;}}  #text_style_01_1594348499337>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499341{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.916666666666664%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499341{}}   @media screen and (max-width:640px) {#text_style_01_1594348499341{width:96%;font-size:12px;color:#333;line-height:1.6;top:479px;left:2%;display:block;}}  #text_style_01_1594348499341>.view_contents {color:#222222;font-size:22px;}

 #div_blank_new01_1594349527217{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594349527217{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594349527217{width:41.81161359379182%;height:50px;top:0px;left:0%;}}  #div_blank_new01_1594349527217  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594349527217 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594349527217  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594349527217  {box-sizing:border-box;}}

 #image_style_01_1594349680757{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349680757{width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349680757{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1594349680757 > .view_contents{overflow:visible;}  #image_style_01_1594349680757 .picSet {border-radius:5px;}

 #text_style_01_1594349816312{width:35.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349816312{width:50%;left:47%;}}   @media screen and (max-width:640px) {#text_style_01_1594349816312{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349816312>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349917534{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349917534{width:50%;left:47.00520833333333%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349917534{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349917534>.view_contents {font-size:24px;}

 #text_style_01_1594350123911{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594350123911{width:50%;left:47.00520833333333%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594350123911{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594350123911>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594350180639{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594350180639{left:47.00520833333333%;top:320px;}}   @media screen and (max-width:640px) {#button_style_03_1594350180639{width:78.04834537507806%;top:0px;left:0%;}} #button_style_03_1594350180639 > .view_contents{overflow:visible;}  #button_style_03_1594350180639 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594348499349{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499349{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499349{width:26.90486439948343%;height:50px;top:0px;left:0%;display:block;}}  #div_blank_new01_1594348499349  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499349 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499349  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499349  {box-sizing:border-box;}}

 #image_style_01_1594348499352{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499352{}}   @media screen and (max-width:640px) {#image_style_01_1594348499352{width:100%;height:134px;top:0px;left:0%;display:block;}} #image_style_01_1594348499352 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499357{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499357{}}   @media screen and (max-width:640px) {#text_style_01_1594348499357{width:69.79409736243082%;font-size:12px;color:#333;line-height:1.6;top:0px;left:15.10295131878459%;display:block;}}  #text_style_01_1594348499357>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499366{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499366{}}   @media screen and (max-width:640px) {#button_style_03_1594348499366{width:70.10456041570032%;top:0px;left:14.94771979214984%;display:block;}} #button_style_03_1594348499366 > .view_contents{overflow:visible;}  #button_style_03_1594348499366 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1594348499370{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499370{}}   @media screen and (max-width:640px) {#text_style_01_1594348499370{width:69.79409736243082%;font-size:12px;color:#333;line-height:1.6;top:0px;left:15.10295131878459%;display:block;}}  #text_style_01_1594348499370>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499374{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499374{}}   @media screen and (max-width:640px) {#text_style_01_1594348499374{width:69.79409736243082%;font-size:12px;color:#333;line-height:1.6;top:0px;left:15.10295131878459%;display:block;}}  #text_style_01_1594348499374>.view_contents {color:#222222;font-size:22px;}

 #div_blank_new01_1594349534720{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594349534720{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594349534720{width:41.81161359379182%;height:50px;top:0px;left:0%;}}  #div_blank_new01_1594349534720  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594349534720 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594349534720  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594349534720  {box-sizing:border-box;}}

 #image_style_01_1594349708337{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349708337{width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349708337{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1594349708337 > .view_contents{overflow:visible;}  #image_style_01_1594349708337 .picSet {border-radius:5px;}

 #text_style_01_1594349826683{width:35.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349826683{width:50%;left:47%;}}   @media screen and (max-width:640px) {#text_style_01_1594349826683{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349826683>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349921513{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349921513{width:50%;left:47.00520833333333%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349921513{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349921513>.view_contents {font-size:24px;}

 #text_style_01_1594350135047{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594350135047{width:50%;left:47.00520833333333%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594350135047{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594350135047>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594350192892{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594350192892{left:47%;}}   @media screen and (max-width:640px) {#button_style_03_1594350192892{width:78.04834537507806%;top:0px;left:0%;}} #button_style_03_1594350192892 > .view_contents{overflow:visible;}  #button_style_03_1594350192892 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594348499382{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594348499382{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594348499382{width:26.90486439948343%;height:50px;top:0px;left:0%;display:block;}}  #div_blank_new01_1594348499382  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594348499382 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594348499382  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594348499382  {box-sizing:border-box;}}

 #image_style_01_1594348499388{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499388{}}   @media screen and (max-width:640px) {#image_style_01_1594348499388{width:100%;height:134px;top:0px;left:0%;display:block;}} #image_style_01_1594348499388 > .view_contents{overflow:visible;} 

 #text_style_01_1594348499392{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499392{}}   @media screen and (max-width:640px) {#text_style_01_1594348499392{width:75.86314930699002%;font-size:12px;color:#333;line-height:1.6;top:0px;left:12.068425346504988%;display:block;}}  #text_style_01_1594348499392>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594348499399{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594348499399{}}   @media screen and (max-width:640px) {#button_style_03_1594348499399{width:76.20060914750036%;top:0px;left:11.89969542624982%;display:block;}} #button_style_03_1594348499399 > .view_contents{overflow:visible;}  #button_style_03_1594348499399 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1594348499403{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499403{}}   @media screen and (max-width:640px) {#text_style_01_1594348499403{width:75.86314930699002%;font-size:12px;color:#333;line-height:1.6;top:0px;left:12.068425346504988%;display:block;}}  #text_style_01_1594348499403>.view_contents {font-size:66px;color:#f2f2f2;}

 #text_style_01_1594348499407{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594348499407{}}   @media screen and (max-width:640px) {#text_style_01_1594348499407{width:75.86314930699002%;font-size:12px;color:#333;line-height:1.6;top:0px;left:12.068425346504988%;display:block;}}  #text_style_01_1594348499407>.view_contents {color:#222222;font-size:22px;}

 #div_blank_new01_1594349541562{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594349541562{width:100%;left:0%;}}   @media screen and (max-width:640px) {#div_blank_new01_1594349541562{width:41.81161359379182%;height:50px;top:0px;left:0%;}}  #div_blank_new01_1594349541562  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594349541562 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594349541562  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594349541562  {box-sizing:border-box;}}

 #image_style_01_1594349757369{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349757369{width:40%;}}   @media screen and (max-width:640px) {#image_style_01_1594349757369{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1594349757369 > .view_contents{overflow:visible;}  #image_style_01_1594349757369 .picSet {border-radius:5px;}

 #text_style_01_1594349831484{width:35.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:60px;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349831484{width:50%;left:47%;}}   @media screen and (max-width:640px) {#text_style_01_1594349831484{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349831484>.view_contents {font-size:64px;color:#f2f2f2;font-weight:bold;}

 #text_style_01_1594349925956{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:96px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594349925956{width:50%;left:47.00520833333333%;top:96px;}}   @media screen and (max-width:640px) {#text_style_01_1594349925956{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594349925956>.view_contents {font-size:24px;}

 #text_style_01_1594350149369{width:51.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45%;top:180px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594350149369{width:50%;left:47.00520833333333%;top:180px;}}   @media screen and (max-width:640px) {#text_style_01_1594350149369{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:0%;}}  #text_style_01_1594350149369>.view_contents {text-indent:2em;color:#999999;}

 #button_style_03_1594350206697{width:11.666666666666666%;position:absolute;top:320px;left:45%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594350206697{left:47.00520833333333%;top:320px;}}   @media screen and (max-width:640px) {#button_style_03_1594350206697{width:78.04834537507806%;top:0px;left:0%;}} #button_style_03_1594350206697 > .view_contents{overflow:visible;}  #button_style_03_1594350206697 .btnaSet {background:#4f50e9;color:#ffffff;} #tab_style_03_1594348498787{width:1200px;height:505px;position:absolute;top:182px;left:calc(50% - 600px);z-index:3;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1594348498787{width:98%;display:block;left:1.007423117709438%;}}   @media screen and (max-width:640px) {#tab_style_03_1594348498787{width:96%;height:1503px;top:70px;left:2%;display:none;}} #tab_style_03_1594348498787 > .view_contents{overflow:visible;}  #tab_style_03_1594348498787 .tabItemSet.tabCurItem {font-size:16px;color:#4f50e9;background: url(../images/15942765598353e2b78c7726c8890.png);background-size:auto 100%;background-position:50% 0% !important;} #tab_style_03_1594348498787 .tabItemSet {font-size:16px;background:transparent;color:#222222;} #tab_style_03_1594348498787 .tabconSet {background:transparent;} #tab_style_03_1594348498787 .tabItemSet:hover {background: url(../images/15942765598353e2b78c7726c8890.png);background-repeat:no-repeat!important;background-size:contain;background-position:50% 50% !important;line-height:24px;height:50px;} #tab_style_03_1594348498787 .tabItemSet.tabCurItem:hover {background: url(../images/15942765598353e2b78c7726c8890.png);background-repeat:no-repeat!important;background-size:auto 100%;background-position:50% 0% !important;}

 #div_blank_new01_1594350243806{width:100%;height:80px;position:absolute;top:624px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594350243806{}}   @media screen and (max-width:640px) {#div_blank_new01_1594350243806{width:100%;height:60px;top:669px;left:0%;}}  #div_blank_new01_1594350243806  {box-sizing:border-box;} #div_blank_new01_1594350243806 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594350243806  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594350243806  {box-sizing:border-box;}}



 #div_blank_new01_1594351676134{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:5;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594351676134{left:0%;width:100%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594351676134{width:100%;height:562px;top:20px;left:0%;display:block;z-index:1;}}  #div_blank_new01_1594351676134  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594351676134 .modSet {background:#ffffff;box-shadow:#bf5f00 0px 0px 20px ;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594351676134  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594351676134  {box-sizing:border-box;}}

 #image_style_01_1594351676146{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:7;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676146{}}   @media screen and (max-width:640px) {#image_style_01_1594351676146{width:90%;height:262px;top:40px;left:5%;display:block;}} #image_style_01_1594351676146 > .view_contents{overflow:visible;} 

 #text_style_01_1594351676150{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:7;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676150{left:44.50588474025974%;width:50%;top:99.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594351676150{width:96%;font-size:12px;color:#333;line-height:1.6;top:339px;left:2%;display:block;}}  #text_style_01_1594351676150>.view_contents {color:#222222;font-size:22px;} @media screen and (max-width:640px) { #text_style_01_1594351676150>.view_contents {font-size:22px;}}

 #text_style_01_1594351676158{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:6;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676158{left:44.5%;width:50%;top:60px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594351676158{width:96%;font-size:12px;color:#333;line-height:1.6;top:320px;left:2%;display:block;}}  #text_style_01_1594351676158>.view_contents {font-size:66px;color:#f2f2f2;} @media screen and (max-width:640px) { #text_style_01_1594351676158>.view_contents {font-size:46px;}}

 #text_style_01_1594351676163{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676163{left:44.5109577922078%;width:50%;top:188px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594351676163{width:96%;font-size:12px;color:#333;line-height:1.6;top:393px;left:2%;display:block;}}  #text_style_01_1594351676163>.view_contents {text-indent:2em;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594351676163>.view_contents {font-size:14px;}}

 #button_style_03_1594351676167{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594351676167{}}   @media screen and (max-width:640px) {#button_style_03_1594351676167{width:38.88888888888889%;top:520px;left:30.555555555555557%;display:block;}} #button_style_03_1594351676167 > .view_contents{overflow:visible;}  #button_style_03_1594351676167 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594351676208{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594351676208{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594351676208{width:100%;height:562px;top:20px;left:0%;display:block;}}  #div_blank_new01_1594351676208  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594351676208 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594351676208  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594351676208  {box-sizing:border-box;}}

 #image_style_01_1594351676213{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676213{}}   @media screen and (max-width:640px) {#image_style_01_1594351676213{width:90%;height:262px;top:40px;left:5%;display:block;}} #image_style_01_1594351676213 > .view_contents{overflow:visible;} 

 #text_style_01_1594351676217{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676217{}}   @media screen and (max-width:640px) {#text_style_01_1594351676217{width:96%;font-size:12px;color:#333;line-height:1.6;top:339px;left:2%;display:block;}}  #text_style_01_1594351676217>.view_contents {color:#222222;font-size:22px;}

 #text_style_01_1594351676224{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676224{}}   @media screen and (max-width:640px) {#text_style_01_1594351676224{width:96%;font-size:12px;color:#333;line-height:1.6;top:320px;left:2%;display:block;}}  #text_style_01_1594351676224>.view_contents {font-size:66px;color:#f2f2f2;} @media screen and (max-width:640px) { #text_style_01_1594351676224>.view_contents {font-size:46px;}}

 #text_style_01_1594351676228{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676228{}}   @media screen and (max-width:640px) {#text_style_01_1594351676228{width:96%;font-size:12px;color:#333;line-height:1.6;top:393px;left:2%;display:block;}}  #text_style_01_1594351676228>.view_contents {text-indent:2em;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594351676228>.view_contents {font-size:14px;}}

 #button_style_03_1594351676232{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594351676232{}}   @media screen and (max-width:640px) {#button_style_03_1594351676232{width:38.88888888888889%;top:520px;left:30.555555555555557%;display:block;}} #button_style_03_1594351676232 > .view_contents{overflow:visible;}  #button_style_03_1594351676232 .btnaSet {background:#4f50e9;color:#ffffff;}

 #div_blank_new01_1594351676237{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594351676237{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594351676237{width:96%;height:50px;top:1403px;left:2%;display:block;}}  #div_blank_new01_1594351676237  {box-sizing:border-box;box-shadow:#e6e6e6 0px 10px 10px ;} #div_blank_new01_1594351676237 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594351676237  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594351676237  {box-sizing:border-box;}}

 #div_blank_new01_1594351676271{width:100%;height:400px;position:absolute;left:0%;top:30px;z-index:1;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1594351676271{width:100%;left:0%;display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1594351676271{width:100%;height:562px;top:20px;left:0%;display:block;}}  #div_blank_new01_1594351676271  {box-sizing:border-box;box-shadow:#e6e6e6 0px 0px 20px ;} #div_blank_new01_1594351676271 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1594351676271  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1594351676271  {box-sizing:border-box;}}

 #image_style_01_1594351676280{width:35%;height:340px;position:absolute;left:4%;top:60px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676280{}}   @media screen and (max-width:640px) {#image_style_01_1594351676280{width:90%;height:262px;top:40px;left:5%;display:block;}} #image_style_01_1594351676280 > .view_contents{overflow:visible;} 

 #text_style_01_1594351676287{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:99.5px;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676287{}}   @media screen and (max-width:640px) {#text_style_01_1594351676287{width:96%;font-size:12px;color:#333;line-height:1.6;top:339px;left:2%;display:block;}}  #text_style_01_1594351676287>.view_contents {color:#222222;font-size:22px;}

 #text_style_01_1594351676293{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:60px;z-index:2;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676293{}}   @media screen and (max-width:640px) {#text_style_01_1594351676293{width:96%;font-size:12px;color:#333;line-height:1.6;top:320px;left:2%;display:block;}}  #text_style_01_1594351676293>.view_contents {font-size:66px;color:#f2f2f2;} @media screen and (max-width:640px) { #text_style_01_1594351676293>.view_contents {font-size:46px;}}

 #text_style_01_1594351676297{width:51.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:44.5%;top:188px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594351676297{}}   @media screen and (max-width:640px) {#text_style_01_1594351676297{width:96%;font-size:12px;color:#333;line-height:1.6;top:393px;left:2%;display:block;}}  #text_style_01_1594351676297>.view_contents {text-indent:2em;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594351676297>.view_contents {font-size:14px;}}

 #button_style_03_1594351676302{width:11.666666666666666%;position:absolute;top:320px;left:44.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1594351676302{}}   @media screen and (max-width:640px) {#button_style_03_1594351676302{width:38.88888888888889%;top:520px;left:30.555555555555557%;display:block;}} #button_style_03_1594351676302 > .view_contents{overflow:visible;}  #button_style_03_1594351676302 .btnaSet {background:#4f50e9;color:#ffffff;} #tab_style_03_1594351675665{width:71.42857142857143%;height:505px;position:absolute;top:80px;left:1.0416666666666665%;z-index:3;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1594351675665{width:98%;display:none;}}   @media screen and (max-width:640px) {#tab_style_03_1594351675665{width:96%;height:649px;top:69px;left:2%;display:block;}}  #tab_style_03_1594351675665 .tabItemSet.tabCurItem {font-size:16px;color:#4f50e9;background: url(../images/15942765598353e2b78c7726c8890.png);background-size:auto 100%;background-position:50% 0% !important;} #tab_style_03_1594351675665 .tabItemSet {font-size:16px;background:transparent;color:#222222;} #tab_style_03_1594351675665 .tabconSet {background:transparent;} #tab_style_03_1594351675665 .tabItemSet:hover {background: url(../images/15942765598353e2b78c7726c8890.png);background-repeat:no-repeat!important;background-size:contain;background-position:50% 50% !important;line-height:24px;height:50px;} #tab_style_03_1594351675665 .tabItemSet.tabCurItem:hover {background: url(../images/15942765598353e2b78c7726c8890.png);background-repeat:no-repeat!important;background-size:auto 100%;background-position:50% 0% !important;} @media screen and (max-width:640px) { #tab_style_03_1594351675665 .tabItemSet {font-size:15px;}} @media screen and (max-width:640px) { #tab_style_03_1594351675665 .tabItemSet.tabCurItem {font-size:15px;}} #layout_1594273478028{height:704px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594273478028{height:704px;}}   @media screen and (max-width:640px) {#layout_1594273478028{height:729px;}} #layout_1594273478028 > .view_contents{overflow:visible;}  #layout_1594273478028  {background:#f3f1fc;}


 #image_style_13_1_1592808077662{width:46.833333333333336%;position:absolute;top:260px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1592808077662{width:422px;left:2%;}}   @media screen and (max-width:640px) {#image_style_13_1_1592808077662{width:96%;top:379.328125px;left:2%;}} #image_style_13_1_1592808077662 > .view_contents{overflow:visible;}  #image_style_13_1_1592808077662 .titleSet {color:#f2f2f2;font-size:58px;line-height:35px;height:35px;text-indent:0em;margin-left:0px;padding-top:10px;font-weight:normal;letter-spacing:0px;} #image_style_13_1_1592808077662 .detailSet {color:#222222;font-size:26px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#cccccc;border-style:solid;border-width:2px;margin-left:10px;padding-left:0px;padding-bottom:10px;padding-top:0px;margin-top:-20px;} #image_style_13_1_1592808077662 .imgSet {margin-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592808077662 .titleSet {font-size:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592808077662 .detailSet {font-size:24px;}} @media screen and (max-width:640px) { #image_style_13_1_1592808077662 .titleSet {font-size:30px;}} @media screen and (max-width:640px) { #image_style_13_1_1592808077662 .detailSet {font-size:16px;}}

 #image_style_01_1592808447068{width:39.33333333333333%;height:115px;position:absolute;top:70px;left:30.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592808447068{left:calc(50% - 191.5px);width:383px;}}   @media screen and (max-width:640px) {#image_style_01_1592808447068{width:96%;height:64px;top:18px;left:2%;}} #image_style_01_1592808447068 > .view_contents{overflow:visible;} 

 #button_style_03_1592808506713{width:140px;position:absolute;top:579px;left:7.041666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1592808506713{left:5.999801166489926%;top:542px;}}   @media screen and (max-width:640px) {#button_style_03_1592808506713{width:140px;top:624.328125px;left:calc(50% - 70px);}} #button_style_03_1592808506713 > .view_contents{overflow:visible;}  #button_style_03_1592808506713 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1592808622711{width:37.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:382px;left:7.041666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592808622711{width:385px;left:6%;top:348px;}}   @media screen and (max-width:640px) {#text_style_01_1592808622711{width:96%;font-size:12px;color:#333;line-height:1.6;top:461.328125px;left:2%;}}  #text_style_01_1592808622711>.view_contents {color:#999999;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1592808622711>.view_contents {font-size:14px;line-height:25px;}}

 #image_style_01_1592808703747{width:520px;height:380px;position:absolute;top:240px;left:55.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592808703747{width:460px;left:49.09862142099682%;top:242px;height:338px;}}   @media screen and (max-width:640px) {#image_style_01_1592808703747{width:96%;height:266px;top:92.84375px;left:2%;}} #image_style_01_1592808703747 > .view_contents{overflow:visible;}  #image_style_01_1592808703747 .picSet {box-shadow:#e5e5e5 0px 0px 10px ;} #layout_1592807501299{height:620px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592807501299{height:582px;}}   @media screen and (max-width:640px) {#layout_1592807501299{height:682px;}} #layout_1592807501299 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_13_1_1592809222967{width:43.416666666666664%;position:absolute;top:100px;left:56.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1592809222967{left:53.931932661717916%;top:101px;}}   @media screen and (max-width:640px) {#image_style_13_1_1592809222967{width:96%;top:293.484375px;left:2%;}} #image_style_13_1_1592809222967 > .view_contents{overflow:visible;}  #image_style_13_1_1592809222967 .titleSet {color:#f2f2f2;font-size:58px;line-height:35px;height:35px;text-indent:0em;margin-left:0px;padding-top:10px;} #image_style_13_1_1592809222967 .detailSet {color:#222222;font-size:26px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#cccccc;border-style:solid;border-width:2px;margin-left:10px;padding-left:0px;padding-bottom:10px;margin-top:-20px;} #image_style_13_1_1592809222967 .imgSet {margin-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592809222967 .titleSet {font-size:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592809222967 .detailSet {font-size:24px;}} @media screen and (max-width:640px) { #image_style_13_1_1592809222967 .titleSet {font-size:30px;}} @media screen and (max-width:640px) { #image_style_13_1_1592809222967 .detailSet {font-size:16px;}}

 #button_style_03_1592809222982{width:140px;position:absolute;top:422px;left:63.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1592809222982{left:56.05282343584306%;top:378px;}}   @media screen and (max-width:640px) {#button_style_03_1592809222982{width:140px;top:513.484375px;left:31.333333333333336%;}} #button_style_03_1592809222982 > .view_contents{overflow:visible;}  #button_style_03_1592809222982 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1592809222989{width:36.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:225px;left:63.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592809222989{left:56.05282343584306%;top:194px;width:389px;}}   @media screen and (max-width:640px) {#text_style_01_1592809222989{width:96%;font-size:12px;color:#333;line-height:1.6;top:375.484375px;left:2%;}}  #text_style_01_1592809222989>.view_contents {color:#999999;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1592809222989>.view_contents {font-size:14px;line-height:25px;}}

 #image_style_01_1592809222994{width:520px;height:380px;position:absolute;top:80px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592809222994{width:460px;left:2%;height:338px;}}   @media screen and (max-width:640px) {#image_style_01_1592809222994{width:96%;height:266px;top:10px;left:2%;}} #image_style_01_1592809222994 > .view_contents{overflow:visible;}  #image_style_01_1592809222994 .picSet {box-shadow:#e5e5e5 0px 0px 10px ;} #layout_1592809222964{height:462px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592809222964{height:418px;}}   @media screen and (max-width:640px) {#layout_1592809222964{height:570px;}} #layout_1592809222964 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_13_1_1592809024624{width:43.416666666666664%;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1592809024624{left:2%;width:420px;}}   @media screen and (max-width:640px) {#image_style_13_1_1592809024624{width:96%;top:292.484375px;left:2%;}} #image_style_13_1_1592809024624 > .view_contents{overflow:visible;}  #image_style_13_1_1592809024624 .titleSet {color:#f2f2f2;font-size:58px;line-height:35px;height:35px;text-indent:0em;margin-left:0px;padding-bottom:0px;padding-top:10px;} #image_style_13_1_1592809024624 .detailSet {color:#222222;font-size:26px;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#cccccc;border-style:solid;border-width:2px;margin-left:10px;padding-left:0px;padding-bottom:10px;margin-top:-20px;} #image_style_13_1_1592809024624 .imgSet {margin-right:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592809024624 .titleSet {font-size:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1592809024624 .detailSet {font-size:24px;}} @media screen and (max-width:640px) { #image_style_13_1_1592809024624 .titleSet {font-size:30px;}} @media screen and (max-width:640px) { #image_style_13_1_1592809024624 .detailSet {font-size:16px;}}

 #button_style_03_1592809024653{width:140px;position:absolute;top:420px;left:7.041666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1592809024653{left:5.999801166489926%;top:375px;}}   @media screen and (max-width:640px) {#button_style_03_1592809024653{width:140px;top:512.484375px;left:31.333333333333336%;}} #button_style_03_1592809024653 > .view_contents{overflow:visible;}  #button_style_03_1592809024653 .btnaSet {background:#4f50e9;color:#ffffff;}

 #text_style_01_1592809024658{width:37.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:225px;left:7.041666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592809024658{width:385px;left:6%;top:202px;}}   @media screen and (max-width:640px) {#text_style_01_1592809024658{width:96%;font-size:12px;color:#333;line-height:1.6;top:373.484375px;left:2%;}}  #text_style_01_1592809024658>.view_contents {color:#999999;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1592809024658>.view_contents {font-size:14px;line-height:25px;}}

 #image_style_01_1592809024664{width:520px;height:380px;position:absolute;top:80px;left:calc(100% - 520px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592809024664{width:460px;left:49%;top:79px;height:336px;}}   @media screen and (max-width:640px) {#image_style_01_1592809024664{width:96%;height:263px;top:10px;left:2%;}} #image_style_01_1592809024664 > .view_contents{overflow:visible;}  #image_style_01_1592809024664 .picSet {box-shadow:#e5e5e5 0px 0px 10px ;} #layout_1592809024618{height:460px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592809024618{height:496px;}}   @media screen and (max-width:640px) {#layout_1592809024618{height:570px;}} #layout_1592809024618 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1594281714387{width:29.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70px;left:35.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594281714387{}}   @media screen and (max-width:640px) {#text_style_01_1594281714387{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1594281714387>.view_contents {font-size:28px;text-align:center;color:#222222;} @media screen and (max-width:640px) { #text_style_01_1594281714387>.view_contents {font-size:16px;}}

 #text_style_01_1594281729984{width:68.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:120px;left:15.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594281729984{left:15.800636267232237%;}}   @media screen and (max-width:640px) {#text_style_01_1594281729984{width:96%;font-size:12px;color:#333;line-height:1.6;top:35px;left:2%;}}  #text_style_01_1594281729984>.view_contents {text-align:center;font-size:16px;color:#999999;} @media screen and (max-width:640px) { #text_style_01_1594281729984>.view_contents {font-size:14px;}} #layout_1594281699700{height:219px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594281699700{}}   @media screen and (max-width:640px) {#layout_1594281699700{height:57.00225830078125px;}} #layout_1594281699700 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_01_1594361363492{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361363492{left:10.009348290598291%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594361363492{width:70.94594594594594%;font-size:12px;color:#333;line-height:1.6;top:17px;left:4.983108108108108%;}}  #text_style_01_1594361363492>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594361363492>.view_contents {font-size:16px;}}

 #text_style_01_1594361421319{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361421319{left:10.029380341880342%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594361421319{width:90%;font-size:12px;color:#333;line-height:1.6;top:56px;left:4.983108108108108%;}}  #text_style_01_1594361421319>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1594361421319>.view_contents {text-align:justify;}} @media screen and (max-width:640px) { #text_style_01_1594361421319>.view_contents {font-size:12px;}}

 #image_style_01_1594361573680{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361573680{left:79.66746794871796%;width:11.11111111111111%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594361573680{width:23px;left:75.92905405405406%;top:175px;}} #image_style_01_1594361573680 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594361308180{width:84%;height:290px;position:absolute;left:8%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594361308180{left:9.931506849315069%;width:80%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594361308180{display:block;height:210px;left:calc(50% - 74px);top:20px;}}  #div_a_includeBlock_1594361308180  {background:#4f50e9;}
 #div_a_includeBlock_1594360490976{width:31%;height:360px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360490976{left:1%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360490976{width:47%;height:250px;top:10px;left:2%;}}  #div_a_includeBlock_1594360490976  {background: url(../images/1594362540164fa1afa93b6c43f7e.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;} @media screen and (max-width:640px) { #div_a_includeBlock_1594360490976  {background-repeat:no-repeat!important;}}



 #text_style_01_1594361896493{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361896493{left:9.997459349593496%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594361896493{width:65.54054054054053%;font-size:12px;color:#333;line-height:1.6;top:17px;left:5.057010135135135%;}}  #text_style_01_1594361896493>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594361896493>.view_contents {font-size:16px;}}

 #text_style_01_1594361896508{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361896508{left:10.14354674796748%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594361896508{width:90%;font-size:12px;color:#333;line-height:1.6;top:56px;left:5.057010135135135%;}}  #text_style_01_1594361896508>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594361896508>.view_contents {font-size:12px;}}

 #image_style_01_1594361896512{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361896512{left:79.5096544715447%;width:10.16260162601626%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594361896512{left:71.27322635135135%;top:175px;width:34px;}} #image_style_01_1594361896512 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594361896253{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594361896253{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594361896253{display:block;height:210px;left:8.238636363636363%;top:20px;}}  #div_a_includeBlock_1594361896253  {background:#4f50e9;}
 #div_a_includeBlock_1594360619612{width:31%;height:360px;position:absolute;top:0px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360619612{left:34.4644750795334%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360619612{width:47%;height:250px;top:10px;left:51%;}}  #div_a_includeBlock_1594360619612  {background: url(../images/1594360943854e415c35d5ec71ed8.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;} @media screen and (max-width:640px) { #div_a_includeBlock_1594360619612  {background-repeat:no-repeat!important;}}



 #text_style_01_1594361948924{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361948924{left:9.997459349593496%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594361948924{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1594361948924>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594361948924>.view_contents {font-size:18px;}}

 #text_style_01_1594361948937{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594361948937{left:9.933943089430894%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594361948937{width:50%;font-size:12px;color:#333;line-height:1.6;top:32px;left:25%;}}  #text_style_01_1594361948937>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594361948937>.view_contents {font-size:15px;}}

 #image_style_01_1594361948945{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361948945{left:79.36356707317073%;width:10.16260162601626%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594361948945{}} #image_style_01_1594361948945 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594361948673{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594361948673{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594361948673{display:block;height:253px;}}  #div_a_includeBlock_1594361948673  {background:#4f50e9;}
 #div_a_includeBlock_1594360661493{width:31%;height:360px;position:absolute;top:0px;left:69%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360661493{left:68.04414103923648%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360661493{width:96%;height:288px;top:598.9677419354839px;left:2%;}}  #div_a_includeBlock_1594360661493  {background: url(../images/159436094385534ea839ae7cd4272.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;}



 #text_style_01_1594362039974{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362039974{left:11.814024390243901%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594362039974{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1594362039974>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594362039974>.view_contents {font-size:18px;}}

 #text_style_01_1594362039988{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362039988{left:10.213414634146341%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594362039988{width:50%;font-size:12px;color:#333;line-height:1.6;top:32px;left:25%;}}  #text_style_01_1594362039988>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594362039988>.view_contents {font-size:15px;}}

 #image_style_01_1594362039993{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362039993{left:78.08053861788618%;width:10.16260162601626%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594362039993{}} #image_style_01_1594362039993 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594362039700{width:84%;height:290px;position:absolute;left:8%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594362039700{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594362039700{display:block;height:253px;}}  #div_a_includeBlock_1594362039700  {background:#4f50e9;}
 #div_a_includeBlock_1594360672513{width:31%;height:360px;position:absolute;top:400px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360672513{left:1%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360672513{width:96%;height:288px;top:893.4516129032259px;left:2%;}}  #div_a_includeBlock_1594360672513  {background: url(../images/15943609438565333654a03f7f45c.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;}



 #text_style_01_1594362017278{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362017278{left:9.978404471544716%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594362017278{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1594362017278>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594362017278>.view_contents {font-size:18px;}}

 #text_style_01_1594362017299{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362017299{left:10.14354674796748%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594362017299{width:50%;font-size:12px;color:#333;line-height:1.6;top:32px;left:25%;}}  #text_style_01_1594362017299>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594362017299>.view_contents {font-size:15px;}}

 #image_style_01_1594362017307{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362017307{left:79.5096544715447%;width:10.16260162601626%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594362017307{}} #image_style_01_1594362017307 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594362016924{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594362016924{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594362016924{display:block;height:253px;}}  #div_a_includeBlock_1594362016924  {background:#4f50e9;}
 #div_a_includeBlock_1594360680480{width:31%;height:360px;position:absolute;top:400px;left:34.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360680480{left:34.4644750795334%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360680480{width:96%;height:288px;top:1187.9354838709678px;left:2%;}}  #div_a_includeBlock_1594360680480  {background: url(../images/1594360943857d589bdc37ba7aacf.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;}



 #text_style_01_1594362055541{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362055541{left:9.978404471544716%;width:50%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1594362055541{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1594362055541>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594362055541>.view_contents {font-size:18px;}}

 #text_style_01_1594362055556{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594362055556{left:9.933943089430894%;top:77.5px;}}   @media screen and (max-width:640px) {#text_style_01_1594362055556{width:50%;font-size:12px;color:#333;line-height:1.6;top:32px;left:25%;}}  #text_style_01_1594362055556>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594362055556>.view_contents {font-size:15px;}}

 #image_style_01_1594362055564{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362055564{left:79.5096544715447%;width:10.16260162601626%;top:240px;}}   @media screen and (max-width:640px) {#image_style_01_1594362055564{}} #image_style_01_1594362055564 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594362055297{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594362055297{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594362055297{display:block;height:253px;}}  #div_a_includeBlock_1594362055297  {background:#4f50e9;}
 #div_a_includeBlock_1594360685603{width:31%;height:360px;position:absolute;top:400px;left:69%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594360685603{left:68.04414103923648%;top:400px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594360685603{width:96%;height:288px;top:1482.4193548387098px;left:2%;}}  #div_a_includeBlock_1594360685603  {background: url(../images/159436094385978a94e5c6265d067.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;} #layout_1594289073699{height:851px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594289073699{height:843px;}}   @media screen and (max-width:640px) {#layout_1594289073699{height:2010px;display:none;}} #layout_1594289073699 > .view_contents{overflow:visible;max-width:1200px;} 




 #text_style_01_1594364054837{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364054837{left:10.009348290598291%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364054837{width:87.5%;font-size:12px;color:#333;line-height:1.6;top:17px;left:4.983108108108108%;display:block;}}  #text_style_01_1594364054837>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364054837>.view_contents {font-size:16px;}}

 #text_style_01_1594364054843{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364054843{left:10.029380341880342%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364054843{width:90%;font-size:12px;color:#333;line-height:1.6;top:56px;left:4.983108108108108%;display:block;}}  #text_style_01_1594364054843>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1594364054843>.view_contents {text-align:justify;}} @media screen and (max-width:640px) { #text_style_01_1594364054843>.view_contents {font-size:12px;}}

 #image_style_01_1594364054853{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364054853{left:79.66746794871796%;width:11.11111111111111%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364054853{display:block;top:120px;left:87.46223564954683%;width:25px;}} #image_style_01_1594364054853 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364053954{width:84%;height:290px;position:absolute;left:8%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053954{left:9.931506849315069%;width:80%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053954{display:block;height:150px;top:20px;width:90%;left:5%;}}  #div_a_includeBlock_1594364053954  {background:#4f50e9;}
 #div_a_includeBlock_1594364053648{width:31%;height:360px;position:absolute;top:0px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053648{left:1%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053648{width:96%;height:190px;top:10px;left:2%;display:block;}}  #div_a_includeBlock_1594364053648  {background: url(../images/1594362540164fa1afa93b6c43f7e.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;} @media screen and (max-width:640px) { #div_a_includeBlock_1594364053648  {background-repeat:no-repeat!important;}}



 #text_style_01_1594364057503{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364057503{left:9.997459349593496%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364057503{width:89.47368421052632%;font-size:12px;color:#333;line-height:1.6;top:17px;left:5.057010135135135%;display:block;}}  #text_style_01_1594364057503>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364057503>.view_contents {font-size:16px;}}

 #text_style_01_1594364057526{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364057526{left:10.14354674796748%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364057526{width:90%;font-size:12px;color:#333;line-height:1.6;top:56px;left:5.057010135135135%;display:block;}}  #text_style_01_1594364057526>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594364057526>.view_contents {font-size:12px;}}

 #image_style_01_1594364057531{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364057531{left:79.5096544715447%;width:10.16260162601626%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364057531{display:block;top:120px;left:86.64818548387096%;height:13px;width:25px;}} #image_style_01_1594364057531 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364055054{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364055054{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364055054{display:block;height:150px;top:20px;width:90%;left:5%;}}  #div_a_includeBlock_1594364055054  {background:#4f50e9;}
 #div_a_includeBlock_1594364053671{width:31%;height:360px;position:absolute;top:0px;left:34.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053671{left:34.4644750795334%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053671{width:96%;height:190px;top:210px;left:2%;display:block;}}  #div_a_includeBlock_1594364053671  {background: url(../images/1594360943854e415c35d5ec71ed8.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;} @media screen and (max-width:640px) { #div_a_includeBlock_1594364053671  {background-repeat:no-repeat!important;}}



 #text_style_01_1594364057762{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364057762{left:9.997459349593496%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364057762{width:90.78947368421053%;font-size:12px;color:#333;line-height:1.6;top:17px;left:4.909206081081082%;display:block;}}  #text_style_01_1594364057762>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364057762>.view_contents {font-size:16px;}}

 #text_style_01_1594364057766{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364057766{left:9.933943089430894%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364057766{width:90%;font-size:12px;color:#333;line-height:1.6;top:48px;left:3.135212418300654%;display:block;}}  #text_style_01_1594364057766>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594364057766>.view_contents {font-size:12px;}}

 #image_style_01_1594364057777{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364057777{left:79.36356707317073%;width:10.16260162601626%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364057777{left:87.38908179012346%;top:120px;display:block;width:25px;}} #image_style_01_1594364057777 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364055227{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364055227{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364055227{display:block;height:150px;width:90%;top:20px;left:5%;}}  #div_a_includeBlock_1594364055227  {background:#4f50e9;}
 #div_a_includeBlock_1594364053682{width:31%;height:360px;position:absolute;top:0px;left:69%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053682{left:68.04414103923648%;top:0px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053682{width:96%;height:190px;top:412px;left:2%;display:block;}}  #div_a_includeBlock_1594364053682  {background: url(../images/159436094385534ea839ae7cd4272.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;}



 #text_style_01_1594364056019{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364056019{left:11.814024390243901%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364056019{width:84.86842105263158%;font-size:12px;color:#333;line-height:1.6;top:17px;left:5.299831081081082%;display:block;}}  #text_style_01_1594364056019>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364056019>.view_contents {font-size:16px;}}

 #text_style_01_1594364056028{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364056028{left:10.213414634146341%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364056028{width:90%;font-size:12px;color:#333;line-height:1.6;top:48px;left:5.173141891891892%;display:block;}}  #text_style_01_1594364056028>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594364056028>.view_contents {font-size:12px;}}

 #image_style_01_1594364056039{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364056039{left:78.08053861788618%;width:10.16260162601626%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364056039{top:185px;left:79.0012668918919%;display:block;width:25px;}} #image_style_01_1594364056039 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364054327{width:84%;height:290px;position:absolute;left:8%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364054327{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364054327{display:block;height:210px;top:20px;left:6.8181818181818175%;width:86%;}}  #div_a_includeBlock_1594364054327  {background:#4f50e9;}
 #div_a_includeBlock_1594364053687{width:31%;height:360px;position:absolute;top:400px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053687{left:1%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053687{width:47%;height:250px;top:270px;left:51.0%;display:none;}}  #div_a_includeBlock_1594364053687  {background: url(../images/15943609438565333654a03f7f45c.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;}



 #text_style_01_1594364056271{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364056271{left:9.978404471544716%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364056271{width:77.02702702702703%;font-size:12px;color:#333;line-height:1.6;top:17px;left:5.405405405405405%;display:block;}}  #text_style_01_1594364056271>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364056271>.view_contents {font-size:16px;}}

 #text_style_01_1594364056293{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364056293{left:10.14354674796748%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364056293{width:90%;font-size:12px;color:#333;line-height:1.6;top:48px;left:4.592483108108108%;display:block;}}  #text_style_01_1594364056293>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594364056293>.view_contents {font-size:12px;}}

 #image_style_01_1594364056298{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364056298{left:79.5096544715447%;width:10.16260162601626%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364056298{display:block;left:85.79637096774194%;top:120px;width:25px;}} #image_style_01_1594364056298 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364054493{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364054493{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364054493{display:block;height:150px;top:20px;width:90%;left:5%;}}  #div_a_includeBlock_1594364054493  {background:#4f50e9;}
 #div_a_includeBlock_1594364053696{width:31%;height:360px;position:absolute;top:400px;left:34.5%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053696{left:34.4644750795334%;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053696{width:96%;height:190px;top:530px;left:2%;display:none;}}  #div_a_includeBlock_1594364053696  {background: url(../images/1594360943857d589bdc37ba7aacf.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;}



 #text_style_01_1594364055622{width:75.32051282051282%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10%;top:33px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364055622{left:9.978404471544716%;width:50%;top:33px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364055622{width:70.94594594594594%;font-size:12px;color:#333;line-height:1.6;top:17px;left:5.3420608108108105%;display:block;}}  #text_style_01_1594364055622>.view_contents {color:#ffffff;font-size:18px;} @media screen and (max-width:640px) { #text_style_01_1594364055622>.view_contents {font-size:16px;}}

 #text_style_01_1594364055637{width:80%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:10.016025641025642%;top:91px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594364055637{left:9.933943089430894%;top:77.5px;display:none;}}   @media screen and (max-width:640px) {#text_style_01_1594364055637{width:90%;font-size:12px;color:#333;line-height:1.6;top:48px;left:4.391891891891892%;display:block;}}  #text_style_01_1594364055637>.view_contents {color:#ffffff;font-size:15px;text-align:justify;} @media screen and (max-width:640px) { #text_style_01_1594364055637>.view_contents {font-size:12px;}}

 #image_style_01_1594364055642{width:7.371794871794872%;height:13px;position:absolute;left:82.78745993589743%;top:240px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364055642{left:79.5096544715447%;width:10.16260162601626%;top:240px;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1594364055642{display:block;top:120px;height:13px;width:25px;left:86.68981481481481%;}} #image_style_01_1594364055642 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1594364054663{width:84%;height:290px;position:absolute;left:8.064516129032258%;top:35px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364054663{display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364054663{display:block;height:150px;top:20px;width:90%;left:5%;}}  #div_a_includeBlock_1594364054663  {background:#4f50e9;}
 #div_a_includeBlock_1594364053702{width:31%;height:360px;position:absolute;top:400px;left:69%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1594364053702{left:68.04414103923648%;top:400px;display:none;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1594364053702{width:96%;height:190px;top:730px;left:2%;display:none;}}  #div_a_includeBlock_1594364053702  {background: url(../images/159436094385978a94e5c6265d067.jpg);background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;} #layout_1594364053640{height:868px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594364053640{height:843px;display:none;}}   @media screen and (max-width:640px) {#layout_1594364053640{height:621px;display:block;}} #layout_1594364053640 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1594281848193{width:29.416666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:70px;left:35.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594281848193{}}   @media screen and (max-width:640px) {#text_style_01_1594281848193{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;}}  #text_style_01_1594281848193>.view_contents {font-size:28px;text-align:center;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1594281848193>.view_contents {font-size:16px;}}

 #text_style_01_1594281852516{width:68.33333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:120px;left:15.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594281852516{left:15.800636267232237%;}}   @media screen and (max-width:640px) {#text_style_01_1594281852516{width:96%;font-size:12px;color:#333;line-height:1.6;top:45px;left:2%;}}  #text_style_01_1594281852516>.view_contents {text-align:center;font-size:16px;color:#bbbbbb;} @media screen and (max-width:640px) { #text_style_01_1594281852516>.view_contents {font-size:14px;}}

 #image_style_12_1_1594282161957{width:100%;position:absolute;top:220px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1_1594282161957{left:1%;width:98%;top:200px;}}   @media screen and (max-width:640px) {#image_style_12_1_1594282161957{width:96%;top:77px;left:2%;display:none;}} #image_style_12_1_1594282161957 > .view_contents{overflow:hidden;}  #image_style_12_1_1594282161957 .titProSet {color:#ffffff;line-height:35px;height:35px;padding-top:15px;} #image_style_12_1_1594282161957 .defProSet {color:#717277;} #image_style_12_1_1594282161957 .picSet {border-radius:initial;} #image_style_12_1_1594282161957 .modSet {padding-top:30px;background:rgba(178,178,178,0.1);padding-bottom:30px;border-radius:5px;} #image_style_12_1_1594282161957 .modSet:hover {background:rgba(86,86,255,0.3);}

 #image_style_12_1_1594347079820{width:100%;position:absolute;top:87px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1_1594347079820{width:98%;display:none;}}   @media screen and (max-width:640px) {#image_style_12_1_1594347079820{width:96%;top:82px;left:2%;display:block;}} #image_style_12_1_1594347079820 > .view_contents{overflow:hidden;}  #image_style_12_1_1594347079820 .titProSet {color:#ffffff;line-height:35px;height:35px;padding-top:15px;} #image_style_12_1_1594347079820 .defProSet {color:#717277;} #image_style_12_1_1594347079820 .picSet {border-radius:initial;} #image_style_12_1_1594347079820 .modSet {padding-top:30px;background:rgba(178,178,178,0.1);padding-bottom:30px;border-radius:5px;} #image_style_12_1_1594347079820 .modSet:hover {background:rgba(86,86,255,0.3);} @media screen and (max-width:640px) { #image_style_12_1_1594347079820 .modSet {padding-top:20px;padding-bottom:20px;}} @media screen and (max-width:640px) { #image_style_12_1_1594347079820 .titProSet {font-size:14px;}} #layout_1594281844972{height:551px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594281844972{height:680px;}}   @media screen and (max-width:640px) {#layout_1594281844972{height:451px;}} #layout_1594281844972 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1594281844972  {background: url(../images/159428189227677b58defd8817021.jpg);background-repeat:no-repeat!important;background-position:50% 0% !important;background-size:cover;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1594281844972  {background-repeat:no-repeat!important;background-size:cover;background-position:50% 0% !important;}} @media screen and (max-width:640px) { #layout_1594281844972  {background-repeat:no-repeat!important;background-position:50% 50% !important;}}


 #text_style_01_1594286186269{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:95px;left:0%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594286186269{}}   @media screen and (max-width:640px) {#text_style_01_1594286186269{width:38.93333333333333%;font-size:12px;color:#333;line-height:1.6;top:26px;left:2%;}}  #text_style_01_1594286186269>.view_contents {border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:#4f50e9;border-style:solid;border-width:2px;font-size:18px;color:#222222;line-height:25px;height:25px;padding-left:20px;margin-left:20px;} @media screen and (max-width:640px) { #text_style_01_1594286186269>.view_contents {font-size:16px;}}

 #text_style_01_1594286363039{width:19.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:57px;left:3%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594286363039{}}   @media screen and (max-width:640px) {#text_style_01_1594286363039{width:44.800000000000004%;font-size:12px;color:#333;line-height:1.6;top:14px;left:12.4%;}}  #text_style_01_1594286363039>.view_contents {color:#f2f2f2;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1594286363039>.view_contents {font-size:24px;}}

 #button_style_02_1594286466978{width:7.833333333333334%;position:absolute;top:95px;left:32.166666666666664%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1594286466978{left:33.70725079533404%;top:95px;}}   @media screen and (max-width:640px) {#button_style_02_1594286466978{width:21.066666666666666%;top:23.5px;left:76.93333333333334%;}} #button_style_02_1594286466978 > .view_contents{overflow:visible;}  #button_style_02_1594286466978 .btnaSet {color:#c6c6c6;background:#ffffff;height:30px;font-size:16px;} @media screen and (max-width:640px) { #button_style_02_1594286466978 .btnaSet {font-size:14px;}}

 #div_blank_new05_1594286580259{width:40%;position:absolute;top:129px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594286580259{left:0.9991383881230116%;width:373px;top:129px;}}   @media screen and (max-width:640px) {#div_blank_new05_1594286580259{width:96%;top:53.5px;left:2%;}}  #div_blank_new05_1594286580259  {box-sizing:border-box;} #div_blank_new05_1594286580259 .roundcs {border-color:#cccccc;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594286580259  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594286580259  {box-sizing:border-box;}}

 #newsList_style_09_1594287168369{width:40%;position:absolute;top:170px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_09_1594287168369{left:1%;width:374px;}}   @media screen and (max-width:640px) {#newsList_style_09_1594287168369{width:96%;top:78.5px;left:2%;}}  #newsList_style_09_1594287168369 .titleSet {font-size:16px;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;padding-bottom:0px;padding-top:5px;color:#222222;} #newsList_style_09_1594287168369 .modSet {border-color:#f0f0f0;border-style:solid;border-width:1px;border-right:none !important;border-left:none !important;padding-bottom:15px;margin-bottom:25px;margin-top:0px;border-top:none !important;} #newsList_style_09_1594287168369 .detailSet {font-size:14px;color:#666666;} #newsList_style_09_1594287168369 .imgSet {margin-bottom:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_09_1594287168369 .titleSet {font-size:14px;padding-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_09_1594287168369 .detailSet {padding-top:0px;}} @media screen and (max-width:640px) { #newsList_style_09_1594287168369 .detailSet {padding-top:0px;}} @media screen and (max-width:640px) { #newsList_style_09_1594287168369 .modSet {padding-bottom:10px;margin-bottom:15px;}}

 #text_style_01_1594287554216{width:15.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:95px;left:43.416666666666664%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594287554216{left:calc(50% - 71.5px);top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1594287554216{width:33.6%;font-size:12px;color:#333;line-height:1.6;top:364px;left:2%;}}  #text_style_01_1594287554216>.view_contents {border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:#4f50e9;border-style:solid;border-width:2px;font-size:18px;color:#222222;line-height:25px;height:25px;padding-left:20px;margin-left:20px;} @media screen and (max-width:640px) { #text_style_01_1594287554216>.view_contents {font-size:16px;}}

 #button_style_02_1594287567763{width:7.833333333333334%;position:absolute;top:95px;left:66.33333333333333%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1594287567763{left:66.53300636267232%;top:95px;z-index:3;}}   @media screen and (max-width:640px) {#button_style_02_1594287567763{width:21.333333333333336%;top:361.5px;left:76.93333333333334%;}} #button_style_02_1594287567763 > .view_contents{overflow:visible;}  #button_style_02_1594287567763 .btnaSet {color:#c6c6c6;background:#ffffff;height:30px;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #button_style_02_1594287567763 .btnaSet {background:transparent;}} @media screen and (max-width:640px) { #button_style_02_1594287567763 .btnaSet {font-size:14px;}}

 #div_blank_new05_1594287580620{width:30.833333333333336%;position:absolute;top:129px;left:43.333333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594287580620{width:304px;left:42.1427624602333%;top:129px;}}   @media screen and (max-width:640px) {#div_blank_new05_1594287580620{width:96%;top:389px;left:2%;}}  #div_blank_new05_1594287580620  {box-sizing:border-box;} #div_blank_new05_1594287580620 .roundcs {border-color:#cccccc;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594287580620  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594287580620  {box-sizing:border-box;}}

 #text_style_01_1594287605119{width:19.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:57px;left:46.25%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594287605119{width:217px;}}   @media screen and (max-width:640px) {#text_style_01_1594287605119{width:49.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:350px;left:12.4%;}}  #text_style_01_1594287605119>.view_contents {color:#f2f2f2;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1594287605119>.view_contents {font-size:24px;}}

 #button_style_02_1594287653070{width:7.833333333333334%;position:absolute;top:95px;left:92.16666666666666%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_02_1594287653070{left:90.99946977730647%;top:95px;}}   @media screen and (max-width:640px) {#button_style_02_1594287653070{width:21.333333333333336%;top:766px;left:76.66666666666667%;}} #button_style_02_1594287653070 > .view_contents{overflow:visible;}  #button_style_02_1594287653070 .btnaSet {color:#c6c6c6;background:transparent;height:30px;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #button_style_02_1594287653070 .btnaSet {background:transparent;}} @media screen and (max-width:640px) { #button_style_02_1594287653070 .btnaSet {font-size:14px;}}

 #text_style_01_1594287734307{width:15.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:97.5px;left:77.41666666666667%;z-index:4;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594287734307{left:75.83510074231177%;top:95px;}}   @media screen and (max-width:640px) {#text_style_01_1594287734307{width:49.6%;font-size:12px;color:#333;line-height:1.6;top:768.5px;left:2%;}}  #text_style_01_1594287734307>.view_contents {border-top:none !important;border-right:none !important;border-bottom:none !important;border-color:#4f50e9;border-style:solid;border-width:2px;font-size:18px;color:#222222;line-height:25px;height:25px;padding-left:20px;margin-left:20px;} @media screen and (max-width:640px) { #text_style_01_1594287734307>.view_contents {font-size:16px;}}

 #div_blank_new05_1594287741782{width:22.5%;position:absolute;top:129px;left:77.5%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1594287741782{width:210px;left:75.90800636267232%;}}   @media screen and (max-width:640px) {#div_blank_new05_1594287741782{width:96%;top:796px;left:2%;}}  #div_blank_new05_1594287741782  {box-sizing:border-box;} #div_blank_new05_1594287741782 .roundcs {border-color:#cccccc;border-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1594287741782  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1594287741782  {box-sizing:border-box;}}

 #text_style_01_1594287801518{width:16.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:57px;left:80.70833333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1594287801518{left:80.43809650053022%;top:57px;}}   @media screen and (max-width:640px) {#text_style_01_1594287801518{width:40%;font-size:12px;color:#333;line-height:1.6;top:756px;left:11.600000000000001%;}}  #text_style_01_1594287801518>.view_contents {color:#f2f2f2;font-size:40px;} @media screen and (max-width:640px) { #text_style_01_1594287801518>.view_contents {font-size:24px;}}

 #image_style_01_1594288043920{width:30.833333333333336%;height:140px;position:absolute;top:163px;left:43.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594288043920{left:42.03671792152704%;top:163px;width:304px;}}   @media screen and (max-width:640px) {#image_style_01_1594288043920{width:96%;height:150px;top:416px;left:2%;}} #image_style_01_1594288043920 > .view_contents{overflow:visible;} 

 #newsList_style_18_1594288298799{width:31.25%;position:absolute;top:303px;left:43.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1594288298799{left:42.1427624602333%;top:303px;width:304px;}}   @media screen and (max-width:640px) {#newsList_style_18_1594288298799{width:96%;top:566px;left:2%;}}  #newsList_style_18_1594288298799 .titleSet {border-bottom:none !important;border-right:none !important;border-top:none !important;border-left:none !important;color:#666666;line-height:32px;height:32px;} #newsList_style_18_1594288298799 .modSet {border-bottom:none !important;border-right:none !important;border-top:none !important;border-left:none !important;background:#f6f6f6;margin-bottom:0px;padding-left:15px;padding-right:15px;padding-top:3px;padding-bottom:8px;} #newsList_style_18_1594288298799 .timesSet {color:#999999;font-size:15px;line-height:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_18_1594288298799 .titleSet {font-size:14px;line-height:25px;height:25px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_18_1594288298799 .timesSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_18_1594288298799 .modSet {padding-bottom:4px;}}

 #newsList_style_03_1594288692662{width:22.416666666666664%;position:absolute;top:163px;left:77.58333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_03_1594288692662{width:218px;left:75.72905620360551%;top:163px;}}   @media screen and (max-width:640px) {#newsList_style_03_1594288692662{width:96%;top:823px;left:2%;}}  #newsList_style_03_1594288692662 .modSet {background:#f6f6f6;border-top:none !important;border-right:none !important;border-left:none !important;padding-left:0px;padding-bottom:8px;margin-left:0px;margin-right:0px;padding-right:0px;} #newsList_style_03_1594288692662 .titleSet {color:#666666;} #newsList_style_03_1594288692662 .timesSet {color:#999999;font-size:15px;text-indent:0em;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_03_1594288692662 .titleSet {font-size:14px;line-height:22.3px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_03_1594288692662 .timesSet {font-size:14px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_03_1594288692662 .modSet {padding-top:8px;}} #layout_1594283384318{height:557px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1594283384318{height:537px;}}   @media screen and (max-width:640px) {#layout_1594283384318{height:1142px;}} #layout_1594283384318 > .view_contents{overflow:visible;max-width:1200px;} 

 #image_style_01_1594283323675{width:39px;height:40px;position:fixed;top:571px;left:calc(50% + 640.5px);z-index:9999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594283323675{width:4.0625%;height:40px;top:571px;left:95.9375%;}}   @media screen and (max-width:640px) {#image_style_01_1594283323675{width:10.263157894736842%;height:40px;top:571px;left:89.73684210526315%;display:none;}} #image_style_01_1594283323675 > .view_contents{overflow:visible;} 



 #text_style_01_1588832874582{width:58.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:20.791666666666668%;top:306px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588832874582{left:13.88888888888889%;width:72.22222222222221%;top:306px;}}   @media screen and (max-width:640px) {#text_style_01_1588832874582{width:96%;font-size:12px;color:#333;line-height:1.6;top:10px;left:2%;display:block;}}  #text_style_01_1588832874582>.view_contents {color:#5e5e5e;text-align:center;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1588832874582>.view_contents {font-size:12px;}}

 #text_style_01_1588832984405{width:17.666666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:20px;top:60px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588832984405{left:1.6666666666666667%;width:20.22222222222222%;top:60px;}}   @media screen and (max-width:640px) {#text_style_01_1588832984405{width:96%;font-size:12px;color:#333;line-height:1.6;top:90.57142857142857px;left:2%;display:none;}}  #text_style_01_1588832984405>.view_contents {color:#ffffff;text-decoration:none;}

 #div_blank_new05_1588833086494{width:45px;position:absolute;left:1.6666666666666667%;top:88px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1588833086494{left:1.6666666666666667%;width:45px;top:88px;}}   @media screen and (max-width:640px) {#div_blank_new05_1588833086494{display:none;}}  #div_blank_new05_1588833086494  {box-sizing:border-box;} #div_blank_new05_1588833086494 .roundcs {border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1588833086494  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1588833086494  {box-sizing:border-box;}}

 #div_blank_new06_1588833175912{height:150px;width:23.333333333333332%;position:absolute;left:-10px;top:60px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1588833175912{left:34.92708333333333%;width:7.7007700770077%;top:60px;}}   @media screen and (max-width:640px) {#div_blank_new06_1588833175912{display:none;}}  #div_blank_new06_1588833175912  {box-sizing:border-box;} #div_blank_new06_1588833175912 .roundcs {border-color:#313840;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1588833175912  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1588833175912  {box-sizing:border-box;}}

 #text_style_01_1588833244440{width:20.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:1.6666666666666667%;top:105.5px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588833244440{left:1.6666666666666667%;width:32.77777777777778%;z-index:3;top:101px;}}   @media screen and (max-width:640px) {#text_style_01_1588833244440{width:96%;font-size:12px;color:#333;line-height:1.6;top:2419.142857142857px;left:2%;display:none;}}  #text_style_01_1588833244440>.view_contents {color:#999999;font-size:14px;line-height:35px;} @media screen and (max-width:640px) { #text_style_01_1588833244440>.view_contents {font-size:14px;}}

 #text_style_01_1588833284970{width:21.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:1.6666666666666667%;top:140px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588833284970{width:300px;}}   @media screen and (max-width:640px) {#text_style_01_1588833284970{width:96%;font-size:12px;color:#333;line-height:1.6;top:2703.763582531458px;left:2%;display:none;}}  #text_style_01_1588833284970>.view_contents {color:#999999;font-size:14px;line-height:35px;} @media screen and (max-width:640px) { #text_style_01_1588833284970>.view_contents {font-size:14px;}}

 #text_style_01_1588833307943{width:21.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:1.6666666666666667%;top:175px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588833307943{width:278px;}}   @media screen and (max-width:640px) {#text_style_01_1588833307943{width:96%;font-size:12px;color:#333;line-height:1.6;top:2838.763582531458px;left:2%;display:none;}}  #text_style_01_1588833307943>.view_contents {color:#999999;font-size:14px;line-height:35px;} @media screen and (max-width:640px) { #text_style_01_1588833307943>.view_contents {font-size:14px;}}

 #div_blank_new06_1588834903148{height:150px;width:1.7500000000000002%;position:absolute;left:35.75%;top:60px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1588834903148{left:-10px;top:60px;}}   @media screen and (max-width:640px) {#div_blank_new06_1588834903148{display:none;}}  #div_blank_new06_1588834903148  {box-sizing:border-box;} #div_blank_new06_1588834903148 .roundcs {border-color:#313840;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1588834903148  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1588834903148  {box-sizing:border-box;}}

 #text_style_01_1588834911874{width:15.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:38.25%;top:60px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588834911874{width:67px;top:60px;left:38.02777777777778%;}}   @media screen and (max-width:640px) {#text_style_01_1588834911874{width:96%;font-size:12px;color:#333;line-height:1.6;top:1193.8571428571427px;left:2%;display:none;}}  #text_style_01_1588834911874>.view_contents {color:#ffffff;text-decoration:none;}

 #div_blank_new05_1588834978699{width:45px;position:absolute;left:38.25%;top:88px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1588834978699{left:38.02777777777778%;top:88px;}}   @media screen and (max-width:640px) {#div_blank_new05_1588834978699{display:none;}}  #div_blank_new05_1588834978699  {box-sizing:border-box;} #div_blank_new05_1588834978699 .roundcs {border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1588834978699  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1588834978699  {box-sizing:border-box;}}

 #text_style_01_1588835487925{width:8.041666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:91.95833333333333%;top:60px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1588835487925{width:95px;left:89.40277777777777%;}}   @media screen and (max-width:640px) {#text_style_01_1588835487925{width:96%;font-size:12px;color:#333;line-height:1.6;top:2297.142857142857px;left:2%;display:none;}}  #text_style_01_1588835487925>.view_contents {color:#ffffff;text-decoration:none;}

 #div_blank_new05_1588835544869{width:45px;position:absolute;left:91.95833333333333%;top:88px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1588835544869{left:89.40277777777777%;top:88px;}}   @media screen and (max-width:640px) {#div_blank_new05_1588835544869{display:none;}}  #div_blank_new05_1588835544869  {box-sizing:border-box;} #div_blank_new05_1588835544869 .roundcs {border-color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1588835544869  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1588835544869  {box-sizing:border-box;}}

 #div_blank_new06_1588835562169{height:150px;width:1.7500000000000002%;position:absolute;left:89.5%;top:60px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new06_1588835562169{left:86.27777777777777%;top:60px;}}   @media screen and (max-width:640px) {#div_blank_new06_1588835562169{display:none;}}  #div_blank_new06_1588835562169  {box-sizing:border-box;} #div_blank_new06_1588835562169 .roundcs {border-color:#313840;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new06_1588835562169  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new06_1588835562169  {box-sizing:border-box;}}

 #image_style_01_1588835601962{width:8.041666666666666%;height:96px;position:absolute;top:112.5px;left:91.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588835601962{left:89.44444444444444%;top:113.5px;width:95px;height:95px;}}   @media screen and (max-width:640px) {#image_style_01_1588835601962{display:none;}} #image_style_01_1588835601962 > .view_contents{overflow:visible;} 

 #footerCustom_footerDh_01_1592796389045{width:18.083333333333336%;z-index:999;position:absolute;top:105.5px;left:38.25%;}   @media screen and (min-width:641px) and (max-width:1200px) {#footerCustom_footerDh_01_1592796389045{z-index:999;left:38.02777777777778%;top:101px;}}   @media screen and (max-width:640px) {#footerCustom_footerDh_01_1592796389045{width:98%;z-index:999;top:0px;left:1%;display:none;}} #footerCustom_footerDh_01_1592796389045 > .view_contents{overflow:visible;}  #footerCustom_footerDh_01_1592796389045 .mainMenuSet {color:#999999;font-size:14px;line-height:35px;text-align:left;}
 #div_a_includeBlock_1588832712022{width:1200px;height:356px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1588832712022{width:900px;left:calc(50% - 450px);height:356px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1588832712022{width:100%;height:48px;top:0px;left:0%;display:block;}} 

 #div_blank_new01_1588832818455{width:100%;height:57px;position:absolute;top:290px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1588832818455{height:53px;}}   @media screen and (max-width:640px) {#div_blank_new01_1588832818455{width:96%;height:50px;top:0px;left:2%;display:none;}}  #div_blank_new01_1588832818455  {box-sizing:border-box;} #div_blank_new01_1588832818455 .modSet {background:#161744;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1588832818455  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1588832818455  {box-sizing:border-box;}} #comm_layout_footer{height:356px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:356px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:48px;z-index:9999;}}  #comm_layout_footer  {background:#1b1c4a;} @media screen and (max-width:640px) { #comm_layout_footer  {background:#1a212a;}}
.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 .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; 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 .subBox{position: absolute; left: 0; 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; background: #f7f7f7;}

.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;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.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#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_1588818670562 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

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

.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13_1 .cont .btn{padding-left: 10px;}
.imgStyle_13_1 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1592792712010  ul li{width: 100%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .left{width: 45px;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .cont{width: calc(100% - 45px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1592792712010  ul li{width: 100%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .left{width: 45px;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .cont{width: calc(100% - 45px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1592792712010  ul li{width: 100%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .left{width: 160px;}
        #image_style_13_1_1592792712010  ul li.imgTextLi .cont{width: calc(100% - 160px);}
        }
    .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 .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; 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 .subBox{position: absolute; left: 0; 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; background: #f7f7f7;}

.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;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.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#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_1594708883280 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

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

.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.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(../images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/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;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.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_1588819507114 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/159426723426529affbf9afb03c13.jpg') center top no-repeat;}
                #banner_style_01_1588819507114 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/159426723426529affbf9afb03c13.png') center top no-repeat;}
                #banner_style_01_1588819507114 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1588819507114 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1588819507114 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1588819507114 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
.button_default02 { width: 100%; height:40px; background: #a2a3e9; color: #fff;border-width: 0px; box-sizing: border-box; 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_02_1594267384429 .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_02_1594267384429 .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_02_1594267384429 .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);}}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../images/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../images/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499221 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499221 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499221 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1594348499221 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499243 .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_03_1594348499243 .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_03_1594348499243 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349026549 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349026549 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349026549 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349026549 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594349362644 .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_03_1594349362644 .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_03_1594349362644 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499254 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499254 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499254 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594348499254 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499274 .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_03_1594348499274 .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_03_1594348499274 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349594357 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349594357 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349594357 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349594357 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594350044295 .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_03_1594350044295 .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_03_1594350044295 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499289 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499289 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499289 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594348499289 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499311 .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_03_1594348499311 .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_03_1594348499311 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349657708 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349657708 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349657708 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349657708 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594350165362 .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_03_1594350165362 .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_03_1594350165362 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499322 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499322 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499322 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594348499322 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499333 .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_03_1594348499333 .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_03_1594348499333 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349680757 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349680757 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349680757 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349680757 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594350180639 .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_03_1594350180639 .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_03_1594350180639 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499352 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499352 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499352 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594348499352 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499366 .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_03_1594348499366 .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_03_1594348499366 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349708337 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349708337 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349708337 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349708337 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594350192892 .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_03_1594350192892 .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_03_1594350192892 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594348499388 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594348499388 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594348499388 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594348499388 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594348499399 .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_03_1594348499399 .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_03_1594348499399 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594349757369 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594349757369 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1594349757369 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1594349757369 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594350206697 .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_03_1594350206697 .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_03_1594350206697 .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);}}

#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_img{display:none;}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_ul{text-align:center}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_nav{display:block !important;height: 50px;}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_box{height: calc(100% - 50px); top: 50px;}
#tab_style_03_1594348498787 #div_tab_style_03_1594348498787 .tab_li{width:calc(100%/6);}

    #tab_style_03_1594348498787 .tab_ul.tab_ul_top,#tab_style_03_1594348498787 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1594348498787 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../images/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../images/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%;  transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594351676146 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676146 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594351676146 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1594351676146 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594351676167 .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_03_1594351676167 .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_03_1594351676167 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594351676213 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676213 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594351676213 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1594351676213 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594351676232 .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_03_1594351676232 .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_03_1594351676232 .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);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	#image_style_01_1594351676280 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594351676280 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594351676280 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1594351676280 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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1594351676302 .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_03_1594351676302 .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_03_1594351676302 .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);}}

#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_right_arrow{width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_left_arrow{width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_img{display:none;}
#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_ul{text-align:center}
#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_nav{display:block !important;height: 50px;}
#tab_style_03_1594351675665 #div_tab_style_03_1594351675665 .tab_box{height: calc(100% - 50px); top: 50px;}

    #tab_style_03_1594351675665 .tab_ul.tab_ul_top,#tab_style_03_1594351675665 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1594351675665 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13_1 .cont .btn{padding-left: 10px;}
.imgStyle_13_1 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1592808077662  ul li{width: 100%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi{margin-bottom:1%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1592808077662  ul li{width: 100%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1592808077662  ul li{width: 100%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .left{width: 60px;}
        #image_style_13_1_1592808077662  ul li.imgTextLi .cont{width: calc(100% - 60px);}
        }
    
	#image_style_01_1592808447068 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592808447068 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592808447068 .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);}}
.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_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1592808506713 .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_03_1592808506713 .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_03_1592808506713 .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_1592808703747 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592808703747 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592808703747 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1592808703747 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;}
.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13_1 .cont .btn{padding-left: 10px;}
.imgStyle_13_1 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1592809222967  ul li{width: 100%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi{margin-bottom:1%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1592809222967  ul li{width: 100%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1592809222967  ul li{width: 100%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .left{width: 60px;}
        #image_style_13_1_1592809222967  ul li.imgTextLi .cont{width: calc(100% - 60px);}
        }
    .button_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1592809222982 .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_03_1592809222982 .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_03_1592809222982 .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_1592809222994 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592809222994 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592809222994 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1592809222994 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;}
.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13_1 .cont .btn{padding-left: 10px;}
.imgStyle_13_1 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1592809024624  ul li{width: 100%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi{margin-bottom:1%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1592809024624  ul li{width: 100%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .left{width: 75px;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .cont{width: calc(100% - 75px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1592809024624  ul li{width: 100%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .left{width: 60px;}
        #image_style_13_1_1592809024624  ul li.imgTextLi .cont{width: calc(100% - 60px);}
        }
    .button_default03 { width: 100%; height:40px; background: #b6f3e8; color: #000;border-width: 0px; box-sizing: border-box; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_03_1592809024653 .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_03_1592809024653 .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_03_1592809024653 .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_1592809024664 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592809024664 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592809024664 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1592809024664 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_1594361573680 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361573680 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594361573680 .CompatibleImg img{width:auto; height:auto}}
.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_1594361896512 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361896512 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594361896512 .CompatibleImg img{width:auto; height:auto}}
.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_1594361948945 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594361948945 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594361948945 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1594362039993 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362039993 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594362039993 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1594362017307 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362017307 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594362017307 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1594362055564 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594362055564 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594362055564 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1594364054853 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364054853 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364054853 .CompatibleImg img{width:auto; height:auto}}
.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_1594364057531 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364057531 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364057531 .CompatibleImg img{width:auto; height:auto}}
.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_1594364057777 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364057777 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364057777 .CompatibleImg img{width:auto; height:auto}}
.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_1594364056039 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364056039 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364056039 .CompatibleImg img{width:auto; height:auto}}
.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_1594364056298 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364056298 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364056298 .CompatibleImg img{width:auto; height:auto}}
.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_1594364055642 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594364055642 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594364055642 .CompatibleImg img{width:auto; height:auto}}
.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;}
.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_12 .imgTBoxArea{position: relative;float: left;width: 186px;left: 50%;transform: translateX(-50%);}
.imgStyle_12 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.imgStyle_12 .imgTBox{ text-align: center;height: 100%;}
.imgStyle_12 .imgTBox img.picFit{ display: inline-block; width:100%;height: 100%; box-sizing: border-box;border-radius: 100px;}
.imgStyle_12 .cont{padding: 0 5px;clear: both;}
.imgStyle_12 .cont .name{ text-align: center; font-size:16px; line-height:2;word-break: break-word;}
.imgStyle_12 .cont .subName{ text-align: center; font-size:12px;word-break: break-word; }
.imgStyle_12 .cont .btn .btnSet{width: auto;height: 30px;display: block;border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;margin-left: 25%;margin-right: 25%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
    .imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
    .imgStyle_12 .cont .btn .btnSet{margin-left: 5%;margin-right: 5%;}
}
        /*pc*/
        #image_style_12_1_1594282161957  ul li{width: 18.4%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi .imgTBoxArea{width: 65px;}
        
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_12_1_1594282161957  ul li{width: 18.4%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi .imgTBoxArea{width: 65px;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_12_1_1594282161957  ul li{width: 32%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594282161957  ul li.imgTextLi .imgTBoxArea{width: 65px;}
        }
    .imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:calc(100% / 3); overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_12 .imgTBoxArea{position: relative;float: left;width: 186px;left: 50%;transform: translateX(-50%);}
.imgStyle_12 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.imgStyle_12 .imgTBox{ text-align: center;height: 100%;}
.imgStyle_12 .imgTBox img.picFit{ display: inline-block; width:100%;height: 100%; box-sizing: border-box;border-radius: 100px;}
.imgStyle_12 .cont{padding: 0 5px;clear: both;}
.imgStyle_12 .cont .name{ text-align: center; font-size:16px; line-height:2;word-break: break-word;}
.imgStyle_12 .cont .subName{ text-align: center; font-size:12px;word-break: break-word; }
.imgStyle_12 .cont .btn .btnSet{width: auto;height: 30px;display: block;border: 1px solid #7d7d7d;line-height: 28px;color: #333;text-align: center;margin-left: 25%;margin-right: 25%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
    .imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
    .imgStyle_12 .cont .btn .btnSet{margin-left: 5%;margin-right: 5%;}
}
        /*pc*/
        #image_style_12_1_1594347079820  ul li{width: 18.4%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi .imgTBoxArea{width: 65px;}
        
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_12_1_1594347079820  ul li{width: 18.4%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi .imgTBoxArea{width: 65px;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_12_1_1594347079820  ul li{width: 32%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_12_1_1594347079820  ul li.imgTextLi .imgTBoxArea{width: 50px;}
        }
    .button_default02 { width: 100%; height:40px; background: #a2a3e9; color: #fff;border-width: 0px; box-sizing: border-box; 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_02_1594286466978 .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_02_1594286466978 .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_02_1594286466978 .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);}}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	/*新闻列表样式*/
.boxNewsListStyle_9{width:100%; clear: both;}
.boxNewsListStyle_9 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_9 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_9 li .clear{clear:both;}
.boxNewsListStyle_9 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_9 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_9 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_9 .sumary_list .newCont{float:left; width:50%; padding:0 2em; box-sizing:border-box;}
.boxNewsListStyle_9 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_9 .sumary_list .newName a{display: block; color:#333; text-decoration:none; line-height:1.4; font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;}
.boxNewsListStyle_9 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_9 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; margin-right:5px;}
.boxNewsListStyle_9 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_9 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_9 .sumary_list .newDetail{width:100%; padding:.6em .6em .6em 0; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_9 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_9 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/*分页*/
.boxNewsListStyle_9 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_9 .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_9 .page_btn a.cur,.boxNewsListStyle_2 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_9 .prev_btn,.boxNewsListStyle_2 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_9 .no_page{border: 0 !important;}

@media screen and (max-width:991px){
.boxNewsListStyle_9 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_9 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_9 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_9 .sumary_list .newPic{float:left; width:50%;}
.boxNewsListStyle_9 .sumary_list .newCont{float:left; width:50%; padding:0 1em;}
.boxNewsListStyle_9 .sumary_list .newName{margin:0;}
.boxNewsListStyle_9 .sumary_list .newName a{font-size:14px; }
.boxNewsListStyle_9 .sumary_list .newB{padding-top:0;}
/*分页*/
.boxNewsListStyle_9 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_9 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_9 .sumary_list .newPic{ float:left; width:150px;}
.boxNewsListStyle_9 .sumary_list .newCont{ float:left; width: calc(100% - 150px); padding:0 1em;}
.boxNewsListStyle_9 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_9 .sumary_list .newName{margin:0;}
.boxNewsListStyle_9 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_9 .sumary_list .newCont .newDetail.mobile{ -webkit-line-clamp:2; }
}

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

@media screen and (min-width: 1025px) {
	#newsList_style_09_1594287168369 .sumary_list .newPic{width: 170px;}
	#newsList_style_09_1594287168369 .sumary_list .newCont{width: calc(100% - 170px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_09_1594287168369 .sumary_list .newPic{width: 160px;}
	#newsList_style_09_1594287168369 .sumary_list .newCont{width: calc(100% - 160px);}
}
@media screen and (max-width: 640px) {
	#newsList_style_09_1594287168369 .sumary_list .newPic{width: 150px;}
	#newsList_style_09_1594287168369 .sumary_list .newCont{width: calc(98% - 150px);}
}

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

#newsList_style_09_1594287168369 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_09_1594287168369 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_09_1594287168369 .page_submit{margin-left:5px;}
#newsList_style_09_1594287168369 .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_09_1594287168369 .page_btn{ font-size:12px; }
		#newsList_style_09_1594287168369 .submit_div{ display:none; }
	}

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

.button_default02 { width: 100%; height:40px; background: #a2a3e9; color: #fff;border-width: 0px; box-sizing: border-box; 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_02_1594287567763 .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_02_1594287567763 .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_02_1594287567763 .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);}}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.button_default02 { width: 100%; height:40px; background: #a2a3e9; color: #fff;border-width: 0px; box-sizing: border-box; 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_02_1594287653070 .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_02_1594287653070 .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_02_1594287653070 .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);}}.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	
	#image_style_01_1594288043920 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594288043920 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1594288043920 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1594288043920 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_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_1594288298799 .newDetail.pc {display:block;}
	#newsList_style_18_1594288298799 .newDetail.pad, #newsList_style_18_1594288298799 .newDetail.mobile {display:none;}
	#newsList_style_18_1594288298799 .newTitle.pc {display:block;}
	#newsList_style_18_1594288298799 .newTitle.pad, #newsList_style_18_1594288298799 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1594288298799 .newDetail.pad {display:block;}
		#newsList_style_18_1594288298799 .newDetail.pc, #newsList_style_18_1594288298799 .newDetail.mobile {display:none;}
		#newsList_style_18_1594288298799 .newTitle.pad {display:block;}
		#newsList_style_18_1594288298799 .newTitle.pc, #newsList_style_18_1594288298799 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1594288298799 .newDetail.mobile {display:block;}
		#newsList_style_18_1594288298799 .newDetail.pc, #newsList_style_18_1594288298799 .newDetail.pad {display:none;}
		#newsList_style_18_1594288298799 .newTitle.mobile {display:block;}
		#newsList_style_18_1594288298799 .newTitle.pc, #newsList_style_18_1594288298799 .newTitle.pad {display:none;}
	}

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

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

#newsList_style_18_1594288298799 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1594288298799 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1594288298799 .page_submit{margin-left:5px;}
#newsList_style_18_1594288298799 .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_1594288298799 .page_btn{ font-size:12px; }
		#newsList_style_18_1594288298799 .submit_div{ display:none; }
	}

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

/*新闻列表样式*/
.boxNewsListStyle_3{width:100%; clear: both;}
.boxNewsListStyle_3 li{width:100%; list-style:none; box-sizing: border-box; background:#fff; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eee; padding: 10px;}
.boxNewsListStyle_3 li .clear{clear:both;}
.boxNewsListStyle_3 .sumary_list .newPic{float:left;width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_3 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_3 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{float:left; width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newCont{float:left; width:100%; padding:0 1em; box-sizing:border-box;}
.boxNewsListStyle_3 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName{margin:.5em 0 0;  overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.boxNewsListStyle_3 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333;}
.boxNewsListStyle_3 .sumary_list .newName a:hover{}
.boxNewsListStyle_3 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_3 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em; border-radius:1.5em; margin-right:5px; background:#814DFF; color: #fff;}
.boxNewsListStyle_3 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_3 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_3 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: .6em; color:#aaa; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap;*/ overflow:hidden;text-align: left; }

.boxNewsListStyle_3 .thenewtitle{display: block;}
/* 分页 */
.boxNewsListStyle_3 .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_3 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_3 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_3 .sumary_list .newPic{width:120px;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_3 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_3 .page_btn a:nth-last-child(1),.boxNewsListStyle_3 .page_btn a:nth-last-child(2),.boxNewsListStyle_3 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_3 .sumary_list .newPic{float:none; width:100%;} 
.boxNewsListStyle_3 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px;}
}



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

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

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

#newsList_style_03_1594288692662 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_03_1594288692662 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_03_1594288692662 .page_submit{margin-left:5px;}
#newsList_style_03_1594288692662 .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_03_1594288692662 .page_btn{ font-size:12px; }
		#newsList_style_03_1594288692662 .submit_div{ display:none; }
	}

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


	#image_style_01_1594283323675 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1594283323675 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1594283323675 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1588833175912 {width: auto!important;}
		
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1588834903148 {width: auto!important;}
		
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new06.blank_area {
	height: 100%;padding-left: 10px;padding-right: 10px;
}
.blank_new06 .roundcs {
	float: left;
	height: 100%;
  position: relative;
	border:1px solid #1badf8;
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
			#div_blank_new06_1588835562169 {width: auto!important;}
		
	
	#image_style_01_1588835601962 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1588835601962 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1588835601962 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1588835601962 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;}
.footerCustom_01{width:100%; position:relative;}
.footerCustom_01 *{box-sizing: border-box;}
.footerCustom_01 .miniMenu *,
.footerCustom_01 .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;
}
.footerCustom_01 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center; -webkit-flex-wrap: wrap;  -moz-flex-wrap: wrap;  -ms-flex-wrap: wrap;  -o-flex-wrap: wrap;  flex-wrap: wrap; }
.footerCustom_01 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0; white-space: nowrap; overflow: hidden;}
.footerCustom_01 ul,.footerCustom_01 li{padding:0;margin:0px;list-style:none}
.footerCustom_01 .menuLayout{position:relative; margin:0 auto;width:100%;}
.footerCustom_01 .menuLayout:after{content:''; display:block; clear:both;}
.footerCustom_01 .menuUl_box{position:relative; width:100%; text-align:center;}
.footerCustom_01 .menuUl{position:relative; width:100%; text-align:center;}
.footerCustom_01 .menuUl>li{position:relative;}
.footerCustom_01 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333d5f; line-height:44px; padding: 0; padding: 0 1em\0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.footerCustom_01 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.footerCustom_01 .menuUl #hot>a span{color:inherit;}
.footerCustom_01 .menuUl02 {left: 50%;  width: 100%;}
.footerCustom_01 .menuUl>li>#menuLogo{height: 85%;}


.footerCustom_01 .menuUl02 .subMenu02 {position: relative;  color: #333d5f; font-size:14px; line-height: 28px;}
.footerCustom_01 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden;color: inherit; font-size:inherit; line-height: inherit;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.footerCustom_01 .menuUl02 .subMenu02>a .fa{float: right;padding-right: 6px; line-height: inherit;}
.footerCustom_01 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.footerCustom_01 .menuUl02 .subMenu02:first-child{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.footerCustom_01 .menuUl02 .subMenu02:last-child{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.footerCustom_01 .menuUl03{position: absolute; top: 0; left: 100%; display: none; }
.footerCustom_01 .menuUl03 .subMenu03{ line-height: 40px;margin-left: 10px;}
.footerCustom_01 .menuUl03 .subMenu03>a{ color: #17233d; background: #333d5f; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;padding: 0 15px;}
.footerCustom_01 .menuUl03 .subMenu03:first-child a{
	border-top-left-radius: 0px;border-top-right-radius: 0px;
}
.footerCustom_01 .menuUl03 .subMenu03:last-child a{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.footerCustom_01 .rflex { position: relative;}
.footerCustom_01 .maxWidth{margin: auto;}

.footerCustom_01 .subBox{position: absolute; left: 0; width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.footerCustom_01 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.footerCustom_01 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.footerCustom_01 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.footerCustom_01 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.footerCustom_01 .subBox .subImgsbox{float: left; width: 440px; height: 160px;}
.footerCustom_01 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.footerCustom_01 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.footerCustom_01 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.footerCustom_01 .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;}
.footerCustom_01 .subBox p{overflow: hidden; float: left;}
.footerCustom_01 .subBox p:first-child{margin-right: 10px; width: 100px;}
.footerCustom_01 .subBox p:last-child{width: calc(100% - 110px);}
.footerCustom_01 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #17233d; line-height: 28px;}

.footerCustom_01 .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;}
.footerCustom_01 .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%);}


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

        /*pc*/
        #footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li{min-width: calc(100% / 2);max-width: calc(100% / 2);}
        @media screen and (max-width: 1024px){/*pad*/
            #footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li{min-width: calc(100% / 2);max-width: calc(100% / 2);}
        }
        @media screen and (max-width: 768px){/*mobi*/
            #footerCustom_footerDh_01_1592796389045 .footerCustom_01 .menuUl>li{min-width: calc(100% / 4);max-width: calc(100% / 4);}
        }
    .blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

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