﻿
/**
    *编辑器         \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;}
    }

body{ background-position:left top; }


 #image_style_01_1525229760030{width:262px;height:74px;position:absolute;left:0%;top:8.99715781211853px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525229760030{height:61px;left:1.6967126193001063%;top:20px;width:215px;}}   @media screen and (max-width:640px) {#image_style_01_1525229760030{width:47.8125%;height:46px;top:15px;left:3.4326171875%;}} #image_style_01_1525229760030 > .view_contents{overflow:visible;} 

 #dh_style_11_1526096822459{width:59.5%;z-index:999;position:absolute;top:25.5px;left:40.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1526096822459{z-index:999;left:41.88759278897137%;top:30px;width:491px;}}   @media screen and (max-width:640px) {#dh_style_11_1526096822459{width:30.9375%;z-index:999;top:12.5px;left:66.09375%;}} #dh_style_11_1526096822459 > .view_contents{overflow:visible;}  #dh_style_11_1526096822459 .mainMenuSet {color:#000000;font-size:18px;} #dh_style_11_1526096822459 .mainMenuSet:hover {text-decoration:none;color:#56aaff;} #dh_style_11_1526096822459 #hot>a {text-decoration:none;} #dh_style_11_1526096822459 #hot>a:hover {font-family:Microsoft YaHei;color:#56aaff;} #dh_style_11_1526096822459 .columnSet:hover {font-family:Microsoft YaHei;color:#cccccc;} #dh_style_11_1526096822459 .columnSet {font-size:12px;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1526096822459 #hot>a {color:#56aaff;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_11_1526096822459 .mainMenuSet:hover {font-family:Microsoft YaHei;color:#56aaff;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 .icoMenuSet {color:#191919;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 .columnSet {color:#333333;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 .mainMenuSet {color:#cccccc;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 #hot>a {color:#007fff;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 .mainMenuSet:hover {font-family:Microsoft YaHei;border-bottom-color:transparent;border-bottom-style:solid;border-bottom-width:1px;color:#cccccc;}} @media screen and (max-width:640px) { #dh_style_11_1526096822459 #hot>a:hover {color:#007fff;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1526096822459{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1526096822459{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1526096822459 .Mslide .icoMenuSet{
		color:white;
	}
} #comm_layout_header{height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:91.5px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:75px;z-index:999;}} #comm_layout_header > .view_contents{overflow:visible;max-width:1200px;} 
/*----------------------电脑板式样式----------------------*/
#comm_layout_header{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_header{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_header{
		
	}
}


 #banner_style_02_1526260936925{width:100%;height:531px;left:0%;top:0px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_02_1526260936925{}}   @media screen and (max-width:640px) {#banner_style_02_1526260936925{width:100%;height:221px;left:0%;top:0px;}}  #banner_style_02_1526260936925  {border-left-style:none;}

 #text_style_01_1525229487617{width:61.63035839775123%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:204px;left:19.184820801124385%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525229487617{left:19.19406150583245%;top:174px;}}   @media screen and (max-width:640px) {#text_style_01_1525229487617{width:62.18749999999999%;top:67px;left:18.90625%;z-index:3;}}  #text_style_01_1525229487617>.view_contents {box-sizing:border-box;font-size:20px;font-family:Microsoft YaHei;color:#ffffff;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525229487617>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1525229487617>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_01_1525229398879{width:55.79761068165847%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:121px;left:22.101194659170766%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525229398879{width:605px;left:calc(50% - 302.5px);top:95.99999588727951px;}}   @media screen and (max-width:640px) {#text_style_01_1525229398879{width:96%;top:34px;left:1.9970703125%;z-index:3;}}  #text_style_01_1525229398879>.view_contents {box-sizing:border-box;color:#ffffff;font-size:60px;font-family:Microsoft YaHei;text-align:center;line-height:70px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525229398879>.view_contents {box-sizing:border-box;font-size:50px;}} @media screen and (max-width:640px) { #text_style_01_1525229398879>.view_contents {box-sizing:border-box;font-size:24px;line-height:30px;}} #layout_diy_1525226403{height:531px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1525226403{height:531px;}}   @media screen and (max-width:640px) {#layout_diy_1525226403{height:221px;z-index:99;}} #layout_diy_1525226403 > .view_contents{overflow:visible;}  #layout_diy_1525226403  {padding-top:0px;border-left-style:none;border-right-style:none;border-top-style:none;}



 #image_style_01_1525232973069{width:54px;height:66px;position:absolute;left:calc(50% - 27px);top:43px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525232973069{left:40.41313559322034%;width:45px;top:25px;height:55px;}}   @media screen and (max-width:640px) {#image_style_01_1525232973069{width:55px;height:54px;top:31px;left:32.142857142857146%;}} #image_style_01_1525232973069 > .view_contents{overflow:visible;}  #image_style_01_1525232973069 .picSet {background:transparent;color:#ffffff;}

 #text_style_01_1525232973076{width:79%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.5%;top:117px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525232973076{left:7.044491525423729%;width:85.84070796460178%;top:91px;}}   @media screen and (max-width:640px) {#text_style_01_1525232973076{width:96%;top:92px;left:1.9987824675324677%;}}  #text_style_01_1525232973076>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525232973076>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525232973076>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525232973082{width:49.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.333333333333336%;top:159px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525232973082{left:20.650158898305087%;width:57.9646017699115%;top:131px;}}   @media screen and (max-width:640px) {#text_style_01_1525232973082{width:79.22077922077922%;top:126px;left:10.38961038961039%;}}  #text_style_01_1525232973082>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525232973082>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525232973082>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1525232972983{width:25%;height:267px;position:absolute;left:0.08333333333333334%;top:44px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525232972983{z-index:6;height:219px;top:51px;left:1.2493372216330858%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525232972983{width:48.125%;height:184px;top:204px;left:49.8095703125%;z-index:5;}}  #div_a_includeBlock_1525232972983  {opacity:1;background:#3fa9f5;}


 #image_style_01_1525233017575{width:54px;height:66px;position:absolute;left:calc(50% - 27px);top:43px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233017575{left:40.41313559322034%;width:45px;top:25px;height:55px;}}   @media screen and (max-width:640px) {#image_style_01_1525233017575{width:54px;height:66px;top:21px;left:31.7573051948052%;}} #image_style_01_1525233017575 > .view_contents{overflow:visible;} 

 #text_style_01_1525233017580{width:79%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.5%;top:117px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233017580{left:7.044491525423729%;width:85.84070796460178%;top:91px;}}   @media screen and (max-width:640px) {#text_style_01_1525233017580{width:78.61635220125787%;top:90px;left:10.683847402597403%;}}  #text_style_01_1525233017580>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233017580>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525233017580>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525233017590{width:49.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.333333333333336%;top:159px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233017590{left:16.57176906779661%;width:66.38297872340425%;top:132px;}}   @media screen and (max-width:640px) {#text_style_01_1525233017590{width:79.87012987012987%;top:123px;left:10.064935064935066%;}}  #text_style_01_1525233017590>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233017590>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525233017590>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1525233017468{width:25%;height:276px;position:absolute;left:0.08333333333333334%;top:311px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525233017468{z-index:8;height:220px;top:270px;left:1.2493372216330858%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525233017468{width:48.125%;height:184px;top:21px;left:1.9970703125%;z-index:10;}}  #div_a_includeBlock_1525233017468  {background:#3fa9f5;}


 #image_style_01_1525233085463{width:54px;height:66px;position:absolute;left:calc(50% - 27px);top:43px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233085463{left:40.41313559322034%;width:45px;top:25px;height:55px;}}   @media screen and (max-width:640px) {#image_style_01_1525233085463{width:54px;height:66px;top:23px;left:32.467532467532465%;}} #image_style_01_1525233085463 > .view_contents{overflow:visible;} 

 #text_style_01_1525233085472{width:79%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.5%;top:117px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233085472{left:7.044491525423729%;width:85.84070796460178%;top:91px;}}   @media screen and (max-width:640px) {#text_style_01_1525233085472{width:96%;top:92px;left:0%;}}  #text_style_01_1525233085472>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233085472>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525233085472>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525233085476{width:49.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.333333333333336%;top:159px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233085476{left:20.696504237288135%;width:57.9646017699115%;top:132px;}}   @media screen and (max-width:640px) {#text_style_01_1525233085476{width:74.67532467532467%;top:124px;left:12.662337662337661%;}}  #text_style_01_1525233085476>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233085476>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525233085476>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1525233085356{width:25%;height:267px;position:absolute;left:25.083333333333336%;top:44px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525233085356{z-index:2;height:220px;top:50px;left:26.249337221633084%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525233085356{width:48.125%;height:184px;top:21px;left:49.8095703125%;z-index:10;}}  #div_a_includeBlock_1525233085356  {background:#3fa9f5;}


 #image_style_01_1525233092025{width:54px;height:66px;position:absolute;left:calc(50% - 27px);top:43px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233092025{left:39.77092161016949%;width:45px;top:25px;height:55px;}}   @media screen and (max-width:640px) {#image_style_01_1525233092025{width:54px;height:66px;top:24px;left:35.714285714285715%;}} #image_style_01_1525233092025 > .view_contents{overflow:visible;} 

 #text_style_01_1525233092035{width:79%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:10.5%;top:117px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233092035{left:7.044491525423729%;width:85.84070796460178%;top:91px;}}   @media screen and (max-width:640px) {#text_style_01_1525233092035{width:96%;top:92px;left:1.9987824675324677%;}}  #text_style_01_1525233092035>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;text-align:center;line-height:24px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233092035>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525233092035>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525233092038{width:49.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:25.333333333333336%;top:159px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525233092038{left:21.027542372881356%;width:57.9646017699115%;top:131.5px;}}   @media screen and (max-width:640px) {#text_style_01_1525233092038{width:81.81818181818183%;top:125px;left:9.090909090909092%;}}  #text_style_01_1525233092038>.view_contents {box-sizing:border-box;font-size:14px;font-family:Microsoft YaHei;text-align:center;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525233092038>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525233092038>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1525233091919{width:25%;height:276px;position:absolute;left:25.083333333333336%;top:311px;z-index:6;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525233091919{z-index:8;height:220px;top:270px;left:26.249337221633084%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525233091919{width:48.125%;height:184px;top:204px;left:1.9970703125%;z-index:5;}}  #div_a_includeBlock_1525233091919  {background:#3fa9f5;}

 #text_style_02_1526291980086{width:15.916666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:186px;left:55.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1526291980086{left:55.052028101802755%;top:165px;}}   @media screen and (max-width:640px) {#text_style_02_1526291980086{width:78.4375%;top:397px;left:4.0283203125%;}}  #text_style_02_1526291980086>.view_contents {box-sizing:border-box;text-align:justify;font-size:24px;line-height:30px;font-family:Microsoft YaHei;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1526291980086>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1526291980086>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;}}

 #text_style_02_1526292003552{width:12.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:224px;left:55.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1526292003552{left:55.052028101802755%;top:209.5px;}}   @media screen and (max-width:640px) {#text_style_02_1526292003552{width:29.6875%;top:427px;left:4.4677734375%;}}  #text_style_02_1526292003552>.view_contents {box-sizing:border-box;font-size:13px;line-height:20px;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1526292003552>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1526292003552>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;}}

 #text_style_01_1526292065831{width:37.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:271px;left:55.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526292065831{width:37.96394485683987%;left:55.052028101802755%;top:252px;}}   @media screen and (max-width:640px) {#text_style_01_1526292065831{width:91.875%;top:446px;left:4.0625%;}}  #text_style_01_1526292065831>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;text-align:justify;color:#666666;padding-bottom:0px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526292065831>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526292065831>.view_contents {box-sizing:border-box;font-size:12px;height:146px;}}

 #customForm_style_button_01_1526292640912{width:16%;position:absolute;top:435px;left:55.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1526292640912{width:16.224814422057264%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1526292640912{width:40.9375%;top:605px;left:29.53125%;}} #customForm_style_button_01_1526292640912 > .view_contents{overflow:visible;}  #customForm_style_button_01_1526292640912 .btnaSet {height:44px;line-height:44px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background:#3fa9f5;color:#ffffff;} #customForm_style_button_01_1526292640912 .btnaSet:hover {background:#65baf7;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1526292640912 .btnaSet {line-height:38px;height:38px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1526292640912 .btnaSet {line-height:32px;height:32px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}} #layout_1526260675710{height:641px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526260675710{height:546px;}}   @media screen and (max-width:640px) {#layout_1526260675710{height:667px;}} #layout_1526260675710 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1525239832438{width:55.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:44px;left:22.041666666666668%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525239832438{top:31px;left:22.040694591728528%;}}   @media screen and (max-width:640px) {#text_style_01_1525239832438{width:96%;top:21.046875px;left:1.9873046875000002%;}}  #text_style_01_1525239832438>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:normal;text-align:center;font-size:30px;line-height:30px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525239832438>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1525239832438>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1525239918336{width:42.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:83px;left:28.958333333333332%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525239918336{left:28.950159066808055%;top:61px;}}   @media screen and (max-width:640px) {#text_style_01_1525239918336{width:96%;top:51.046875px;left:1.9873046875000002%;}}  #text_style_01_1525239918336>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:20px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525239918336>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525239918336>.view_contents {box-sizing:border-box;font-size:13px;}}

 #div_blank_1525240182275{width:100%;height:1px;position:absolute;top:136px;left:0%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1525240182275{}}   @media screen and (max-width:640px) {#div_blank_1525240182275{width:96%;height:1px;top:84.96875px;left:1.9873046875000002%;}} #div_blank_1525240182275 > .view_contents{overflow:visible;}  #div_blank_1525240182275  {box-sizing:border-box;background:#cccccc;border-top-width:1px;border-top-style:none;border-top-color:#cccccc;border-bottom-color:#cccccc;border-bottom-style:none;border-bottom-width:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1525240182275  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1525240182275  {box-sizing:border-box;background:rgba(204,204,204,0.5);}}

 #text_style_01_1525240306028{width:14.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:157.5px;left:3.916666666666667%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525240306028{}}   @media screen and (max-width:640px) {#text_style_01_1525240306028{width:75.62500000000001%;top:93.046875px;left:12.177734375%;}}  #text_style_01_1525240306028>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525240306028>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525240306028>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_01_1525240270858{width:23.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:157.5px;left:23.916666666666668%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525240270858{}}   @media screen and (max-width:640px) {#text_style_01_1525240270858{width:90.625%;top:114.328125px;left:4.6826171875%;}}  #text_style_01_1525240270858>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525240270858>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525240270858>.view_contents {box-sizing:border-box;text-align:center;}}

 #text_style_01_1525240376351{width:23.916666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:157.5px;left:53.5%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525240376351{}}   @media screen and (max-width:640px) {#text_style_01_1525240376351{width:84.375%;top:137.328125px;left:7.8125%;}}  #text_style_01_1525240376351>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525240376351>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525240376351>.view_contents {box-sizing:border-box;text-align:center;}}

 #customForm_style_button_01_1525240970438{width:16%;position:absolute;top:148px;left:79.83333333333333%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1525240970438{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1525240970438{width:40.93750000000001%;top:183.3125px;left:29.531249999999996%;}} #customForm_style_button_01_1525240970438 > .view_contents{overflow:visible;}  #customForm_style_button_01_1525240970438 .btnaSet {height:44px;line-height:44px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background:#3fa9f5;color:#ffffff;} #customForm_style_button_01_1525240970438 .btnaSet:hover {background:#65baf7;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1525240970438 .btnaSet {line-height:38px;height:38px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1525240970438 .btnaSet {line-height:32px;height:32px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}} #layout_1525229948525{height:222px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525229948525{height:230px;}}   @media screen and (max-width:640px) {#layout_1525229948525{height:242px;}} #layout_1525229948525 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525229948525  {background: url(img/741581890sadasdasd.jpg);background-repeat:repeat;background-size:auto;background-position-x:50%;background-attachment:fixed;} @media screen and (max-width:640px) { #layout_1525229948525  {background-size:auto 100%;background-attachment:fixed;}} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1525229948525  {background-size:cover;}}


 #text_style_01_1525250120116{width:55.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:38px;left:22.041666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525250120116{top:45px;left:22.057264050901377%;}}   @media screen and (max-width:640px) {#text_style_01_1525250120116{width:96%;top:17px;left:1.9970703125%;}}  #text_style_01_1525250120116>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:normal;text-align:center;font-size:30px;line-height:30px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525250120116>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1525250120116>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1525250120126{width:42.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:77px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525250120126{left:28.950159066808055%;top:83px;}}   @media screen and (max-width:640px) {#text_style_01_1525250120126{width:96%;top:47px;left:1.9970703125%;}}  #text_style_01_1525250120126>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525250120126>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525250120126>.view_contents {box-sizing:border-box;font-size:13px;}} #layout_1525250120114{height:144px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525250120114{height:149px;}}   @media screen and (max-width:640px) {#layout_1525250120114{height:89px;}} #layout_1525250120114 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1525250235875{width:84px;height:73px;position:absolute;left:0%;top:18.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525250235875{left:0%;width:62px;height:52px;top:17px;}}   @media screen and (max-width:640px) {#image_style_01_1525250235875{width:61px;height:52px;top:19.5px;left:0.9771986970684038%;z-index:2;}} #image_style_01_1525250235875 > .view_contents{overflow:visible;} 

 #text_style_01_1525250489721{width:73.29545454545455%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525250489721{left:26.44655477031802%;width:73.5368816254417%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1525250489721{width:72.63843648208469%;top:47px;left:27.36156351791531%;z-index:2;}}  #text_style_01_1525250489721>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525250489721>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525250489721>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1525250471143{width:42.61363636363637%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:43.46147017045455%;top:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525250471143{left:43.556757950530034%;width:46.875%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1525250471143{width:36.807817589576544%;top:19px;left:45.10382736156352%;z-index:2;}}  #text_style_01_1525250471143>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525250471143>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525250471143>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525250433624{width:34.659090909090914%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525250433624{left:26.435512367491164%;width:29.681978798586574%;top:9px;}}   @media screen and (max-width:640px) {#text_style_01_1525250433624{width:62.866449511400646%;top:11px;left:27.48371335504886%;z-index:1;}}  #text_style_01_1525250433624>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525250433624>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525250433624>.view_contents {box-sizing:border-box;font-size:20px;}}
 #div_a_includeBlock_1525250165793{width:352px;height:111px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525250165793{width:30%;left:2.0%;height:94px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525250165793{width:96%;height:95px;top:0px;left:2.03125%;}} 


 #image_style_01_1525251034179{width:76px;height:76px;position:absolute;left:1.4970059880239521%;top:17px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525251034179{left:0%;width:62px;height:52px;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1525251034179{width:61px;height:52px;top:21.5px;left:1.0128257328990227%;z-index:2;}} #image_style_01_1525251034179 > .view_contents{overflow:visible;} 

 #text_style_01_1525251034187{width:73.29545454545455%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251034187{left:26.44655477031802%;width:73.5368816254417%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1525251034187{width:72.63843648208469%;top:47px;left:27.36156351791531%;z-index:2;}}  #text_style_01_1525251034187>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251034187>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525251034187>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1525251034193{width:42.61363636363637%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:43.46147017045455%;top:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251034193{left:43.556757950530034%;width:46.875%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1525251034193{width:36.807817589576544%;top:19px;left:45.10382736156352%;z-index:2;}}  #text_style_01_1525251034193>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251034193>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525251034193>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525251034197{width:34.659090909090914%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251034197{left:26.435512367491164%;width:29.681978798586574%;top:9px;}}   @media screen and (max-width:640px) {#text_style_01_1525251034197{width:62.866449511400646%;top:11px;left:27.48371335504886%;z-index:1;}}  #text_style_01_1525251034197>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251034197>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525251034197>.view_contents {box-sizing:border-box;font-size:20px;}}
 #div_a_includeBlock_1525251034003{width:27.833333333333332%;height:111px;position:absolute;top:0px;left:36.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525251034003{width:30%;height:94px;left:34.949960233297986%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525251034003{width:96%;height:95px;top:103px;left:1.9970703125%;}} 


 #image_style_01_1525251039032{width:74px;height:72px;position:absolute;left:1.9886363636363635%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525251039032{left:0%;width:21.908127208480565%;height:52px;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1525251039032{width:61px;height:52px;top:21.5px;left:0.6870928338762214%;z-index:2;}} #image_style_01_1525251039032 > .view_contents{overflow:visible;} 

 #text_style_01_1525251039044{width:73.29545454545455%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:48px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251039044{left:26.44655477031802%;width:73.5368816254417%;top:44px;}}   @media screen and (max-width:640px) {#text_style_01_1525251039044{width:72.63843648208469%;top:47px;left:27.36156351791531%;z-index:2;}}  #text_style_01_1525251039044>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251039044>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1525251039044>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_01_1525251039047{width:42.61363636363637%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:43.46147017045455%;top:15px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251039047{left:43.556757950530034%;width:46.875%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1525251039047{width:36.807817589576544%;top:19px;left:45.10382736156352%;z-index:2;}}  #text_style_01_1525251039047>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251039047>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525251039047>.view_contents {box-sizing:border-box;font-size:16px;}}

 #text_style_01_1525251039055{width:34.659090909090914%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:26.704545454545453%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251039055{left:26.435512367491164%;width:29.681978798586574%;top:9px;}}   @media screen and (max-width:640px) {#text_style_01_1525251039055{width:62.866449511400646%;top:11px;left:27.48371335504886%;z-index:1;}}  #text_style_01_1525251039055>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:24px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251039055>.view_contents {box-sizing:border-box;font-size:20px;}} @media screen and (max-width:640px) { #text_style_01_1525251039055>.view_contents {box-sizing:border-box;font-size:20px;}}
 #div_a_includeBlock_1525251038881{width:29.333333333333332%;height:111px;position:absolute;top:0px;left:70.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525251038881{width:30%;height:94px;left:67.89998674443267%;top:0px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525251038881{width:96%;height:95px;top:207px;left:1.9970703125%;}}  #layout_1525247362087{height:111px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525247362087{height:94px;}}   @media screen and (max-width:640px) {#layout_1525247362087{height:302px;}} #layout_1525247362087 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525247362087>.view_contents {}
 #layout_1526263274399{height:34px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526263274399{height:26px;}}   @media screen and (max-width:640px) {#layout_1526263274399{height:17px;}} #layout_1526263274399 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1525251316618{width:55.91666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:37px;left:22.041666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251316618{top:47px;left:22.040694591728528%;}}   @media screen and (max-width:640px) {#text_style_01_1525251316618{width:96%;top:11px;left:1.9970703125%;}}  #text_style_01_1525251316618>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-weight:normal;text-align:center;font-size:30px;line-height:30px;color:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251316618>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1525251316618>.view_contents {box-sizing:border-box;font-size:18px;}}

 #text_style_01_1525251316631{width:42.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:76px;left:28.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525251316631{left:28.950159066808055%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1525251316631{width:96%;top:41px;left:1.9970703125%;}}  #text_style_01_1525251316631>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:20px;color:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525251316631>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1525251316631>.view_contents {box-sizing:border-box;font-size:13px;}} #layout_1525251316617{height:140px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525251316617{height:148px;}}   @media screen and (max-width:640px) {#layout_1525251316617{height:75px;}} #layout_1525251316617 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525251316617  {background:#f2f2f2;}


 #newsList_style_04_1526262600282{width:100%;position:absolute;top:1px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1526262600282{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#newsList_style_04_1526262600282{width:96%;top:0px;left:1.9970703125%;}}  #newsList_style_04_1526262600282 .titleSet {text-align:center;background:#3fa9f5;margin-bottom:0px;margin-top:0px;height:45px;line-height:45px;color:#ffffff;} #newsList_style_04_1526262600282 .imgSet {padding-bottom:0px;padding-left:0px;background:#3fa9f5;height:241px;} #newsList_style_04_1526262600282 .modSet:hover .imgSet {padding-left:45px;} #newsList_style_04_1526262600282 .modSet:hover .titleSet {background:#3fa9f5;color:#ffffff;} #newsList_style_04_1526262600282 .detailSet {padding-bottom:0px;} #newsList_style_04_1526262600282 .modSet {background:transparent;padding-top:0px;padding-bottom:0px;margin-bottom:24px;height:285px;line-height:18px;} @media screen and (max-width:640px) { #newsList_style_04_1526262600282 .modSet {margin-bottom:0px;padding-bottom:0px;height:192px;}} @media screen and (max-width:640px) { #newsList_style_04_1526262600282 .imgSet {height:149px;}} #layout_1525252877885{height:639px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525252877885{height:627px;}}   @media screen and (max-width:640px) {#layout_1525252877885{height:614px;}} #layout_1525252877885 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525252877885  {background:#f2f2f2;}


 #customForm_style_button_01_1526537327322{width:16%;position:absolute;top:0px;left:42%;z-index:5;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1526537327322{left:41.993637327677625%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1526537327322{width:40.93750000000001%;top:0px;left:29.531249999999996%;}} #customForm_style_button_01_1526537327322 > .view_contents{overflow:visible;}  #customForm_style_button_01_1526537327322 .btnaSet {height:44px;line-height:44px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background:#3fa9f5;color:#ffffff;} #customForm_style_button_01_1526537327322 .btnaSet:hover {background:#65baf7;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1526537327322 .btnaSet {line-height:38px;height:38px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1526537327322 .btnaSet {line-height:32px;height:32px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}} #layout_1526262791445{height:88px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526262791445{height:82px;}}   @media screen and (max-width:640px) {#layout_1526262791445{height:55px;}} #layout_1526262791445 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1526262791445  {background:#f2f2f2;}



 #text_style_01_1525253147231{width:56.83563748079877%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:21.582181259600613%;top:58px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525253147231{top:46px;left:21.582181259600613%;}}   @media screen and (max-width:640px) {#text_style_01_1525253147231{width:96%;top:32px;left:2%;}}  #text_style_01_1525253147231>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;text-align:center;font-size:30px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525253147231>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_01_1525253147231>.view_contents {box-sizing:border-box;font-size:18px;}}

 #customForm_style_input_01_1525253440028{width:514px;position:absolute;left:calc(50% - 257px);top:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1525253440028{left:10.517241379310345%;width:78.96551724137932%;top:96px;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1525253440028{width:92%;top:92px;left:3.90625%;}} #customForm_style_input_01_1525253440028 > .view_contents{overflow:visible;}  #customForm_style_input_01_1525253440028 .inputSet {padding-top:0px;padding-bottom:0px;padding-left:24px;padding-right:24px;height:44px;line-height:44px;font-size:16px;color:#999999;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1525253440028 .inputSet {font-size:14px;height:36px;line-height:36px;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} @media screen and (max-width:640px) { #customForm_style_input_01_1525253440028 .inputSet {height:34px;line-height:34px;font-size:12px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}

 #customForm_style_input_01_1525253615365{width:78.95545314900153%;position:absolute;left:10.522273425499233%;top:189px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1525253615365{width:78.9%;top:152px;left:10.517241379310345%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1525253615365{width:92%;top:138px;left:3.90625%;}} #customForm_style_input_01_1525253615365 > .view_contents{overflow:visible;}  #customForm_style_input_01_1525253615365 .inputSet {padding-top:0px;padding-bottom:0px;padding-left:24px;padding-right:24px;height:44px;line-height:44px;font-size:16px;color:#999999;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1525253615365 .inputSet {font-size:14px;height:36px;line-height:36px;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} @media screen and (max-width:640px) { #customForm_style_input_01_1525253615365 .inputSet {font-size:12px;height:34px;line-height:34px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}

 #customForm_style_input_01_1525253673044{width:78.95545314900153%;position:absolute;left:10.522273425499233%;top:257px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_input_01_1525253673044{width:78.9%;top:208px;left:10.517241379310345%;}}   @media screen and (max-width:640px) {#customForm_style_input_01_1525253673044{width:92%;top:184px;left:4%;}} #customForm_style_input_01_1525253673044 > .view_contents{overflow:visible;}  #customForm_style_input_01_1525253673044 .inputSet {padding-top:0px;padding-bottom:0px;padding-left:24px;padding-right:24px;height:44px;line-height:44px;font-size:16px;color:#999999;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_input_01_1525253673044 .inputSet {font-size:14px;line-height:36px;height:36px;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} @media screen and (max-width:640px) { #customForm_style_input_01_1525253673044 .inputSet {font-size:12px;line-height:34px;height:34px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}

 #customForm_style_textarea_01_1525253724496{width:78.9%;height:124px;position:absolute;left:10.599078341013826%;top:325px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_textarea_01_1525253724496{left:10.517241379310345%;width:78.9%;top:264px;height:107px;}}   @media screen and (max-width:640px) {#customForm_style_textarea_01_1525253724496{width:92%;height:109px;top:230px;left:3.90625%;}} #customForm_style_textarea_01_1525253724496 > .view_contents{overflow:visible;}  #customForm_style_textarea_01_1525253724496 .inputSet {font-size:16px;padding-top:6px;padding-bottom:6px;padding-left:24px;padding-right:24px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_textarea_01_1525253724496 .inputSet {font-size:14px;border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;}} @media screen and (max-width:640px) { #customForm_style_textarea_01_1525253724496 .inputSet {font-size:12px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}

 #customForm_style_button_01_1525253866494{width:293px;position:absolute;left:calc(50% - 146.5px);top:479px;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1525253866494{left:22.844827586206897%;width:54.310344827586206%;top:401px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1525253866494{width:54.6875%;top:369px;left:22.65625%;}} #customForm_style_button_01_1525253866494 > .view_contents{overflow:visible;}  #customForm_style_button_01_1525253866494 .btnaSet {height:49px;line-height:49px;font-size:16px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background:#3fa9f5;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_style_button_01_1525253866494 .btnaSet {height:40px;line-height:40px;font-size:14px;}} @media screen and (max-width:640px) { #customForm_style_button_01_1525253866494 .btnaSet {font-size:12px;height:36px;line-height:36px;border-top-right-radius:8px;border-top-left-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}
 #customForm_form_1525253269222{width:651px;height:572px;position:absolute;top:48px;left:calc(50% - 325.5px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_form_1525253269222{width:580px;top:61px;left:calc(50% - 290px);height:487px;}}   @media screen and (max-width:640px) {#customForm_form_1525253269222{width:100%;height:441px;top:0px;left:0%;display:none;}}  #customForm_form_1525253269222  {background:rgba(255,255,255,0.9);} @media screen and (max-width:640px) { #customForm_form_1525253269222  {background:rgba(255,255,255,0.5);}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_form_1525253269222>.view_contents {opacity:1;background:#ffffff;}} @media screen and (min-width:641px) and (max-width:1200px) { #customForm_form_1525253269222  {background:transparent;}} #layout_1525251249637{height:670px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1525251249637{height:606px;}}   @media screen and (max-width:640px) {#layout_1525251249637{height:481px;display:none;}} #layout_1525251249637 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1525251249637  {background-size:100% auto;background-position-x:50%;background-position-y:50%;background: url(img/20180511115957182.jpg);background-repeat:no-repeat;} #layout_1525251249637>.view_contents {}



 #qrcode_style_01_1525256203003{width:141px;height:141px;position:absolute;left:87.25%;top:82px;}   @media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1525256203003{left:83.98727465535525%;width:128px;top:82.5px;height:128px;}}   @media screen and (max-width:640px) {#qrcode_style_01_1525256203003{width:200px;height:200px;top:0px;left:16.996699669967%;}} #qrcode_style_01_1525256203003 > .view_contents{overflow:visible;} 


 #image_style_01_1525255974048{width:34px;height:33px;position:absolute;left:16.87690162271805%;top:171px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525255974048{left:13.486043689320388%;width:32px;height:29px;top:172px;}}   @media screen and (max-width:640px) {#image_style_01_1525255974048{width:33px;height:33px;top:0px;left:44.84375%;}} #image_style_01_1525255974048 > .view_contents{overflow:visible;} 

 #text_style_01_1525255974062{width:300px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:29.95689655172414%;top:173.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525255974062{left:26.061893203883496%;width:64.56310679611651%;top:174px;}}   @media screen and (max-width:640px) {#text_style_01_1525255974062{width:96%;top:43px;left:2%;}}  #text_style_01_1525255974062>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525255974062>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1525255974062>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525255453313{width:7.775377969762419%;height:33px;position:absolute;left:16.67406186612576%;top:26.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525255453313{height:27px;width:32px;top:21.5px;left:13.66429004854369%;}}   @media screen and (max-width:640px) {#image_style_01_1525255453313{width:10.891089108910892%;height:33px;top:170px;left:44.554455445544555%;}} #image_style_01_1525255453313 > .view_contents{overflow:visible;} 

 #text_style_01_1525255515511{width:300px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:29.95689655172414%;top:29px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525255515511{width:266px;top:21.5px;left:26.061893203883496%;}}   @media screen and (max-width:640px) {#text_style_01_1525255515511{width:96%;top:203px;left:2%;}}  #text_style_01_1525255515511>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525255515511>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1525255515511>.view_contents {box-sizing:border-box;}}

 #text_style_01_1525255891239{width:300px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:30.064655172413797%;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1525255891239{left:26.661104368932037%;width:266px;top:98.5px;}}   @media screen and (max-width:640px) {#text_style_01_1525255891239{width:96%;top:228px;left:2%;}}  #text_style_01_1525255891239>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:16px;color:#ffffff;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1525255891239>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1525255891239>.view_contents {box-sizing:border-box;}}

 #image_style_01_1525255891226{width:8.737864077669903%;height:33px;position:absolute;left:15.821501014198782%;top:97.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525255891226{height:29px;width:8.737864077669903%;top:99px;left:13.000606796116504%;}}   @media screen and (max-width:640px) {#image_style_01_1525255891226{width:10.891089108910894%;height:33px;top:278px;left:44.554455445544555%;}} #image_style_01_1525255891226 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1525255973662{width:41.083333333333336%;height:236.5px;position:absolute;left:29.458333333333332%;top:34.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525255973662{height:222px;width:412px;top:41px;left:calc(50% - 206px);}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525255973662{width:100%;height:71px;top:200px;left:0%;}} 

 #image_style_01_1526352506218{width:262px;height:70px;position:absolute;left:1.166429837544759%;top:117.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526352506218{height:58px;width:23.54188759278897%;}}   @media screen and (max-width:640px) {#image_style_01_1526352506218{width:49.375%;height:37px;top:0px;left:0%;}} #image_style_01_1526352506218 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1525255048546{width:1200px;height:305px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1525255048546{width:100%;left:0%;height:304px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1525255048546{width:100%;height:395px;top:266px;left:0%;display:none;}} 

 #div_blank_1525256263369{width:100%;height:46px;position:absolute;top:304.546875px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1525256263369{}}   @media screen and (max-width:640px) {#div_blank_1525256263369{width:96%;height:117px;top:0px;left:2%;display:none;}} #div_blank_1525256263369 > .view_contents{overflow:visible;}  #div_blank_1525256263369  {box-sizing:border-box;background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1525256263369  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1525256263369  {box-sizing:border-box;}}

 #text_style_01_1526011878707{width:27.617709065354884%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:316.046875px;left:36.96416022487702%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526011878707{left:calc(50% - 184.5px);top:317.046875px;width:369px;}}   @media screen and (max-width:640px) {#text_style_01_1526011878707{width:99.6875%;top:7px;left:0.15625%;}}  #text_style_01_1526011878707>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:13px;color:#ffffff;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526011878707>.view_contents {box-sizing:border-box;text-align:center;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1526011878707>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;padding-bottom:10px;}} #comm_layout_footer{height:350.546875px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:621.046875px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:59px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#242424;} @media screen and (max-width:640px) { #comm_layout_footer  {background:#000000;}}
.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; }
.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }


	#image_style_01_1525229760030 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525229760030 .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_1525229760030 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525229760030 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_11{width:100%; position:relative;}
.menuStyle_11 *{box-sizing: border-box;}
.menuStyle_11 .miniMenu *,
.menuStyle_11 .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_11 .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_11 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_11 ul,.menuStyle_11 li{padding:0;margin:0px;list-style:none}
.menuStyle_11 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_11 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_11 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_11 .menuUl>li{position:relative;}
.menuStyle_11 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_11 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_11 .menuUl #hot>a{color: #2d93ff;}
.menuStyle_11 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_11 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_11 .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_11 .menuLayout .miniMenu{display:none;}
.menuStyle_11 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_11 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_11 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_11 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_11 .menuUl02 .subMenu02 {position: relative; color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_11 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_11 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_11 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_11 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_11 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_11 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_11 .rflex { position: relative;}
.menuStyle_11 .maxWidth{margin: auto;}
.menuStyle_11 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}

.menuStyle_11 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_11 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_11 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_11 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_11 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_11 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_11 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_11 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_11 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_11 .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: #333; font-size: 12px;}
.menuStyle_11 .subBox p{overflow: hidden; float: left;}
.menuStyle_11 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_11 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_11 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_11 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu02:hover,
.menuStyle_11 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_11 .subBox .subMenu03:hover,
.menuStyle_11 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_11 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_11 .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_11 .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_11 .imgIco{ margin-right:10px;}	
.menuStyle_11 .menuUl,
.menuStyle_11 .menuUl_box {display:none;}
.menuStyle_11 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_11 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_11 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_11 .miniMenu .leftBox{height: 100%;}
.menuStyle_11 .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_11 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_11 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_11 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_11 .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_11 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_11 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_11 .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_11 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_11 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_11_1526096822459 .maxWidth{max-width:px;}
	#dh_style_11_1526096822459 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_11_1526096822459 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_11_1526096822459 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}

/* 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(img/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(img/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_02_1526260936925 .bannerStyle_1 .main_image .img-item .img_0{background: url('img/20180511113232873.jpg') center top no-repeat;}
                #banner_style_02_1526260936925 .bannerStyle_1 .main_image .img-item .img_1{background: url('img/2018051716045192.png') center top no-repeat;}
                #banner_style_02_1526260936925 .bannerStyle_1 .ground_glass{}
    
	#image_style_01_1525232973069 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525232973069 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1525232973069 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1525232973069 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_1525233017575 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233017575 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1525233017575 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1525233017575 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_1525233085463 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233085463 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1525233085463 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1525233085463 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_1525233092025 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1525233092025 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1525233092025 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1525233092025 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;}
.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; }
	#image_style_01_1525250235875 .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_1525250235875 .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_1525250235875 .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_1525250235875 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_1525251034179 .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_1525251034179 .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_1525251034179 .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_1525251034179 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_1525251039032 .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_1525251039032 .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_1525251039032 .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_1525251039032 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName{}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newName a:hover{}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;*/ border-bottom:1px solid #eee; padding-bottom: 6px;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/*分页*/
.boxNewsListStyle_4 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_4 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_4 .page_btn a.cur,.boxNewsListStyle_4 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_4 .prev_btn,.boxNewsListStyle_4 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_4 .no_page{border: 0 !important;}

@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1526262600282 .newDetail.pc {display:block;}
	#newsList_style_04_1526262600282 .newDetail.pad, #newsList_style_04_1526262600282 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1526262600282 .newDetail.pad {display:block;}
		#newsList_style_04_1526262600282 .newDetail.pc, #newsList_style_04_1526262600282 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1526262600282 .newDetail.mobile {display:block;}
		#newsList_style_04_1526262600282 .newDetail.pc, #newsList_style_04_1526262600282 .newDetail.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1526262600282 li{width: 32%;}
#newsList_style_04_1526262600282 li.sumary_list{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1526262600282 li{width: 32%;}
	#newsList_style_04_1526262600282 li.sumary_list{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1526262600282  li{width: 49%;}
	#newsList_style_04_1526262600282  li.sumary_list{margin-bottom:2%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}
.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; }.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textInput{
    width: 100%;
    height: 100%;
    padding: 6px;
    border-radius: 4px;
    height: 32px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
}
.textInput:hover{
}
    #store-selector .text b{
        background: url('http://s207js.nicebox.cn../img/customForm/style_input_02/btn20121210.png') 0 0 no-repeat;
    }
.textareaInput3{
    padding: 5px;
    outline: none;
    border:1px #ccc solid;
    color: #666;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.imgStyle img{width:100%; height:100%;}
    #qrcode_style_01_1525256203003 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#qrcode_style_01_1525256203003 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#qrcode_style_01_1525256203003 .CompatibleImg img{width:100%; height:100%}}
	#image_style_01_1525255974048 .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_1525255974048 .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_1525255974048 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525255974048 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_1525255453313 .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_1525255453313 .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_1525255453313 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525255453313 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_1525255891226 .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_1525255891226 .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_1525255891226 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1525255891226 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_1526352506218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1526352506218 .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_1526352506218 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1526352506218 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{width:100%; height: 40px; padding:6px 0; background-color: #fff; 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: auto;}
				.bottomMenu ul li .menuIco img{width: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 18px;}
				.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;}
				}
				