
/**
    *编辑器         \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-repeat:repeat; }
body{ background-attachment:fixed; }
body{ background-position:left top ; }



 #text_style_02_1496306556919{width:13.238967527060783%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:10px;left:2.582483347210658%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1496306556919{left:2.863202545068929%;width:25.344644750795336%;top:10px;}}   @media screen and (max-width:640px) {#text_style_02_1496306556919{width:13.238967527060783%;top:2.9558701082431305px;left:2.582483347210658%;}}  #text_style_02_1496306556919>.view_contents {box-sizing:border-box;font-size:16px;line-height:30px;font-weight:normal;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1496306556919>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1496306556919>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_01_1496624728796{width:2.8309741881765196%;height:20px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1496624728796{left:0.10604453870625664%;width:3%;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1496624728796{width:2.8309741881765196%;height:5.911740216486261px;top:4.729392173189009px;left:0%;}} #image_style_01_1496624728796 > .view_contents{overflow:visible;} 

 #dh_style_01_1496307310958{width:52.539550374687764%;z-index:999;position:absolute;top:40px;left:47.377185678601165%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1496307310958{z-index:999;left:34.994697773064686%;width:61.93001060445387%;top:93px;}}   @media screen and (max-width:640px) {#dh_style_01_1496307310958{width:69px;z-index:3;top:24.5px;left:77.74647887323944%;}} #dh_style_01_1496307310958 > .view_contents{overflow:visible;}  #dh_style_01_1496307310958 .mainMenuSet {font-size:16px;font-weight:normal;color:#1f84d4;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;margin-left:5px;margin-right:5px;} #dh_style_01_1496307310958 #hot>a {color:#ffffff;background:#1f84d4;font-weight:normal;} #dh_style_01_1496307310958 .mainMenuSet:hover {background:#1f84d4;color:#ffffff;} #dh_style_01_1496307310958 .modSet {} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .mainMenuSet {margin-left:-24px;margin-right:0px;text-align:center;margin-top:5px;margin-bottom:5px;color:#8ccdff;}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .icoMenuSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .columnSet {}} @media screen and (max-width:640px) { #dh_style_01_1496307310958 .icoMenuSet:active {background:transparent;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1496307310958{
	
}

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

 #image_logo_1496307245217{width:15.903413821815155%;height:80px;position:absolute;top:10px;left:1.2489592006661114%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1496307245217{left:0.893093849416755%;width:22.057264050901377%;top:62px;}}   @media screen and (max-width:640px) {#image_logo_1496307245217{width:38.028169014084504%;height:61px;top:16.953125px;left:0%;}} 
 #div_includeBlock_1496306504588{width:1201px;height:107px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1496306504588{width:100%;left:0%;height:174px;}}   @media screen and (max-width:640px) {#div_includeBlock_1496306504588{width:355px;height:92.95587010824313px;top:10.046875px;left:10px;}} #div_includeBlock_1496306504588 > .view_contents{overflow:visible;}  #comm_layout_header{height:107px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:174px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:103.046875px;z-index:2;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#ffffff;box-shadow:#606060 2px 2px 8px ;}


 #image_style_01_1592134383342{width:11.6551357104843%;height:200px;position:absolute;top:21px;left:19.212346993081425%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592134383342{left:4.684186108165429%;top:17px;width:179px;}}   @media screen and (max-width:640px) {#image_style_01_1592134383342{width:222px;height:200px;top:22px;left:calc(50% - 111px);}} #image_style_01_1592134383342 > .view_contents{overflow:visible;} 

 #text_style_01_1592140960201{width:4.9409237379162185%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:229px;left:22.56813909774436%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140960201{left:9.35014581124072%;top:204px;width:91px;}}   @media screen and (max-width:640px) {#text_style_01_1592140960201{width:23.466666666666665%;font-size:12px;color:#333;line-height:1.6;top:222px;left:38.266666666666666%;}}  #text_style_01_1592140960201>.view_contents {font-size:20px;letter-spacing:0px;}

 #text_style_01_1592141108042{width:34.74758324382384%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:37px;left:32.11600429645542%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592141108042{width:636px;left:27.445652173913043%;top:33px;}}   @media screen and (max-width:640px) {#text_style_01_1592141108042{width:96%;font-size:12px;color:#333;line-height:1.6;top:261px;left:2%;}} 

 #text_style_01_1592135038614{width:7.679914070891515%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1732px;left:46.16004296455424%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592135038614{width:156px;left:43.66218186638388%;top:1548px;}}   @media screen and (max-width:640px) {#text_style_01_1592135038614{width:36.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:1562.9934692382812px;left:37.21052652994792%;}}  #text_style_01_1592135038614>.view_contents {font-size:30px;} @media screen and (max-width:640px) { #text_style_01_1592135038614>.view_contents {font-size:20px;}}

 #text_style_01_1592135022111{width:10.848549946294307%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:922px;left:30.301758861439314%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592135022111{left:25.9891967126193%;top:729px;width:211px;}}   @media screen and (max-width:640px) {#text_style_01_1592135022111{width:40.53333333333333%;font-size:12px;color:#333;line-height:1.6;top:770px;left:39.06666666666666%;}}  #text_style_01_1592135022111>.view_contents {font-size:60px;text-decoration:none;font-style:normal;} @media screen and (max-width:640px) { #text_style_01_1592135022111>.view_contents {font-size:50px;}}

 #banner_style_04_1592207906039{width:60%;height:200px;display:none;position:absolute;left:20%;top:1623.453125px;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1592207906039{width:70%;height:180px;display:none;left:15%;top:1623.453125px;}}   @media screen and (max-width:640px) {#banner_style_04_1592207906039{width:94.93333333333334%;height:132px;display:block;top:1603.4112548828125px;left:2.530701955159505%;}} 

 #banner_style_14_1592141731511{width:61.07142857142858%;height:552px;left:19.512285505022323%;top:265px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_14_1592141731511{height:322px;width:896px;left:4.508549840933192%;}}   @media screen and (max-width:640px) {#banner_style_14_1592141731511{width:100%;height:199px;left:0%;top:524px;}} 

 #image_style_01_1592208710252{width:10.04296455424275%;height:179px;position:absolute;top:862px;left:19.050416219119228%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592208710252{width:131px;left:7.229255037115588%;top:679px;}}   @media screen and (max-width:640px) {#image_style_01_1592208710252{width:125px;height:126px;top:737px;left:2.4%;}} #image_style_01_1592208710252 > .view_contents{overflow:visible;} 

 #div_blank_new05_1592208967148{width:19.87110633727175%;position:absolute;top:919px;left:30.53168635875403%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1592208967148{left:25.980911983032872%;top:722px;}}   @media screen and (max-width:640px) {#div_blank_new05_1592208967148{width:46.666666666666664%;top:760px;left:39.33333333333333%;}}  #div_blank_new05_1592208967148  {box-sizing:border-box;} #div_blank_new05_1592208967148 .modSet {background:#000000;} #div_blank_new05_1592208967148 .roundcs {border-color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1592208967148  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1592208967148  {box-sizing:border-box;}}

 #button_style_01_1592134428624{width:16.917293233082706%;position:absolute;top:163.5px;left:31.552933673469386%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592134428624{left:28.037181866383882%;top:163.5px;width:305px;}}   @media screen and (max-width:640px) {#button_style_01_1592134428624{width:96%;top:365.9868621826172px;left:2.9289474487304688%;}} #button_style_01_1592134428624 > .view_contents{overflow:visible;}  #button_style_01_1592134428624 .btnaSet {padding-bottom:0px;height:60px;border-radius:40px;border-width:2px;font-size:20px;} #button_style_01_1592134428624 .btnaSet:active {color:#ffffff;background:#0a0a0a;}

 #image_style_01_1592134789654{width:2.6609898882384244%;height:47px;position:absolute;top:170px;left:32.88214957035446%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592134789654{width:47px;left:29.9128446447508%;top:170px;}}   @media screen and (max-width:640px) {#image_style_01_1592134789654{width:51px;height:47px;top:371px;left:11.862499999999999%;}} #image_style_01_1592134789654 > .view_contents{overflow:visible;} 

 #button_style_01_1592141060428{width:16.917293233082706%;position:absolute;top:163.5px;left:49.222106605800214%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592141060428{width:300px;left:62.01120095440085%;top:163.5px;}}   @media screen and (max-width:640px) {#button_style_01_1592141060428{width:96%;top:435.98683166503906px;left:2.662280782063802%;}} #button_style_01_1592141060428 > .view_contents{overflow:visible;}  #button_style_01_1592141060428 .btnaSet {padding-bottom:0px;height:60px;border-radius:40px;border-width:2px;font-size:20px;border-color:#93d37a;} #button_style_01_1592141060428 .btnaSet:active {background:#b1ea9a;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #button_style_01_1592141060428 .btnaSet {border-color:#93d37a;}} @media screen and (max-width:640px) { #button_style_01_1592141060428 .btnaSet {border-color:#93d37a;}}

 #image_style_01_1592141289311{width:2.685284640171858%;height:46px;position:absolute;top:170.5px;left:50.61761546723953%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592141289311{left:64.02273329798516%;top:170.5px;width:43px;}}   @media screen and (max-width:640px) {#image_style_01_1592141289311{width:51px;height:46px;top:443px;left:12.133333333333333%;}} #image_style_01_1592141289311 > .view_contents{overflow:visible;} 

 #text_style_01_1592135091902{width:19.87110633727175%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1064px;left:19.33404940923738%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592135091902{left:5.756230116648993%;top:861.984375px;width:345px;}}   @media screen and (max-width:640px) {#text_style_01_1592135091902{width:96%;font-size:12px;color:#333;line-height:1.6;top:883.9309387207031px;left:2.4956141153971356%;}}  #text_style_01_1592135091902>.view_contents {font-weight:bold;}

 #text_style_01_1592135226275{width:60.36519871106337%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1094px;left:20.057397959183675%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592135226275{left:7.116582714740191%;top:891.984375px;width:845px;}}   @media screen and (max-width:640px) {#text_style_01_1592135226275{width:97.06666666666666%;font-size:12px;color:#333;line-height:1.6;top:907.9210815429688px;left:2.5%;}} 

 #text_style_01_1592140074102{width:19.87110633727175%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1137px;left:19.33404940923738%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140074102{left:5.756230116648993%;top:947.984375px;width:340px;}}   @media screen and (max-width:640px) {#text_style_01_1592140074102{width:96%;font-size:12px;color:#333;line-height:1.6;top:962.8947448730469px;left:2.4868420918782554%;}}  #text_style_01_1592140074102>.view_contents {font-weight:bold;}

 #text_style_01_1592140204289{width:60.36519871106337%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1167px;left:20.03222341568206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140204289{left:7.302160657476139%;top:972.984375px;width:842px;}}   @media screen and (max-width:640px) {#text_style_01_1592140204289{width:96%;font-size:12px;color:#333;line-height:1.6;top:984.894775390625px;left:2.5%;}} 

 #text_style_01_1592140347893{width:19.87110633727175%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1208px;left:19.33404940923738%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140347893{left:5.756230116648993%;top:1038.984375px;width:353px;}}   @media screen and (max-width:640px) {#text_style_01_1592140347893{width:96%;font-size:12px;color:#333;line-height:1.6;top:1057.9079132080078px;left:2.4956141153971356%;}}  #text_style_01_1592140347893>.view_contents {font-weight:bold;}

 #text_style_01_1592140374943{width:60.04296455424275%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1239px;left:20.03222341568206%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140374943{left:6.481972428419937%;top:1066.984375px;width:853px;}}   @media screen and (max-width:640px) {#text_style_01_1592140374943{width:96%;font-size:12px;color:#333;line-height:1.6;top:1080.9144897460938px;left:2.5%;}} 

 #text_style_01_1592140442581{width:19.87110633727175%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1305.9868774414062px;left:19.462104330257493%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140442581{left:5.580593849416755%;top:1136.984375px;width:324px;}}   @media screen and (max-width:640px) {#text_style_01_1592140442581{width:96%;font-size:12px;color:#333;line-height:1.6;top:1153.894760131836px;left:2.4956141153971356%;}}  #text_style_01_1592140442581>.view_contents {font-weight:bold;}

 #text_style_01_1592140482350{width:59.55961331901182%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1340.9868774414062px;left:20.02383329430405%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140482350{left:7.035392364793214%;top:1171.984375px;width:844px;}}   @media screen and (max-width:640px) {#text_style_01_1592140482350{width:96%;font-size:12px;color:#333;line-height:1.6;top:1176.8848876953125px;left:2.4824562072753906%;}} 

 #text_style_01_1592140509430{width:48.17400644468314%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1440.9868774414062px;left:19.406384837870693%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140509430{left:5.474549310710499%;top:1271.984375px;}}   @media screen and (max-width:640px) {#text_style_01_1592140509430{width:96%;font-size:12px;color:#333;line-height:1.6;top:1308.8783264160156px;left:2.4824562072753906%;}}  #text_style_01_1592140509430>.view_contents {font-weight:bold;}

 #text_style_01_1592140591714{width:59.828141783029%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1473.9967651367188px;left:20.01862973582988%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140591714{left:7.033735418875928%;top:1304.984375px;width:840px;}}   @media screen and (max-width:640px) {#text_style_01_1592140591714{width:96%;font-size:12px;color:#333;line-height:1.6;top:1333.8750305175781px;left:2.4824562072753906%;}} 

 #text_style_01_1592140638806{width:48.17400644468314%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1540.0000610351562px;left:19.457908163265305%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140638806{left:5.474549310710499%;top:1370.984375px;}}   @media screen and (max-width:640px) {#text_style_01_1592140638806{width:96%;font-size:12px;color:#333;line-height:1.6;top:1401.894775390625px;left:2.4824562072753906%;}}  #text_style_01_1592140638806>.view_contents {font-weight:bold;}

 #text_style_01_1592140737255{width:59.828141783029%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1572.9934692382812px;left:20.172530193718114%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140737255{left:6.982370095440086%;top:1404px;width:845px;}}   @media screen and (max-width:640px) {#text_style_01_1592140737255{width:95.19999999999999%;font-size:12px;color:#333;line-height:1.6;top:1421.9079284667969px;left:2.4956141153971356%;}} 

 #text_style_01_1592140790878{width:48.17400644468314%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1615.9868774414062px;left:19.458580795599488%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140790878{left:5.684981442205726%;top:1462.984375px;}}   @media screen and (max-width:640px) {#text_style_01_1592140790878{width:96%;font-size:12px;color:#333;line-height:1.6;top:1486.8684692382812px;left:2.4780703226725262%;}}  #text_style_01_1592140790878>.view_contents {font-weight:bold;}

 #text_style_01_1592140818111{width:59.828141783029%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1645.9868774414062px;left:20.17370574328364%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592140818111{left:7.196116118769884%;top:1492.984375px;width:834px;}}   @media screen and (max-width:640px) {#text_style_01_1592140818111{width:96%;font-size:12px;color:#333;line-height:1.6;top:1507.9144897460938px;left:2.491228230794271%;}}  #layout_1495852763623{height:1792.013158px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495852763623{height:1602px;}}   @media screen and (max-width:640px) {#layout_1495852763623{height:1761.013158px;}} #layout_1495852763623 > .view_contents{overflow:visible;} 


 #banner_style_04_1592134237265{width:99.91666666666667%;height:332px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_04_1592134237265{}}   @media screen and (max-width:640px) {#banner_style_04_1592134237265{width:92%;height:136px;top:0px;left:4%;}}  #layout_1592120447831{height:388px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592120447831{height:372px;}}   @media screen and (max-width:640px) {#layout_1592120447831{height:1px;display:none;}} #layout_1592120447831 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1592118604621{width:46.99248120300752%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.256713211600427%;top:40.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592118604621{left:32.21102863202545%;top:39.5px;width:515px;}}   @media screen and (max-width:640px) {#text_style_01_1592118604621{width:96%;font-size:12px;color:#333;line-height:1.6;top:29px;left:2%;}}  #text_style_01_1592118604621>.view_contents {font-size:13px;color:#bfbfbf;} @media screen and (max-width:640px) { #text_style_01_1592118604621>.view_contents {text-align:center;}}

 #image_logo_1496307811439{width:14.410134600158352%;height:120px;position:absolute;top:27.489990234375px;left:11.441013460015835%;display:block;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1496307811439{width:178px;left:7.133152173913043%;top:42.5px;}}   @media screen and (max-width:640px) {#image_logo_1496307811439{width:28.947368421052634%;height:96px;top:711px;left:35.526315789473685%;display:none;}} 

 #div_blank_13_1592120472026{width:30.290010741138563%;height:188px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_13_1592120472026{height:217px;}}   @media screen and (max-width:640px) {#div_blank_13_1592120472026{width:96%;height:200px;top:0px;left:2%;display:none;}}  #div_blank_13_1592120472026  {box-sizing:border-box;} #div_blank_13_1592120472026 .modSet {background:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_13_1592120472026  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_13_1592120472026  {box-sizing:border-box;}} #comm_layout_footer{height:188px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:217px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:178px;z-index:1;}}  #comm_layout_footer:active {} #comm_layout_footer  {background:#333333;} @media screen and (max-width:640px) { #comm_layout_footer  {background:#0b293f;}}

	#image_style_01_1496624728796 .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_1496624728796 .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_1496624728796 .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_1496624728796 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;}
/*菜单样式*/
.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_1496307310958 .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;}
}

.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;*/

	#image_style_01_1592134383342 .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_1592134383342 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592134383342 .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_1592134383342 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;}
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	            
.bannerStyle_14{width:100%; height:100%; position:relative;}
.bannerStyle_14 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_14 .main_image{height: calc(100% - 70px); overflow:hidden; position:relative; }
.bannerStyle_14 .main_image ul{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_14 .main_image li{position: relative; float:left; width:100%; height:100%; }
.bannerStyle_14 .main_image li a{position: relative; display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_14 .main_image li a img{position: absolute; left: 50%; top: 0; width: auto; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
.bannerStyle_14 div.flicking_con{width:100%;text-align:center; background: #000; overflow: hidden;}
.bannerStyle_14 div.flicking_con a.altTips{float: left; width:50%;  box-sizing:border-box; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s;}
.bannerStyle_14 div.flicking_con a.altTips>span{ display: block; opacity: .5; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; height: 70px; text-align:center;}
.bannerStyle_14 div.flicking_con a.on>span{ opacity: 1;}

.bannerStyle_14 #btn_prev,.bannerStyle_14 #btn_next{z-index:11111; position:absolute; width:54px; height:54px; top:50%; border-radius: 100%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); opacity: .5; transition: all .3s;}
.bannerStyle_14:hover #btn_prev,.bannerStyle_14:hover #btn_next{opacity: 1;}
.bannerStyle_14 #btn_prev{background:rgba(255,255,255,.5) url(../img/banner/style_14/hover_left.png) no-repeat center; left:20px; background-size: 80%}
.bannerStyle_14 #btn_next{background:rgba(255,255,255,.5) url(../img/banner/style_14/hover_right.png) no-repeat center; right:20px; background-size: 80%}

@media screen and (max-width:767px){
	.bannerStyle_14 #btn_prev,.bannerStyle_14 #btn_next{display: none !important;}
	.bannerStyle_14 div.flicking_con{background:rgba(0,0,0,.6); padding: 5px 0;position: absolute;bottom: 0;}
	.bannerStyle_14 div.flicking_con a.altTips{float: none; display: inline-block; width: 12px !important; height: 12px !important; background: none; border:1px solid #fff; box-sizing: border-box; border-radius: 100%; overflow: hidden;}
	.bannerStyle_14 div.flicking_con a.altTips>span{font-size: 0 !important; }
	.bannerStyle_14 div.flicking_con a.on{background: #fff;}
	.bannerStyle_14 div.flicking_con a.on .altTipOn{background: inherit;}

}
			@media screen and (min-width: 1025px){/*pc*/
		#banner_style_14_1592141731511 .bannerStyle_14 .flicking_con .altTips span{height: 70px;}
		#banner_style_14_1592141731511 .bannerStyle_14 .main_image{height:calc(100% - 70px) ;}
		}
		@media screen and (max-width: 1024px){/*ipad*/
		#banner_style_14_1592141731511 .bannerStyle_14 .flicking_con .altTips span{height: 70px;}
		#banner_style_14_1592141731511 .bannerStyle_14 .main_image{height:calc(100% - 70px) ;}
		}
		@media screen and (max-width: 768px){/*mobi*/
		#banner_style_14_1592141731511 .bannerStyle_14 .flicking_con .altTips span{height: 28px;}
		#banner_style_14_1592141731511 .bannerStyle_14 .main_image{height:100% ;}
		}
	            

	#image_style_01_1592208710252 .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_1592208710252 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592208710252 .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_1592208710252 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_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_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1592134428624 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592134428624 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_01_1592134428624 .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_1592134789654 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592134789654 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1592134789654 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1592134789654 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1592141060428 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592141060428 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_01_1592141060428 .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_1592141289311 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592141289311 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1592141289311 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1592141289311 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;}
.bannerStyle_4 {text-align:center; font-weight:normal; width: 100%; height: 100%; position: relative;}
.bannerStyle_4 a{text-decoration:none;}
.bannerStyle_4 a:hover{cursor:pointer;}
.bannerStyle_4 img:hover{cursor:pointer;}

.bannerStyle_4 .imgMove{position:relative; width:100%; height:100%; overflow:hidden; margin-left:auto; margin-right:auto;}
.bannerStyle_4 .subMove{position:absolute; width:max-content;width: -webkit-max-content;width: -moz-max-content; height:100%;}
.bannerStyle_4 .imgMove ul{position:relative; height:100%; float:left; list-style-type:none;display: inline;}
.bannerStyle_4 .imgMove li{position:relative; float:left; padding:0 10px; height:100%;box-sizing: border-box;overflow: hidden;}
.bannerStyle_4 .imgMove img{height:100%;}
.bannerStyle_4 .imgMove img:hover{opacity:0.95;}
.bannerStyle_4 .list_mode .a_mode{position: relative;}
.bannerStyle_4 .textAlt{display: inline-block;position: absolute;width: 100%;text-align: left;left: 0;bottom: 0;line-height: 1.8;background: rgba(255,255,255,0.5);padding: 8px 10px;box-sizing: border-box;}
.banner4Box{position:fixed; width:100%; height:100%; display:none; z-index:333; background-color:#151515; top:0; left:0;}
.banner4Box a{text-decoration:none;}
.banner4Box a:hover{cursor:pointer;}
.banner4Box img:hover{cursor:pointer;}

.boxExit{position:absolute; float:right; top:2%; right:2%; text-align:right; z-index:999;}
.boxExit img{width:25%; height:25%;}

.banner4Box .subBox{position:fixed; width:100%; height:75%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); overflow:hidden;}
.banner4Box .boxCon{position:relative; width:750px; height:100%; margin:0px auto;}
.banner4Box .boxBefore{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); left:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxBefore:hover{opacity:0.9;}
.banner4Box .boxBefore img{position:absolute; width:32px; height:63px; right:10px; top:40%; cursor:pointer;}
.banner4Box .boxAfter{position:absolute; width:600px; height:100%; background:rgba(0,0,0,0.8); right:-600px; bottom:0px; z-index:666; transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.banner4Box .boxAfter:hover{opacity:0.9;}
.banner4Box .boxAfter img{position:absolute; width:32px; height:63px; left:10px; top:40%; cursor:pointer;}
.banner4Box .boxScroll{position:relative; width:2000%; height:100%; list-style-type:none;}
.banner4Box .boxScroll li{position:relative; float:left; height:100%;}
.banner4Box .boxScroll img{height:100%;}

@media screen and (max-width: 765px){
.banner4Box .boxBefore img{right:5px; width:25px; height:50px;}
.banner4Box .boxAfter img{left:5px; width:25px; height:50px;}
.banner4Box .boxExit{top:15px; right:15px;}
}
	            
.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;*/
.blank_13{width:100%;height:100%;}
.blank_13 .zhengfang{width: calc(100% - 24px);height:100%;background:#ffcbaa;position: relative;display: inline-block; overflow: hidden !important;box-sizing: border-box;}
.blank_13 .jiao{box-sizing: border-box;width: 50px;height: 50px;background:#ffcbaa;position: absolute;top: calc(50% - 25px);right: 11px;display: inline-block; transform: rotate(45deg);overflow: hidden;overflow:hidden !important;}

	
