
/**
    *编辑器         \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{overflow: unset !important;} 
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-position:left top; }


 #div_blank_new01_1562032411718{width:2880px;height:40px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562032411718{top:10px;left:10px;width:919px;height:12.763888888888888px;}}   @media screen and (max-width:640px) {#div_blank_new01_1562032411718{width:355px;height:4.930555555555555px;top:10px;left:10px;}}  #div_blank_new01_1562032411718  {box-sizing:border-box;} #div_blank_new01_1562032411718 .modSet {background:#4bb344;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562032411718  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562032411718  {box-sizing:border-box;}}

 #image_style_01_1562032683012{width:16px;height:22px;position:absolute;top:10px;left:81.79166666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562032683012{top:13.190972222222221px;left:313.1939236111111px;width:5.105555555555555px;height:7.020138888888888px;}}   @media screen and (max-width:640px) {#image_style_01_1562032683012{width:16px;height:22px;top:27.430555555555557px;left:70.75px;}} #image_style_01_1562032683012 > .view_contents{overflow:visible;} 

 #text_style_01_1562032796479{width:15.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:7.5px;left:84.33333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562032796479{top:12.393229166666666px;left:322.9263888888889px;width:58.39479166666666px;}}   @media screen and (max-width:640px) {#text_style_01_1562032796479{width:183px;font-size:12px;color:#333;line-height:1.6;top:24.930555555555557px;left:101.25px;display:none;}}  #text_style_01_1562032796479>.view_contents {color:#ffffff;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562032796479>.view_contents {font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1562032796479>.view_contents {font-size:12px;}}

 #image_logo_1562033106814{width:262px;height:221px;position:absolute;top:56px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1562033106814{left:10px;top:86.92489583333334px;width:200.64833333333334px;height:169.24916666666667px;}}   @media screen and (max-width:640px) {#image_logo_1562033106814{width:251px;height:217px;top:79.421875px;left:11.600000000000001%;}} 

 #dh_style_28_1562033365606{width:80.08333333333333%;z-index:999;position:absolute;top:126px;left:19.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1562033365606{z-index:999;top:141.2990625px;left:193.03416666666666px;width:735.9658333333334px;}}   @media screen and (max-width:640px) {#dh_style_28_1562033365606{width:44px;z-index:999;top:0px;left:82.8%;}} #dh_style_28_1562033365606 > .view_contents{overflow:visible;}  #dh_style_28_1562033365606 .mainMenuSet {color:#333333;font-size:16px;font-weight:normal;} #dh_style_28_1562033365606 .subMenuSet {font-size:12px;} #dh_style_28_1562033365606 .mainMenuSet:hover {color:#4bb344;} #dh_style_28_1562033365606 #hot>a {color:#4bb344;} #dh_style_28_1562033365606 .mainMenuSet:active {color:#4bb344;} @media screen and (max-width:640px) { #dh_style_28_1562033365606 .thrMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_28_1562033365606 .mainMenuSet {color:#ffffff;}}

 #qqol_style_01_1598341527619{width:17.5%;position:absolute;top:54px;left:82.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1598341527619{top:85.39322916666667px;left:768.1750000000001px;width:160.82500000000002px;}}   @media screen and (max-width:640px) {#qqol_style_01_1598341527619{width:210px;top:27.421875px;left:10.8%;}} #qqol_style_01_1598341527619 > .view_contents{overflow:visible;} 

 #text_default_1598422389594{width:2.5833333333333335%;height:26px;position:absolute;top:7px;left:99.12369791666666%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1598422389594{display:block;}}   @media screen and (max-width:640px) {#text_default_1598422389594{width:8.799999999999999%;height:22px;top:52.421875px;left:89.2%;display:block;}}  #comm_layout_header{height:283px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:256.1740625px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:301px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;} 



 #text_style_01_1562034114235{width:53.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:138px;left:36.352864583333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562034114235{left:34.875%;top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1562034114235{width:66.4%;font-size:12px;color:#333;line-height:1.6;top:16px;left:33.59583333333334%;}}  #text_style_01_1562034114235>.view_contents {font-size:42px;line-height:42px;height:42px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1562034114235>.view_contents {font-size:18px;line-height:20px;height:20px;}}

 #text_style_01_1562034163296{width:69.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:198px;left:28.749999999999996%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562034163296{left:33.125%;top:151px;width:686px;}}   @media screen and (max-width:640px) {#text_style_01_1562034163296{width:57.86666666666667%;font-size:12px;color:#333;line-height:1.6;top:37px;left:37.59583333333333%;}}  #text_style_01_1562034163296>.view_contents {font-size:24px;text-align:center;line-height:20px;height:30px;font-weight:normal;font-style:normal;text-decoration:none;font-family:Microsoft YaHei;} @media screen and (max-width:640px) { #text_style_01_1562034163296>.view_contents {font-size:12px;height:40px;line-height:16px;}}
 #div_a_includeBlock_1562035468649{width:1200px;height:429px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1562035468649{left:calc(50% - 600px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1562035468649{width:100%;height:140px;top:3px;left:0%;}}  #layout_1562033932225{height:580px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562033932225{height:500px;}}   @media screen and (max-width:640px) {#layout_1562033932225{height:211px;}} #layout_1562033932225 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562033932225>.view_contents {background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;} #layout_1562033932225  {background: url(../img/upimages/pkgimg/banner/banner1.jpg);background-position:50% 50% !important;background-size:auto 100%;} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1562033932225  {background-position:50% 50% !important;}}


 #homelink_style_03_1598347421250{width:9.083333333333334%;position:absolute;top:22px;left:1.0416666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_03_1598347421250{width:111px;left:1.777902969247084%;top:22px;}}   @media screen and (max-width:640px) {#homelink_style_03_1598347421250{width:96%;top:0px;left:2%;display:none;}} #homelink_style_03_1598347421250 > .view_contents{overflow:visible;}  #homelink_style_03_1598347421250 .tabItemSet {color:#3f7f00;}

 #button_style_06_1598347437712{width:10.416666666666668%;position:absolute;top:27px;left:11.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1598347437712{left:14.185113997879109%;top:27px;width:115px;}}   @media screen and (max-width:640px) {#button_style_06_1598347437712{width:30.933333333333334%;top:8px;left:2%;}} #button_style_06_1598347437712 > .view_contents{overflow:visible;} 



 #banner_style_01_1598604019749{width:98.65403788634097%;height:609px;position:absolute;left:1.3459621136590227%;top:5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1598604019749{left:4%;width:92%;}}   @media screen and (max-width:640px) {#banner_style_01_1598604019749{width:92%;height:300px;top:0px;left:4%;}} 

 #banner_style_01_1598603351590{width:97.52229930624381%;height:593px;position:absolute;left:1.958932111000991%;top:61px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1598603351590{left:4%;width:92%;}}   @media screen and (max-width:640px) {#banner_style_01_1598603351590{width:92%;height:300px;top:0px;left:4%;}}  #tab_style_03_1562034494472{width:92.75%;height:635px;position:absolute;top:90px;left:5.333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1562034494472{}}   @media screen and (max-width:640px) {#tab_style_03_1562034494472{width:95.73333333333333%;height:315px;top:48px;left:2.133333333333333%;}} #tab_style_03_1562034494472 > .view_contents{overflow:visible;}  #tab_style_03_1562034494472 .tabItemSet {font-size:16px;color:#333333;background:#ffffff;} #tab_style_03_1562034494472 .tabItemSet.tabCurItem {background:#4bb344;color:#ffffff;} #tab_style_03_1562034494472 .tabconSet {background:#ffffff;} @media screen and (max-width:640px) { #tab_style_03_1562034494472 .tabItemSet {text-align:center;}} @media screen and (max-width:640px) { #tab_style_03_1562034494472 .tabItemSet.tabCurItem {text-align:center;}} #layout_1562034464467{height:728px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562034464467{}}   @media screen and (max-width:640px) {#layout_1562034464467{height:55px;}} #layout_1562034464467 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1562032544164{height:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562032544164{}}   @media screen and (max-width:640px) {#layout_1562032544164{height:50px;}} #layout_1562032544164 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1562037389059{width:2880px;height:200px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562037389059{left:calc(50% - 1440px);}}   @media screen and (max-width:640px) {#image_style_01_1562037389059{width:100%;height:100px;top:0px;left:0%;z-index:2;}} #image_style_01_1562037389059 > .view_contents{overflow:visible;} 

 #text_style_01_1562037485875{width:43.416666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:276px;left:6.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562037485875{left:2.6362009544008482%;width:389px;top:280px;}}   @media screen and (max-width:640px) {#text_style_01_1562037485875{width:96%;font-size:12px;color:#333;line-height:1.6;top:144px;left:2%;z-index:2;}}  #text_style_01_1562037485875>.view_contents {line-height:30px;font-size:14px;}

 #image_style_01_1562038267250{width:500px;height:300px;position:absolute;top:142px;left:52.45833333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562038267250{top:142px;left:44.85683987274655%;}}   @media screen and (max-width:640px) {#image_style_01_1562038267250{width:96%;height:216px;top:355px;left:2%;z-index:2;}} #image_style_01_1562038267250 > .view_contents{overflow:visible;} 

 #div_blank_new01_1562037611681{width:500px;height:100px;position:absolute;top:100px;left:55.708333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562037611681{top:100px;left:46.977730646871684%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562037611681{width:96%;height:207px;top:380px;left:2%;display:none;}}  #div_blank_new01_1562037611681  {box-sizing:border-box;} #div_blank_new01_1562037611681 .modSet {background:#4bb344;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562037611681  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562037611681  {box-sizing:border-box;}}

 #customForm_style_button_01_1563183189521{width:115px;position:absolute;top:407px;left:6.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1563183189521{left:1.9999337221633087%;top:442px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1563183189521{width:40%;top:305px;left:5.066666666666666%;}} #customForm_style_button_01_1563183189521 > .view_contents{overflow:visible;}  #customForm_style_button_01_1563183189521 .btnaSet {background:#4bb344;border-style:none;border-width:0px;height:35px;color:#ffffff;border-radius:4px;}

 #button_style_06_1598347800555{width:10.416666666666668%;position:absolute;top:213px;left:11.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1598347800555{left:14.725278366914104%;top:216px;}}   @media screen and (max-width:640px) {#button_style_06_1598347800555{width:39.2%;top:105px;left:3.733333333333334%;}} #button_style_06_1598347800555 > .view_contents{overflow:visible;} 

 #homelink_style_03_1598351291041{width:9.583333333333334%;position:absolute;top:208px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_03_1598351291041{left:1.9999337221633087%;top:211px;width:111px;}}   @media screen and (max-width:640px) {#homelink_style_03_1598351291041{width:18.4%;top:597px;left:2%;display:none;}} #homelink_style_03_1598351291041 > .view_contents{overflow:visible;}  #layout_1562032792444{height:461px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562032792444{height:484px;}}   @media screen and (max-width:640px) {#layout_1562032792444{height:571px;}} #layout_1562032792444 > .view_contents{overflow:visible;max-width:1200px;} 


 #homelink_style_03_1598347623020{width:9.666666666666666%;position:absolute;top:16px;left:1.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#homelink_style_03_1598347623020{width:113px;left:2.0479851537645812%;top:11px;}}   @media screen and (max-width:640px) {#homelink_style_03_1598347623020{width:96%;top:0px;left:2%;display:none;}} #homelink_style_03_1598347623020 > .view_contents{overflow:visible;}  #homelink_style_03_1598347623020 .tabItemSet {color:#3f7f00;}

 #button_style_06_1598347637738{width:10.416666666666668%;position:absolute;top:21px;left:11.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_06_1598347637738{left:14.559583775185578%;top:16px;width:109px;}}   @media screen and (max-width:640px) {#button_style_06_1598347637738{width:36.53333333333333%;top:6px;left:3.4666666666666663%;}} #button_style_06_1598347637738 > .view_contents{overflow:visible;}  #layout_1562036853801{height:83px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562036853801{height:71px;}}   @media screen and (max-width:640px) {#layout_1562036853801{height:52px;}} #layout_1562036853801 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1562040174590{height:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562040174590{height:1px;}}   @media screen and (max-width:640px) {#layout_1562040174590{height:1px;}} #layout_1562040174590 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_18_1562048003189{width:610px;position:absolute;top:80px;left:38.75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_18_1562048003189{top:60.31988472622478px;left:390.4889529298751px;width:538.5110470701248px;}}   @media screen and (max-width:640px) {#newsList_style_18_1562048003189{width:96%;top:67px;left:2%;}}  #newsList_style_18_1562048003189 .titleSet {font-size:18px;background:transparent;color:#ffffff;} #newsList_style_18_1562048003189 .detailSet {font-size:14px;color:#ffffff;text-decoration:none;} #newsList_style_18_1562048003189 .modSet {background:transparent;} #newsList_style_18_1562048003189 .timesSet {color:#ffffff;}

 #image_style_01_1562048168409{width:332px;height:403px;position:absolute;top:42px;left:5.666666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562048168409{left:10px;height:355.7704130643612px;width:293.09125840537945px;top:17.945244956772335px;}}   @media screen and (max-width:640px) {#image_style_01_1562048168409{width:70.39999999999999%;height:110px;top:54px;left:2%;display:none;}} #image_style_01_1562048168409 > .view_contents{overflow:hidden;} 

 #text_style_01_1562048264395{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:31px;left:38.166666666666664%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562048264395{top:10px;left:390.4889529298751px;width:326.6378482228626px;}}   @media screen and (max-width:640px) {#text_style_01_1562048264395{width:96%;font-size:12px;color:#333;line-height:1.6;top:27px;left:2%;}}  #text_style_01_1562048264395>.view_contents {font-size:24px;line-height:26px;height:26px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562048264395>.view_contents {font-size:12px;}} #layout_1562039674191{height:486px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562039674191{height:427.31988472622476px;}}   @media screen and (max-width:640px) {#layout_1562039674191{height:520px;}} #layout_1562039674191 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1562039674191>.view_contents {background-position:50% 50% !important;} #layout_1562039674191  {background: url(../img/upimages/pkgimg/banner/banner3.jpg);background-position:50% 50% !important;background-size:auto 100%;background-repeat:no-repeat!important;}



 #text_style_01_1562035148676{width:8.238123872519543%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:29.305555555555557%;top:82px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562035148676{left:34.28819444444444%;width:7.256944444444445%;top:88px;}}   @media screen and (max-width:640px) {#text_style_01_1562035148676{width:96%;font-size:12px;color:#333;line-height:1.6;top:150px;left:2%;display:none;}}  #text_style_01_1562035148676>.view_contents {color:#666666;font-size:18px;line-height:20px;height:20px;text-align:left;}

 #text_style_01_1562035724349{width:12.847222222222221%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:29.166666666666668%;top:120px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562035724349{left:34.28819444444444%;width:9.20138888888889%;top:121px;}}   @media screen and (max-width:640px) {#text_style_01_1562035724349{width:96%;font-size:12px;color:#333;line-height:1.6;top:242px;left:2%;display:none;}}  #text_style_01_1562035724349>.view_contents {color:#4bb344;font-size:36px;font-style:italic;line-height:36px;height:36px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562035724349>.view_contents {font-size:28px;}}

 #div_blank_new01_1562035880586{width:1px;height:112px;position:absolute;left:42.2314453125%;top:69px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562035880586{left:43.83897569444444%;width:1px;height:112px;top:69px;}}   @media screen and (max-width:640px) {#div_blank_new01_1562035880586{width:2px;height:50px;top:0px;left:49.733333333333334%;display:none;}}  #div_blank_new01_1562035880586  {box-sizing:border-box;} #div_blank_new01_1562035880586 .modSet {background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562035880586  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562035880586  {box-sizing:border-box;}}

 #text_style_01_1562036143711{width:9.131944444444445%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.76171875%;top:77px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562036143711{top:77px;left:46.07421875%;}}   @media screen and (max-width:640px) {#text_style_01_1562036143711{width:96%;font-size:12px;color:#333;line-height:1.6;top:120px;left:2%;display:none;}}  #text_style_01_1562036143711>.view_contents {color:#666666;font-size:14px;line-height:20px;height:20px;text-align:left;}

 #text_style_01_1562036173269{width:10.069444444444445%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.76171875%;top:109px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562036173269{top:109px;left:46.07421875%;}}   @media screen and (max-width:640px) {#text_style_01_1562036173269{width:96%;font-size:12px;color:#333;line-height:1.6;top:212px;left:2%;display:none;}}  #text_style_01_1562036173269>.view_contents {color:#666666;font-size:14px;line-height:20px;height:20px;text-align:left;}

 #text_style_01_1562036187572{width:11.041666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:45.76171875%;top:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562036187572{top:143px;left:46.07421875%;}}   @media screen and (max-width:640px) {#text_style_01_1562036187572{width:96%;font-size:12px;color:#333;line-height:1.6;top:288px;left:2%;display:none;}}  #text_style_01_1562036187572>.view_contents {color:#666666;font-size:14px;line-height:20px;height:20px;text-align:left;}

 #div_blank_new01_1562036389141{width:1px;height:112px;position:absolute;left:58.1689453125%;top:69px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1562036389141{top:69px;left:57.43977864583333%;}}   @media screen and (max-width:640px) {#div_blank_new01_1562036389141{width:2px;height:50px;top:60px;left:49.733333333333334%;display:none;}}  #div_blank_new01_1562036389141  {box-sizing:border-box;} #div_blank_new01_1562036389141 .modSet {background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1562036389141  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1562036389141  {box-sizing:border-box;}}

 #text_style_01_1562036486514{width:7.8125%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:61.75347222222223%;top:97px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562036486514{left:59.26866319444445%;width:6.701388888888888%;top:100px;}}   @media screen and (max-width:640px) {#text_style_01_1562036486514{width:96%;font-size:12px;color:#333;line-height:1.6;top:180px;left:2%;display:none;}}  #text_style_01_1562036486514>.view_contents {color:#666666;font-size:14px;}

 #dh_style_01_1562036854058{width:21.42361111111111%;z-index:999;position:absolute;top:197.53125px;left:39.28765190972222%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1562036854058{z-index:999;}}   @media screen and (max-width:640px) {#dh_style_01_1562036854058{width:12.121212121212121%;z-index:999;top:50px;left:43.93939393939394%;display:none;}} #dh_style_01_1562036854058 > .view_contents{overflow:visible;}  #dh_style_01_1562036854058 #hot>a {color:#e5e5e5;} #dh_style_01_1562036854058 .mainMenuSet {color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1562036854058 .mainMenuSet {font-size:14px;}}

 #text_style_01_1562037138011{width:25.729166666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:37.135416666666664%;top:247.078125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1562037138011{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1562037138011{width:96%;font-size:12px;color:#333;line-height:1.6;top:11.5px;left:2%;}}  #text_style_01_1562037138011>.view_contents {color:#666666;text-align:center;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1562037138011>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1562037138011>.view_contents {font-size:14px;}}
 #div_includeBlock_1562035035918{width:2880px;height:300px;position:absolute;top:0px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1562035035918{left:calc(50% - 1440px);}}   @media screen and (max-width:640px) {#div_includeBlock_1562035035918{width:100%;height:45px;top:0px;left:0%;}} #div_includeBlock_1562035035918 > .view_contents{overflow:visible;}  #div_includeBlock_1562035035918  {background:#333333;background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1562035035918  {background-position-x:50%;background:#000000;}} #comm_layout_footer{height:300px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:45px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;} 
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.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_1562032683012 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562032683012 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562032683012 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562032683012 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
.menuStyle_28{width:100%; position:relative;}
.menuStyle_28 *{box-sizing: border-box;}
.menuStyle_28 .miniMenu *,
.menuStyle_28 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_28 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_28 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_28 ul,.menuStyle_28 li{padding:0;margin:0px;list-style:none}
.menuStyle_28 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_28 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_28 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_28 .menuUl>li{position:relative;}
.menuStyle_28 .menuUl>li>a{ background: rgba(0,0,0,0.0); position: relative; text-decoration:none;font-size:16px;font-weight: bold; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #17233d; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_28 .menuUl>li>a:hover{ color:#750406;}
.menuStyle_28 .menuUl #hot>a{color:#750406;}
.menuStyle_28 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_28 .menuUl #hot>a span{color:inherit;}
.menuStyle_28 .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_1562033365606 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (min-width:640px) {
	#dh_style_28_1562033365606 .maxWidth{max-width:px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_28_1562033365606 .menuUl li #menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
			#dh_style_28_1562033365606 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_28_1562033365606 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}


/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:block !important;}
}



h1{font-size: 2em;font-weight:bold;}h2{font-size: 1.5em;font-weight:bold;}h3{font-size: 1.17em;font-weight:bold;}h4{font-weight:bold;}.homelink_style03 { width: 100%;white-space: nowrap;}
.homelink_style03 .home-icon{ position: relative; z-index: 999; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 15px; border-radius: 100%; box-shadow: 0px 5px 10px #ccc; background: #000; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .home-icon img{ width: 100%;}
.homelink_style03 .link_ul{ display: inline-block;}
.homelink_style03 .link_li { display: inline-block; position: relative; vertical-align: middle;}

.homelink_style03 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px 0 50px; font-size: 14px; color: #333; background: #fff; border-radius: 50px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .link_li.on>a{ background: rgb(255,140,98); color: #fff;}
@keyframes slidedown{
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(90deg);
    }
}

@media screen and (max-width:640px) {
	.homelink_style03 .link_ul{transform: rotateY(90deg); transform-origin: -40px 0 0; transition: all .3s;}
	.homelink_style03 .home-icon{width: 40px;height: 40px;line-height: 40px;padding: 12px;}
	.homelink_style03 .link_li>a{height: 32px;line-height: 32px;font-size: 12px;padding: 0 12px 0 46px;max-width: 136px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .homelink_style03 .link_ul.slideDown{ animation: slidedown .3s; transform: rotateY(0deg);}
    .homelink_style03 .link_ul.slideUp{ animation: slideup .3s; transform: rotateY(90deg);}
}

.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; 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_06_1598347437712 .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_06_1598347437712 .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_06_1598347437712 .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(../img/tab/style_03/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(../img/tab/style_03/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%);}
.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;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_1598604019749 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598345962102bf2f89842d33c91c.png?version=1598345978') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/6/22711/png/159834592996460eeccf46ef518b2.png?version=1598345934') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/6/22711/png/15983459159527ea47151a26c242a.png?version=1598345922') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598345903976480c45052ea06336.png?version=1598345911') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_4{background: url('https://cdn.yun.sooce.cn/6/22711/png/159834589517524e00174a64be035.png?version=1598345902') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_5{background: url('https://cdn.yun.sooce.cn/6/22711/png/15983458779238dabdf4324f0edc1.png?version=1598345884') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_6{background: url('https://cdn.yun.sooce.cn/6/22711/jpg/15983445445269c9daa5352eaf9f4.jpg?version=1598344563') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_7{background: url('https://cdn.yun.sooce.cn/6/22711/png/15983459836095b3a47c4c1ff15fc.png?version=1598345990') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_8{background: url('https://cdn.yun.sooce.cn/6/22711/png/15983464672690fbec42b86ec708b.png?version=1598346472') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_9{background: url('https://cdn.yun.sooce.cn/6/22711/jpg/1598338390666d2e542cadf16d3f1.jpg?version=1598338394') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item .img_10{background: url('https://cdn.yun.sooce.cn/6/22711/jpg/1598338384355e24bbd03f40c0124.jpg?version=1598338388') center top no-repeat;}
                #banner_style_01_1598604019749 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1598604019749 .bannerStyle_1 .main_image .img-item span{}    }
.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;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_1598603351590 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598421394584e4174ba54398f6f3.png?version=1598421400') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/6/22711/png/15984214023142d9b7469db13f15a.png?version=1598421409') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_2{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598421412079e3181a3ef8347359.png?version=1598421418') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_3{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598421424588a6ba4f8ca7b872f0.png?version=1598421429') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_4{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598421433776bc139001be98e1ae.png?version=1598421438') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_5{background: url('https://cdn.yun.sooce.cn/6/22711/png/159842144139766b632997ca9b345.png?version=1598421446') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_6{background: url('https://cdn.yun.sooce.cn/6/22711/png/15984214501217dd44220368714cc.png?version=1598421455') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_7{background: url('https://cdn.yun.sooce.cn/6/22711/png/159842145822722de3dc903c589fb.png?version=1598421463') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_8{background: url('https://cdn.yun.sooce.cn/6/22711/png/1598421466222c988bf23ee21fbc6.png?version=1598421471') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_9{background: url('https://cdn.yun.sooce.cn/6/22711/jpg/1598264859383f1e3910de75c1dfa.jpg?version=1598264864') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item .img_10{background: url('https://cdn.yun.sooce.cn/6/22711/jpg/1598264851438120b3eaaa5e9ac75.jpg?version=1598264856') center top no-repeat;}
                #banner_style_01_1598603351590 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1598603351590 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }


#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_right_arrow{display:none;width:36px;height:36px;opacity:1;right:10px;}
#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_left_arrow{display:none;width:36px;height:36px;opacity:1;left:10px;}
#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_img{display:none;}
#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_nav{display:block !important;width: 110px;}
#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_box{width: calc(100% - 110px); left: 110px;}
#tab_style_03_1562034494472 #div_tab_style_03_1562034494472 .tab_li{height:50px;}

    #tab_style_03_1562034494472 .tab_ul.tab_ul_top,#tab_style_03_1562034494472 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1562034494472 .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;}
    }

	#image_style_01_1562037389059 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562037389059 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562037389059 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1562037389059 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_1562038267250 .CompatibleImg img{width:auto; height:auto}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562038267250 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562038267250 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562038267250 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; 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_06_1598347800555 .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_06_1598347800555 .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_06_1598347800555 .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);}}.homelink_style03 { width: 100%;white-space: nowrap;}
.homelink_style03 .home-icon{ position: relative; z-index: 999; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 15px; border-radius: 100%; box-shadow: 0px 5px 10px #ccc; background: #000; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .home-icon img{ width: 100%;}
.homelink_style03 .link_ul{ display: inline-block;}
.homelink_style03 .link_li { display: inline-block; position: relative; vertical-align: middle;}

.homelink_style03 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px 0 50px; font-size: 14px; color: #333; background: #fff; border-radius: 50px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .link_li.on>a{ background: rgb(255,140,98); color: #fff;}
@keyframes slidedown{
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(90deg);
    }
}

@media screen and (max-width:640px) {
	.homelink_style03 .link_ul{transform: rotateY(90deg); transform-origin: -40px 0 0; transition: all .3s;}
	.homelink_style03 .home-icon{width: 40px;height: 40px;line-height: 40px;padding: 12px;}
	.homelink_style03 .link_li>a{height: 32px;line-height: 32px;font-size: 12px;padding: 0 12px 0 46px;max-width: 136px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .homelink_style03 .link_ul.slideDown{ animation: slidedown .3s; transform: rotateY(0deg);}
    .homelink_style03 .link_ul.slideUp{ animation: slideup .3s; transform: rotateY(90deg);}
}

.homelink_style03 { width: 100%;white-space: nowrap;}
.homelink_style03 .home-icon{ position: relative; z-index: 999; width: 50px; height: 50px; line-height: 50px; text-align: center; padding: 15px; border-radius: 100%; box-shadow: 0px 5px 10px #ccc; background: #000; display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .home-icon img{ width: 100%;}
.homelink_style03 .link_ul{ display: inline-block;}
.homelink_style03 .link_li { display: inline-block; position: relative; vertical-align: middle;}

.homelink_style03 .link_li>a{ height: 40px; line-height: 40px; padding: 0 20px 0 50px; font-size: 14px; color: #333; background: #fff; border-radius: 50px; box-shadow: 0px 0px 10px rgba(0,0,0,.2); display: inline-block; vertical-align: middle; box-sizing: border-box;}
.homelink_style03 .link_li.on>a{ background: rgb(255,140,98); color: #fff;}
@keyframes slidedown{
    from {
        transform: rotateY(90deg);
    }
    to {
        transform: rotateY(0deg);
    }
}

@keyframes slideup{
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(90deg);
    }
}

@media screen and (max-width:640px) {
	.homelink_style03 .link_ul{transform: rotateY(90deg); transform-origin: -40px 0 0; transition: all .3s;}
	.homelink_style03 .home-icon{width: 40px;height: 40px;line-height: 40px;padding: 12px;}
	.homelink_style03 .link_li>a{height: 32px;line-height: 32px;font-size: 12px;padding: 0 12px 0 46px;max-width: 136px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .homelink_style03 .link_ul.slideDown{ animation: slidedown .3s; transform: rotateY(0deg);}
    .homelink_style03 .link_ul.slideUp{ animation: slideup .3s; transform: rotateY(90deg);}
}

.button_default06 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #ffd45a; border-radius: 40px; 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_06_1598347637738 .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_06_1598347637738 .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_06_1598347637738 .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);}}/*新闻列表样式*/
.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_1562048003189 .newDetail.pc {display:block;}
	#newsList_style_18_1562048003189 .newDetail.pad, #newsList_style_18_1562048003189 .newDetail.mobile {display:none;}
	#newsList_style_18_1562048003189 .newTitle.pc {display:block;}
	#newsList_style_18_1562048003189 .newTitle.pad, #newsList_style_18_1562048003189 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_18_1562048003189 .newDetail.pad {display:block;}
		#newsList_style_18_1562048003189 .newDetail.pc, #newsList_style_18_1562048003189 .newDetail.mobile {display:none;}
		#newsList_style_18_1562048003189 .newTitle.pad {display:block;}
		#newsList_style_18_1562048003189 .newTitle.pc, #newsList_style_18_1562048003189 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_18_1562048003189 .newDetail.mobile {display:block;}
		#newsList_style_18_1562048003189 .newDetail.pc, #newsList_style_18_1562048003189 .newDetail.pad {display:none;}
		#newsList_style_18_1562048003189 .newTitle.mobile {display:block;}
		#newsList_style_18_1562048003189 .newTitle.pc, #newsList_style_18_1562048003189 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_18_1562048003189 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562048003189 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562048003189 .sumary_list .newCont{width: 100%;}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_18_1562048003189 .sumary_list .newPic{width: 0px;}
	#newsList_style_18_1562048003189 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
			#newsList_style_18_1562048003189 .sumary_list .newCont{width: 100%;}
	}
@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_18_1562048003189 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_18_1562048003189 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_18_1562048003189 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562048003189 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_18_1562048003189 .submit_div{ display: inline-block; }

#newsList_style_18_1562048003189 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_18_1562048003189 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_18_1562048003189 .page_submit{margin-left:5px;}
#newsList_style_18_1562048003189 .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_1562048003189 .page_btn{ font-size:12px; }
		#newsList_style_18_1562048003189 .submit_div{ display:none; }
	}

	#newsList_style_18_1562048003189 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_18_1562048003189 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1562048168409 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1562048168409 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1562048168409 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1562048168409 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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;}/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1562036854058 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{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;}
				}
				