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


 #dh_style_01_1515555895211{width:62.083333333333336%;z-index:999;position:absolute;top:2px;left:18.958333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1515555895211{z-index:1;left:20.254506892895016%;top:2px;width:590px;}}   @media screen and (max-width:640px) {#dh_style_01_1515555895211{width:76.31578947368422%;z-index:999;top:4px;left:23.94736842105263%;}} #dh_style_01_1515555895211 > .view_contents{overflow:visible;}  #dh_style_01_1515555895211 .mainMenuSet {line-height:66px;height:66px;border-bottom-color:transparent;border-bottom-style:none;border-bottom-width:2px;margin-left:36px;margin-right:36px;font-size:16px;color:#656565;} #dh_style_01_1515555895211 #hot>a {color:#0095cb;border-bottom-color:#0095cb;border-top-color:#0095cb;border-right-color:#0095cb;border-left-color:#0095cb;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1515555895211 .mainMenuSet {margin-left:26px;margin-right:26px;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1515555895211 .mainMenuSet {color:#cccccc;height:46px;line-height:46px;border-bottom-width:1px;}} @media screen and (max-width:640px) { #dh_style_01_1515555895211 #hot>a {border-bottom-width:1px;}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1515555895211{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1515555895211{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1515555895211{
		
	}
#dh_style_01_1515555895211 .menuStyle_1 .menuScroll{padding:0 18px;}
#dh_style_01_1515555895211 .menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0;}
#dh_style_01_1515555895211 .menuStyle_1 .menuScroll>.menuUlCopy{width:100%;}
#dh_style_01_1515555895211 .mainMenuSet{margin:0;}
}

 #image_logo_1515555717065{width:16.666666666666664%;height:52px;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1515555717065{left:2%;width:172px;z-index:2;}}   @media screen and (max-width:640px) {#image_logo_1515555717065{width:237px;height:42px;top:5px;left:1.9983552631578947%;}} 

 #user_style_05_1515556065817{width:20.583333333333336%;position:absolute;top:23px;left:79.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515556065817{width:163px;left:80.59219247083776%;z-index:2;}}   @media screen and (max-width:640px) {#user_style_05_1515556065817{width:96%;top:326px;left:2%;display:none;}}  #user_style_05_1515556065817 .textSet {font-size:16px;color:#71777d;}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515556065817{
	
}
#user_style_05_1515556065817 .PopUpLogin #popUpLogin-t ul li a{font-size:14px;}
#user_style_05_1515556065817 .PopUpLogin #popUpLogin-t ul{float:right;}


#user_style_05_1515556065817 .PopUpLogin #popUpLogin-t ul{float:right;}
#user_style_05_1515556065817 .Login_after a{font-size:14px;font-family: Microsoft YaHei;color:#71777D!important;padding:0 7px;}
#user_style_05_1515556065817 .Login_after a:nth-child(3){color:#aaaaaa!important;}
#user_style_05_1515556065817  .Login_after a:nth-child(1){display:none;}
#user_style_05_1515556065817 .Login_after {float:right;}
#user_style_05_1515556065817 li.w{color:#999999;}
#user_style_05_1515556065817 li{float:left;padding: 0px 6px;}

#user_style_05_1515476701364 .Login_after a:not(:last-child){display:none;}
#user_style_05_1515476701364 .Login_after a:last-child{font-size:16px!important;width:100%;line-height:40px;}
#user_style_05_1515476701364 .Login_after{background-color:#ffffff;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515556065817{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515556065817{
		
	}
} #comm_layout_header{height:70px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:68px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:53px;}} #comm_layout_header > .view_contents{max-width:1200px;} 



 #text_style_01_1515634411099{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:34.583333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515634411099{left:38.623697916666664%;top:61px;width:333px;}}   @media screen and (max-width:640px) {#text_style_01_1515634411099{width:48.75%;top:32px;left:25.657894736842106%;}}  #text_style_01_1515634411099>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#ffffff;text-align:center;font-size:56px;font-weight:bold;line-height:56px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515634411099>.view_contents {box-sizing:border-box;font-size:44px;}} @media screen and (max-width:640px) { #text_style_01_1515634411099>.view_contents {box-sizing:border-box;font-size:26px;color:#ffffff;text-align:center;}}

 #text_style_01_1515634614228{width:23.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:170px;left:38.083333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515634614228{left:42.540364583333336%;top:125.5px;}}   @media screen and (max-width:640px) {#text_style_01_1515634614228{width:41.25%;top:84px;left:29.375%;}}  #text_style_01_1515634614228>.view_contents {box-sizing:border-box;color:#ffffff;font-size:26px;font-family:Microsoft YaHei;text-align:center;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515634614228>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1515634614228>.view_contents {box-sizing:border-box;font-size:14px;color:#ffffff;text-align:center;}}
 #div_a_includeBlock_1515634708803{width:1200px;height:350px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515634708803{height:275px;top:0px;z-index:2;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515634708803{width:100%;height:132px;top:0px;left:0%;}}  #layout_diy_1515555838{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1515555838{height:275px;}}   @media screen and (max-width:640px) {#layout_diy_1515555838{height:135px;}}  @media screen and (max-width:640px) { #layout_diy_1515555838  {background: url(../img/upimages/pkgimg/59897590000191ff08000480.jpg);background-position-x:50%;background-position-y:50%;background-repeat:no-repeat;background-size:cover;}} #layout_diy_1515555838  {background: url(../img/upimages/pkgimg/59897590000191ff08000480.jpg);background-repeat:no-repeat;background-size:cover;background-position-x:50%;background-position-y:50%;}
 #layout_1515634166121{height:41px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515634166121{height:32px;}}   @media screen and (max-width:640px) {#layout_1515634166121{height:55px;display:none;}} #layout_1515634166121 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1515659410412{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:56px;left:8.708333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515659410412{left:9.126458112407212%;top:17px;}}   @media screen and (max-width:640px) {#text_style_01_1515659410412{width:96%;top:28px;left:1.9942434210526316%;}}  #text_style_01_1515659410412>.view_contents {box-sizing:border-box;font-size:26px;font-family:Microsoft YaHei;text-align:center;color:#4d5561;font-weight:bold;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515659410412>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1515659410412>.view_contents {box-sizing:border-box;font-size:20px;}}

 #div_blank_1515659410422{width:94px;height:18px;position:absolute;top:98px;left:20.208333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515659410422{width:73px;left:20.685312831389183%;top:43px;}}   @media screen and (max-width:640px) {#div_blank_1515659410422{width:29px;height:20px;top:47px;left:45.46875%;display:none;}} #div_blank_1515659410422 > .view_contents{overflow:visible;}  #div_blank_1515659410422  {box-sizing:border-box;background:transparent;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#0095cb;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515659410422  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515659410422  {box-sizing:border-box;border-bottom-width:2px;}}

 #image_style_01_1515659433973{width:51.5%;height:428px;position:absolute;top:0px;left:48.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515659433973{top:5px;left:48.838480911983034%;height:325px;width:462px;}}   @media screen and (max-width:640px) {#image_style_01_1515659433973{width:94%;height:212px;top:327px;left:2.998046875%;}} #image_style_01_1515659433973 > .view_contents{overflow:visible;} 

 #text_style_01_1515659451452{width:37.416666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:152px;left:5.416666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515659451452{width:415px;left:2.5516967126193%;top:77px;}}   @media screen and (max-width:640px) {#text_style_01_1515659451452{width:94%;top:72px;left:2.96875%;}}  #text_style_01_1515659451452>.view_contents {box-sizing:border-box;font-size:16px;font-family:Microsoft YaHei;color:#333333;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515659451452>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515659451452>.view_contents {box-sizing:border-box;font-size:14px;color:#4d5561;}} #layout_1515659410410{height:474px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515659410410{height:369px;}}   @media screen and (max-width:640px) {#layout_1515659410410{height:569px;}} #layout_1515659410410 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1515659962772{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515659962772{left:calc(50% - 145.5px);top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1515659962772{width:96%;top:22px;left:2%;}}  #text_style_01_1515659962772>.view_contents {box-sizing:border-box;font-size:26px;font-family:Microsoft YaHei;text-align:center;color:#4d5561;font-weight:bold;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515659962772>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1515659962772>.view_contents {box-sizing:border-box;font-size:20px;}}

 #div_blank_1515659962784{width:45px;height:18px;position:absolute;top:96px;left:calc(50% - 22.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515659962784{width:40px;left:calc(50% - 20px);top:76px;}}   @media screen and (max-width:640px) {#div_blank_1515659962784{width:29px;height:20px;top:39px;left:45.46875%;display:block;}} #div_blank_1515659962784 > .view_contents{overflow:visible;}  #div_blank_1515659962784  {box-sizing:border-box;background:transparent;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#0095cb;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515659962784  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515659962784  {box-sizing:border-box;border-bottom-width:1px;}} #layout_1515659962771{height:114px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515659962771{height:94px;}}   @media screen and (max-width:640px) {#layout_1515659962771{height:58px;}} #layout_1515659962771 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515659962771  {background:#f5f5f5;}



 #text_style_01_1515661014555{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515661014555{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515661014555{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515661014555>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515661014555>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515661014555>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515661033207{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515661033207{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515661033207{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515661033207 > .view_contents{overflow:visible;} 

 #text_style_01_1515661156898{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515661156898{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515661156898{width:96%;top:73px;left:2%;}}  #text_style_01_1515661156898>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515661156898>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515661156898>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515660065229{width:30%;height:165px;position:absolute;top:17px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515660065229{left:2%;height:141px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515660065229{width:90%;height:99px;top:13px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515660065229  {background:#ffffff;}}


 #text_style_01_1515662465739{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662465739{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515662465739{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515662465739>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662465739>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662465739>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515662465756{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662465756{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515662465756{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515662465756 > .view_contents{overflow:visible;} 

 #text_style_01_1515662465759{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662465759{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515662465759{width:94%;top:73px;left:2.96875%;}}  #text_style_01_1515662465759>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662465759>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515662465759>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515662465529{width:30%;height:165px;position:absolute;top:17px;left:35%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662465529{height:141px;left:34.994697773064686%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662465529{width:90%;height:121px;top:125px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515662465529  {background:#ffffff;}}


 #text_style_01_1515662509651{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662509651{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515662509651{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515662509651>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662509651>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662509651>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515662509669{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662509669{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515662509669{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515662509669 > .view_contents{overflow:visible;} 

 #text_style_01_1515662509681{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662509681{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515662509681{width:94%;top:73px;left:2.96875%;}}  #text_style_01_1515662509681>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662509681>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515662509681>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515662509458{width:30%;height:165px;position:absolute;top:17px;left:70%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662509458{height:141px;left:68%;top:17px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662509458{width:90%;height:121px;top:260px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515662509458  {background:#ffffff;}}


 #text_style_01_1515662642611{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662642611{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515662642611{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515662642611>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662642611>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662642611>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515662642627{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662642627{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515662642627{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515662642627 > .view_contents{overflow:visible;} 

 #text_style_01_1515662642630{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662642630{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515662642630{width:94%;top:73px;left:2.96875%;}}  #text_style_01_1515662642630>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662642630>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515662642630>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515662642408{width:30%;height:165px;position:absolute;top:217px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662642408{height:141px;left:1.9999337221633087%;top:175px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662642408{width:90%;height:121px;top:395px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515662642408  {background:#ffffff;}}


 #text_style_01_1515662689587{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662689587{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515662689587{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515662689587>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662689587>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662689587>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515662689600{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662689600{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515662689600{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515662689600 > .view_contents{overflow:visible;} 

 #text_style_01_1515662689603{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662689603{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515662689603{width:94%;top:73px;left:2.96875%;}}  #text_style_01_1515662689603>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662689603>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515662689603>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515662689370{width:30%;height:165px;position:absolute;top:217px;left:35%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662689370{height:141px;left:34.994697773064686%;top:175px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662689370{width:90%;height:121px;top:531px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515662689370  {background:#ffffff;}}


 #text_style_01_1515662698872{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:65px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662698872{left:2.986969964664311%;width:94%;top:58px;}}   @media screen and (max-width:640px) {#text_style_01_1515662698872{width:96%;top:48px;left:1.875%;}}  #text_style_01_1515662698872>.view_contents {box-sizing:border-box;font-size:18px;font-family:Microsoft YaHei;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662698872>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662698872>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;color:#4d5561;}}

 #image_style_01_1515662698883{width:18.333333333333332%;height:44px;position:absolute;top:16px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662698883{left:1.0545494699646643%;width:18.374558303886925%;height:37px;top:16px;}}   @media screen and (max-width:640px) {#image_style_01_1515662698883{width:78px;height:38px;top:0px;left:calc(50% - 39px);}} #image_style_01_1515662698883 > .view_contents{overflow:visible;} 

 #text_style_01_1515662698888{width:94%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:97px;left:3.0555555555555554%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662698888{left:2.986969964664311%;width:94%;top:86px;}}   @media screen and (max-width:640px) {#text_style_01_1515662698888{width:94%;top:73px;left:2.96875%;}}  #text_style_01_1515662698888>.view_contents {box-sizing:border-box;font-size:14px;font-family:Arial;font-weight:bold;color:#999999;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662698888>.view_contents {box-sizing:border-box;font-size:13px;}} @media screen and (max-width:640px) { #text_style_01_1515662698888>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}
 #div_a_includeBlock_1515662698572{width:30%;height:165px;position:absolute;top:217px;left:70%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662698572{height:149px;left:67.99940349946978%;top:175px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662698572{width:90%;height:121px;top:669px;left:5%;}}  @media screen and (max-width:640px) { #div_a_includeBlock_1515662698572  {background:#ffffff;}} #layout_1515659320885{height:413px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515659320885{height:345px;}}   @media screen and (max-width:640px) {#layout_1515659320885{height:800px;}} #layout_1515659320885 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515659320885  {background:#f5f5f5;}


 #text_style_01_1515664429589{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:70px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515664429589{left:calc(50% - 145.5px);top:50px;}}   @media screen and (max-width:640px) {#text_style_01_1515664429589{width:96%;top:22px;left:2%;}}  #text_style_01_1515664429589>.view_contents {box-sizing:border-box;font-size:26px;font-family:Microsoft YaHei;text-align:center;color:#4d5561;font-weight:bold;line-height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515664429589>.view_contents {box-sizing:border-box;font-size:22px;}} @media screen and (max-width:640px) { #text_style_01_1515664429589>.view_contents {box-sizing:border-box;font-size:16px;}}

 #div_blank_1515664429611{width:45px;height:18px;position:absolute;top:96px;left:calc(50% - 22.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515664429611{width:40px;left:calc(50% - 20px);top:76px;}}   @media screen and (max-width:640px) {#div_blank_1515664429611{width:29px;height:20px;top:39px;left:45.46875%;display:none;}} #div_blank_1515664429611 > .view_contents{overflow:visible;}  #div_blank_1515664429611  {box-sizing:border-box;background:transparent;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#0095cb;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515664429611  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515664429611  {box-sizing:border-box;border-bottom-width:1px;}} #layout_1515664429586{height:114px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515664429586{height:92px;}}   @media screen and (max-width:640px) {#layout_1515664429586{height:58px;}} #layout_1515664429586 > .view_contents{overflow:visible;max-width:1200px;} 


 #map_style_01_1515663606761{width:57.91666666666667%;height:393px;position:absolute;top:25px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1515663606761{width:52.49204665959704%;left:2%;}}   @media screen and (max-width:640px) {#map_style_01_1515663606761{width:100%;height:227px;top:16px;left:0%;}} 

 #liuyanban_style_01_1515663646765{width:39.33333333333333%;position:absolute;top:36px;left:60.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1515663646765{left:58.6%;top:36px;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1515663646765{width:100%;top:249px;left:0%;}}  #liuyanban_style_01_1515663646765 .inputSet {border-top-color:#cccccc;border-right-color:#cccccc;border-bottom-color:#cccccc;border-left-color:#cccccc;height:42px;margin-top:0px;margin-bottom:8px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;color:#333333;} #liuyanban_style_01_1515663646765 .btnaSet {margin-top:4px;background:#0095cb;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;} #liuyanban_style_01_1515663646765 .btnaSet:hover {background:#097aa0;} @media screen and (min-width:641px) and (max-width:1200px) { #liuyanban_style_01_1515663646765 .inputSet {height:36px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1515663646765{
	
}
#liuyanban_style_01_1515663646765 textarea#message{height:140px;}
#liuyanban_style_01_1515663646765 .gformStyle_1 .gf_title{DISPLAY:NONE;}
#liuyanban_style_01_1515663646765 .gformStyle_1 .gbt{width:40%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1515663646765{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1515663646765{
		
	}
#liuyanban_style_01_1515663646765 .gformStyle_1 .gbt{width:100%;}
} #layout_1515663581137{height:426px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515663581137{}}   @media screen and (max-width:640px) {#layout_1515663581137{height:640px;}} #layout_1515663581137 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1515636873473{height:47px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515636873473{}}   @media screen and (max-width:640px) {#layout_1515636873473{height:6px;}} #layout_1515636873473 > .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1516169931415{width:30.583333333333336%;height:65px;position:absolute;top:46px;left:34.708333333333336%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516169931415{height:47px;left:34.72958642629905%;top:37px;}}   @media screen and (max-width:640px) {#image_style_01_1516169931415{width:66.006600660066%;height:200px;top:0px;left:16.996699669967%;display:none;}} #image_style_01_1516169931415 > .view_contents{overflow:visible;} 

 #dh_style_01_1516170117514{width:53%;z-index:1000;position:absolute;top:125px;left:23.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1516170117514{z-index:999;width:481px;left:24.496288441145282%;top:90px;}}   @media screen and (max-width:640px) {#dh_style_01_1516170117514{width:14.521452145214525%;z-index:999;top:200px;left:42.73927392739274%;display:none;}} #dh_style_01_1516170117514 > .view_contents{overflow:visible;}  #dh_style_01_1516170117514 .mainMenuSet {font-size:14px;color:#6d6d6d;font-family:Microsoft YaHei;} #dh_style_01_1516170117514 #hot>a {color:#6d6d6d;} #dh_style_01_1516170117514 .mainMenuSet:hover {color:#6d6d6d;} #dh_style_01_1516170117514 #hot>a:hover {color:#6d6d6d;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_01_1516170117514 .mainMenuSet {font-size:12px;}}


 #image_style_01_1516170452753{width:18px;height:26px;position:absolute;top:7px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170452753{left:0%;width:16px;top:8px;}}   @media screen and (max-width:640px) {#image_style_01_1516170452753{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1516170452753 > .view_contents{overflow:visible;} 

 #text_style_01_1516170546092{width:84.52380952380952%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7px;left:10.119047619047619%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516170546092{left:10.21286231884058%;width:86.95652173913044%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1516170546092{width:370px;top:0px;left:0%;}}  #text_style_01_1516170546092>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6d6d6d;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516170546092>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1516170546092>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516170357994{width:22%;height:43px;position:absolute;top:175px;left:6%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516170357994{left:5.999801166489926%;width:22%;height:37px;top:132px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516170357994{width:100%;height:63px;top:0px;left:0%;display:none;}} 


 #image_style_01_1516170892184{width:18px;height:26px;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170892184{left:0%;width:16px;top:9px;}}   @media screen and (max-width:640px) {#image_style_01_1516170892184{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1516170892184 > .view_contents{overflow:visible;} 

 #text_style_01_1516170892195{width:84.52380952380952%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7px;left:10.119047619047619%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516170892195{left:10.21286231884058%;width:86.95652173913044%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1516170892195{width:370px;top:0px;left:0%;}}  #text_style_01_1516170892195>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6d6d6d;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516170892195>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1516170892195>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516170891940{width:22%;height:43px;position:absolute;top:175px;left:28.000000000000004%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516170891940{width:22%;top:132px;left:27.99907211028632%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516170891940{width:100%;height:63px;top:63px;left:0%;display:none;}} 


 #image_style_01_1516170908995{width:18px;height:20px;position:absolute;top:15px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170908995{left:0%;width:16px;top:12px;}}   @media screen and (max-width:640px) {#image_style_01_1516170908995{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1516170908995 > .view_contents{overflow:visible;} 

 #text_style_01_1516170909008{width:84.52380952380952%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7px;left:10.119047619047619%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516170909008{left:10.21286231884058%;width:86.95652173913044%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1516170909008{width:370px;top:0px;left:0%;}}  #text_style_01_1516170909008>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6d6d6d;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516170909008>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1516170909008>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516170908780{width:22%;height:43px;position:absolute;top:175px;left:50%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516170908780{width:22%;left:49.950291622481444%;top:132px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516170908780{width:100%;height:63px;top:126px;left:0%;display:none;}} 


 #image_style_01_1516170922401{width:18px;height:19px;position:absolute;top:14px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170922401{left:0%;width:16px;top:13px;}}   @media screen and (max-width:640px) {#image_style_01_1516170922401{width:200px;height:200px;top:0px;left:16.996699669967%;}} #image_style_01_1516170922401 > .view_contents{overflow:visible;} 

 #text_style_01_1516170922416{width:84.52380952380952%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:7px;left:10.119047619047619%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516170922416{left:10.21286231884058%;width:86.95652173913044%;top:7px;}}   @media screen and (max-width:640px) {#text_style_01_1516170922416{width:370px;top:0px;left:0%;}}  #text_style_01_1516170922416>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6d6d6d;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516170922416>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1516170922416>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1516170922195{width:22%;height:43px;position:absolute;top:173.5px;left:72%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516170922195{width:22%;left:71.90151113467657%;top:132px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516170922195{width:100%;height:63px;top:244px;left:0%;display:none;}} 

 #text_style_01_1516171373049{width:84.52380952380952%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:268px;left:2.666666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1516171373049{width:86.95652173913044%;left:6.521739130434781%;top:199px;}}   @media screen and (max-width:640px) {#text_style_01_1516171373049{width:93.4375%;top:16px;left:3.28125%;}}  #text_style_01_1516171373049>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#6d6d6d;font-size:14px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1516171373049>.view_contents {box-sizing:border-box;font-size:12px;}} @media screen and (max-width:640px) { #text_style_01_1516171373049>.view_contents {box-sizing:border-box;font-size:12px;}}

 #qqol_style_01_1516280331873{width:17.5%;position:absolute;top:9px;left:81.45833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1516280331873{left:15.346534653465348%;width:69.3069306930693%;}}   @media screen and (max-width:640px) {#qqol_style_01_1516280331873{width:96%;top:0px;left:2%;display:none;}} #qqol_style_01_1516280331873 > .view_contents{overflow:visible;} 
 #div_a_includeBlock_1516170281290{width:1200px;height:319px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1516170281290{width:100%;left:0%;height:242px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1516170281290{width:100%;height:72px;top:0px;left:0%;}} 

 #div_blank_1516171122582{width:100%;height:43px;position:absolute;top:200px;left:0.28109627547434995%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1516171122582{height:22px;top:158px;left:0%;}}   @media screen and (max-width:640px) {#div_blank_1516171122582{width:96%;height:200px;top:60px;left:2%;display:none;}} #div_blank_1516171122582 > .view_contents{overflow:visible;}  #div_blank_1516171122582  {box-sizing:border-box;background:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#1c1c27;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1516171122582  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1516171122582  {box-sizing:border-box;}} #comm_layout_footer{height:319px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:242px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:72px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#13131f;border-bottom-style:solid;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;}
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

	#image_style_01_1515659433973 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515659433973 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515659433973 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1515659433973 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_1515661033207 .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_1515661033207 .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_1515661033207 .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_1515661033207 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_1515662465756 .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_1515662465756 .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_1515662465756 .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_1515662465756 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_1515662509669 .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_1515662509669 .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_1515662509669 .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_1515662509669 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_1515662642627 .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_1515662642627 .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_1515662642627 .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_1515662642627 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_1515662689600 .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_1515662689600 .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_1515662689600 .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_1515662689600 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_1515662698883 .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_1515662698883 .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_1515662698883 .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_1515662698883 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 form{}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gformList textarea.gf_message{}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}
.gformStyle_1 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}
	#image_style_01_1516169931415 .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_1516169931415 .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_1516169931415 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516169931415 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

	#image_style_01_1516170452753 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170452753 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516170452753 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516170452753 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_1516170892184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170892184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516170892184 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516170892184 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_1516170908995 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170908995 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516170908995 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516170908995 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_1516170922401 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1516170922401 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1516170922401 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1516170922401 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;}

/* 清除浮动 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------电脑板式样式----------------------*/
body > .online-service{display:block !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body > .online-service{display:block !important;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
    body > .online-service{display:none !important;}
}
