﻿@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;text-decoration:none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:15px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:15px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:15px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:15px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:15px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}



.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}



video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}

.details_banner{ height: 270px; width: 100%; position: relative;}
.details_banner .details_banner_content{ max-width: 1585px; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 33%;}
.details_banner .details_banner_content dd{ font-size: 34px; color: #fff; font-weight: bolder; position: relative; padding-bottom: 16px; margin-bottom: 37px;}
.details_banner .details_banner_content dd:before{ content: ""; position: absolute; display: inline-block; width: 60px; height: 2px; background: #fff; bottom: 0;}
.details_banner .details_banner_content dt a{ font-size: 14px; color: #fff;}
.details_banner .details_banner_content dt span{ font-size: 14px; color: #fff; margin: 0px 10px;}






.pc_top .pc_top_d{ line-height: 30px; background: #c81207;}
.pc_top .pc_top_d .top_d_content{ max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_d .top_d_content dd{ color: #fff; font-size: 14px; cursor:pointer;}
.pc_top .pc_top_content{ max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_content .top_content_top .content_top_logo{ display: inline-block; line-height: 135px;}
.pc_top .pc_top_content .top_content_top .content_top_search{ width: 25%; padding: 45px 0px;}
.pc_top .pc_top_content .top_content_top .content_top_search form{ width: 100%;}
.pc_top .pc_top_content .top_content_top .content_top_search .top_search_left{ border: 1px solid #dcdcdc; line-height: 25px; width: 75%; padding: 3% 4%; font-size: 16px; color: #333;}
.pc_top .pc_top_content .top_content_top .content_top_search .top_search_right{ line-height: 45px; background: #c81207; color: #fff; width: 25%; font-size: 16px; cursor: pointer;}
.pc_top .pc_top_nav{ border-top: 1px solid #dadada;}
.pc_top .pc_top_nav .top_nav_content{ max-width: 1200px; margin: 0 auto;}
.pc_top .pc_top_nav .content_nav_list{ position: relative; position: relative;}
.pc_top .pc_top_nav .content_nav_list .nav_list_down{ position: absolute; left: 0; width: 100%; z-index: 5; display: none;}
.pc_top .pc_top_nav .content_nav_list .nav_list_down a{ display: inline-block; width: 100%; line-height: 50px; border-bottom: 1px solid #fff; background: rgba(255,255,255,.8); font-size: 18px; color: #060606; text-align: center;}
.pc_top .pc_top_nav .content_nav_list .nav_list_down a:last-child{ border-bottom: 0px;}
.pc_top .pc_top_nav .content_nav_list .nav_list_down a:hover{ background: #c81207; color: #fff;}
.pc_top .pc_top_nav .content_nav_list .nav_list_title{ font-size: 20px; color: #000000; line-height: 65px; display: inline-block; position: relative; padding: 0px 22px;}
.pc_top .pc_top_nav .content_nav_list:hover .nav_list_title{ color: #c81207;}
.pc_top .pc_top_nav .content_nav_list:hover .nav_list_title:before{ width: 100%;transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  }
.pc_top .pc_top_nav .content_nav_list .nav_list_title:before{ content: ""; position: absolute; display: inline-block; width: 0%; height: 2px; background: #c81207; bottom: 0px; left: 0; right: 0; margin: 0 auto;transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  }
.pc_top .pc_top_nav .content_nav_list:hover .nav_list_down{ display: block;}







.banner{ position: relative; overflow: hidden;}
.banner .slider{ margin-bottom: 0px;}
.banner .slick-prev,.banner .slick-next{ width: 40px; height: 70px; background: #000; z-index: 10;}
.banner .slick-prev{ background: url(../images/bn1.png) no-repeat 50% 50%; left: 5%;}
.banner .slick-next{ background: url(../images/bn2.png) no-repeat 50% 50%; right: 5%;}
.banner .slick-prev:before{ display: none;}
.banner .slick-next:before{ display: none;}
.banner .banner_title{ position: absolute; bottom: 0; z-index: 20; width: 100%; line-height: 60px; background: rgba(0,0,0,.5);}
.banner .banner_title_content{ max-width: 1200px; margin: 0 auto;}
.banner .banner_title_content .title_content_list{ color: #fff; font-size: 24px;}
.banner .banner_title_content .title_content_list dd{ width: 70%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.banner .banner_title_content .slick-dots{ width: auto; right: 0;}

.banner .banner_title_content .slick-dots li button:before{ display:none;}
.banner .banner_title_content .slick-dots li.slick-active button{ opacity: 1;}
.banner .banner_title_content .slick-dots li{ width:30px; height:3px;}
.banner .banner_title_content .slick-dots li button{ width:100%; background:#fff; padding:0px; height:100%; opacity: .4;}
.banner .banner_title_content .slick-dots{ bottom:7%;}
.banner .banner_title_content .slick-slide img{ max-width:100%;}
.banner .banner_title_content .slick-dotted.slick-slider{ margin-bottom:0px;}













.index_Overview .index_Overview_content{ max-width: 1200px; margin: 60px auto; border: 1px solid #dcdcdc; padding: 0px 40px; position: relative;}
.index_Overview .index_Overview_content:before{ content: ""; position: absolute; display: inline-block; bottom: 0; width: 100%; height: 2px; background: rgba(241,241,241,.75); left: 0; bottom: -3px;}
.index_Overview .index_Overview_content .Overview_content_title{ font-size: 36px; color: #c81207; font-family: "方正正中黑简体"; text-align: center; padding: 80px 0px;}
.index_Overview .index_Overview_content .Overview_content_title span{ color: #000000; position: relative;}
.index_Overview .index_Overview_content .Overview_content_title span:before{ content: ""; position: absolute; display: inline-block; width: 109px; height: 109px; background: url(../images/bn3.png) no-repeat 50% 50%;
    left: 84%;
    top: 43%;
    transform: translateX(-50%) translateY(-50%);
}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_top{ margin-bottom: 40px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_top p{ font-size: 16px; color: #2e2e2e; line-height: 30px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom{ padding-bottom: 35px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dots li button:before{ display:none;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dots li.slick-active button{ background: #c81207;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dots li{ width:30px; height:3px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dots li button{ width:100%; background:#e0e0e0; padding:0px; height:100%; }
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dots{ bottom:0%;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-slide img{ max-width:100%;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .slick-dotted.slick-slider{ margin-bottom:0px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list{ padding: 0px 16px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list dd img{ width: 100%; height: 220px; object-fit: cover;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list dt{ text-align: center; font-size: 18px; color: #060606; margin-top: 20px;}









.IndexHistory .IndexHistory_content{ padding-bottom: 50px;}
.IndexHistory .IndexHistory_content .IndexHistory_content_img{ width: 48%; margin-right: 4%;}
.IndexHistory .IndexHistory_content .IndexHistory_content_img img{ max-width: 100%;}
.IndexHistory .IndexHistory_content .IndexHistory_content_txt{ width: 48%;}
.IndexHistory .IndexHistory_content .IndexHistory_content_txt dd{ font-size: 24px; color: #c81207; margin-bottom: 24px;}
.IndexHistory .IndexHistory_content .IndexHistory_content_txt dt p{ font-size: 16px; color: #2e2e2e; line-height: 30px; margin-bottom: 10px;}
.IndexHistory .IndexHistory_content .IndexHistory_content_txt dt p:last-child{ margin-bottom: 0px;}






.IndexTeam .index_Overview_content{ padding: 0px 20px;}
.IndexTeam .IndexTeam_content{ padding-bottom: 40px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister{ margin: 0px 20px; padding-top: 70px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list:first-child{ margin-bottom: 105px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list{ padding: 25px 40px; position: relative; border: 1px solid #dcdcdc;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left{ width: 158px; height: 158px; border-radius: 100%; border: 1px solid #dcdcdc; position: absolute; top: -30%;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left dd{ width: 144px; height: 144px; border-radius: 100%;  overflow: hidden; position: absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left dd img{ width: 100%; height: 144px; object-fit: cover;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right{ margin-bottom: 20px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right dd{ font-size: 24px; color: #c81207; margin-bottom: 10px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right dt{ font-size: 18px; color: #000000;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_txt{ line-height: 30px; color: #2e2e2e; font-size: 16px;
display: -webkit-box; height: 85px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.IndexTeam .IndexTeam_content .slick-dots li button:before{ display:none;}
.IndexTeam .IndexTeam_content .slick-dots li.slick-active button{ background: #c81207;}
.IndexTeam .IndexTeam_content .slick-dots li{ width:30px; height:3px;}
.IndexTeam .IndexTeam_content .slick-dots li button{ width:100%; background:#e0e0e0; padding:0px; height:100%; }
.IndexTeam .IndexTeam_content .slick-dots{ bottom:0%;}







.IndexRuins .IndexRuins_content{ padding-bottom: 10px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 158px; height: 158px; border-radius: 100%; border: 1px solid #dcdcdc; position: relative; margin-right: 3%; background: #fff;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:last-child{ margin-right: 0px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list div{ position: absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); width:100%; text-align:center;
}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list div dd{ width: 40px; height: 40px; background: url(../images/bn4.png) no-repeat 50% 50%; margin: 0 auto; margin-bottom: 13px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list div dt{ color: #c81207; font-size: 24px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:hover{ background: #c81207; border: 1px solid #c81207;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:hover div dt{ color: #fff;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:hover div dd{ background: url(../images/bn5.png) no-repeat 50% 50%;}
.IndexRuins .IndexRuins_content .IndexRuins_content_bottom{ text-align: center; padding: 25px 0px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_bottom a{ display: inline-block; line-height: 38px; text-align: center; padding: 0px 20px; background: #c81207; font-size: 18px; color: #fff; border-radius: 5px;}











.IndexAct .index_Overview_content:before{ display: none;}
.IndexAct .index_Overview_content{ padding: 0px; border: 0px;}
.IndexAct .IndexAct_list{ width: 48%; margin-right: 4%; border: 1px solid #dcdcdc; padding: 0px 40px; padding-bottom: 40px; position: relative;}
.IndexAct .IndexAct_list:before{ content: ""; position: absolute; display: inline-block; bottom: 0; width: 100%; height: 2px; background: rgba(241,241,241,.75); left: 0; bottom: -3px;}
.IndexAct .IndexAct_list:last-child{ margin-right: 0px;}
.IndexAct .IndexAct_list .IndexAct_list_content p{ font-size: 16px; color: #2e2e2e; line-height: 30px; margin-bottom: 10px;}
.IndexAct .IndexAct_list .IndexAct_list_content p:last-child{ margin-bottom: 0px;}
.IndexAct .IndexAct_list .IndexAct_list_img{ margin-top: 25px;}
.IndexAct .IndexAct_list .IndexAct_list_img .list_img_li{ width: 48%; margin-right: 4%;}
.IndexAct .IndexAct_list .IndexAct_list_img .list_img_li:last-child{ margin-right: 0px;}
.IndexAct .IndexAct_list .IndexAct_list_img .list_img_li dd img{ max-width: 100%;}
.IndexAct .IndexAct_list .IndexAct_list_img .list_img_li dt{ font-size: 20px; color: #c81207; text-align: center; margin-top: 20px;}






.IndexTourism .index_Overview_content{ background: url(../images/bg8.jpg) no-repeat 50% 50%; min-height: 250px;}
.IndexTourism .index_Overview_content .Overview_content_title{ padding: 101px 0px;}





.IndexAnnouncement .IndexAnnouncement_content{ padding-bottom: 40px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list{ width: 32%; margin-right: 2%;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list:nth-child(3){ margin-right: 0px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_img img{ width: 100%; height: 233px; object-fit: cover;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_txt dd{ font-size: 20px; color: #c81207; padding: 15px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_txt dt{ font-size: 15px; color: #363636; line-height: 24px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}










.Likn .index_Overview_content{ padding: 15px 20px;}
.Likn .Likn_left{ font-size: 15px; color: #363636;}
.Likn .Likn_right a{ font-size: 15px; color: #363636; margin-right: 15px;}
.Likn .Likn_right a:hover{ color: #c81207;}





.footer{ background: #363636; padding: 50px 0px;}
.footer .footer_content{ max-width: 1200px; margin: 0 auto;}
.footer .footer_content .footer_content_list{ width:33.33%; border-left: 1px solid #fff; padding: 15px 0px; padding-left: 34px;}
.footer .footer_content .footer_content_list dd{ color: #fff; font-size: 15px;}
.footer .footer_content .footer_content_list dt p{ color: #fff; font-size: 15px; line-height: 32px;}
.footer .footer_content .footer_content_list:last-child{ border-right: 1px solid #fff; padding: 15px 120px;}
.footer .footer_content .footer_content_list:last-child dd{ width: 25px; margin-right: 6px;}









.details_nav{ padding: 50px 0px;}
.details_nav .details_nav_content{ max-width: 1200px; margin: 0 auto;}
.details_nav .details_nav_content span:first-child{ font-size: 16px; color: #9fa3a7; padding: 0px; padding-right: 10px; padding-top: 3px;}
.details_nav .details_nav_content span{ color: #999; font-size: 14px; padding: 3px 15px;}
.details_nav .details_nav_content a{ color: #000; font-size: 16px;}







.about .about_content{ max-width: 1200px; margin: 0 auto;}
.about .about_content .about_content_left{ width: 20%;}
.about .about_content .about_content_left a{ display: inline-block; width: 100%;line-height: 50px; background: #f3f3f3; text-align: center; color: #595959; font-size: 24px; border: 1px solid #fff; position: relative;}
.about .about_content .about_content_left a:before{ content: ""; position: absolute; display: inline-block; width: 2px; height: 100%; background: #fff; right: -2px; opacity: 0; z-index: 5;}
.about .about_content .about_content_left a:hover{ color: #c81207; border: 1px solid #d7d7d7; background: #fff; border-right: 1px solid #fff;}
.about .about_content .about_content_left a:hover:before{ opacity: 1;}
.about .about_content .about_content_right{ width: 80%; padding: 40px; border: 1px solid #d7d7d7; position: relative;}
.about .about_content .about_content_right .content_right_title{ font-size: 24px; color: #c81207; margin-bottom: 25px;}
.about .about_content .about_content_right .content_right_txt p{ font-size: 16px; color: #4b4b4b; margin-bottom: 20px; line-height: 28px;}
.about .about_content .about_content_right .content_right_txt p:last-child{ margin-bottom: 0px;}
.about .about_content .about_content_left a.on{ color: #c81207; border: 1px solid #d7d7d7; background: #fff; border-right: 1px solid #fff;}
.about .about_content .about_content_left a.on:before{ opacity: 1;}
.about .about_content .about_content_right:before{ content: ""; position: absolute; display: inline-block; bottom: 0; width: 100%; height: 2px; background: rgba(241,241,241,.75); left: 0; bottom: -3px;}















.history .index_Overview_content{ margin: 0px auto;}
.history .history_top .history_top_title{ font-family: "方正正中黑简体"; font-size: 36px; color: #c81207; text-align: center; margin: 45px 0px;}
.history .history_top .history_top_title span{ position: relative;}
.history .history_top .history_top_title span:before{ content: ""; position: absolute; display: inline-block; width: 167px; height: 20px; background: url(../images/bn6.png) no-repeat 50% 50%; right: -183px; top: 30%;}
.history .history_top .history_top_title span:after{ content: ""; position: absolute; display: inline-block; width: 167px; height: 20px; background: url(../images/bn7.png) no-repeat 50% 50%; left: -183px; top: 30%;}
.history .history_top .history_top_txt dd{ text-align: center; padding-bottom: 50px;}
.history .history_top .history_top_txt dd img{ max-width: 100%;}
.history .history_top .history_top_txt dt p{ font-size: 16px; color: #2e2e2e; line-height: 30px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list{ position: relative; width: 48%; margin-right: 4%; overflow: hidden; margin-bottom: 4%;}
.history .history_bottom .history_bottom_txt .bottom_txt_list:nth-child(2n){ margin-right: 0px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_img img{ width: 100%; height: 290px; object-fit: cover;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title{ position: absolute; bottom: 0; left: 0; height: 290px; width: 100%; background: rgba(0,0,0,.7); padding: 0px 20px; bottom: -240px; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dd{ font-size: 20px; color: #fff; line-height: 50px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dt a{ width: 100%; font-size: 16px; color: #fff; position: relative; padding-left: 16px; margin-bottom: 15px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dt a:before{ content: ""; display: inline-block; width: 8px; height: 8px; background: url(../images/bn8.png) no-repeat 50% 50%; position: absolute; left: 0; top: 35%;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dt a:hover{ color: #ffef6c;}
.history .history_bottom .history_bottom_txt .bottom_txt_list:hover .txt_list_title{ padding: 10px 20px; bottom: 0; transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }










.historyD .index_Overview_content{ padding: 45px; margin: 0px auto;}
.historyD .historyD_title{ font-size: 36px; color: #c81207; text-align: center;}









.tourism .tourism_content{ position: relative;}
.tourism .tourism_content:before{ content: ""; position: absolute; left: 0; height: 100%; width: 3px; background: #c81207; z-index: 5}
.tourism .tourism_content .tourism_content_list{ position: relative; border: 1px solid #dcdcdc; padding: 40px; padding-left: 75px; margin-bottom: 40px;}
.tourism .tourism_content .tourism_content_list:before{ content: ""; position: absolute; display: inline-block; bottom: 0; width: 100%; height: 2px; background: rgba(241,241,241,.75); left: 0; bottom: -3px;}
.tourism .tourism_content .tourism_content_list .content_list_digital{ width: 39px; height: 39px; line-height: 39px; text-align: center; font-size: 36px; color: #fff; position: absolute; top: 0; left: 0; background: #c81207;}
.tourism .tourism_content .tourism_content_list .content_list_top{ margin-bottom: 15px;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list{ font-size: 16px; color: #000000; position: relative; padding-left: 35px; margin-left: 15px; margin-bottom: 15px;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list:before{ content: ""; position: absolute; display: inline-block; width: 20px; height: 13px; background: url(../images/bn9.png) no-repeat 50% 50%; left: 0; top: 25%; margin-right: 15px;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list:first-child:before{ display: none;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list:first-child{ padding-left: 0px; margin-left: 0px;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li{ width: 18.4%; margin-right: 2%; position: relative;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li:nth-child(5n){ margin-right: 0%;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li dd img{ width: 100%;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li dt{ position: absolute; width: 100%; bottom: 0; line-height: 32px; background: rgba(0,0,0,.5); text-align: center; color: #fff; font-size: 16px;}









.character .history_bottom{ margin-top: 60px;}
.character .character_title{ margin-bottom: 20px;}
.character .character_title a{ display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 18px; color: #000; border: 1px solid #dcdcdc; margin-right: 60.5px; margin-bottom: 20px;}
.character .character_title a:nth-child(13n){ margin-right: 0px;}
.character .character_title a:hover{ color: #fff; background: #c81207; border: 1px solid #c81207;}
.character .character_title a.on{ color: #fff; background: #c81207; border: 1px solid #c81207;}
.character .history_bottom .history_bottom_txt .bottom_txt_list{ width: 23%; margin-right: 2.6%;}
.character .history_bottom .history_bottom_txt .bottom_txt_list:nth-child(2){ margin-right: 2.6%;}
.character .history_bottom .history_bottom_txt .bottom_txt_list:nth-child(6){ margin-right: 2.6%;}
.character .history_bottom .history_bottom_txt .bottom_txt_list:nth-child(4n){ margin-right: 0px;}
.character .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dd{ text-align: center;}
.character .history_bottom{ padding-bottom: 50px;}








.page li a{ width: 52px; height: 52px; line-height: 52px; display: inline-block; text-align: center; color: #454545; margin-right: 15px; border: 1px solid #dcdcdc; font-size: 24px;}
.page li.active a{ background: #ce0000; color: #fff; border: 1px solid #ce0000;}
.page li:hover a{ background: #ce0000; color: #fff; border: 1px solid #ce0000;}
.page li .prev,.page li .next{color: #787878;}









.study .index_Overview_content{ margin: 0 auto; padding: 0px; border: 0px;}
.study .index_Overview_content .study_left .study_left_top{ font-size: 36px; color: #fff; font-weight: bolder; position: relative; display: block; width: 100%}
.study .index_Overview_content .study_left .study_left_top dd img{ width: 100%;}
.study .index_Overview_content .study_left .study_left_top dt{
	position: absolute; text-shadow:0px 0px 10px rgba(0,0,0,.8);
    left: 50%; width: 100%; text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.study .index_Overview_content .study_left .study_left_bottom{ padding: 10px 15px; border: 1px solid #dcdcdc; display: none;}
.study .index_Overview_content .study_left .study_left_bottom a{ display: inline-block; width: 100%; font-size: 18px; color: #333333; background: url(../images/bn10.png) no-repeat 0% 50%; padding-left: 25px; line-height: 40px;}
.study .index_Overview_content .study_left .study_left_bottom a:hover{ color: #c81207}
.study .index_Overview_content .study_left .study_left_bottom a.on{ color: #c81207}
.study .index_Overview_content .study_left .study_left_list{ margin-bottom: 20px;}
.study .index_Overview_content .study_left .study_left_list.on .study_left_top:before{ opacity: 0;}
.study .index_Overview_content .study_left .study_left_list.on .study_left_bottom{ display: block;}
.study .index_Overview_content .study_left .study_left_top:before{ content: ""; position: absolute; display: inline-block; width: 100%; left: 0; top: 0; background: rgba(255,255,255,.5); height: 100%; z-index: 52;}
.study .index_Overview_content .study_left{ width: 24%;}
.study .index_Overview_content .study_right{ width: 73%; border: 1px solid #dcdcdc; padding: 50px 40px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list{ border: 1px solid #dcdcdc; padding: 40px; margin-bottom: 38px; width: 100%; position: relative;}
.study .index_Overview_content .study_right .study_right_top .right_top_list:before{ content: ""; position: absolute; display: inline-block; bottom: 0; width: 100%; height: 2px; background: rgba(241,241,241,.75); left: 0; bottom: -3px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{  width: 23%; text-align: center; border: 1px solid #dcdcdc;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img img{ max-width: 100%;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 72%;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_title{ font-size: 24px; color: #c81207; overflow: hidden; border-bottom: 1px solid #dcdcdc; padding-bottom: 10px; margin-bottom: 10px;
text-overflow:ellipsis;
white-space: nowrap;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dd{ font-size: 18px; color: #313131; margin-bottom: 5px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dt{ font-size: 16px; color: #676767; line-height: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}






.character_team .index_Overview_content .study_right{ border: 0px; padding: 0px; width: 100%;}
.character_team .index_Overview_content{ margin: 60px auto; border: 1px solid #dcdcdc;padding: 0px 40px;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ width: 14%;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 82%;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list{ padding: 30px;}









.IndexRuins_d .index_Overview_content{ background: url(../images/bn11.png) no-repeat 100% 100%; background-size: 100%; padding-bottom: 150px;}
.IndexRuins_d .IndexRuins_content .IndexRuins_content_top .content_top_list{ margin-bottom: 3%;}
.IndexRuins_d .IndexRuins_content .IndexRuins_content_top .content_top_list:nth-child(6n){ margin-right: 0px;}







.IndexRuins_details .IndexRuins_details_top .details_top_title{ font-size: 36px; color: #000000; text-align: center; margin-bottom: 20px;}
.IndexRuins_details .IndexRuins_details_top .details_top_time .top_time_list{ font-size: 16px; color: #000; margin-right: 35px;}
.IndexRuins_details .IndexRuins_details_top .details_top_time .top_time_list:last-child{ margin-right: 0px;}
.IndexRuins_details .IndexRuins_details_top .details_top_time .top_time_list a{ font-size: 16px; color: #000; margin: 0px 5px;}
.IndexRuins_details .index_Overview_content{ padding: 45px;}
.IndexRuins_details .IndexRuins_details_img{ text-align: center; margin: 35px 0px;}
.IndexRuins_details .IndexRuins_details_img img{ max-width: 100%;}
.IndexRuins_details .IndexRuins_details_content .details_content_list{ margin-bottom: 30px;}
.IndexRuins_details .IndexRuins_details_content .details_content_list dd{ font-size: 24px; color: #c81207; margin-bottom: 35px;}
.IndexRuins_details .IndexRuins_details_content .details_content_list dt p{ font-size: 16px; color: #000000; line-height: 32px;margin-bottom: 13px; }
.IndexRuins_details .IndexRuins_details_content .details_content_list img{ max-width: 100%; height:auto !important;}









.IndexRuins_Area .index_Overview_content{ padding: 45px;}
.IndexRuins_Area .IndexRuins_Area_title{ font-size: 36px; color: #c81207; text-align: center; margin-bottom: 50px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list{ width: 32%; margin-right: 2%; margin-bottom: 2%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list:nth-child(3n){ margin-right: 0%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ width: 100%; height: 231px; object-fit: cover;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dt{ font-size: 20px; color: #c81207; text-align: center; line-height: 65px;}






.contact .contact_content .contact_content_top .content_top_list{ font-size: 16px; color: #232323; margin-bottom: 25px;}
#dituContent{ height: 474px; width: 100%;}






.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ width: 25%;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 72%;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dd{ font-size: 16px; margin-bottom: 10px;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dd span{ margin-right: 20px;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_title{ font-size: 20px;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dt{ font-size: 15px; line-height: 25px; color: #363636;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img img{ width: 100%; height: 168px; object-fit: cover;}
.news .index_Overview_content{ margin: 0 auto;}








.act .index_Overview_content{ padding-bottom: 45px;}
.act .act_content .act_content_list{ width: 22.7%; margin-right: 3%; margin-bottom: 3%;}
.act .act_content .act_content_list:nth-child(4n){ margin-right: 0px;}
.act .act_content .act_content_list .content_list_img img{ width: 100%; height: 190px; object-fit: cover;}
.act .act_content .act_content_list .content_list_txt dd{ color: #c81207; font-size: 16px; text-align: center; margin: 15px 0px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.act .act_content .act_content_list .content_list_txt dt{ color: #2f2f2f; font-size: 16px; line-height: 28px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}








.WeChat{ display:none;}
.WeChat dd{ position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:115}
.WeChat dt{position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); z-index:118; background:#fff; padding:5px; border-radius:5px;}
.WeChat dt span{ position:absolute; right:-20px; top:-20px; color:#fff; font-size:18px; cursor:pointer;}








@media screen and (max-width:1200px){
.all{ width: 96%; margin: 0 auto;height:auto}
.pc_top{ display: none;}
.footer{ padding: 15px 0px; margin-top: 50px;}
.footer .footer_content .footer_content_list{ display: none; padding: 0px;}
.footer .footer_content .footer_content_list:nth-child(2){ display: block; width: 100%; border: 0px;}
.footer .footer_content .footer_content_list:nth-child(2) dd{ display: none;}
.footer .footer_content .footer_content_list:nth-child(2) dt p{ display: none;}
.footer .footer_content .footer_content_list:nth-child(2) dt p:last-child{ display: block; text-align: center;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-slide img{ width: 100%;}





.about .about_content .about_content_left,.about .about_content .about_content_right{ width: 100%;}
.about .about_content .about_content_left a{
	width: 49%;
    margin-right: 2%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    margin-top: 2%;
    border-radius: 5px;
}
.about .about_content .about_content_left a.on{ color: #fff; background: #c81207; border: 1px solid #c81207;}
.about .about_content .about_content_left a:nth-child(2n){ margin-right: 0px;}
.about .about_content .about_content_right{ border: 0px; padding: 0px; margin-top: 35px;}



.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li{ width: 32%; margin-right: 2%; margin-bottom: 2%;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li:nth-child(3n){ margin-right: 0px;}


.study .index_Overview_content .study_left{ display: none;}
.study .index_Overview_content .study_right{ width: 100%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 230px;}



.act .act_content{ margin-bottom: 25px;}
}

@media screen and (max-width:950px){

.banner .banner_title{ line-height: 45px;}
.banner .banner_title_content .title_content_list{ font-size: 12px; padding-left: 10px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 160px;}
}


@media screen and (max-width:768px){

.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list{ width: 48%; margin-right: 4%; margin-bottom: 4%;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list:nth-child(2n){ margin-right: 0px;}
.IndexAct .IndexAct_list{ padding: 0px 17px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 154px; height:154px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ margin-right: 7%; margin-bottom: 5%;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:nth-child(3n){ margin-right: 0px;}
.IndexHistory .IndexHistory_content .IndexHistory_content_img,.IndexHistory .IndexHistory_content .IndexHistory_content_txt{ width: 100%; margin: 0px; float: none;}
.IndexHistory .IndexHistory_content .IndexHistory_content_img{ margin-bottom: 20px; text-align: center;}

.details_nav{ padding: 15px 0px; padding-bottom: 0px;}
.details_banner{ height: 150px !important;}
.history .index_Overview_content{ border: 0px; padding:0px; padding-top:0px;}

.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_img img{ height: 215px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dd{ font-size: 16px; line-height: 40px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title{ bottom: -175px; height: 215px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dt a{ font-size: 12px; margin-bottom: 8px;}


.character .character_title a{ margin-right: 28px;}

.study .index_Overview_content{ margin-top: 35px;}
.study .index_Overview_content .study_right{ border: 0px; padding: 0px;}

.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ width: 23%;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 71%;}

.IndexRuins_details .index_Overview_content{ padding: 45px 0px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 154px;}

.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ width: 37%;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 58%;}
.news .history_top .history_top_title{ margin: 0px;}
.news .history_bottom{ padding-bottom: 0px; margin-top: 0px;}

.act .act_content .act_content_list .content_list_img img{ height: 127px;}
.contact .about_content .about_content_right{ text-align:center;}
.history .history_top .history_top_title{ margin:40px 0px}
.IndexRuins_Area .index_Overview_content{ padding-top:30px;}
.IndexRuins_Area .IndexRuins_Area_title{ margin-bottom:40px;}
.IndexRuins_details .index_Overview_content{ padding-bottom:0px;}




}


@media screen and (max-width:414px){
.details_banner{ height: 100px !important;}
.slick-slide img{ width: 100%; height: 200px; object-fit: cover;}
.banner .banner_title_content .slick-dots li{ width: 10px; height: 2px; margin: 0px 3px;}
.banner .banner_title{ line-height: 45px;}
.banner .banner_title_content .title_content_list{ font-size: 12px !important; padding-left: 10px;}
.banner .banner_title_content .title_content_list dd{font-size: 12px !important; height:45px;}

.index_Overview .index_Overview_content .Overview_content_title{ font-size: 18px; padding: 20px 0px;}
.index_Overview .index_Overview_content .Overview_content_title span:before{ display: none;}
.index_Overview .index_Overview_content{ padding: 0px; border: 0px; margin: 20px auto;}
.index_Overview .index_Overview_content:before{ display: none;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom dt{ margin-top: 0px;}


.IndexHistory .IndexHistory_content .IndexHistory_content_txt dd{ font-size: 18px; margin-bottom: 15px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister{ margin: 0px; padding-top: 45px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list{ padding: 20px 10px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left{ width: 110px; height: 110px; top: -16%;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left dd{ width: 100px; height: 100px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_left dd img{ height: 100px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right dd{ font-size: 18px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right dt{ font-size: 16px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_txt{ font-size: 13px; line-height: 22px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list:first-child{ margin-bottom: 70px;}

.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 121px; margin-right: 4%; height: 121px; margin-bottom: 4%;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list:nth-child(3n){ margin-right: 0px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list div dt{ font-size: 15px;}

.IndexAct .IndexAct_list{ width: 100%; margin-right: 0px; padding: 0px; border: 0px;}
.IndexAct .IndexAct_list .IndexAct_list_img .list_img_li dt{ font-size: 16px;}
.IndexAct .IndexAct_list:before{ display: none;}
.IndexTourism .index_Overview_content{ background-size:100%; min-height: auto; margin: 35px 0px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list{ width: 100%; margin: 0px; margin-bottom: 30px;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list{ padding: 0px;}



.details_nav{ display: none;}
.about .about_content .about_content_right .content_right_title{ font-size: 18px;}
.about .about_content .about_content_right .content_right_txt p{ font-size: 14px; line-height: 24px;}





.history .history_top .history_top_title{ font-size: 18px; margin: 25px 0px;}
.history .history_top .history_top_title span:before{ width: 85px; height: 10px; background-size: 100%; right: -105px;}
.history .history_top .history_top_title span:after{ width: 85px; height: 10px; background-size: 100%; left: -105px;}
.history .history_top .history_top_txt dd{ padding-bottom: 20px;}
.history .history_top .history_top_txt dt p{ font-size: 14px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list{ width: 100%; margin-right: 0px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_img img{ height: 215px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dd{ font-size: 16px; line-height: 40px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title{ bottom: -175px; height: 215px;}
.history .history_bottom .history_bottom_txt .bottom_txt_list .txt_list_title dt a{ font-size: 12px; margin-bottom: 8px;}



.tourism .tourism_content .tourism_content_list .content_list_digital{ width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 18px;}
.tourism .tourism_content .tourism_content_list{ padding: 30px;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list:first-child{ padding-left: 35px;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list:first-child:before{ display: block;}
.tourism .tourism_content .tourism_content_list .content_list_top .list_top_list{ font-size: 12px; width: 100%; margin-left: 0px;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li{ width: 49%; margin-right: 2%; margin-bottom: 2%;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li dt{ font-size: 14px;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li:nth-child(2n){ margin-right: 0px;}
.tourism .tourism_content .tourism_content_list .content_list_bottom .list_bottom_li:nth-child(3){ margin-right: 2%;}



.character .character_title a:nth-child(5n){ margin-right: 0px;}
.character .character_title a:nth-child(13n){ margin-right: 52px;}
.character .history_bottom .history_bottom_txt .bottom_txt_list{ width: 48%; margin-right: 4%;}
.character .history_bottom .history_bottom_txt .bottom_txt_list:nth-child(2n){ margin-right: 0px;}
.character .character_title a{ margin-right: 52px;}
.character .history_bottom_txt{ margin-bottom: 20px;}
.page li a{ width: 35px; height: 35px; line-height: 35px; font-size: 13px;}


.study .index_Overview_content .study_right .study_right_top .right_top_list{ padding: 20px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_title{ font-size: 18px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dd{ font-size: 16px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dt{ font-size: 14px;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ display: none;}
.study .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 100%;}


.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ width: 35%; display: block;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 60%;}
.character_team .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt .list_txt_content dt{ line-height: 25px;}


.IndexRuins_details .IndexRuins_details_top .details_top_title{ font-size: 22px;}
.IndexRuins_details .IndexRuins_details_top .details_top_time{ display: block; text-align: center;}
.IndexRuins_details .IndexRuins_details_top .details_top_time .top_time_list{ width: 100%; margin: 10px 0px;}
.IndexRuins_details .index_Overview_content{ padding: 25px 0px;}
.IndexRuins_details .IndexRuins_details_img{ margin: 20px 0px;}
.IndexRuins_details .IndexRuins_details_content .details_content_list dd{ font-size: 18px; margin-bottom: 20px;}
.IndexRuins_details .IndexRuins_details_content .details_content_list dt p{ font-size: 15px; line-height: 28px;}
.IndexRuins_details .IndexRuins_details_content .details_content_list img { max-width:100%; height:auto !important;}




.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list{ width: 49%; margin-right: 2%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list:nth-child(2n){ margin-right: 0px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list:nth-child(3){ margin-right: 2%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list:nth-child(9){ margin-right: 2%;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 127px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dt{ font-size: 15px; line-height: 42px;}
.IndexRuins_Area .IndexRuins_Area_title{ font-size: 18px; margin-bottom: 20px;}
.IndexRuins_Area .IndexRuins_Area_content{ padding-bottom: 25px;}
#dituContent{ height: 274px; width: 100%;}




.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img,.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_txt{ width: 100%; float: none;}
.news .index_Overview_content .study_right .study_right_top .right_top_list .top_list_img{ margin-bottom: 20px;}
.news .index_Overview_content .study_right{ margin-bottom: 0px;}



.act .act_content .act_content_list{ width: 49%; margin-right: 2%; margin-bottom: 8%;}
.act .act_content .act_content_list:nth-child(2n){ margin-right: 0px;}
.act .act_content .act_content_list .content_list_txt dt{ font-size: 14px; line-height: 25px;}
.act .act_content .act_content_list .content_list_img img{ height: 147px;}

.IndexAnnouncement .IndexAnnouncement_content{ padding-bottom:0px;}
.Likn .index_Overview_content{
	    margin: 30px auto;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
}

.character_team .history_bottom{ padding-bottom:0px;}
.character_team .index_Overview_content .study_right{ margin-bottom:0px;}
.banner .banner_title_content .title_content_list dd{ font-size:14px;}
}



@media screen and (max-width:411px){
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 120px; height: 120px;}

}


@media screen and (max-width:375px){
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right{ width: 60%;}
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list dd img{ height: 225px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_img img{ height: 235px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 110px; height: 110px;}
.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 115px;}
.act .act_content .act_content_list .content_list_img img{ height: 134px;}
}




@media screen and (max-width:360px){
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 104px; height: 104px;}

}



@media screen and (max-width:320px){
.index_Overview .index_Overview_content .Overview_content_txt .content_txt_bottom .txt_bottom_list dd img{ height: 191px;}
.IndexTeam .IndexTeam_content .IndexTeam_content_lister .IndexTeam_content_list .content_list_top .list_top_right{ width: 56%;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list{ width: 94px; height: 94px;}
.IndexRuins .IndexRuins_content .IndexRuins_content_top .content_top_list div dd{ background-size: 100%; width: 25px; height: 25px; margin-bottom: 8px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_img img{ height: 200px;}

.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 98px;}
.character .character_title a{ margin-right: 39px;}
.character .character_title a:nth-child(13n){ margin-right: 39px;}
.act .act_content .act_content_list .content_list_img img{ height: 114px;}
.IndexAnnouncement .IndexAnnouncement_content .IndexAnnouncement_content_list .content_list_img img{ height: 200px;}

.IndexRuins_Area .IndexRuins_Area_content .Area_content_top .content_top_list dd img{ height: 98px;}
.character .character_title a{ margin-right: 39px;}
.character .character_title a:nth-child(13n){ margin-right: 39px;}
.act .act_content .act_content_list .content_list_img img{ height: 114px;}
}eight: 114px;}
}