@font-face
{

}
body
{
	background:url("../image/bg.jpeg") 300px 300px repeat;
	background-position: 0% 5%; 
	background-size:cover;
	background-clip :border-box;
}

/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.marqueemsg
{
	width:100%;
	height:50px;
	/*z-index:9999;*/
	bottom:0px;
	line-height:50px;
	font-size:16px;
	position:absolute;
	background:rgba(255,255,255,0.2);
	color:white;
	z-index: 1;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:600px;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
	max-height:600px;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.index_main_container
{
	width:100%;
	height:auto;
	min-height:700px;
	position:relative;
}

.basicdisplay,.culturalrelics
{
	width:100%;
	height:auto;
	min-height:300px;
	min-width:900px;
}
.basicdisplay_title
{
	width:100%;
	height:220px;
	line-height:300px;
	text-align:center;
	font-size:32px;
	background:url("../image/cloud.png") no-repeat;
	background-position: 50% 75%; 
}
.basicdisplay_container
{
	width:94%;
	height:auto;
	height:550px;
	margin:0 auto;
	overflow:hidden;
}
.basicdisplay_container_left
{
	width:23%;
	height:100%;
	max-height:450px;	
	float:left;
	overflow-x: hidden;
    overflow-y: auto;
	direction:rtl;
	min-width:161px;
}
.basicdisplay_container_mid
{
	width:50%;
	height:100%;
	float:left;
	min-width:580px;
	min-height:615px;
}
.basicdisplay_container_right
{
	width:27%;
	height:100%;
	float:left;
	min-width:189px;
	max-height:510px;
	max-width:475px;
	overflow: hidden;
}
.basicdisplay_container_left_item
{
	width:94%;
	height:135px;
	margin-left:3%;
	margin-top:15px;
	background:rgba(239,237,231,0.4);
	box-shadow: 3px 1px 3px 1px #CFD6DA;
	cursor:pointer;
	overflow:hidden;
	white-space:nowrap;
}
.basicdisplay_container_left_item_img
{
	width:41%;
	min-height:70px;
	float:left;
}
.basicdisplay_container_left_item_img img
{
	width:100%;
	height:100%;
	border-radius:5px;
}
.basicdisplay_container_left_item_active
{
	color:#A33C2B;
}
.basicdisplay_container_left_item_active img
{
	background:#A33C2B;
}
.basicdisplay_container_left_item_tip
{
	width:58%;
	display:block;
	float:right;
	height:135px;
	line-height:135px;
	text-align:center;
	font-family:STLibianSC;	
	font-size:36px;
	overflow:hidden;
	white-space:nowrap;
}
.basicdisplay_container_mid_item
{
	width:94%;
	margin-left:3%;
}
.basicdisplay_container_mid_item img
{
	width:100%;
	overflow:hidden;
}
.basicdisplay_container_right_item
{
	width:94%;
	height:100%;
	margin-left:2%;
	font-size:24px;
	font-family:STLibianSC;	
	color:#475D43;
	text-indent:2em;
	width:100%;
	overflow:hidden;
	line-height:32px;
	text-overflow:ellipsis;
}
.culturalrelics
{
	margin-top:100px;
}
.culturalrelics_title
{
	width:100%;
	height:120px;
	line-height:120px;
	text-align:center;
}
.culturalrelics_title_left
{
	width:25%;
	height:100%;
	float:left;
}
.culturalrelics_title_mid
{
	width:50%;
	height:100%;
	float:left;
}
.culturalrelics_title_right
{
	width:25%;
	height:100%;
	float:left;
}
.culturalrelics_title_left_msg
{
	width:calc(100% - 10px);
	height:100%;
	float:left;
}
.culturalrelics_title_left_spit
{
	width:10px;
	height:100%;
	float:left;
	background:#A33C2B;
}
.culturalrelics_title_left_msg span
{
	display:block;
	height:50px;
	line-height:50px;
	text-align:right;
	font-size:32px;
	padding-right:25px;
	width:100%;
	overflow:hidden;
}
.culturalrelics_title_mid span
{
	text-align:left;
	color:#948B84;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	font-size:16px;
	text-indent:2em;
}
.culturalrelics_title_right_msg
{
	background:url("../image/rightarrow.png") no-repeat;
	height:100%;
	width:100px;
	opacity:0.8;
	background-size:auto 50%;
	margin-left:50px;
	text-align:left;
	font-size:16px;
	font-weight:500;
	cursor:pointer;
}
.serviceInfomation
{
	margin-top:330px;
	height:480px;
}
.serviceInfomation_title
{
	width:100%;
	height:80px;
	line-height:80px;
	text-align:center;
}
.serviceInfomation_title_content
{
	width:80%;
	height:100%;
	margin:0 auto;
	position:relative;
}
.serviceInfomation_title_content .tiprect
{
	width:8px;
	height:50px;
	background:#A33C2B !important;
	float:left;
}

.serviceInfomation_title_content_msg_zh
{
	width:5em;
	text-indent:1em;
	line-height:50px;
	font-size:32px;
	height:50px;
	float:left;
}

.serviceInfomation_title_content_msg_en
{
	width:5em;
	text-indent:1em;
	line-height:50px;
	font-size:32px;
	height:50px;
	float:left;
	color:#6D6B6B;
}
.serviceInfomation_content
{
	width:80%;
	margin:0 auto;
	min-height:400px;
	height:450px;
}

.serviceInfomation_content_left
{
	width:35%;
	height:450px;
	float:left;
}
.serviceInfomation_content_mid
{
	width:40%;
	height:450px;
	float:left;
}
.serviceInfomation_content_right
{
	width:25%;
	height:450px;
	float:left;	
}

.serviceInfomation_content_left_top
{
	width:95%;
	min-height:205px;
	background:url("../image/bg_kfsj.png") repeat;
	background-size:cover;
	overflow:hidden;
}
.serviceInfomation_content_left_bottom
{
	width:95%;
	min-height:223px;
	margin-top:8px;
	background:url("../image/bg_jjxz.png") repeat;
	background-size:cover;
	overflow:hidden;
	text-overflow:ellipsis;
}

.serviceInfomation_content_left_top_msg
{
	width:80%;
	margin-left:10%;
	overflow:hidden;
	white-space:nowrap;
}

.serviceInfomation_content_left_top_msg_d1
{
	height:50px;
	line-height:50px;
	margin-top:15px;
	font-size:24px;
	font-weight:bold;
}
.serviceInfomation_content_left_top_msg_d2
{
	font-size:16px;
	height:25px;
	line-height:25px;
	color:#484945;
}
.serviceInfomation_content_left_top_msg_d3
{
	font-size:32px;
	height:35px;
	line-height:35px;
	color:#5E3231;
	font-weight:bold;
}
.serviceInfomation_content_left_bottom_msg
{
	width:95%;
	margin-left:5%;
}
.serviceInfomation_content_left_bottom_msg_d1
{
	height:30px;
	line-height:30px;
	margin-top:25px;
	font-size:24px;
	font-weight:bold;
	color:#484945;
}
.serviceInfomation_content_left_bottom_msg_d
{
	font-size:14px;
	overflow:hidden;
	margin-top:3px;
	color:#484945;
}
.serviceInfomation_content_mid_content
{
	width:95%;
	height:400px;
	margin-top:25px;
	background:rgba(246,239,232,0.5);
	margin-left:5%;
	box-shadow:0px 3px 32px 0px rgba(0,0,0,0.1);
	border-radius:5px;
}
.serviceInfomation_content_mid_content_d1
{
	height:50px;
	line-height:50px;
	width:100%;
	font-size:22px;
	font-weight:bold;
	text-indent:1em;
}
.serviceInfomation_content_mid_content_d2
{
	color:#2D2D2D;
	line-height:29px;
	padding:15px;
	padding-top:0px;
	font-size:15px;
}
.serviceInfomation_content_right_content
{
	width:100%;
	height:400px;
	margin-top:10px;
	margin-left:6%;
}
.serviceInfomation_content_right_content_top
{
	width:100%;
	height:120px;
}
.serviceInfomation_content_right_content_bottom
{
	width:100%;
	margin-top:20px;
	height:260px;
}
.serviceInfomation_content_right_content_top_item
{
	width:24%;
	min-height:70px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-left:1%;
	background:#F7F0E9;
	font-size:12px;
	float:left;
	cursor:pointer;
}
.serviceInfomation_content_right_content_top_item img
{
	display:block;
	width:100%;
	margin-left:5%;
}
.serviceInfomation_content_right_content_top_item span
{
	width:100%;
	display:block;
	text-align:center;
	color:#776A54;
	position:relative;
	bottom:0;
}
.serviceInfomation_content_right_content_bottom img
{
	width:100%;
	max-height:300px;
}
.morelink{
   color: #948B84;
    font-size: 16px;
    text-indent: 2em;
}
