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


 #banner_style_01_1592120778528{width:100%;height:739px;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1592120778528{top:10px;left:10px;width:923px;height:366.3249194414608px;}}   @media screen and (max-width:640px) {#banner_style_01_1592120778528{width:96.8%;height:147px;top:17px;left:1.866666666666667%;}}  #layout_1495852763623{height:740px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1495852763623{height:376.3249194414608px;}}   @media screen and (max-width:640px) {#layout_1495852763623{height:199px;}} #layout_1495852763623 > .view_contents{overflow:visible;} 


 #div_blank_new01_1592116676479{width:4.833333333333333%;height:6px;position:absolute;top:54.02445983886719px;left:-0.005435943603515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1592116676479{top:54.015625px;left:2.7521871686108166%;}}   @media screen and (max-width:640px) {#div_blank_new01_1592116676479{width:92px;height:50px;top:120px;left:37.733333333333334%;display:none;}}  #div_blank_new01_1592116676479  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1592116676479  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1592116676479  {box-sizing:border-box;}}

 #text_style_01_1592116699071{width:18%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:73.26359558105469px;left:0.29076131184895837%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592116699071{top:73.25px;left:3.0471235418875926%;}}   @media screen and (max-width:640px) {#text_style_01_1592116699071{width:96%;font-size:12px;color:#333;line-height:1.6;top:24px;left:2%;}}  #text_style_01_1592116699071>.view_contents {font-size:22px;}

 #text_style_01_1592116871364{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:108.26359558105469px;left:0.29076131184895837%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592116871364{top:108.25px;left:3.0471235418875926%;}}   @media screen and (max-width:640px) {#text_style_01_1592116871364{width:96%;font-size:12px;color:#333;line-height:1.6;top:59px;left:2%;}} 

 #button_style_03_1592116919876{width:318px;left:0%;top:169.046875px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1592116919876{width:253px;top:169.046875px;left:2.757158006362672%;}}   @media screen and (max-width:640px) {#button_style_03_1592116919876{width:96%;left:2%;top:90px;}} #button_style_03_1592116919876 > .view_contents{overflow:visible;}  #button_style_03_1592116919876 .btnaSet {border-radius:6px;font-size:19px;height:47px;} #button_style_03_1592116919876 .btnaSet:hover {color:#5b99d8;border-color:#5b99d8;}
/*----------------------电脑板式样式----------------------*/
#button_style_03_1592116919876{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_03_1592116919876{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_03_1592116919876{
		
	}
}

 #button_style_01_1592117423134{width:26.25%;left:0%;top:234.046875px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1592117423134{width:26.64543524416136%;top:234.046875px;left:2.757158006362672%;}}   @media screen and (max-width:640px) {#button_style_01_1592117423134{width:96%;left:2%;top:148px;}} #button_style_01_1592117423134 > .view_contents{overflow:visible;}  #button_style_01_1592117423134 .btnaSet {border-radius:6px;font-size:19px;height:47px;} #button_style_01_1592117423134 .btnaSet:hover {color:#5b99d8;border-color:#5b99d8;}
/*----------------------电脑板式样式----------------------*/
#button_style_01_1592117423134{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#button_style_01_1592117423134{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#button_style_01_1592117423134{
		
	}
}

 #text_style_01_1592117477748{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:300.015625px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592117477748{top:300.015625px;left:2.757158006362672%;}}   @media screen and (max-width:640px) {#text_style_01_1592117477748{width:96%;font-size:12px;color:#333;line-height:1.6;top:204px;left:2%;}}  #text_style_01_1592117477748>.view_contents {background:transparent;color:#f07128;font-size:17px;}

 #div_blank_new01_1592117888667{width:4.833333333333333%;height:6px;position:absolute;top:54.015625px;left:32.95703125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1592117888667{top:54.015625px;left:36.031945917285256%;}}   @media screen and (max-width:640px) {#div_blank_new01_1592117888667{width:64px;height:6px;top:8px;left:2%;}}  #div_blank_new01_1592117888667  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1592117888667  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1592117888667  {box-sizing:border-box;}}

 #div_blank_new01_1592118140615{width:4.833333333333333%;height:6px;position:absolute;top:54.015625px;left:70.87369791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1592118140615{top:54.015625px;left:71.93299310710498%;}}   @media screen and (max-width:640px) {#div_blank_new01_1592118140615{width:92px;height:50px;top:60px;left:37.733333333333334%;display:none;}}  #div_blank_new01_1592118140615  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1592118140615  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1592118140615  {box-sizing:border-box;}}

 #text_style_01_1592117913108{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:112.25px;left:32.95703125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592117913108{top:112.25px;left:36.031945917285256%;}}   @media screen and (max-width:640px) {#text_style_01_1592117913108{width:96%;font-size:12px;color:#333;line-height:1.6;top:518px;left:2%;}} 

 #text_style_01_1592118152896{width:18%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:73.25px;left:70.87369791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592118152896{top:73.25px;left:71.93299310710498%;}}   @media screen and (max-width:640px) {#text_style_01_1592118152896{width:96%;font-size:12px;color:#333;line-height:1.6;top:480px;left:2%;}}  #text_style_01_1592118152896>.view_contents {font-size:22px;}

 #text_style_01_1592118206701{width:28.499999999999996%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:152.546875px;left:70.87369791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592118206701{top:152.546875px;left:71.47401908801697%;}}   @media screen and (max-width:640px) {#text_style_01_1592118206701{width:96%;font-size:12px;color:#333;line-height:1.6;top:548px;left:2.2666666666666666%;}}  #text_style_01_1592118206701>.view_contents {font-size:18px;}

 #div_blank_new01_1592130379170{width:4.833333333333333%;height:6px;position:absolute;top:18px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1592130379170{display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1592130379170{width:17.333333333333336%;height:5px;top:258px;left:2%;display:block;}}  #div_blank_new01_1592130379170  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1592130379170  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1592130379170  {box-sizing:border-box;}}

 #text_style_01_1592117878018{width:18%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:73.25px;left:32.95703125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592117878018{top:73.25px;left:36.031945917285256%;}}   @media screen and (max-width:640px) {#text_style_01_1592117878018{width:71.73333333333333%;font-size:12px;color:#333;line-height:1.6;top:274px;left:2%;}}  #text_style_01_1592117878018>.view_contents {font-size:22px;}

 #text_style_01_1592118169958{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:108.25px;left:70.87369791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592118169958{top:112.25px;left:71.93299310710498%;width:181px;}}   @media screen and (max-width:640px) {#text_style_01_1592118169958{width:96%;font-size:12px;color:#333;line-height:1.6;top:309px;left:2%;}} 

 #text_style_01_1592117954036{width:28.499999999999996%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:152.546875px;left:32.95703125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592117954036{top:152.546875px;left:36.031945917285256%;}}   @media screen and (max-width:640px) {#text_style_01_1592117954036{width:94.39999999999999%;font-size:12px;color:#333;line-height:1.6;top:336px;left:2.533333333333333%;}}  #text_style_01_1592117954036>.view_contents {font-size:18px;}

 #div_blank_new01_1592130440017{width:4.833333333333333%;height:6px;position:absolute;top:237px;left:0%;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1592130440017{display:none;}}   @media screen and (max-width:640px) {#div_blank_new01_1592130440017{width:17.333333333333336%;height:5px;top:469px;left:2%;display:block;}}  #div_blank_new01_1592130440017  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1592130440017  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1592130440017  {box-sizing:border-box;}} #layout_1498703870758{height:336px;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1498703870758{height:359px;display:block;}}   @media screen and (max-width:640px) {#layout_1498703870758{height:625px;display:block;}} #layout_1498703870758 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1592120447831{height:30.013157999999997px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1592120447831{height:32px;}}   @media screen and (max-width:640px) {#layout_1592120447831{height:1px;}} #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;*/
.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_1592120778528 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://cdn.yun.sooce.cn/3/50998/png/1592116488085f9c3b6043e74109e.png?version=1592116489') center top no-repeat;}*/
		    #banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item .img_0{background: url('/img/1.png') center top no-repeat;}
            /*    #banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item .img_1{background: url('https://cdn.yun.sooce.cn/3/50998/png/15921164938132c6722fccdb9f365.png?version=1592116495') center top no-repeat;}*/
			#banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item .img_1{background: url('/img/2.png') center top no-repeat;}
                #banner_style_01_1592120778528 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1592120778528 .bannerStyle_1 .main_image .img-item span{}    }
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);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_03_1592116919876 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#button_style_03_1592116919876 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#button_style_03_1592116919876 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}.button_default01 { width: 100%; height:40px; background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#button_style_01_1592117423134 .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_1592117423134 .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_1592117423134 .button_default .buttonImg {width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}.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;}.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;}

	
