/* CSS made by bulusi.com */
/* 2012-11-28 */

/* 公用样式v0.3 */
*{
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
text-align:left;
font-size:100%;
font-weight:normal;
font-style:normal;
font-family:STFangsong,FangSong,FangSong_GB2312,sans-serif;
}

html,body{
width:100%;
height:auto;
}
html{
font-size:12px;
overflow-x:hidden;
overflow-y:scroll;
}
body{
color:#000; font-family: STFangsong,FangSong,FangSong_GB2312,sans-serif;
/*background:url(../images/bg.jpg) #fafafa repeat;*/
}

::selection{
background:#bb9a5b;
color:#fff;
}

table{
border-collapse:collapse;
border-spacing:0;
}

img,video{
display:block;
max-width:100%;
}

li{
list-style-type:none;
}

p{
/*line-height:120%;
word-wrap:break-word;
text-align:justify;*/
}
p:before,p:after{ 
content:"";
}

strong{
font-weight:bold;
}

em{
font-style:italic;
}

del{ 
text-decoration:line-through;
}

textarea{
resize:none;
}

button{
*overflow:visible;
}

.block{
margin:0 auto;
width:1200px;
zoom:1;
overflow:auto;
}

.container{
display:table-cell;
vertical-align:middle;
}

.noscroll{
overflow:hidden;
}

.noselect{
user-select:none;
-ms-user-select:none;
-moz-user-select:none;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
}

.ani img{
cursor:pointer;
}

.h{
display:none;
}

.l{
background:url(../images/icon_loading.gif) center center no-repeat;
}

.t{
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
}

.cn{
font-family:"",SimSun,sans-serif;
*font-family:Arial,SimSun,sans-serif;
}
.jp{
font-family:Meiryo,"MS Mincho",Arial,sans-serif;
}
.kr{
font-family:"Malgun Gothic",Dotum,Arial,sans-serif;
}
.kai{
font-family:STKaiti,KaiTi,KaiTi_GB2312,sans-serif;
}
.song{
font-family:STFangsong,FangSong,FangSong_GB2312,sans-serif;
}

a{
text-decoration:none;
}
a:link,a:visited{
color:#000;
}
a:active,a:hover,a.hover{
color:#bb9a5b;
}

/* 通用样式 */
div.ie6{
position:absolute;
top:0;
left:0;
width:100%;
height:36px;
background:#bb9a5b;
overflow:hidden;
z-index:9999;
}
div.ie6 a{
display:block;
line-height:36px;
text-align:center;
color:#fff;
}
div.locked,div.alert{
position:absolute;
left:0;
top:0;
width:100%;
display:none;
z-index:9999;
}
div.locked{
background:url(../images/icon_loading.gif) no-repeat;
}
div.alert{
text-align:center;
background:url(../images/icon_blank.gif) repeat;
}
div.alert span{
display:inline-block;
padding:0 42px;
height:42px;
line-height:42px;
font-size:14px;
font-weight:bold;
text-align:center;
color:#000;
border-radius:4px;
box-shadow:0px 0px 4px #ddd;
background:#fff;
}
div.debug{
position:absolute;
position:fixed;
bottom:0;
left:0;
padding:6px 1%;
width:98%;
max-height:270px;
*height:expression($(this).height()>270?"270px":true);
line-height:18px;
color:#fff;
background:#000;
word-break:break-all;
overflow-y:scroll;
z-index:9999;
}
div.debug hr{
margin:6px 0;
display:block;
height:1px;
background:#ccc;
}

/* 私有样式 */
/* 通用样式 */
div.header{
width:100%;
min-width:1200px;
padding-top: 1%;
box-shadow: 2px 2px 10px #909090;
border-bottom: 1px solid #ffffff;
padding-top: 2%;
}
div.header div.block {
    position: relative;
    height: auto;

    overflow: visible;
}
div.header a.logo{
/*float:left;*/
margin-top:30px;
}
div.header a.logo img{
width:35%;
height: auto;
margin: auto;
}
div.header ul.language{
position:absolute;
top:-10px;
right:0;
padding-left:8px;
height:34px;
color:#333;
background:url(../images/cs.png) -480px 11px no-repeat;
overflow:hidden;
    display: none;
}
div.header ul.language li{
float:left;
margin-left:12px;
*display:inline;
line-height:34px;
}
div.header ul.language a{
line-height:34px;
color:#333;
}
div.header ul.language a:hover{
color:#bb9a5b;
}
/* 20170614移除
div.header form.search{
position:absolute;
top:44px;
right:0;
height:23px;
overflow:hidden;
}
div.header form.search input{
float:left;
padding:0 10px;
width:124px;
height:23px;
line-height:23px;
border-radius:4px;
border-top-right-radius:0;
border-bottom-right-radius:0;
background:#fff;
}
div.header form.search button{
float:left;
width:40px;
height:23px;
border-radius:4px;
border-top-left-radius:0;
border-bottom-left-radius:0;
background:url(../images/cs.png) #595959 -467px -35px no-repeat;
cursor:pointer;
}*/
div.header div.menu {
    text-align: center;
    overflow: hidden;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 1%;
}
div.header div.menu a{
display:inline-block;
padding:0 10px;
height:44px;
line-height:44px;
font-size:16px;
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
font-weight: bold;
}
div.header div.menu_sub{
position:absolute;
top:120px;
left:0;
width:100%;
background:#000;
background:rgba(0,0,0,.6);
z-index:1;
}
div.header div.menu_sub ul{
display:none;
}
div.header div.menu_sub li{
float:left;
padding:36px 0 26px 18px;
width:112px;
overflow:hidden;
}
div.header div.menu_sub a{
display:block;
line-height:32px;
font-size:16px;
color:#fff;
text-align:center;
}
div.header div.menu_sub a:hover,div.header div.menu_sub a.hover{
color:#bb9a5b;
}
div.header div.menu_sub span,div.header div.menu_sub img{
display:block;
margin:1px;
width:110px;
height:110px;
background-color:#fff;
}
div.header div.menu_sub span{
background-image:url(../images/icon_sub.jpg);
background-repeat:no-repeat;
}
div.header div.menu_sub a:hover span,div.header div.menu_sub a:hover img{
margin:0;
border:1px #bb9a5b solid;
}
div.header_fix{
position:fixed;
display:none;
z-index:9999;
background-color: #fff;
    padding-top: 0%;
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
    border-bottom: 1px solid #c59b18;
}
div.header_fix:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/*background:url(../images/bg.jpg) repeat;*/
opacity:.95;
}
div.header_fix div.block{
height:auto;
}
div.header_fix a.logo{
margin-top:12px;
}
div.header_fix a.logo img{
    width: 20%;
    height: auto;
    margin: auto;
    display: none;
}
div.header_fix div.menu{
margin:14px -18px 0 0;
}
div.header_fix ul.language,div.header_fix div.menu_sub{
display:none;
}
div.par{
position:relative;
height:520px;
overflow:visible;
z-index:-1;
}
div.par img{
position:absolute;
top:0;
left:-360px;
max-width:1920px;
width:1920px;
height:520px;
background:#e9e9e9;
}
div.nav{
margin-top:-90px;
min-width:1200px;
background:#e9e9e9;
background:rgba(233,233,233,.95);
overflow:visible;
}
div.nav ul{
height:90px;
text-align:center;
overflow:hidden;
}
div.nav li{
display:inline-block;
}
div.nav a{
display:block;
padding:0 16px;
line-height:85px;
font-size:16px;
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
}
div.nav a.hover{
border-bottom:5px #bb9a5b solid;
}
div.shortcut{
height:40px;
line-height:40px;
overflow:hidden;
}
div.shortcut a{
margin:0 6px;
}
div.shortcut h3{
display:inline-block;
padding:0 6px 0 16px;
background:url(../images/cs.png) -480px -60px no-repeat;
}
div.footer{
position:relative;
padding:2% 0;
min-width:1200px;
color:#fff;
background:#ad9056;
overflow:hidden;
}

div.footer video{
position:absolute;
top:0;
left:0;
width:100%;
background:#000;
z-index:-1;
}
div.footer ul{
float:left;
margin:10px 70px 0 0;
overflow:hidden;
}
div.footer li{
padding-left:14px;
line-height:22px;
}
div.footer li.footer_title{
margin-top:11px;
line-height:36px;
background:url(../images/cs.png) -480px -100px no-repeat;
}
div.footer li.footer_title_fix{
margin-top:-8px;
}
div.footer a{
color:#fff;
}
div.footer li.footer_title a{
font-size:16px;
}
div.footer a:hover,div.footer a.hover{
color:#bb9a5b;
}
div.footer p{
float:right;
margin-top:4px;
padding:0;
width:396px;
line-height:18px;
font-size:10px;
}
div.footer p.footer_tel{
margin-bottom:20px;
padding:74px 0 0 34px;
font-size:30px;
width:360px;
line-height:34px;
background:url(../images/cs.png) -300px -140px no-repeat;
}
a.more,p.more{
margin-top:12px;
line-height:32px;
font-size:16px;
color:#bb9a5b;
}
a.more{
float:left;
}
p.more{
text-align:center;
}
div.title_list,div.title_info{
margin:20px 0;
text-align:center;
}
div.title_list span{
display:inline-block;
}
div.title_list p{
line-height:32px;
text-align:center;
}
div.title_list ul{
float:left;
border-top:1px #cdcdcd solid;
border-bottom:1px #cdcdcd solid;
}
div.title_list li{
float:left;
}
div.title_list a{
display:block;
padding:0 20px;
line-height:48px;
font-size:36px;
}
div.title_list form{
float:left;
padding:10px 40px;
border-top:1px #cdcdcd solid;
border-bottom:1px #cdcdcd solid;
}
div.title_list form input{
float:left;
padding:0 10px;
width:124px;
height:28px;
line-height:28px;
border-radius:4px;
border-top-right-radius:0;
border-bottom-right-radius:0;
background:#fff;
}
div.title_list form button{
float:left;
width:40px;
height:28px;
border-radius:4px;
border-top-left-radius:0;
border-bottom-left-radius:0;
background:url(../images/cs.png) #595959 -466px -32px no-repeat;
cursor:pointer;
}
div.title_info span{
display:block;

line-height:50px;
font-size:30px;
text-align:center;
    color: #0c0c0c;
}
div.title_info h1{
line-height:38px;
font-size:18px;
text-align:center;
}
div.title_info p{
margin:10px 0;
line-height:24px;
text-align:center;
}
div.title_info big{
font-size:14px;
}
div.title_info hr{
display:inline-block;
width:80px;
height:2px;
background:#bb9a5b;
}
/* 分栏页 */
div.main{
overflow:visible;
}
div.main div.main_all{
margin-left:-200px;
padding:0 200px 100px 200px;
width:100%;
background:#f5f5f5;
overflow:hidden;
}
div.main div.main_all p{ 
    line-height: 30px;
    font-size: 20px;
  /*  margin-top: 3%;*/

}
div.main div.main_all_brown{
padding-top:40px;
background:#bb9a5b;
}
div.main div.main_all_pic{
margin-top:-40px;
padding-top:60px;
padding-bottom:60px;
color:#fff;
background:url(../images/main_bg_01.jpg) center 0 no-repeat;
background-size:100% auto;
}



.page{
padding:12px 0;
text-align:right;
margin-bottom: 3%;
    overflow: hidden;
}
.page li{ float:left;     display: inline-block;
    margin-left: 6px;
        padding: 0 3%;
    line-height: 30px;
    color: #000;
    background: #e9e9e9;
 
}

.col-sm-4 {
    width: 30.33333333%; float:left; margin-right: 3%;
}



.page li a,div.main div.page span{
display:inline-block;

}
.page li a:hover,div.main div.page li a.hover{
color:#fff;
background:#bb9a5b;
}
.page span{
cursor:default;
}
/* 横排图片列表 */
ul.list_pic_rank{
padding-top:20px;
width:100%;
}
ul.list_pic_rank li {
    float: left;
    /* margin: 18px 18px 0 0; */
    /*padding-bottom: 20px;*/
    width: 23%;
    overflow: hidden;
    margin: 1%;
}

ul.list_pic_rank li h5 { font-size:20px;margin-top: 5%;text-align: center;
 
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 2%;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnai2 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #e6e6e6;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.thumbnailyuan {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	    border-radius: 3%;
}



.newsbottom{clear:both;margin-top:20px; border-top: solid 1px #e7dbd1;     margin-bottom: 5%;    overflow: hidden;}
.newsbottom>.pnbox{height:70px;float:left;overflow:hidden;}
.newsbottom>.pnbox>.pn{height:35px;overflow:hidden;font-size: 16px;line-height: 35px;}
.newsbottom>.pnbox>.pn>.pntitle{font-size:16px;line-height:35px;color:#980300;display:block;float:left;}
.newsbottom>.pnbox>.pn>a{display:block;float:left;font-size:16px;line-height:35px;color:#333;}
.newsbottom>.pnbox>.pn>a:hover{color:#961912}
.newsbottom>.newsharebox{float:right;margin-top: 10px;}
.newsbottom>.newsharebox>span{display:block;float:left;font-size:16px;line-height:36px;color:#666666;}
.newsbottom>.newsharebox>.sharerow{float:left;}
.newsbottom>.newsharebox>.sharerow>a{display:block;float:left;width:36px;height:36px;margin-left:10px;}






ul.list_pic_rank img {
   
    width: 100%;
    height: auto;
    /* height: 218px; */
    background: #e9e9e9;
}
ul.list_pic_rank em,ul.list_pic_rank h3,ul.list_pic_rank p{
display:block;
width:366px;
overflow:hidden;
}
ul.list_pic_rank em{
line-height:20px;
font-style:normal;
font-size:16px;
 
}
ul.list_pic_rank h3{
height:30px;
}
ul.list_pic_rank h3,ul.list_pic_rank h3 a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;     text-align: center;
	 
}
ul.list_pic_rank p{
margin-top:12px;
/*height:66px;*/
line-height:22px;
}
/* 异形横排图片列表 */
ul.list_pic_rank_col2 li{
width:591px;
}
ul.list_pic_rank_col2 img{
width:591px;
height:332px;
}
ul.list_pic_rank_col2 em,ul.list_pic_rank_col2 h3,ul.list_pic_rank_col2 p{
width:591px;
}
ul.list_pic_rank_col4 li{
width:286.5px;
}
ul.list_pic_rank_col4 img{
width:286.5px;
height:161px;
}
ul.list_pic_rank_col4 em,ul.list_pic_rank_col4 h3,ul.list_pic_rank_col4 p{
width:286.5px;
}
ul.list_index_link{
padding:40px 0 0px 1px;
width:1200px;
}
ul.list_index_link li{
padding-top:50px;
background:url(../images/cs.png) no-repeat;
}
ul.list_index_link li.index_link_01{
background-position:0 -260px;
}
ul.list_index_link li.index_link_02{
background-position:-420px -260px;
}
ul.list_index_link li.index_link_03{
background-position:0 -380px;
}
ul.list_index_link a:hover{
color:#fff;
}
ul.list_index_link li{
margin:0 0 0 -1px;
width:401px;
}
ul.list_index_link h3 a{
padding-left:56px;
font-size:20px;
}
ul.list_index_link em{
padding:0 0 10px 56px;
font-size:11px;
}
ul.list_index_link img{
width:399px;
/*height:298px;*/
height:224px;
border:1px #dbc499 solid;
}
ul.list_index_link p.news_title{
margin:-6px 0;
height:22px;
font-size:14px;
}
ul.list_index_link p.news_info{
/*height:44px;*/
}
ul.list_index_list{
padding-top:0;
}
ul.list_index_list li{
position:relative;
margin:0 10px 0 0;
padding:0;
width:232px;
height:400px;
background:url(../images/index_list.jpg) #bb9a5b no-repeat;
}
ul.list_index_list li.index_list_01{
background-position:0px 0;
}
ul.list_index_list li.index_list_02{
background-position:-232px 0;
}
ul.list_index_list li.index_list_03{
background-position:-464px 0;
}
ul.list_index_list li.index_list_04{
background-position:-696px 0;
}
ul.list_index_list li.index_list_05{
background-position:-928px 0;
}
ul.list_index_list img{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
ul.list_index_list a{
position:relative;
display:block;
margin-top:280px;
padding:50px 30px;
width:172px;
height:300px;
color:#fff;
background:url(../images/cs.png) 104px -500px no-repeat;
background-color:#000;
background-color:rgba(0,0,0,.7);
z-index:1;
}
ul.list_index_list h3,ul.list_index_list p{
width:auto;
}
ul.list_index_list h3{
font-size:14px;
text-align:center;
color:#bb9a5b;
}
ul.list_index_list p{
height:240px;
line-height:24px;
display:none;
}
ul.list_index_list p.more{
height:auto;
font-size:14px;
text-align:center;
color:#bb9a5b;
}
ul.list_index_wushu{
position:relative;
z-index:1;
}
ul.list_index_wushu li{
margin:0 10px 0 0;
padding:0;
width:232px;
}
ul.list_index_wushu a:hover{
color:#fff;
}
ul.list_index_wushu img{
margin-bottom:0;
width:232px;
height:260px;
}
ul.list_index_wushu h3{
position:relative;
margin-top:-72px;
width:232px;
height:72px;
line-height:72px;
font-size:30px;
color:#bb9a5b;
text-align:center;
background-color:#000;
background-color:rgba(0,0,0,.7);
z-index:1;
}
ul.list_index_wushu h3 small{
display:block;
font-size:22px;
text-align:center;
}
ul.list_show_rank li{
margin:0 11px 0 0;
padding-bottom:0;
width:162px;
overflow:hidden;
}
ul.list_show_rank img{
width:162px;
height:242px;
background:#fff;
}
ul.list_show_rank h3,ul.list_show_rank p{
width:100%;
height:auto;
}
ul.list_show_rank h3{
text-align:center;
}
ul.list_culture_rank li{
margin:30px;
width:340px;
}
ul.list_culture_rank img{
width:340px;
height:500px;
background:#fff;
}
ul.list_pic_waterfall{
position:relative;
}
ul.list_pic_waterfall li{
position:absolute;
top:0px;
left:0;
padding-bottom:0;
background:#f5f5f5;
}
/* 竖排图片列表 */
ul.list_pic_vert{
padding-top:20px;
}
ul.list_pic_vert li{
margin:18px 0 0 0;
padding-bottom:20px;
overflow:hidden;
}
ul.list_pic_vert img {
    float: left;
    margin-right: 36px;
    width: 20%;
    height: auto;
    /* height: 189px; */
    background: #e9e9e9;
}


ul.list_pic_vert div {
    float: left;
    margin-right: 36px;
    width: 70%;
    height: auto;
    /* height: 189px; */

}

ul.list_pic_vert .homelisttitle {
    float: right;
    /* margin-right: 36px; */
    width: 66%;
    height: auto;
    font-size: 18px;
	    margin-top: 1%;
    font-weight: bold;
}

ul.list_pic_vert .homelisttitle  a {

    font-weight: bold;
}

ul.list_pic_vert span {
    float: right;
	 width: 66%;
    height: auto;
    font-size: 16px;
	margin-right: 36px;
}

ul.list_pic_vert .homecontents {
    float: right;
    width: 66%;
    height: auto;
    font-size: 16px;
    margin-top: 2%;
    line-height: 26px;
}


ul.list_pic_vert li.mirror img{
float:right;
margin-right:0;
}
ul.list_pic_vert li.noimg img{
display:none;
}
ul.list_pic_vert em,ul.list_pic_vert h3,ul.list_pic_vert p{
float:left;
display:block;
width:100%;
overflow:hidden;
}
ul.list_pic_vert li.noimg em,ul.list_pic_vert li.noimg h3,ul.list_pic_vert li.noimg p{
width:100%;
}
ul.list_pic_vert em{
margin-top:20px;
line-height:20px;
font-style:normal;
font-size:18px;
}
ul.list_pic_vert h3,ul.list_pic_vert h3 a{
display:block;
line-height:30px;
font-size:18px;
}

ul.list_pic_vert h5,ul.list_pic_vert h5 a{
display:block;
line-height:30px;
font-size:18px;
}


ul.list_pic_vert p{
margin-top:12px;
max-height:66px;
line-height:22px;
}
/* 异形竖排图片列表 */
ul.list_show_vert li{
position:relative;
padding-bottom:60px;
height:410px;
}
ul.list_show_vert img{
position:absolute;
top:0;
left:0;
width:644px;
height:410px;
}
ul.list_show_vert li.mirror img{
left:auto;
right:0;
}
ul.list_show_vert h3,ul.list_show_vert p,ul.list_show_vert a.more{
position:absolute;
top:70px;
right:0;
padding:0 58px;
width:556px;
max-height:none;
background:#eae9e9;
}
ul.list_show_vert li.mirror h3,ul.list_show_vert li.mirror p,ul.list_show_vert li.mirror a.more{
right:auto;
left:0;
}
ul.list_show_vert h3 a{
padding-top:20px;
line-height:74px;
font-size:32px;
}
ul.list_show_vert p{
top:152px;
height:88px;
}
ul.list_show_vert a.more{
top:240px;
padding-top:20px;
padding-bottom:40px;
}
ul.list_culture_kungfu li{
padding-bottom:60px;
}
ul.list_culture_kungfu img{
width:380px;
height:285px;
}
ul.list_culture_kungfu h3,ul.list_culture_kungfu p{
width:784px;
max-height:none;
}
ul.list_culture_kungfu h3 a{
line-height:40px;
font-size:32px;
}
ul.list_culture_kungfu p.em{
padding:6px 0;
width:362px;
line-height:20px;
font-size:14px;
border-top:1px #bb9a5b solid;
border-bottom:1px #bb9a5b solid;
}
/* 详情页 */
div.news_title{
padding-top:20px;
}
div.news_title h5{
margin:14px 0 -14px 0;
line-height:24px;
font-size:24px;
color:#bb9a5b;
text-align:center;
}
div.news_title h1{
margin:14px 0;
line-height:46px;
font-size:32px;
text-align: center;
}
div.news_title span{
display:block;
line-height:20px;
text-align:center;
color:#bb9a5b;
}
div.news_info{
position: relative;
padding-top: 20px;
font-size: 1.3rem;
line-height: 2.2rem;
}
div.news_info p{
margin-bottom:18px;
line-height:22px;
overflow:hidden;
}
div.news_info p.text_indent{
padding:20px 0 0 131px;
text-indent:-131px;
}
div.news_info p.text_column{
padding-top:20px;
column-count:4;
-webkit-column-count:4;
-moz-column-count:4;
}
div.news_info img{
display:inline-block;
max-width:100%;
}
div.news_info big{
font-size:14px;
}
div.news_info p.text_indent big{
margin-right:68px;
font-size:36px;
color:#bb9a5b;
}
div.news_info small{
font-size:10px;
}
div.news_info .player{
width:1200px;
height:675px;
background:#000;
}
/* 特殊样式 */
/* 20170624移除
#magazine div.page{
padding:0;
}
#magazine div.zoom-icon{
display:none;
}*/
ul.list_fxxk_cover{
margin-top:40px;
width:1240px;
}
ul.list_fxxk_cover li{
float:left;
margin:40px 40px 0 0;
width:208px;
height:298px;
background:url(../images/cs_cover.gif) -704px 0 no-repeat;
overflow:hidden;
opacity:.9;
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
}
ul.list_fxxk_cover li:hover{
opacity:1;
}
ul.list_fxxk_cover li.hover{
width:704px;
height:636px;
background-position:0 0;
}
ul.list_fxxk_cover a{
display:block;
width:100%;
height:100%;
}
ul.list_fxxk_cover i{
display:block;
margin:34px 0 0 152px;
width:30px;
height:144px;
background:url(../images/cs_cover.gif) no-repeat;
}
ul.list_fxxk_cover a.fxxk_cover_01 i{
background-position:-704px -338px;
}
ul.list_fxxk_cover a.fxxk_cover_01:hover i{
background-position:-704px -482px;
}
ul.list_fxxk_cover a.fxxk_cover_02 i{
background-position:-734px -338px;
}
ul.list_fxxk_cover a.fxxk_cover_02:hover i{
background-position:-734px -482px;
}
ul.list_fxxk_cover a.fxxk_cover_03 i{
background-position:-764px -338px;
}
ul.list_fxxk_cover a.fxxk_cover_03:hover i{
background-position:-764px -482px;
}
ul.list_fxxk_cover a.fxxk_cover_04 i{
background-position:-794px -338px;
}
ul.list_fxxk_cover a.fxxk_cover_04:hover i{
background-position:-794px -482px;
}
ul.list_fxxk_cover a.fxxk_cover_05 i{
background-position:-824px -338px;
}
ul.list_fxxk_cover a.fxxk_cover_05:hover i{
background-position:-824px -482px;
}
ul.list_fxxk_cover li.hover i{
margin:70px 0 0 292px;
width:136px;
height:232px;
}
ul.list_fxxk_cover li.hover a.fxxk_cover_01 i{
background-position:0px -636px;
}
ul.list_fxxk_cover li.hover a.fxxk_cover_02 i{
background-position:-136px -636px;
}
ul.list_fxxk_cover li.hover a.fxxk_cover_03 i{
background-position:-272px -636px;
}
ul.list_fxxk_cover li.hover a.fxxk_cover_04 i{
background-position:-408px -636px;
}
ul.list_fxxk_cover li.hover a.fxxk_cover_05 i{
background-position:-544px -636px;
}
/* 首页 */
/* 20170614移除
#index div.header div.block{
height:254px;
text-align:center;
}
#index div.header a.logo{
float:none;
display:inline-block;
margin-top:88px;
}
#index div.header a.logo img{
width:372px;
height:90px;
}
#index div.header div.menu{
float:none;
margin:30px 0 0 0;
}*/
/* 20170615移除
ul.banner{
position:relative;
margin-top:-254px;
height:692px;
overflow:visible;
z-index:-1;
}
ul.banner li{
position:absolute;
top:0;
left:-360px;
width:1920px;
height:692px;
}
ul.banner li:not(:first-of-type){
display:none;
}
ul.banner img{
display:block;
width:100%;
height:100%;
background:#bb9a5b;
}*/
div.banner{
width:100%;
min-width:1200px;
/*min-height:466px;*/
/*background:#bb9a5b;*/
overflow:hidden;
z-index:-1;
}
div.banner video{
width:100%;
height:100%;
}










/* 20170711移除
div.banner{
position:relative;
height:700px;
overflow:visible;
}
div.banner span{
position:absolute;
display:block;
top:0;
left:-360px;
width:1920px;
height:700px;
background:#f5f5f5;
overflow:hidden;
}
div.banner img{
position:absolute;
top:0;
left:0;
width:5760px;
height:700px;
max-width:none;
}
div.banner ul{
position:absolute;
top:0;
left:0;
width:100%;
}
div.banner li{
position:absolute;
top:40px;
right:0;
padding:25px 40px;
font-size:48px;
text-align:center;
color:#bb9a5b;
border-top-left-radius:40px;
border-bottom-right-radius:40px;
background:rgba(255,255,255,.5);
}
div.banner li:not(:first-of-type){
display:none;
}*/
.flashn {
    height: 240px;
	
}





 
 
.times {
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    line-height: 70px;
    font-size: 35px;
    font-family: "impact";
    /* margin-top: -35px; */
    color: #9c8274;
    width: 100%;
    overflow: hidden;
}





























.location{width:1200px;height:56px; background-color:#961912; margin: auto;}
.location>span,.location>a{display:block;float:left;line-height:56px;font-size:14px;color:#fff;}
.location>a:hover{text-decoration:underline;}

.row-middle2{width:100%;overflow:hidden;}
.colnav-box{width:1200px; overflow: hidden;background:url(../images/colnavline.jpg) bottom center no-repeat;background-color:#f0e7de;margin: auto;}
.colnav-box>.coltitle{display:block;overflow: hidden;height:50px;width:175px;margin: 36px auto 36px;}
.colnav-box>.coltitle>.ileft{display:block;height:50px;width:30px;float:left;background:url(../images/colleft.png) left center no-repeat;}
.colnav-box>.coltitle>.iright{display:block;height:50px;width:30px;float:left;background:url(../images/colright.png) right center no-repeat;}
.colnav-box>.coltitle>span{display:block;font-size:28px;color:#333333;line-height:50px;float: left;}
.colnav-box>.colnav-list{overflow:hidden;display:block; margin:auto; width: 80%; }
.colnav-box>.colnav-list>li{float:left;margin-left:11px;width:130px;height:42px;margin-top:25px;}
.colnav-box>.colnav-list>li>a{font-size:16px;line-height:42px;color:#333;display:block;width:100%;height:100%;background:url(../images/colbtn.png) center center no-repeat;text-align:center;background-size:100% 100%;-webkit-background-size:contain;-moz-background-size:contain;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/colbtn.png',  sizingMethod='scale');}
.colnav-box>.colnav-list>li>a:hover,.colnav-box>.colnav-list>li>.sel{background:url(../images/colbtnsel.png) center center no-repeat;color:#fff;background-size:100% 100%;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/colbtnsel.png',  sizingMethod='scale');}
.colnav-box>.colnav-list>.sel>a{background:url(../images/colbtnsel.png) center center no-repeat;color:#fff;}


 .mtitle{ height:34px; border-bottom:1px solid #e5e5e5; margin-top:40px;} 
 .mtitle a{ display:inline} 
 .mtitle .mleft{ float:left; display:inline-block; height:32px;  border-bottom:2px solid #9b322e; color:#333333; font-size:16px;}  
 .mtitle .mright{ float:right; display:inline-block; padding-left:15px; background:url(hjtout.gif) no-repeat left; color:#999999; font-size:14px;}


.coltitle{display:block;overflow: hidden;height:50px;width:225px;margin: 36px auto 36px;}
.coltitle>.ileft{display:block;height:50px;width:30px;float:left;background:url(../images/colleft.png) left center no-repeat;}
.coltitle>.iright{display:block;height:50px;width:30px;float:left;background:url(../images/colright.png) right center no-repeat;}
.coltitle>.titlecenter{display:block;font-size:28px;color:#333333;line-height:50px; text-align:center;}


.pagecontent {
   
    padding-bottom: 40px;
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
	    width: 95%;
    margin: auto;
}
.pagecontent img { width:80%; margin:auto;
 
}


  /*列表*/ 
  .listnb_w {
    width: 100%;
        background: #efefef;
}
  
  .listnb{ width:1180px; margin:0 auto; background: #ffffff;}
    .nbleft{width: 22%;    float: left;    margin-top: 1%;    margin-right: 3%;}
  
 .nbleft h2{ height:100px;  padding-left:35px; color:#FFF; font-weight:normal; filter: alpha(opacity=60);    opacity: 0.6; background: url(../images/coltitle.png) #9b322e bottom right no-repeat;  border-radius: 10px;} 
  .nbleft h2 span{ font-size:24px; display:block; padding-top:30px;}
     
    .nbleft h2 font{ font-size:16px; background: } 
	.nbleft .jiamengul{ border:1px solid #f5f5f5; border-top:none; padding:20px; background:#FFF;     background: url(../images/listbg.png) center right no-repeat;}
	
.nbleft .jiamengul li{ height:44px; line-height:44px; border-top:1px dashed #f1f1f1; padding-left:38px; background:url(../images/jtou.gif) no-repeat 15px center}
	
.nbleft .jiamengul li:first-child{ border-top:none}	

.nbleft .jiamengul li a{ color:#666666; font-size:16px;}

.nbleft .jiamengul .cur{ background:url(../images/jtouh.gif) no-repeat 15px center; }

.nbleft .jiamengul .cur a{ color:#9b322e;}

 .nbleft .jiamengul .xia a{  background:url(../images/xjtou.gif) no-repeat  16px center #f1f1f1 ;}
 
  .nbleft .jiamengul .xia{ border-bottom:1px dashed #e5e5e5; border-top:none}
 
  .nbleft .jiamengul ul li{ background:none; }
  
  

  .nbleft .lianxi{ height:50px; line-height:50px; padding-left:35px; font-size:18px; margin-top:20px;}
  
 .nbleft .lianul{ padding:20px; border:1px solid #F5F5F5; padding-bottom:132px; background:url(../images/lxr.jpg) no-repeat left bottom #FFF; padding-right:10px;     border-radius: 10px;  }
 
  .nbleft .lianul li{ margin-bottom:10px; color:#666666; font-size:14px;}
  
    .nbleft .lianul li span{ display:inline-block; width:72px;}
	
	.nbleft .lianul li span em{ display:inline-block; width:10px;}
	
	 .nbleft .lianul .dizhi span{ height:50px; float:left; line-height:1.8em;}
	  .nbleft .lianul .dizhi  font{ line-height:1.8em;}
	  
 .nbright{ float:left;    width: 70%;    }
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.more{clear:both;display:block;width:64px;height:30px;margin:0 auto;background:url(../images/ordericon3.png) center center no-repeat;font-size:16px;line-height:30px;color:#fff1cb;text-align:center;}
.more:hover{background-image:url(../images/orderbox3.png);}

.show-box>.title>i {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
    background: url(../images/coltitle.png) center center no-repeat;
}

















.exhbox{ overflow:hidden; background-color:#fef9f5;     margin-bottom: 3%;}
.exhbox>.exbul{width:100%;overflow:hidden;}
.exhbox>.exbul>li {
    width: 94%;
    height: auto;
    margin-top: 2%;
    background: url(../images/exbg.png) left center no-repeat;
    overflow: hidden;
	    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 3%;
}
.exhbox>.exbul>li>.exb-swiper1 {
    width: 55%;
    height: auto;
    float: left;
}
.exhbox>.exbul>li>.exb-intro1{width: 40%;
    height: auto;
    float: right;}
.exhbox>.exbul>li>.exb-swiper2{width:615px;height:410px;float:right;}
.exhbox>.exbul>li>.exb-intro2{width:570px;height:410px;float:left;}
.exhbox>.exbul>li .swiper-slide img{display:block;width:100%;height:100%;}
.exhbox>.exbul>li>.exb-intro1>.titlebox,.exhbox>.exbul>li>.exb-intro2>.titlebox{width:100%;height:46px;border-bottom:solid 1px #dccec0;}
.exhbox>.exbul>li>.exb-intro1>.titlebox>span,.exhbox>.exbul>li>.exb-intro2>.titlebox>span{display:block;float:left;height:45px;font-size:24px;line-height:30px;line-height:30px;border-bottom:solid 2px #961912}
.exhbox>.exbul>li>.exb-intro1>.exbtxt,.exhbox>.exbul>li>.exb-intro2>.exbtxt{ margin-bottom:5%; }
.exhbox>.exbul>li>.exb-intro1>.exbtxt,.exhbox>.exbul>li>.exb-intro2>.exbtxt p{font-size:16px;line-height:30px;color:#534c47;margin-top: 15px;height:auto;}
.exhbox>.exbul>li>.exb-intro1>.exbenter,.exhbox>.exbul>li>.exb-intro2>.exbenter{display:block;float:left;width:150px;height:42px;background:url(../images/btnenter.png) center center no-repeat;font-size:16px;color:#fff;line-height:42px;text-align:center;}
.exhbox>.exbul>li>.exb-intro1>.exbenter:hover,.exhbox>.exbul>li>.exb-intro2>.exbenter:hover{background:url(../images/colbtnsel.png) center center no-repeat;}

 












.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


div.index_intro {
  background: url(../images/index_intro_bg.jpg) repeat;
}

div.index_intro div {
    padding: 15% 0% 0% 0%;
    background: url(../images/index_intro_title.gif) center 90px no-repeat;
    overflow: hidden;
}

div.index_intro p {
  margin-bottom: 0px;
  line-height: 35px;
  font-size: 16px;
}

div.index_intro p.img {
  position: relative;
  display: inline-block;
}

div.index_intro p.img img {
  opacity: 0;
}

div.index_intro p.img span {
  position: absolute;
  display: block;
  top: 0;
  width: 136px;
  height: 100%;
  background: url(../images/index_intro_bg.jpg) #fff repeat;
}

.text-center {
    text-align: center;
}







.icon-square-title { width: 30px; height: 36px; background-image: url(../images/icon-square-title.png); background-repeat: no-repeat; background-position: center center; display: inline-block;vertical-align: middle;position: relative;}

.icon-square-titleleft { width: 30px; height: 36px; background-image: url(../images/icon-square-title.png); background-repeat: no-repeat; background-position: center center; display: inline-block;vertical-align: middle;position: relative;}

.icon-square-titleright { width: 30px; height: 36px; background-image: url(../images/icon-square-title.png); background-repeat: no-repeat; background-position: center center; display: inline-block;vertical-align: middle;position: relative;}

.square-title {color: #2184ab!important; margin: 27px 0; font-family: "SourceHanSerifCN";}
.square-title .icon-square-title{ height: 26px; padding: 0 10px; }


.channel_content{padding: 50px 0 45px;   margin: auto;    overflow: hidden;  }
.channel_content {
    padding-bottom: 10px;
    padding-top: 35px;
}
.ipart01 {
    margin-bottom: 7px;
}

.wrapss {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}





.obtain-btn {
    margin-top: 30px;
}
.obtain-btn{display:block;width:240px;height:48px;line-height:48px;font-size:20px;color:#fff;background:#f85415;text-align:center;border-radius:24px;border:none;cursor:pointer;-webkit-box-shadow:0 0 14px 0 rgba(255,103,26,.2),0 7px 14px 0 rgba(255,103,26,.4);box-shadow:0 0 14px 0 rgba(255,103,26,.2),0 7px 14px 0 rgba(255,103,26,.4);margin: auto;     margin-bottom: 3%;} 
.obtain-btn:hover{background:#e64507;-webkit-box-shadow:0 0 14px 0 rgba(255,103,26,.3),0 7px 14px 0 rgba(255,103,26,.6);box-shadow:0 0 14px 0 rgba(255,103,26,.3),0 7px 14px 0 rgba(255,103,26,.6)}

.obtain-btn a { color:#FFF }





 



.ipart01 .leftss {
    width: 66.33%;
    float: left;
}
.ipart01 .infor {
    height: 40px;
    margin-bottom: 13px;
}
.ipart01 .infor .c_title {
    font-size: 26px;
    color: #e28221;
    font-weight: bold;
}
.l {
    float: left;
}

.ipart01 .infor .c_more {
    padding-top: 20px;
    font-size: 12px;
    color: #5e5e5e;
}

.ipart01 .infor .c_more a {
    color: #5e5e5e;
}

.ipart01 .content .content_l {
    width: 35.92%; margin-top: 3%;
}
.ipart01 .content .content_l a {
    display: block;
}
.ipart01 .rect-6818 {
    padding-bottom: 68.18%;
}
.imgZoom1 {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.carousel img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ipart01 .content .content_l .cover_date {
    background: #b48a3d;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    text-align: center;
    width: 64px;
    height: 57px;
}
.ipart01 .content .content_l .cover_date .year {
    font-size: 13px;
}

.ipart01 .content .content_l .tit {
    font-size: 16px;
    color: #323232;
    margin-top: 10px;
    line-height: 25px;
}
.ipart01 .content .content_l .con {
    font-size: 13px;
    color: #666;
    margin-top: 0px;
}
.ipart01 .content .content_l a {
    display: block;
}
.ipart01 .content .content_r {
    width: 60.42%;
}
.r {
    float: right;
}

.ipart01 .content .content_r a {
    display: block;
    overflow: hidden;
    height: 100px;
    border-bottom: 1px solid #f2f2f2;
}
a:visited {
    text-decoration: none;
}
.ipart01 .content .content_r .date {
    float: left;
    width: 20.79%;
    text-align: center;
    position: relative;
    height: 100px;
}
.ipart01 .content .content_r .date .day {
    font-size: 42px;
    color: #b18536;
    font-family: HelveticaNeueLT;
    line-height: 1;
    margin-top: 20px;
}
.ipart01 .content .content_r .date .year {
    font-size: 16.67px;
    color: #b18536;
    font-family: Microsoft Yi Baiti;
}
.ipart01 .content .content_r .intro {
    float: left;
    width: 79.2%;
    height: 100px;
}
.ipart01 .content .content_r .intro .intro_box {
    padding: 20px 27px 26px 17px;
}
.ipart01 .content .content_r .intro .intro_box .t {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ipart01 .content .content_r .intro .intro_box .c {
    font-size: 13px;
    color: #666;
}

.ipart01 .rightss {
    width: 30.83%;
    float: right;
}
.ipart01 .infor {
    height: 40px;
    margin-bottom: 13px;
}
.ipart01 .infor .c_title {
    font-size: 26px;
    color: #e28221;
    font-weight: bold;
}

.ipart01 .rightss .r_top {
    margin-bottom: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.ipart01 .content .content_l .cover_date .day {
    font-size: 26px;
    font-family: HelveticaNeueLT;
    line-height: 1;
    margin-top: 6px;
}
.ipart01 .content .content_l .cover_date .year {
    font-size: 13px;
}


.our-data {
    width: 100%;
    background-image: url(../images/dmbeijing.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin-top: 30px;
}
.our-data1 {
    width: 100%;
    background-image: url(../images/index_wushu.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
 
}

.our-data2 {
    width: 100%;
    background-image: url(../images/jiaoliu.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin-top: 30px;
}

.our-data3 {

    background-image: url(../images/online7.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;

}

.our-data4 {
    width: 100%;
    background-image: url(../images/index_intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
 
}

#copyright {
    background-color: #947b49;
    border-top: 1px solid #f3f3f3;     font-size: 15px;
}
.col-sm-12 {
    width: 100%;
}
#copyright p {
    text-align: center;
    margin: 10px;
    /* line-height: 40px; */
    color: #fafafa;
}
#copyright p a {
    color: #fafafa;
}





.picnew-list-ul{width:100%;overflow:hidden;display:block;}
.picnew-list-ul>li {
    width: 100%;
    /* height: 180px; */
    background-color: #f3ece6;
    /* margin-top: 30px; */
    float: left;
    overflow: hidden;    margin-top: 2%;
}
.picnew-list-ul>li>a {
    width: 93%;
    /* height: 120px; */
    /* padding: 30px; */
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
}
.picnew-list-ul>li>a>img {
    display: block;
    width: 15%;
    height: auto;
    float: left;
}

.picnew-list-ul>li>a>.newsinfo-box>.newstitle{white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;}
.picnew-list-ul>li>a>.newsinfo-box{float:left;margin-left:30px;width: 65%;height:100%;background:url(../images/piclistline.jpg) right center no-repeat;padding-right: 2%;}
.picnew-list-ul>li>a>.newsinfo-box>.newstitle{display:block;height:30px;font-size:18px;color:#333;line-height:30px;}
.picnew-list-ul>li>a>.newsinfo-box>.newsabs{display:block;margin-top:7px; color:#777777;line-height:24px;font-size:14px;}
.picnew-list-ul>li>a>.newsinfo-box>.newsdate{display:block;font-size:14px;line-height:25px;color:#997244;}
.picnew-list-ul>li>a>i{display:block;float:right;width:70px;height:120px;background:url(../images/picnew.png) right center no-repeat;}
.picnew-list-ul>li>a:hover>i{background:url(../images/picnewsel.png) right center no-repeat;}
.picnew-list-ul>li>a:hover>.newsinfo-box>.newstitle{color:#961912;}





.index-row {
    /*padding: 50px 0;*/
}
.index-row .main-title {
    text-align: center;
    margin-bottom: 30px;
}
.index-row .main-title h1 {
    font-weight: 300;
    text-align: center;
    font-size: 30px;
	margin-top:3%;
	margin-bottom: 3%;
}
.index-row .main-title h2 {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
	margin-bottom: 2%;
}
.our-data .our-data-item .number-wrapper {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 70px;
    line-height: 1.0em;
    color: #ef7a05;
}
.our-data .our-data-item .number-wrapper span {
    display: inline;
    font-size: 40px;
}
.our-data .our-data-item .number-wrapper {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 70px;
    line-height: 1.0em;
    color: #ef7a05;
	text-align: center;
}
.our-data .our-data-item .title {
    color: #919191;
	text-align: center;
	font-size: 18px;
}
.col-sm-3 { float:left;     width: 25%;
}
.our-data .our-data-item {
    text-align: center;
}
.row { overflow:hidden; margin-bottom: 3%; }

.our-example {
    background-color: #f5f5f5;
}

.our-example-box{
    padding-top: 30px;
 
}
.our-example-popover{
    height: auto;
    padding-bottom: 0px;
}
.our-example-popover .popover{
    height: 160px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #c59b18;
    box-shadow: none;
    z-index: 10;

    position: relative;
    display: block;
    float: left;
    /*width: 260px;*/
    margin: 0px;
	-webkit-box-shadow: 0 0 14px 0 rgba(62, 62, 62, 0.2), 0 7px 14px 0 rgba(4, 4, 4, 0.4);
    box-shadow: 0 0 14px 0 rgba(47, 47, 47, 0.2), 0 7px 14px 0 rgba(12, 12, 12, 0.4);
}
 

 
.popover.top>.arrow {
    border-top-color: #34a263;
}
.popover.top>.arrow:after {
    border-top-color: #f5f5f5 !important;
}

.popover-title-touxiang {
    width: 100%;
    height: 50px;
    position: absolute;
    top: -26px;
    margin: 0;
    left: 0;
    text-align: center;
}
.popover-title-touxiang img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /*border: 1px solid #34a263;*/
}

.popover-content {
    margin: 9% 0 0; padding-left: 3%; line-height: 25px;
    padding-right: 3%;
}
.popover-content-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 25px;
	    font-size: 15px;
}
.popover-content-tag {
    position: absolute;
    font-size: 12px;
    bottom: 12px;
    width: 91%;
}
.popover-content-tag .bingzhong {
    float: left;
    background-color: #aaa;
    color: #fff;
    padding: .5% 3.5%;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "SourceHanSansCN-Light","Lantinghei SC","Open Sans","Hiragino Sans GB","","STHeiti-Light","WenQuanYi Micro Hei","Arial","SimSun","sans-serif";
}
.position-address {
    max-width: 50%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.position-icon {
    background-image: url(..../images/position-icon.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}
.position-address span {
    color: #aaa;
    font-family: "SourceHanSansCN-Light","Lantinghei SC","Open Sans","Hiragino Sans GB","","STHeiti-Light","WenQuanYi Micro Hei","Arial","SimSun","sans-serif";
}













.nd-know{width:300px;height:210px;background:url(../images/colbg.jpg) no-repeat;padding:30px;}
.nd-know>.line1{width:100%;height:66px;}
.nd-know>.line1>img{display:block;float: left;width:66px;height:66px;}
.nd-know>.line1>.phone{float:left;margin-left:12px;height:100%;}
.nd-know>.line1>.phone>span{margin-top:6px;color:#fff;font-size:16px;line-height:30px;display:block;}
.nd-know>.line1>.phone>span:nth-child(1){margin-top:0px;}
.nd-know>.line2{height:70px;width:100%;padding-bottom:5px;border-bottom:solid 1px #a63b35;overflow:hidden;}
.nd-know>.line2>a{width:117px;height:42px;background-color:#bc8256;padding-left:23px;display:block;margin:14px auto;font-size:18px;color:#fff;line-height:42px;}
.nd-know>.line2>a>i{width:18px;height:100%;margin-right:5px;background:url(../images/icon1.png) left center no-repeat;display:block;float:left;}
.nd-know>.line3{margin-top:15px;overflow:hidden;width:100%;}
.nd-know>.line3>span{display:block;line-height:30px;font-size:15px;color:#fff;}
.nd-know>.line3>span:nth-child(1){font-size:18px}














div.index_list{
padding:6px 0 0px 0;
overflow:hidden;
}
div.index_link{
min-width:100%;

background:url(../images/online7.jpg);
}
div.index_wushu{
min-width:100%;
height:auto;
 
overflow:hidden;
}
div.index_wushu div.block{
position:relative;
text-align:center;
overflow:visible;
}
div.index_wushu div.title_info {
    position: relative;
    padding: 20px 0 0px 0;
    z-index: 1;
}
/* 功夫演艺页 */
div.culture_kungfu_title h1{
font-size:48px;
}
ul.culture_kungfu_slide{
position:relative;
margin-top:40px;
height:560px;
overflow:hidden;
}
ul.culture_kungfu_slide li{
position:absolute;
top:0;
left:110px;
width:980px;
text-align:center;
display:none;
}
ul.culture_kungfu_slide img{
display:inline-block;
width:700px;
height:394px;
background:#000;
}
ul.culture_kungfu_slide h3,ul.culture_kungfu_slide p{
text-align:center;
}
ul.culture_kungfu_slide h3{
padding:20px 0 10px 0;
line-height:40px;
font-size:24px;
}
ul.culture_kungfu_slide p{
line-height:24px;
height:48px;
overflow:hidden;
}
ul.culture_kungfu_slide a.more{
display:inline-block;
float:none;
}
ul.culture_kungfu_slide span{
position:absolute;
top:174px;
display:block;
width:27px;
height:45px;
background:url(../images/cs.png) no-repeat;
cursor:pointer;
opacity:.6;
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
}
ul.culture_kungfu_slide span:hover{
opacity:1;
}
ul.culture_kungfu_slide span.culture_kungfu_slide_left{
left:120px;
background-position:-200px -500px;
}
ul.culture_kungfu_slide span.culture_kungfu_slide_right{
right:120px;
background-position:-240px -500px;
}
/* 国际武术家协会页 */


.our-news {
    background-color: #fef9f5;
}



.img-list{font-size: 0;margin-top: -2.4%;}
.img-list li{display: inline-block;width: 23.2%;margin: 2.4% 2.4% 0 0;text-align: center;vertical-align: top;}
.img-list li img { border-radius: 5%;}
.img-list li:nth-child(4n){ margin-right: 0;}
.img-list li .imgstyle{position: relative;width: 100%;}
.img-list li .imgstyle:after{ content: "";position: absolute;top: 6%;left: 4%;width: 92%;height: 88%;border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 5px;box-sizing: border-box;}
.img-list li .imgstyle i{z-index:1;opacity: 0.5;display: none;}
.img-list li .imgstyle i:nth-child(1),.img-list li .imgstyle i:nth-child(2){position: absolute;top: 10%;left: 8%;width: 84%;height: 80%;}
.img-list li .imgstyle i:nth-child(1):before,.img-list li .imgstyle i:nth-child(1):after{content: "";height: 1px;width: 100%;position: absolute;background: #ffffff;left: 0;}
.img-list li .imgstyle i:nth-child(1):before{top: 0;}
.img-list li .imgstyle i:nth-child(1):after{bottom: 0;}
.img-list li .imgstyle i:nth-child(2):before,.img-list li .imgstyle i:nth-child(2):after{content: "";width: 1px;height: 100%;position: absolute;background: #ffffff;top: 0;}
.img-list li .imgstyle i:nth-child(2):before{left: 0;}
.img-list li .imgstyle i:nth-child(2):after{right: 0;}

.img-list li p{padding: 0 10px;font-size: 16px;color: #2d2d2d;text-align: center;line-height: 1.5;margin-top: 10px;}
.img-list li p{transition: color .4s ease-out;}
.img-list li:hover p{color: #950006;}
.img-list li:hover .imgstyle img{transform: scale(1.1, 1.1); border-radius: 3%;}





















div.inter_tab{
height:930px;
background:#f89000;
background:linear-gradient(-45deg,#f8c300,#f89000);
overflow:hidden;
}
div.inter_tab div.block{
overflow:visible;
}
div.inter_tab_logo{
position:relative;
height:240px;
overflow:visible;
}
div.inter_tab_logo a.inter_logo{
float:left;
margin-top:32px;
}
div.inter_tab_logo a.inter_logo img{
width:276px;
height:175px;
}
div.inter_tab_logo img.inter_bg{
position:absolute;
top:0;
left:616px;
max-width:none;
}
ul.inter_tab_nav{
margin-left:-122px;
height:50px;
border-left:122px #000 solid;
border-right:122px transparent solid;
}
ul.inter_tab_nav li{
float:left;
}
ul.inter_tab_nav a{
display:block;
padding:0 30px;
line-height:50px;
font-size:18px;
color:#fff;
background:#626262;
}
ul.inter_tab_nav li:nth-child(even) a{
background:#434343;
}
ul.inter_tab_nav li a:hover,ul.inter_tab_nav li a.hover{
background:#000;
}
div.inter_tab_info{
margin-left:-122px;
padding:130px 122px;
height:380px;
color:#fff;
background:#000;
}
div.inter_tab_info span{
position:relative;
display:block;
height:370px;
overflow:hidden;
/*overflow-y:scroll;*/
}
div.inter_tab_info h1,div.inter_tab_info p{
position:relative;
padding:0 30px;
z-index:1;
}
div.inter_tab_info h1{
line-height:60px;
font-size:48px;
}
div.inter_tab_info p{
padding-top:18px;
line-height:22px;
font-size:14px;
}
div.inter_tab_info form{
margin:30px;
height:40px;
}
div.inter_tab_info input,div.inter_tab_info button{
float:left;
padding:0 14px;
height:40px;
line-height:40px;
font-size:14px;
}
div.inter_tab_info input{
width:300px;
}
div.inter_tab_info button{
color:#fff;
background:#f89000;
cursor:pointer;
}
div.inter_slide{
position:relative;
margin-bottom:-60px;
padding-top:32px;
height:755px;
background:#fff;
overflow:hidden;
}
div.inter_slide button{
position:absolute;
top:342px;
width:70px;
height:70px;
line-height:70px;
font-size:40px;
color:#fff;
text-align:center;
background:#f8c300;
cursor:pointer;
z-index:1;
}
div.inter_slide button.inter_slide_left{
left:0;
}
div.inter_slide button.inter_slide_right{
right:0;
}
div.inter_slide button:hover{
background:#f89000;
}
div.inter_slide div.block{
position:relative;
overflow:visible;
}
div.inter_slide ul{
position:absolute;
top:0;
left:-122px;
width:14640px;
height:755px;
overflow:hidden;
}
div.inter_slide li{
position:relative;
float:left;
margin-right:20px;
width:1444px;
height:755px;
overflow:hidden;
}
div.inter_slide li img{
width:1444px;
height:755px;
background:#000;
}
div.inter_slide li p{
position:absolute;
bottom:0;
left:0;
padding:60px 152px;
font-size:24px;
color:#fff;
text-align:center;
background:#f8c300;
background:rgba(248,195,0,.5);
}
div.inter_slide li em{
display:inline-block;
padding:10px 0;
line-height:22px;
font-size:16px;
font-style:normal;
text-align:center;
}
div.inter_mian{
padding:40px 0 60px 0;
background:#fff;
}
div.inter_mian h1{
padding-top:100px;
font-size:42px;
text-align:center;
}
div.inter_mian em{
display:block;
margin-bottom:40px;
font-size:16px;
font-style:normal;
text-align:center;
}
div.inter_mian span{
display:block;
margin-bottom:-30px;
}
div.inter_mian p{
margin-bottom:14px;
line-height:24px;
font-size:14px;
}
div.inter_mian ul{
margin-bottom:-30px;
overflow:hidden;
}
div.inter_mian li{
float:left;
margin-bottom:60px;
padding-left:106px;
width:294px;
background:url(../images/icon_ci.jpg) 0 0 no-repeat;
}
div.inter_mian ul p{
margin:0;
padding:0 0 10px 10px;
line-height:22px;
border-left:1px #cecece solid;
}
/* 虚拟旅游页 */
span.map{
position:relative;
display:inline-block;
margin-top:40px;
text-align:center;
overflow:hidden;
}
span.map div#guide,span.map div#container,span.map div#pano{
width:1200px;
background:url(../images/icon_loading.gif) #e9e9e9 center center no-repeat;
overflow:hidden;
}
span.map div#guide{
height:680px;
}
span.map div#container{
height:400px;
}
span.map div#pano{
height:800px;
}
span.map #container img{
max-width:none;
}
span.map div#container div.anchorBL,span.map div#container div.BMap_cpyCtrl{
display:none;
}
span.map div.intro_map_info,span.map div.map_info{
position:absolute;
color:#fff;
background:#bb9a5b;
overflow:hidden;
display:none;
}
span.map div.intro_map_info{
top:30px;
left:278px;
width:644px;
height:620px;
}
span.map div.intro_map_info h3,span.map div.intro_map_info p{
margin:0 28px;
overflow:hidden;
}
span.map div.intro_map_info h3{
margin-top:28px;
height:40px;
line-height:40px;
font-size:24px;
}
span.map div.intro_map_info p{
margin-top:12px;
height:60px;
line-height:20px;
}
span.map div.intro_map_info button{
display:inline-block;
margin:0 -14px 0 28px;
padding:0 30px;
height:36px;
line-height:36px;
font-size:14px;
color:#fff;
border-radius:4px;
background:#595959;
cursor:pointer;
}
span.map div.intro_map_info button.close{
position:absolute;
top:0;
right:0;
margin:0;
padding:0;
width:60px;
height:60px;
line-height:60px;
text-align:center;
border-radius:0;
background:#bb9a5b;
opacity:.8;
}
span.map div.intro_map_info button.close:hover{
opacity:1;
}
span.map div.map_info{
width:340px;
height:490px;
}
span.map div.map_info_01{
top:0px;
left:248px;
}
span.map div.map_info_02{
top:96px;
left:247px;
}
span.map div.map_info_03{
top:62px;
left:288px;
}
span.map div.map_info_04{
top:4px;
left:470px;
}
span.map div.map_info_05{
top:99px;
left:712px;
}
span.map div.map_info img{
width:340px;
height:298px;
background:#c6c6c6;
}
span.map div.map_info h3,span.map div.map_info p{
margin:0 28px;
overflow:hidden;
}
span.map div.map_info h3{
margin-top:28px;
padding-top:24px;
height:40px;
line-height:40px;
font-size:24px;
background:url(../images/cs.png) no-repeat;
}
span.map div.map_info_01 h3{
background-position:0 0;
}
span.map div.map_info_02 h3{
background-position:0 -80px;
}
span.map div.map_info_03 h3{
background-position:0 -160px;
}
span.map div.map_info_04 h3{
background-position:-420px -380px;
}
span.map div.map_info_05 h3{
background-position:-420px -460px;
}
span.map div.map_info p{
margin-top:12px;
height:60px;
line-height:20px;
}
span.map ul.pano_thumb{
width:1218px;
}
span.map ul.pano_thumb li{
float:left;
margin:8px 8px 8px 0;
width:63px;
width:calc((100% - 18px - 16 * 8px) / 17);
background:#e9e9e9;
cursor:pointer;
}
/* 留言反馈页 */
form.form_about_message{
padding:20px 0;
}
form.form_about_message input,form.form_about_message textarea,form.form_about_message button{
display:block;
margin-bottom:14px;
padding:0 14px;
height:36px;
line-height:36px;
font-size:14px;
border-radius:4px;
background:#fff;
}
form.form_about_message input{
width:400px;
}
form.form_about_message textarea{
width:600px;
height:216px;
}
form.form_about_message button{
padding:0 30px;
color:#fff;
background:#595959;
cursor:pointer;
}
/* 大图幻灯 */
div.jslide{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:#000;
display:none;
z-index:9999;
}
div.jslide i{
position:absolute;
display:block;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:52px;
height:96px;
background:#fff;
opacity:.6;
cursor:pointer;
transition:.1s;
-ms-transition:.1s;
-moz-transition:.1s;
-webkit-transition:.1s;
-o-transition:.1s;
}
div.jslide i:hover{
opacity:1;
}
div.jslide i.button_left{
left:40px;
right:auto;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABgCAYAAABSZ1EKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAPSSURBVHhe7Zo9bI1hGIbVTxNdamknFYmiJF381UbtyigpYTUQEkM3ogOj34jVzyYhKibxF4uEIhaqJt061dBQnLqe8z7vec8n39e1vV/nSu68Oc95hvsWbb/ved5lyszPz6+o1Wpn0Fd0g89r/Cs9MN9OiAecDfg86l9rgfcOzD8OMRLULnmLDvi2ME9DhAS1KdTtbRrguxPTr0KEBLVvqNfbNMC3hXkdIiSoTaK13qYBhrvQB8/QgNonxTDd6KNnaGA11OVtGti/Ppr0DM28kQuD6fVlYajZz1Gnt2mA6V40FSIkqD3jkAuztSKM/e3p8DYNMN2PpkOEBLWHaLW3aYDhXVVhONq9TQNMD6CZECFB7S7HCm/TANP70PcQIUHtFodkmNkQIUHN3m3avE0DTA+hnyFCgtplDq0wGD6I8bl6giIXvUUHggyjPx6gAbWz3qIDvo+VhYERb9GBIMfdfAHqJ7xFB0yfdv8FLKS36IDvkWA/Yf/t0GFv0QHTo56hAbVfaNhbdMD7xRAhQZA5NOQtGuC7DdPXQ4QEtVm039s0wPdyTNtjSwEPs8/bNMC3zZnt6bgAtRm0x9s0wLfNmavCDHibBvi2MPYSVoDaNNrmbRrg2+bMj0KEhIfp9zYN8L3Q0HyTt2mAb5szvwwREtRaQ/NFBcM2NH/nGRpQkxyaW5ishuZfPEMzkkPzdZhuDc2XHJjeUhGmNTRfVDC8syoMR2tovmhg2ubMZWGyGprf5JAbmu9GP0KEhGQYA9PP6wn+QTYQxu+HCEWUA21AZb+m9f6ARjCfz1NBBPOlz21gP2Naz20RjOfzZB3BfOm7D7W3SOvdJ2LGUR5vpxEPVTY/+Iy05gcR/Ocz4Yngv2oGZwNFrRlcBP8LTUk3e5sW+M9njh3Bf+WmgWO7t2mB8Xx2QRH8V27rOPZ6mxYYt+VwHvvUCP4t1LUQJeGhtNb3zZAhjzsJzWD+vGdpQO030rs1EiFD1b2eI96iB+ZPeZYC1PVuXkXMvOcoQP2kt+iB+aMoj9uLEQKV3i+Fc96iB4EOoDxuAEcIZHe0y8bNVzj0hpkG5vO5RR/B/CAqW9nc5tBa2UQwv9BSbaW3aYH5HSiPtWcE81WL6TEOzXk6xvsI8H8sCai94JCdp/egLJcEEyFKgto4ai0JlgweatyzNKA2gbJcEvR4mxb4t1D2m64AtTyXBBx93qYFxi2UPT0UoJbnkgDt8DYt8L8K81kuCe6EKAkPNehtWuC/cknAIbujslBX60maoPbEWzQhwAXPUofPY/6VLoQ4hN6je7VabeNfPUG9/nN0q5EAAAAASUVORK5CYII=);
}
div.jslide i.button_right{
left:auto;
right:40px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABgCAYAAABSZ1EKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAO2SURBVHhe7Zs9bI1hGIZbpQlLLUyIRFESi/+NdvczSkpYDYTEYCMMjH7TWP1sEoKYhBKLhCIWionNxCB+W9fT98739jTfd1bu97iSJ2/O02e4r4b2nOf92jU5OTl/YmJihHpPHeF1T5czSJxEooLXNzl69WU/EDiTVDL07nLM04gXhF9IfUwqGXr3OWyl+qkPSSVD7zFHn8a8IPwi6l1SydB7wmEt9TqpZOi9pBZozIsITr2SS0X0qIUa8yKkcHiaVDL031GLNOYF+fsIH/9/WggpjqUa84LgIfVgymQa9D5S/RrzgvzzCB+/k1qQ1GqNeUHwudQtuVTQ+0St0ZgX5O9tI7VRY16Qv4fw15JKht5napPGvCB/SF1OKhl6X6ghjXlB/m7CjySVDL2v7lJnk0qG3ndqu8b8wOF0Uskg9INjp0b8QOBYUsnQ+00Na8QPHI4mlUxIcezTiB8IHEgqrdDfrxE/Irw8WqB/WCN+EH43Ff/cZnJUI34gNEz9lEgFvZMa8YPw26n4ET6T0xrxA6Ft1FeJVNC7yNGtMS8IP9QgFW+fZmnMC8JvoT4nlQy9ePfuuU8n/KY2Up77dMKvpT4llQy9+PBoK7WmQeoOh+0+fQXVMZcEjzj+XxL8M0iq7pLgOVXkJYGvFA51lwRvqSIvCZZozAuCd9wlwSqNeUHwjrsk2KAxL8jfUZcEIWW9T7+UVDL07C8J6qS+UZs15gPZa4XEqMZ8IHSjEP0bGvOB3E2/cOPH+DKNeUDuct49kLuPGp0ymIZkvN7fkbucd+CEjg9+z5JChp7fZyTJlPEpNr771Bs5VNDz2zNIpoxNEKFjV1e3gPTb1RF6ZYOM3zaV0OXsuwm8rkHG70aC0OXcGRF4axsZr1s9Qre7d/W6TCZ0XPfXyVzgsJQp49kFROLpkl8SqKB3QiM+EHoPVcbzP4g0PaF1SCM+EPqg8rcQkhrxgdy1TzlSezXiA9mPJ4WMZPyeQyV77ZPC1A6NeEDuWAKeSwoZerGm9XqWm9whU8bT9uSOq44rSSFDL646BjXmAblnE7qMyyhyt7suXK8xD8gde+bbSSEjGa8LXXI3Ls05BjTmAYFjz/xwymAaIUOVszSnFmvMAwLHnnlMDhX0xqn/S/O/Rnz3qXE5VNAbc5RZTBW/NI+fcF4yBB5okClqaR7vCuxk1jfIFLc0n6MxDwg92CBzlcNraU7guJspY2keEPxeUsjQO89h++dkLZ9peH1KX/IEgeXUdeoFtUttU7q6/gB8x73+Ct4pvwAAAABJRU5ErkJggg==);
}
div.jslide i.button_close{
top:20px;
bottom:auto;
left:auto;
right:20px;
width:40px;
height:40px;
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL3SURBVFhHzZg9a1RRFEUnBFKkmcpObBRstLHQ3r/kL0iXf6CFrYLYiY0pBBtBsLO1tIqVIMEQmPGs89a9ZDLzxvl4Hy645N1799l7F9HMvMlsNnsW63I+n3+Nn7cnI0MHu1zSjYPzOEji+TsCtYNDNh2sQ59zDt+4TxDEuuvMYJBJtjUSuk3i53E8fGyOGmL/I9Y9Z3uHLDKNT+x0nAIe4uB93ggDDKagR8ggy9jELk25QhwcxcW7VAiDGCjpHLzJMC6xw5GSRbhQUMEg1gMlnYEn3sYkZq8uV0CgsBL7n7EeKtkbvPDUPjFzfbkCwhh4nZOCIcZKdgYPvLRNzNqsXCEGDmPwVToIxgQo2Rpm8dAuMeNQyXYwqEGFgFiPlWwMM8xqk+i9W7kCBhpVYv8r1hMl/wQtM44neu5XroBRGL5IZyGQYCWtoEHrWKJXN+UKYXgQxs8zQQimgJIluEOjPNHjQEm3YGxAhQKxniqpcMadssTZfsoVCDCoEvsLCikp5S68Tpzpt1yBoFinBBdKyVXlArTDlLuOwZUo9ofltnCqfBwo0PRYybjlChRp+izw35Rb+kcDng3/e3cdCqwqVxi1JME3y8X+N8ttMkrJCORP38tsILHPvyqum/9Bo+32T1sbBEXg2g8PPHPmdeJMvyUJMKgSez5+PVJS4Yw7ZYmz/ZTE2IAKBWK1foDlDo3yRI/OP8nwFeBtJgjBFFDSChq0jiV6bfcRvw2MwnCvL1FomXE80XO/khhoVIk9X0PvK9kYZpjVJtF7t5IMalAhINbOX+SZxUO7xIytv9HxKuRDOgjGBCjZGTzw0jYxa/FVRxsIY6DXl0l44al9Yub6kggUVmLPK7E7SjoDT70ra0tysapcrN5eaOJNhnGJHZbebE3j4nMqhEEMlPQGGWQZm9hlmgIe4uBL3ggDDKZgAMgi0/jETlMuz5qjhth/i3XL2cEgk2xrJHTj4sr9aOUKZNPBOvS54vCEh1ifYo1WrkAHu0Sn2clfsrVG3lGTO9AAAAAASUVORK5CYII=);
}
div.jslide div{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
width:1200px;
height:789px;
text-align:center;
overflow:hidden;
}
div.jslide div img{
display:inline-block;
margin-bottom:20px;
max-width:1200px;
max-height:675px;
background:#fff;
}
div.jslide div em,div.jslide div h3,div.jslide div p{
display:block;
width:100%;
color:#fff;
text-align:center;
}
div.jslide div em{
line-height:20px;
font-style:normal;
font-size:18px;
}
div.jslide div h3{
font-size:30px;
line-height:50px;
}
div.jslide div p{
font-size:14px;
line-height:24px;
}
/* 响应式布局（手机端） */
@media screen and (max-width:767px){
body{
overflow:hidden;
}


.block { width:100%;}

ul.list_pic_rank li {
float: left;
    /* margin: 18px 18px 0 0; */
    /* padding-bottom: 20px; */
    width: 44%;
    overflow: hidden;
    margin: 1%;
    margin-left: 4%;
}

.img-list li {
    display: inline-block;
    width: 43%;
    /* margin: 2.4% 3.4% 0% 0%; */
    text-align: center;
    vertical-align: top;
    margin-left: 4%;
}
ul.list_pic_rank li h5 {
    font-size: 16px;
    margin-top: 5%;
    text-align: center;
}
.index-row .main-title h1 {
    margin-top: 8%;
    margin-bottom: 5%;
}

div.index_wushu div.title_info {
    position: relative;
    padding: 0px 0 0px 0;
    z-index: 1;
}

ul.list_pic_rank {
     padding-top: 0px; 
 
}
.col-sm-4 {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 0px;
}

.popover-content-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 22px;
	font-size:14px;
}
div.title_info span {    color: #c59b18; }

.exhbox>.exbul>li {
    width: 94%;
    height: auto;
    margin-top: 0%;
    background: url(../images/exbg.png) left center no-repeat;
    overflow: hidden;
    padding-bottom: 5%;
    padding-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
}

.picnew-list-ul>li>a>img { display:none;}

.picnew-list-ul>li>a>.newsinfo-box {
    float: left;
    margin-left: 1%;
    width: 80%;
    height: 100%;
    background: url(../images/piclistline.jpg) right center no-repeat;
    padding-right: 3%;
}
.picnew-list-ul>li>a>.newsinfo-box>.newsabs {

    display: none;
}
.picnew-list-ul>li>a>.newsinfo-box>.newstitle {
    height: auto;
}
.picnew-list-ul>li>a>.newsinfo-box>.newsdate {
    display: none;
}
.picnew-list-ul>li>a>i {
    width: 12%;
    height: 60px;
}

.newsbottom { display:none;}


.exhbox>.exbul>li>.exb-intro1>.exbenter, .exhbox>.exbul>li>.exb-intro2>.exbenter {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    background: url(../images/btnenter.png) center center no-repeat;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}


.nbleft{display:none;}
.flashn {display:none;}
.listnb {    width: 100%;}
.nbright {        width: 90%;    margin: auto;    float: none;}
.mtitle .mright {    display: none; }
#copyright  {    display: none; }
.wrapss {    width: 100%;}
.exhbox>.exbul>li>.exb-swiper1 {  width: 100%;}
.exhbox>.exbul>li>.exb-intro1 {    width: 100%; }
.exhbox>.exbul>li>.exb-intro1>.exbtxt, .exhbox>.exbul>li>.exb-intro2>.exbtxt p {
    font-size: 16px;
    line-height: 25px;
    color: #534c47;
    margin-top: 15px;
    height: auto;
}
.exhbox>.exbul>li {  background: none; }
.channel_content {display:none;}
.our-data {background: none; margin-top: 0px;}
.index-row .main-title h2 {    width: 80%;    margin: auto;    line-height: 30px; }
.col-sm-3 {    width: 45%; }
.our-data .our-data-item .title {    font-size: 16px; }
.index-row .main-title {    margin-bottom: 0px; }
.our-data1 {  background: none;}

.col-sm-4 { width: 90%; float: left;  margin-left: 5%; }


.block{
width:100%;
}
div.par,div.shortcut,div.footer ul,div.title_list,div.main_all_pic{
display:none;
}






ul.list_pic_vert .homelisttitle {
    float: right;
    margin-right: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-top: 1%;
    font-weight: bold;
}

ul.list_pic_vert .homecontents {
    float: right;
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-top: 2%;
    line-height: 26px;
	margin-right: 0;
}

div.title_list, div.title_info {
    margin: 10px 0;
    text-align: center;
}

div.index_wushu div.title_info {
    position: relative;
    padding: 10px 0 5px 0;
    z-index: 1;
}

ul.list_pic_vert span {
    float: right;
    width: 100%;
    height: auto;
    font-size: 16px;
	margin-right: 0;
}

div.header,div.nav,div.footer,div.index_link{
	margin-bottom: 5%;
min-width:auto;     padding-top: 1%;
    padding-bottom: 2%;
}

.mtitle {
    margin-top: 5%;
    margin-bottom: 5%;
}


div.header div.block{
height: auto;
}
div.header a.logo{
margin:12px 0 0 10px;
}
div.header a.logo img {
    width: 55%;
    height: auto;
}
div.header ul.language{
right:10px;
height:48px;
background:transparent;
display:none;
}
div.header ul.language li{
line-height:48px; display: block;
}
div.header ul.language li:nth-child(1){
display:none;
}
div.header ul.language a{
line-height:48px;
font-size:1.0em;

}

div.header span.menu{
display:block;
float:right;
margin:0px 10px;
width:28px;
height:28px;
background:url(../images/icon_menu.png) 0 0 no-repeat;
background-size:100% 200%;
position: absolute;
top: 25px;
right: 10px;
}
div.header div.menu{
margin:0;
position:absolute;
top:60px;
right:0px;
border-top:1px #ebebeb solid;
border-left:1px #ebebeb solid;
border-right:1px #ebebeb solid;
background:#f8f8f8;
z-index:9999;
opacity:.95;
display:none;
position: absolute;
}
div.header div.menu a{
display:block;
margin:0;
padding:10px 20px;
height:auto;
line-height:normal;
font-size:1.2em;
text-align:center;
border-bottom:1px #ebebeb solid;
}
div.nav{
margin-top:0;
overflow-x:scroll;
}
div.nav ul{
height:60px;
white-space:nowrap;
overflow:visible;
}
div.nav a{
line-height:60px;
font-size:12px;
}
div.nav a.hover{
border-bottom:none;
}
div.footer{
padding:20px 10px;
}
div.footer p{
float:left;
width:100%;
}
div.main div.main_all{
margin-left:0;
padding:0 10px;
width:100%;
box-sizing:border-box;
}
ul.list_pic_rank,ul.list_pic_vert{
padding:0;
width:100%;
box-sizing:border-box;
}
ul.list_pic_rank li,ul.list_pic_rank img,ul.list_pic_rank em,ul.list_pic_rank h3,ul.list_pic_rank p,
ul.list_pic_vert li,ul.list_pic_vert img,ul.list_pic_vert em,ul.list_pic_vert h3,ul.list_pic_vert p,ul.list_pic_vert div{
width:100%;     text-align: center;
}
ul.list_pic_rank li,ul.list_pic_vert li{
    /* margin: 20px 0 0 0; */
      width: 44%;
    margin: auto;
    margin-left: 4%;
	margin-bottom: 5%;
}


.obtain-btn {
    display: block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    background: #f85415;
    text-align: center;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 14px 0 rgba(255,103,26,.2), 0 7px 14px 0 rgba(255,103,26,.4);
    box-shadow: 0 0 14px 0 rgba(255,103,26,.2), 0 7px 14px 0 rgba(255,103,26,.4);
    margin: auto;
    margin-bottom: 3%;
}



.popover-content-text {    font-size: 14px; }


ul.list_pic_rank li h5 { margin-bottom:5%; }

ul.list_pic_rank img,ul.list_pic_vert img{
height:auto;
}
ul.list_pic_rank button{
display:inline-block;
margin:14px 14px 0 0;
padding:0 30px;
height:36px;
line-height:36px;
font-size:14px;
color:#fff;
border-radius:4px;
background:#595959;
}
ul.list_pic_rank button.close{
display:none;
}
div.banner{
width:0;
min-width:auto;
min-height:auto;
display:none;
}
div.banner video{
width:100%;
height:100%;
}
ul.list_index_link{
padding:0;
width:100%;
background:#f5f5f5;
}
ul.list_index_link li{
margin:0;
padding-top:0;
background:transparent;
}
ul.list_index_link h3{
padding-top:10px;
padding-bottom: 10px;
height:auto;
background:#bb9a5b;
}
ul.list_index_link h3 a,ul.list_index_link em{
padding-left:10px;
background:#bb9a5b;
color: #fff;
text-align: center;
}
ul.list_index_link img{
border:0;
}
ul.list_index_link p{
padding:0 10px;
box-sizing:border-box;
}
div.news_info .player{
width:100%;
height:calc(100% / 16 * 9);
}
div.inter_mian{
padding-left:10px;
padding-right:10px;
}
span.map{
margin:0 0 20px 0;
width:100%;
height:500px;
overflow:scroll;
}
span.map div#guide,span.map div#container,span.map div#pano{
width:100%;
height:100%;
}
form.form_about_message input,form.form_about_message textarea{
width:100%;
box-sizing:border-box;
}
div.inter_tab{
height:auto;
background:#f89000;
overflow:hidden;
}
div.inter_tab_logo,ul.inter_tab_nav,div.inter_tab_info p a{
display:none;
}
div.inter_tab_info{
margin:0;
padding:0;
height:auto;
color:#000;
background:#fff;
}
div.inter_tab_info span{
height:auto;
}
div.inter_tab_info h1,div.inter_mian h1{
padding-top:40px;
line-height:40px;
font-size:32px;
}
div.inter_tab_info form{
display:block;
width:100%;
height:auto;
}
div.inter_tab_info input{
float:none;
display:block;
margin-bottom:20px;
background:#fafafa;
}
div.inter_tab_info button{
float:none;
display:block;
}
div.inter_slide{
margin-bottom:0;
height:auto;
}
div.inter_slide ul{
position:relative;
left:0;
width:auto;
height:auto;
}
div.inter_slide li,div.inter_slide li img{
float:none;
margin-right:0;
width:100%;
height:auto;
}
div.inter_slide li p,div.inter_slide li em{
position:relative;
padding:10px;
font-size:14px;
color:#000;
background:#f5f5f5;
}

}
@media screen and (max-width:767px) and (orientation:landscape){
html{
height:100%;
background:url(../images/icon_rotate.png) center center #393a3f no-repeat;
background-size:auto 40%;
}
}










/* 响应式布局（ipad端） */
@media screen and (max-width: 1024px) {  

.block {    width: 100% }
div.header {    width: 100%;    min-width: 100%; }
div.banner {    width: 100%;    min-width: 100%; }
.content-shemei {
    background-color: #f7f7f7;
    margin-bottom: 30px;
    width: 39%;
    float: right;
}
.wrapss {    width: 100%;}
div.footer {    min-width: 100%; }
.nbleft {    display: none; }

.nbright {    width: 90%;}
.mtitle {    display: none;}

div.title_list, div.title_info {
    margin: 20px 0;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}


}
