﻿
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
/*----------------公共部分----------------*/
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;}
    }
body{ background-position:left top; }
 #dh_style_28_1556092602011{width:71.16666666666667%;z-index:999;position:absolute;top:21px;left:28.833333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1556092602011{z-index:999;top:31px;left:27.241847826086957%;}}   @media screen and (max-width:640px) {#dh_style_28_1556092602011{width:44px;z-index:999;top:11px;left:86.66666666666667%;}} #dh_style_28_1556092602011 > .view_contents{overflow:visible;}  #dh_style_28_1556092602011 .mainMenuSet {color:#3c3c3c;font-size:16px;line-height:44px;font-weight:normal;} #dh_style_28_1556092602011 .mainMenuSet:hover {color:#ffffff;font-size:14px;background:#b90f10;} #dh_style_28_1556092602011 #hot>a {color:#ffffff;font-size:14px;background:#b90f10;} #dh_style_28_1556092602011 .subMenuSet {line-height:44px;} #dh_style_28_1556092602011 .thrMenuSet {line-height:44px;} @media screen and (max-width:640px) { #dh_style_28_1556092602011 .mainMenuSet {color:#ffffff;text-align:center;}}
 #image_logo_1557890596896{width:168px;height:42px;position:absolute;top:22px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1557890596896{left:1.9999337221633087%;top:32px;}}   @media screen and (max-width:640px) {#image_logo_1557890596896{width:148px;height:42px;top:12px;left:2%;}}  #comm_layout_header{height:84px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:101px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:67px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background:#ffffff;}
 #banner_style_01_1556165057339{width:1920px;height:460px;position:absolute;top:0px;left:calc(50% - 960px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1556165057339{left:0%;width:100%;height:436px;}}   @media screen and (max-width:640px) {#banner_style_01_1556165057339{width:100%;height:172px;top:0px;left:0%;}} #banner_style_01_1556165057339 > .view_contents{overflow:visible;} 
 #text_style_01_1556165112902{width:35.80121703853955%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:22.26171875%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556165112902{left:8.699207988980715%;width:70.96774193548387%;top:48px;}}   @media screen and (max-width:640px) {#text_style_01_1556165112902{width:35.80121703853955%;font-size:12px;color:#333;line-height:1.6;top:25.65625px;left:17.891142384105958%;}}  #text_style_01_1556165112902>.view_contents {color:#ffffff;font-size:60px;} @media screen and (max-width:640px) { #text_style_01_1556165112902>.view_contents {font-size:18px;}}
 #text_style_01_1556165112908{width:7.707910750507099%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:46.14604462474645%;top:34px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556165112908{width:70px;left:calc(50% - 35px);}}   @media screen and (max-width:640px) {#text_style_01_1556165112908{width:7.707910750507099%;font-size:12px;color:#333;line-height:1.6;top:27.65625px;left:46.19205298013245%;}}  #text_style_01_1556165112908>.view_contents {color:#a69374;font-size:78px;} @media screen and (max-width:640px) { #text_style_01_1556165112908>.view_contents {font-size:18px;}}
 #text_style_01_1556165112912{width:35.39553752535497%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:55.157552083333336%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556165112912{width:291px;top:49px;left:57.558539944903586%;}}   @media screen and (max-width:640px) {#text_style_01_1556165112912{width:35.39553752535497%;font-size:12px;color:#333;line-height:1.6;top:25.65625px;left:54.64610927152318%;}}  #text_style_01_1556165112912>.view_contents {color:#ffffff;font-size:60px;} @media screen and (max-width:640px) { #text_style_01_1556165112912>.view_contents {font-size:18px;}}
 #text_style_01_1556165112914{width:37.52535496957404%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:31.25%;top:174px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556165112914{left:25%;width:50%;top:163px;}}   @media screen and (max-width:640px) {#text_style_01_1556165112914{width:37.52535496957404%;font-size:12px;color:#333;line-height:1.6;top:58.609375px;left:31.29139072847682%;}}  #text_style_01_1556165112914>.view_contents {text-align:center;font-size:34px;color:#ffffff;} @media screen and (max-width:640px) { #text_style_01_1556165112914>.view_contents {font-size:12px;}}
 #div_a_includeBlock_1556165112195{width:1200px;height:316px;position:absolute;top:72px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1556165112195{height:248px;top:72px;left:11.505832449628844%;width:76.9883351007423%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1556165112195{width:302px;height:116px;top:38px;left:calc(50% - 151px);}}  #div_a_includeBlock_1556165112195  {background:rgba(29,31,41,0.5);} #layout_diy_1556087765{height:460px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1556087765{height:499px;}}   @media screen and (max-width:640px) {#layout_diy_1556087765{height:176px;}} #layout_diy_1556087765 > .view_contents{overflow:visible;max-width:1200px;}  #layout_diy_1556087765  {background-repeat:repeat!important;background-size:auto 100%;background-position:50% 50% !important;}
 #text_style_01_1556441564652{width:28.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441564652{left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1556441564652{width:149px;font-size:12px;color:#333;line-height:1.6;top:59.546875px;left:2.666666666666667%;}}  #text_style_01_1556441564652>.view_contents {color:#7e7e7e;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1556441564652>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1556441564652>.view_contents {font-size:12px;}}
 #image_style_01_1556441700979{width:53px;height:53px;position:absolute;top:40px;left:37.8%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441700979{top:21px;left:38.54056203605514%;}}   @media screen and (max-width:640px) {#image_style_01_1556441700979{width:37.11519845111326px;height:42.61374636979671px;top:17.546875px;left:54.50000000000001%;}} #image_style_01_1556441700979 > .view_contents{overflow:visible;} 
 #text_style_01_1556441708528{width:16.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50.5px;left:43.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441708528{top:33px;left:45.083841463414636%;}}   @media screen and (max-width:640px) {#text_style_01_1556441708528{width:111.72305271439811px;font-size:12px;color:#333;line-height:1.6;top:25.796875px;left:68.26666666666667%;}}  #text_style_01_1556441708528>.view_contents {font-size:18px;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556441708528>.view_contents {font-size:13px;}}
 #text_style_01_1556441763410{width:28.166666666666668%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:37.8%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441763410{}}   @media screen and (max-width:640px) {#text_style_01_1556441763410{width:162.03916272788655px;font-size:12px;color:#333;line-height:1.6;top:59.546875px;left:54.50000000000001%;}}  #text_style_01_1556441763410>.view_contents {color:#7e7e7e;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1556441763410>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1556441763410>.view_contents {font-size:12px;}}
 #text_style_01_1556441873897{width:25.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:100px;left:75.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441873897{top:83px;left:73.15913308589607%;}}   @media screen and (max-width:640px) {#text_style_01_1556441873897{width:145.25995948683322px;font-size:12px;color:#333;line-height:1.6;top:153.796875px;left:calc(50% - 72.5px);display:none;}}  #text_style_01_1556441873897>.view_contents {color:#7e7e7e;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1556441873897>.view_contents {font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1556441873897>.view_contents {font-size:12px;}}
 #image_style_01_1556441245582{width:53px;height:53px;position:absolute;top:40px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441245582{left:2%;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1556441245582{width:37.11519845111326px;height:42.61374636979671px;top:17.560503388189737px;left:10px;}} #image_style_01_1556441245582 > .view_contents{overflow:visible;} 
 #text_style_01_1556441471334{width:9.833333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50.5px;left:5.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441471334{width:139px;top:33px;left:8.544870095440086%;}}   @media screen and (max-width:640px) {#text_style_01_1556441471334{width:81.10358180058083px;font-size:12px;color:#333;line-height:1.6;top:25.808325266214908px;left:57.76863504356244px;}}  #text_style_01_1556441471334>.view_contents {font-size:18px;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556441471334>.view_contents {font-size:12px;}}
 #image_style_01_1556441806335{width:53px;height:53px;position:absolute;top:40px;left:75.6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441806335{top:21px;left:72.99178154825027%;}}   @media screen and (max-width:640px) {#image_style_01_1556441806335{width:30.16522423288749px;height:34.63414634146341px;top:92.171875px;left:30.233333333333334%;display:none;}} #image_style_01_1556441806335 > .view_contents{overflow:visible;} 
 #text_style_01_1556441818061{width:16.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:50.5px;left:81.3%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556441818061{top:33px;left:79.55991516436903%;}}   @media screen and (max-width:640px) {#text_style_01_1556441818061{width:111.72305271439811px;font-size:12px;color:#333;line-height:1.6;top:100.171875px;left:28.729166666666668%;display:none;}}  #text_style_01_1556441818061>.view_contents {font-size:18px;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556441818061>.view_contents {font-size:12px;}} #layout_1556095723073{height:193px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556095723073{height:178px;}}   @media screen and (max-width:640px) {#layout_1556095723073{height:144px;}} #layout_1556095723073 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1556095723073  {background:#f8f8f8;}
 #layout_1556595424944{height:41px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556595424944{}}   @media screen and (max-width:640px) {#layout_1556595424944{height:25px;}} #layout_1556595424944 > .view_contents{overflow:visible;max-width:1200px;} 
 #text_style_01_1556443910782{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556443910782{}}   @media screen and (max-width:640px) {#text_style_01_1556443910782{width:81px;font-size:12px;color:#333;line-height:1.6;top:10px;left:calc(50% - 40.5px);}}  #text_style_01_1556443910782>.view_contents {font-size:30px;text-align:center;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556443910782>.view_contents {font-size:16px;}}
 #div_blank_new01_1556443978320{width:5%;height:3px;position:absolute;top:53px;left:45.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556443978320{}}   @media screen and (max-width:640px) {#div_blank_new01_1556443978320{width:30px;height:2.878378378378378px;top:42.84375px;left:42.233333333333334%;}}  #div_blank_new01_1556443978320  {box-sizing:border-box;} #div_blank_new01_1556443978320 .modSet {background:#dfdfdf;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556443978320  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556443978320  {box-sizing:border-box;}}
 #div_blank_new01_1556444017951{width:5%;height:3px;position:absolute;top:53px;left:49.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556444017951{}}   @media screen and (max-width:640px) {#div_blank_new01_1556444017951{width:30px;height:2.878378378378378px;top:42.84375px;left:50.40416666666667%;}}  #div_blank_new01_1556444017951  {box-sizing:border-box;} #div_blank_new01_1556444017951 .modSet {background:#b90f10;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556444017951  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556444017951  {box-sizing:border-box;}} #layout_1556095761463{height:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556095761463{height:56px;}}   @media screen and (max-width:640px) {#layout_1556095761463{height:45.84375px;}} #layout_1556095761463 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1556441995635{height:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556441995635{height:36px;}}   @media screen and (max-width:640px) {#layout_1556441995635{height:26px;}} #layout_1556441995635 > .view_contents{overflow:visible;max-width:1200px;} 
 #image_style_12_1556445082389{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1556445082389{width:96%;left:2%;}}   @media screen and (max-width:640px) {#image_style_12_1556445082389{width:355px;top:10px;left:10px;}} #image_style_12_1556445082389 > .view_contents{overflow:visible;}  #image_style_12_1556445082389 .titleSet {font-size:18px;} #image_style_12_1556445082389 .detailSet {font-size:14px;padding-left:40px;padding-right:40px;text-align:center;} @media screen and (max-width:640px) { #image_style_12_1556445082389 .titleSet {font-size:16px;}} @media screen and (max-width:640px) { #image_style_12_1556445082389 .detailSet {font-size:12px;padding-left:0px;padding-right:0px;}} #layout_1556444155861{height:580px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556444155861{height:390px;}}   @media screen and (max-width:640px) {#layout_1556444155861{height:517px;}} #layout_1556444155861 > .view_contents{overflow:visible;max-width:1200px;} 
 #customForm_style_button_01_1556588572700{width:13.833333333333334%;position:absolute;top:19px;left:43.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1556588572700{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1556588572700{width:39.7%;top:17px;left:30.266666666666666%;}} #customForm_style_button_01_1556588572700 > .view_contents{overflow:visible;}  #customForm_style_button_01_1556588572700 .btnaSet {background:#ea3031;color:#ffffff;height:44px;line-height:44px;border-width:0px;} #layout_1556445743933{height:109px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556445743933{height:118px;}}   @media screen and (max-width:640px) {#layout_1556445743933{height:92px;}} #layout_1556445743933 > .view_contents{overflow:visible;max-width:1200px;} 
 #text_style_01_1557921882114{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:44px;left:34.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557921882114{}}   @media screen and (max-width:640px) {#text_style_01_1557921882114{width:25.333333333333336%;font-size:12px;color:#333;line-height:1.6;top:19px;left:37.333333333333336%;}}  #text_style_01_1557921882114>.view_contents {font-size:30px;text-align:center;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1557921882114>.view_contents {font-size:16px;}}
 #div_blank_new01_1557921882127{width:5%;height:3px;position:absolute;top:98px;left:45.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1557921882127{}}   @media screen and (max-width:640px) {#div_blank_new01_1557921882127{top:48px;left:41.47083333333333%;width:30px;}}  #div_blank_new01_1557921882127  {box-sizing:border-box;} #div_blank_new01_1557921882127 .modSet {background:#dfdfdf;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1557921882127  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1557921882127  {box-sizing:border-box;}}
 #div_blank_new01_1557921882131{width:5%;height:3px;position:absolute;top:98px;left:50.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1557921882131{}}   @media screen and (max-width:640px) {#div_blank_new01_1557921882131{top:48px;left:50.125%;width:30px;}}  #div_blank_new01_1557921882131  {box-sizing:border-box;} #div_blank_new01_1557921882131 .modSet {background:#b90f10;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1557921882131  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1557921882131  {box-sizing:border-box;}}
 #image_style_12_1557921882139{width:100%;position:absolute;top:161px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1557921882139{width:96%;left:2.014846235418876%;top:156px;}}   @media screen and (max-width:640px) {#image_style_12_1557921882139{top:73px;left:0%;}} #image_style_12_1557921882139 > .view_contents{overflow:visible;}  #image_style_12_1557921882139 .titleSet {font-size:18px;} #image_style_12_1557921882139 .detailSet {font-size:14px;}
 #customForm_style_button_01_1557921882145{width:13.833333333333334%;position:absolute;top:551px;left:43.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1557921882145{top:527px;left:43.10710498409332%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1557921882145{left:30.266666666666666%;top:608px;width:39.7%;}} #customForm_style_button_01_1557921882145 > .view_contents{overflow:visible;}  #customForm_style_button_01_1557921882145 .btnaSet {background:#ea3031;color:#ffffff;height:44px;line-height:44px;border-width:0px;}
 #div_a_includeBlock_1557921881951{width:1200px;height:611px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557921881951{width:100%;left:0%;height:591px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557921881951{width:100%;height:686px;top:0px;left:0%;}}  #layout_1556098367834{height:632px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556098367834{height:627px;}}   @media screen and (max-width:640px) {#layout_1556098367834{height:686px;}} #layout_1556098367834 > .view_contents{overflow:visible;}  #layout_1556098367834  {background: url(../images/20190428183340410.jpg);background-repeat:no-repeat!important;background-size:auto 100%;background-position:50% 50% !important;}
 #layout_1556100413783{height:41px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556100413783{height:50px;}}   @media screen and (max-width:640px) {#layout_1556100413783{height:21px;}} #layout_1556100413783 > .view_contents{overflow:visible;max-width:1200px;} 
 #text_style_01_1556448518200{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:0px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556448518200{}}   @media screen and (max-width:640px) {#text_style_01_1556448518200{width:90px;font-size:12px;color:#333;line-height:1.6;top:10px;left:calc(50% - 45px);}}  #text_style_01_1556448518200>.view_contents {font-size:30px;text-align:center;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556448518200>.view_contents {font-size:16.570124178232287px;}}
 #div_blank_new01_1556448518226{width:5%;height:3px;position:absolute;top:53px;left:45.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556448518226{}}   @media screen and (max-width:640px) {#div_blank_new01_1556448518226{width:30px;height:2.878378378378378px;top:42.84375px;left:43.0375%;}}  #div_blank_new01_1556448518226  {box-sizing:border-box;} #div_blank_new01_1556448518226 .modSet {background:#dfdfdf;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556448518226  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556448518226  {box-sizing:border-box;}}
 #div_blank_new01_1556448518228{width:5%;height:3px;position:absolute;top:53px;left:49.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556448518228{}}   @media screen and (max-width:640px) {#div_blank_new01_1556448518228{width:30px;height:2.878378378378378px;top:42.84375px;left:50.9375%;}}  #div_blank_new01_1556448518228  {box-sizing:border-box;} #div_blank_new01_1556448518228 .modSet {background:#b90f10;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556448518228  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556448518228  {box-sizing:border-box;}} #layout_1556448518200{height:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556448518200{}}   @media screen and (max-width:640px) {#layout_1556448518200{height:56px;}} #layout_1556448518200 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1556157420755{height:56px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556157420755{height:36px;}}   @media screen and (max-width:640px) {#layout_1556157420755{height:8px;}} #layout_1556157420755 > .view_contents{overflow:visible;max-width:1200px;} 
 #image_style_12_1556501320146{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_12_1556501320146{width:96%;left:2%;}}   @media screen and (max-width:640px) {#image_style_12_1556501320146{width:355px;top:0px;left:2.666666666666667%;}} #image_style_12_1556501320146 > .view_contents{overflow:visible;}  #image_style_12_1556501320146 .titleSet {border-width:1px;font-size:18px;} #image_style_12_1556501320146 .detailSet {font-size:14px;text-align:left;} @media screen and (max-width:640px) { #image_style_12_1556501320146 .titleSet {font-size:16px;}} #layout_1556448737447{height:355px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556448737447{height:349px;}}   @media screen and (max-width:640px) {#layout_1556448737447{height:937px;}} #layout_1556448737447 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1556501587474{height:21px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556501587474{height:22px;}}   @media screen and (max-width:640px) {#layout_1556501587474{height:13px;}} #layout_1556501587474 > .view_contents{overflow:visible;max-width:1200px;} 
 #customForm_style_button_01_1556588680407{width:13.833333333333334%;position:absolute;top:0px;left:43.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1556588680407{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1556588680407{width:39.733333333333334%;top:0px;left:30.133333333333333%;}} #customForm_style_button_01_1556588680407 > .view_contents{overflow:visible;}  #customForm_style_button_01_1556588680407 .btnaSet {background:#ea3031;color:#ffffff;line-height:44px;height:44px;border-width:0px;} #layout_1556501693046{height:44px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556501693046{height:44px;}}   @media screen and (max-width:640px) {#layout_1556501693046{height:49px;}} #layout_1556501693046 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1556501718494{height:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556501718494{height:26px;}}   @media screen and (max-width:640px) {#layout_1556501718494{height:26px;}} #layout_1556501718494 > .view_contents{overflow:visible;max-width:1200px;} 
 #text_style_01_1556501932152{width:10.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:21px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556501932152{width:217px;left:2%;top:0px;}}   @media screen and (max-width:640px) {#text_style_01_1556501932152{width:65px;font-size:12px;color:#333;line-height:1.6;top:20px;left:calc(50% - 32.5px);}}  #text_style_01_1556501932152>.view_contents {font-size:30px;text-align:left;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556501932152>.view_contents {font-size:16px;text-align:center;}}
 #image_style_01_1556502130145{width:552px;height:354px;position:absolute;top:124px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556502130145{left:1.9999337221633087%;width:448px;height:354px;top:97px;}}   @media screen and (max-width:640px) {#image_style_01_1556502130145{width:353.0810810810811px;height:226.43243243243245px;top:71px;left:2.666666666666667%;}} #image_style_01_1556502130145 > .view_contents{overflow:visible;} 
 #text_style_01_1556502217722{width:46.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:518px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556502217722{left:2.6362009544008482%;top:466px;}}   @media screen and (max-width:640px) {#text_style_01_1556502217722{width:355px;font-size:12px;color:#333;line-height:1.6;top:307.015625px;left:2.666666666666667%;}}  #text_style_01_1556502217722>.view_contents {font-size:14px;color:#7d7d7d;text-align:justify;line-height:30px;} @media screen and (max-width:640px) { #text_style_01_1556502217722>.view_contents {font-size:12px;}}
 #div_blank_new01_1556501967077{width:5%;height:3px;position:absolute;top:75px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556501967077{top:54px;left:2.1159199363732766%;}}   @media screen and (max-width:640px) {#div_blank_new01_1556501967077{width:30px;height:3px;top:51px;left:42.4%;}}  #div_blank_new01_1556501967077  {box-sizing:border-box;} #div_blank_new01_1556501967077 .modSet {background:#dfdfdf;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556501967077  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556501967077  {box-sizing:border-box;}}
 #div_blank_new01_1556501974252{width:5%;height:3px;position:absolute;top:75px;left:5.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556501974252{top:54px;left:7.033735418875928%;}}   @media screen and (max-width:640px) {#div_blank_new01_1556501974252{width:30px;height:3px;top:51px;left:50.93333333333333%;}}  #div_blank_new01_1556501974252  {box-sizing:border-box;} #div_blank_new01_1556501974252 .modSet {background:#b90f10;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556501974252  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556501974252  {box-sizing:border-box;}}
 #newsList_style_03_1556594693491{width:51.33333333333333%;position:absolute;top:107px;left:48.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_03_1556594693491{width:442px;top:86px;left:51.10518292682927%;}}   @media screen and (max-width:640px) {#newsList_style_03_1556594693491{width:96%;top:689px;left:2%;}}  #newsList_style_03_1556594693491 .titleSet {font-size:18px;} #newsList_style_03_1556594693491 .detailSet {font-size:14px;} #newsList_style_03_1556594693491 .modSet {background:#f8f8f8;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_03_1556594693491 .titleSet {font-size:16px;}} @media screen and (max-width:640px) { #newsList_style_03_1556594693491 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_03_1556594693491 .detailSet {font-size:12px;}}
 #text_style_01_1556502325083{width:13.583333333333334%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:21px;left:50.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556502325083{top:0px;left:53.38514050901379%;}}   @media screen and (max-width:640px) {#text_style_01_1556502325083{width:82px;font-size:12px;color:#333;line-height:1.6;top:641px;left:39.06666666666666%;}}  #text_style_01_1556502325083>.view_contents {font-size:30px;text-align:left;color:#3c3c3c;} @media screen and (max-width:640px) { #text_style_01_1556502325083>.view_contents {font-size:16px;text-align:center;}}
 #div_blank_new01_1556502354957{width:5%;height:3px;position:absolute;top:75px;left:50.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556502354957{top:54px;left:53.46798780487805%;}}   @media screen and (max-width:640px) {#div_blank_new01_1556502354957{width:30px;height:3px;top:676px;left:41.66666666666667%;}}  #div_blank_new01_1556502354957  {box-sizing:border-box;} #div_blank_new01_1556502354957 .modSet {background:#dfdfdf;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556502354957  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556502354957  {box-sizing:border-box;}}
 #div_blank_new01_1556502366501{width:5%;height:3px;position:absolute;top:75px;left:55.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1556502366501{top:54px;left:58.510074231177086%;}}   @media screen and (max-width:640px) {#div_blank_new01_1556502366501{width:30px;height:3px;top:676px;left:49.8%;}}  #div_blank_new01_1556502366501  {box-sizing:border-box;} #div_blank_new01_1556502366501 .modSet {background:#b90f10;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1556502366501  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1556502366501  {box-sizing:border-box;}} #layout_1556501784446{height:811px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1556501784446{height:812px;}}   @media screen and (max-width:640px) {#layout_1556501784446{height:1363px;}} #layout_1556501784446 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1556501784446  {background:#f8f8f8;}
 #image_style_01_1556588941870{width:40px;height:40px;position:fixed;top:704px;left:calc(100% - 40px);z-index:999999;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556588941870{width:4.166666666666666%;height:40px;top:685.5px;left:95.83333333333333%;display:none;}}   @media screen and (max-width:640px) {#image_style_01_1556588941870{width:10.526315789473683%;height:40px;top:685.5px;left:89.47368421052632%;display:none;}} #image_style_01_1556588941870 > .view_contents{overflow:visible;}  #image_style_01_1556588941870 .picSet {background:#ea3031;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1556588941870{
bottom:0px!important;
top: auto;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1556588941870{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1556588941870{
		
	}
}
 #image_style_01_1556589185537{width:40px;height:40px;position:fixed;top:652.671875px;left:calc(100% - 40px);z-index:9999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556589185537{height:40px;display:none;width:4.166666666666666%;top:652.671875px;left:95.83333333333333%;}}   @media screen and (max-width:640px) {#image_style_01_1556589185537{height:40px;display:none;width:10.526315789473683%;top:652.671875px;left:89.47368421052632%;}} #image_style_01_1556589185537 > .view_contents{overflow:visible;}  #image_style_01_1556589185537 .picSet {background:#ea3031;}
/*----------------------电脑板式样式----------------------*/
#image_style_01_1556589185537{
bottom:0px!important;
top: auto;
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_01_1556589185537{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_01_1556589185537{
		
	}
}
 #text_style_01_1556508329064{width:100%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:479px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1556508329064{top:463px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1556508329064{width:100%;font-size:12px;color:#333;line-height:1.6;top:1px;left:0%;}}  #text_style_01_1556508329064>.view_contents {color:#d5d5d5;text-align:center;height:50px;line-height:50px;background:#464444;} @media screen and (max-width:640px) { #text_style_01_1556508329064>.view_contents {font-size:14px;height:28px;line-height:28px;}}
 #text_style_01_1557919186188{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:17px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186188{}}   @media screen and (max-width:640px) {#text_style_01_1557919186188{width:58.415841584158414%;font-size:12px;color:#333;line-height:1.6;top:0px;left:20.792079207920793%;display:none;}}  #text_style_01_1557919186188>.view_contents {font-size:28px;color:#ffffff;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1557919186188>.view_contents {font-size:16px;}}
 #text_style_01_1557919186200{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:86px;left:0.81640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186200{}}   @media screen and (max-width:640px) {#text_style_01_1557919186200{width:100%;font-size:12px;color:#333;line-height:1.6;top:50px;left:0%;display:none;}}  #text_style_01_1557919186200>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1557919186200>.view_contents {font-size:12px;}}
 #text_style_01_1557919186205{width:38.666666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:132px;left:0.81640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186205{}}   @media screen and (max-width:640px) {#text_style_01_1557919186205{width:100%;font-size:12px;color:#333;line-height:1.6;top:75px;left:0%;display:none;}}  #text_style_01_1557919186205>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1557919186205>.view_contents {font-size:12px;}}
 #text_style_01_1557919186210{width:31.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:177px;left:0.81640625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186210{}}   @media screen and (max-width:640px) {#text_style_01_1557919186210{width:95.44639808808468%;font-size:12px;color:#333;line-height:1.6;top:100px;left:2.276800955957661%;display:none;}}  #text_style_01_1557919186210>.view_contents {color:#ffffff;font-size:14px;} @media screen and (max-width:640px) { #text_style_01_1557919186210>.view_contents {font-size:12px;}}
 #image_style_01_1557919186216{width:12.333333333333334%;height:146px;position:absolute;top:252px;left:0.515625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557919186216{}}   @media screen and (max-width:640px) {#image_style_01_1557919186216{width:50.50073972914533%;height:153.01724137931035px;top:125px;left:24.749630135427335%;display:none;}} #image_style_01_1557919186216 > .view_contents{overflow:visible;} 
 #image_style_01_1557919186221{width:12.333333333333334%;height:146px;position:absolute;top:252px;left:14.716145833333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557919186221{}}   @media screen and (max-width:640px) {#image_style_01_1557919186221{width:50.50073972914533%;height:153.01724137931035px;top:278.01724137931035px;left:24.749630135427335%;display:none;}} #image_style_01_1557919186221 > .view_contents{overflow:visible;} 
 #text_style_01_1557919186227{width:9.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:420px;left:1.8072916666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186227{top:384px;left:1.8076657458563536%;}}   @media screen and (max-width:640px) {#text_style_01_1557919186227{width:29.542932741550022%;font-size:12px;color:#333;line-height:1.6;top:431.0344827586207px;left:35.22853362922499%;display:none;}}  #text_style_01_1557919186227>.view_contents {color:#ffffff;font-size:15px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1557919186227>.view_contents {font-size:12px;}}
 #text_style_01_1557919186231{width:10.083333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:420px;left:15.841145833333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1557919186231{top:384px;left:15.844267955801106%;}}   @media screen and (max-width:640px) {#text_style_01_1557919186231{width:36.86554000227609%;font-size:12px;color:#333;line-height:1.6;top:458.0344827586207px;left:31.567229998861954%;display:none;}}  #text_style_01_1557919186231>.view_contents {color:#ffffff;font-size:15px;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1557919186231>.view_contents {font-size:12px;}}
 #liuyanban_style_07_1557919186236{width:41.66666666666667%;position:absolute;top:74px;left:57.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_07_1557919186236{}}   @media screen and (max-width:640px) {#liuyanban_style_07_1557919186236{width:100%;top:485.0344827586207px;left:0%;display:none;}}  #liuyanban_style_07_1557919186236 .titSet {color:#ffffff;} #liuyanban_style_07_1557919186236 .searchIcoSet {color:#b90f10;} #liuyanban_style_07_1557919186236 .btnaSet {background:#b90f10;} #liuyanban_style_07_1557919186236 .messageBoardSet {height:80px;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_07_1557919186236 .messageBoardSet {height:75px;}}
 #div_a_includeBlock_1557919186000{width:1200px;height:530px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1557919186000{width:96%;left:2.014846235418876%;height:457px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1557919186000{width:100%;height:19px;top:0px;left:0%;display:none;}}  #comm_layout_footer{height:530px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:513px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:29px;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#333333;}
.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; }
.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; }
.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; }
/*菜单样式*/
.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 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_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; /*left需要js获取二级的宽*/ 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 .menuUl03 .subMenu03 .thrCurSet{background: rgba(0, 0, 0, 0.1);} */
.menuStyle_28 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ 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 !important; background: #f7f7f7 !important;}
/*图标*/
.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;}
.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.thrMenuSet.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;}
}
@media screen and (min-width:640px) {
	#dh_style_28_1556092602011 .maxWidth{max-width:px;}
	#dh_style_28_1556092602011 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_28_1556092602011 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_28_1556092602011 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
.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;*/
/* banner样式 */
.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../images/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../images/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}
/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.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_1556165057339 .bannerStyle_1 .main_image .img-item .img_0{background: url('../images/p11.jpg') center top no-repeat;}
                #banner_style_01_1556165057339 .bannerStyle_1 .main_image .img-item .img_1{background: url('../images/p13.jpg') center top no-repeat;}
                #banner_style_01_1556165057339 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1556165057339 .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_1556165057339 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}
    }
    @media screen and (max-width:640px) {
    #banner_style_01_1556165057339 .bannerStyle_1 .main_image .img-item span{background-size:auto 100%!important;}    }
	#image_style_01_1556441700979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441700979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1556441700979 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1556441700979 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_1556441245582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441245582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1556441245582 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1556441245582 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_1556441806335 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556441806335 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1556441806335 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1556441806335 a{
	cursor: default;
}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }
@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1556445082389 .imgDetail{ display:block; }
		
			#image_style_12_1556445082389 li{ width:32%; }
		#image_style_12_1556445082389 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1556445082389 .imgTBox img{ width:97px;}
		#image_style_12_1556445082389 .img_Box{ padding-bottom: ; }
	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1556445082389 li{ width:32%; }
		#image_style_12_1556445082389 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1556445082389 .imgTBox img{ width:50px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1556445082389 li{ width:49%; }
		#image_style_12_1556445082389 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1556445082389 .imgTBox img{ width:50px;}
	}
	
	
	
.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);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }
@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1557921882139 .imgDetail{ display:block; }
		
			#image_style_12_1557921882139 li{ width:23.5%; }
		#image_style_12_1557921882139 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1557921882139 .imgTBox img{ width:290px;}
		#image_style_12_1557921882139 .img_Box{ padding-bottom: ; }
	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1557921882139 li{ width:23.5%; }
		#image_style_12_1557921882139 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1557921882139 .imgTBox img{ width:250px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1557921882139 li{ width:48%; }
		#image_style_12_1557921882139 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1557921882139 .imgTBox img{ width:150px;}
	}
	
	
	
.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);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.imgStyle_12{ width:100%; }
.imgStyle_12 *{ font-size:'微软雅黑'; }
.imgStyle_12 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_12 .imgTextLi{ width:23.5%; overflow: hidden; margin-bottom:2%;}
.imgStyle_12 .imgTBox{ text-align: center;}
.imgStyle_12 .imgTBox>img{ display: inline-block; width:100px;box-sizing: border-box;}
.imgStyle_12 .imgBt{ text-align: center; font-size:20px; line-height:3;}
.imgStyle_12 .imgDetail{ text-align: center; font-size:12px; }
@media screen and (max-width: 768px){
	.imgStyle_12 .imgTextLi{ width:44%;}
	.imgStyle_12 .imgTBox>img{ width:50px; }
	.imgStyle_12 .imgBt{ font-size:16px; line-height:2.5;}
}
			#image_style_12_1556501320146 .imgDetail{ display:block; }
		
			#image_style_12_1556501320146 li{ width:32%; }
		#image_style_12_1556501320146 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1556501320146 .imgTBox img{ width:327px;}
		#image_style_12_1556501320146 .img_Box{ padding-bottom: ; }
	@media screen and (min-width: 767px) and (max-width: 1024px){
		#image_style_12_1556501320146 li{ width:32%; }
		#image_style_12_1556501320146 li.imgTextLi{ margin-bottom:2%; }
		#image_style_12_1556501320146 .imgTBox img{ width:327px;}
	}
	@media screen and (max-width: 768px){
		#image_style_12_1556501320146 li{ width:100%; }
		#image_style_12_1556501320146 li.imgTextLi{ margin-bottom:4%; }
		#image_style_12_1556501320146 .imgTBox img{ width:300px;}
	}
	
	
	
.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; }
	#image_style_01_1556502130145 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556502130145 .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_1556502130145 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1556502130145 a{
	cursor: default;
}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}/*新闻列表样式*/
.boxNewsListStyle_3{width:100%; clear: both;}
.boxNewsListStyle_3 li{width:100%; list-style:none; box-sizing: border-box; background:#fff; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#eee; padding: 10px;}
.boxNewsListStyle_3 li .clear{clear:both;}
.boxNewsListStyle_3 .sumary_list .newPic{float:left;width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_3 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_3 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{float:left; width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newCont{float:left; width:100%; padding:0 1em; box-sizing:border-box;}
.boxNewsListStyle_3 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName{margin:.5em 0 0;  overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.boxNewsListStyle_3 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333;}
.boxNewsListStyle_3 .sumary_list .newName a:hover{}
.boxNewsListStyle_3 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_3 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em; border-radius:1.5em; margin-right:5px; background:#814DFF; color: #fff;}
.boxNewsListStyle_3 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_3 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_3 .sumary_list .newDetail{width:100%; padding:.6em .6em .6em 0; color:#aaa; font-size:12px; line-height:1.6; text-overflow:ellipsis;/* white-space:nowrap;*/ overflow:hidden;text-align: left; }
.boxNewsListStyle_3 .thenewtitle{display: block;}
/* 分页 */
.boxNewsListStyle_3 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_3 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_3 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_3 .sumary_list .newPic{width:120px;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:calc(100% - 120px);}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px; }
/*分页*/
.boxNewsListStyle_3 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_3 .page_btn a:nth-last-child(1),.boxNewsListStyle_3 .page_btn a:nth-last-child(2),.boxNewsListStyle_3 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_3 .sumary_list .newPic{float:none; width:100%;} 
.boxNewsListStyle_3 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list:first-child .newCont{width:100%;}
.boxNewsListStyle_3 .sumary_list .newName a{font-size:14px;}
}
	#newsList_style_03_1556594693491 .newDetail.pc {display:block;}
	#newsList_style_03_1556594693491 .newDetail.pad, #newsList_style_03_1556594693491 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_03_1556594693491 .newDetail.pad {display:block;}
		#newsList_style_03_1556594693491 .newDetail.pc, #newsList_style_03_1556594693491 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_03_1556594693491 .newDetail.mobile {display:block;}
		#newsList_style_03_1556594693491 .newDetail.pc, #newsList_style_03_1556594693491 .newDetail.pad {display:none;}
	}
@media screen and (min-width: 1025px) {
	#newsList_style_03_1556594693491 .sumary_list .newPic{width: 0px;}
	#newsList_style_03_1556594693491 .sumary_list:first-child .newCont{width: calc(100% - 0px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_03_1556594693491 .sumary_list .newPic{width: 0px;}
	#newsList_style_03_1556594693491 .sumary_list:first-child .newCont{width: calc(100% - 0px);}
}
@media screen and (max-width: 640px) {
}
/* 新分页 */
#newsList_style_03_1556594693491 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_03_1556594693491 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_03_1556594693491 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1556594693491 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_03_1556594693491 .submit_div{ display: inline-block; }
#newsList_style_03_1556594693491 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_03_1556594693491 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_03_1556594693491 .page_submit{margin-left:5px;}
#newsList_style_03_1556594693491 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_03_1556594693491 .page_btn{ font-size:12px; }
		#newsList_style_03_1556594693491 .submit_div{ display:none; }
	}
	#newsList_style_03_1556594693491 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_03_1556594693491 .page{line-height:30px; padding:0 13px;}
	}
.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}.blank_new01{width:100%;height:100%;}
.blank_new01 .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);}
	#image_style_01_1556588941870 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556588941870 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1556588941870 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
	#image_style_01_1556589185537 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1556589185537 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1556589185537 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
	#image_style_01_1557919186216 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557919186216 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1557919186216 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1557919186216 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_1557919186221 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1557919186221 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1557919186221 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1557919186221 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;}
/*留言板样式*/
.gformStyle_7{width:100%; box-sizing: border-box;}
.gformStyle_7 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_7 form{}
.gformStyle_7 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_7 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_7 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_7 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_7 .gformList textarea.gf_message, .gformStyle_7 .gformList input.gfInput{width:calc(100% - 40px); max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;margin-bottom: 10px;}
.gformStyle_7 .gformList input.gfInput{height:40px; width:calc(100% - 40px); min-width:300px;}
.gformStyle_7 .gformList textarea.gf_message{width:100%;height:200px;}
.gformStyle_7 .gbt{width:20%;float:right;background:#0b666e; color:#fff; font-size:14px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; margin:3% auto;}
.gformStyle_7 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_7 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_7 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_7 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_7 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_7 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_7 .gb_replay b{padding-left:50px; }
.gformStyle_7 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_7 .gb_info{float:right; color:#666;}
.gformStyle_7 .gb_nickname{}
.gformStyle_7 .thetextimg{ text-align:center; }
.gformStyle_7 .fa{ line-height:40px; font-size:20px; color:#0B666E; display:block;}
.gformStyle_7 .fa-user:before{ content:"\f007"; }
.gformStyle_7 .fa-phone:before{ content:"\f095"; }
.gformStyle_7 .fa-mobile:before{ content:"\f10b"; font-size:30px;}
.gformStyle_7 .fa-qq:before{ content:"\f1d6"; }
.gformStyle_7 .fa-envelope:before{ content:"\f0e0"; }
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.gformStyle_7{padding:15px;min-width: 0;}
.gformStyle_7 .listTit{display:none;}
.gformStyle_7 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_7 .gbt{font-size:14px;}
.gformStyle_7 .gformList input.gfInput{width:calc(100% - 40px);min-width: 0 !important; }
}
@media screen and (max-width:480px){
.gformStyle_7{padding:10px;}
.gformStyle_7 .listTit{display:none;}
.gformStyle_7 .gformList textarea.gf_message,.gformStyle_7 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_7 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_7 .gb_nickname,.gformStyle_7 .gb_nickname b{font-size:14px;}
}
/*程序修改的颜色*/
.gformStyle_7 .gformList textarea.gf_message, .gformStyle_7 .gformList input.gfInput,.gformStyle_7 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_7 .modFontColor{color:#333;}
.gformStyle_7 .modBorderColor{border-color:#f5f5f5 !important;}
.style_07_changeCode {
    position: absolute;
    bottom: 232px;
    right: 0px;
    z-index: 8888 !important;
    width: 65px;
    height: 32px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    zoom: 1;
}
/*新加风格的样式 */
.gformStyle_7 .thetextimg{width:40px;height:40px;float:left;border:1px solid #eee; background:#f5f5f5;}
/*.gformStyle_7 .thetextimg1{background: #f5f5f5 url(../images/lybname1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg2{background: #f5f5f5 url(../images/lybtel1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg3{background: #f5f5f5 url(../images/lybphone1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg4{background: #f5f5f5 url(../images/lybqq1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}
.gformStyle_7 .thetextimg5{background: #f5f5f5 url(../images/lybmail1.png);background-repeat: no-repeat;background-size: 80% auto;background-position-x: 50%;background-position-y: 50%;}*/
				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;top: calc(100% - 50px);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 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #b8b8b8; 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;}
				}
				