*{
	padding:0;
	margin:0;
	position: relative;
}
body,html{
	width:100%;
	height:100%;
	min-width: 320px;
	/*background-color:#f7f7f7;*/
	background-color:#F5F5F5;
	color:#000;
	/*font-family: "微软雅黑";*/
	font-size: 14px;
	/*background-color:#f7f9fa;*/
	
}

/*a:hover{
	text-decoration:none;
}*/
a:hover,
a:focus,
a:link,
a:visited{
	color:#000;
	text-decoration:none;
}
a{
	color:#000;
}
h1{
	font-size: 40px;
	color:#000
}
.pos_middle,.pos_CM{
	position:absolute;
	top:0;
	bottom:0;
	margin: auto;
}
.pos_CM{
	right:0;
	left:0;
}
.line_height1{
	line-height: 1em;
}
.line_height2{
	line-height:1.5em;
}
.line_height3{
	line-height:2em;
}
.bg_contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.text_justify{
	white-space: normal;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
}
.text_uppercase{
	text-transform : uppercase
}
.text_capitalize{
	text-transform : capitalize
}
.textCM_outer_p,.textCM_outer{
	width:100%;
	height:100%;
}
.textCM_outer{
	/*会导致火狐浏览器的transform: translateZ();无效*/
	display: table;
}
.textCM_inner{
	display: table-cell;
	vertical-align: middle;
}
.float_left>:nth-child(n){
	float: left;
}
.float_right>:nth-child(n){
	float: right;
}
.border_bottom1{
	border-bottom: 1px solid #ddd;
	padding-bottom:40px;
	margin-bottom:40px;
}
.span_BR{
	display: inline-block;
	font-size:1.3em;
	width:1.5em;
	height:1.5em;
	line-height: 1.5em;
	margin:-0.2em 0.25em -0.2em 0;
	border-radius: 50%;
	box-shadow: 0.13em 0 0.15em 0.02em #fad232;
}

.wrap{
	overflow: hidden;
}
/*-------------------------hover效果------------------------*/
.wrap_up_hover .up_hover{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
	transform: translateY(0);
	transition: 0.3s all ease-out;
}
.wrap_up_hover:hover .up_hover{
	-webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}




/*顶部栏*/
#header{
	height:89px;
	/*transition: 0.5s all ease-out;*/
	background-color:#000;
}
#header img{
	height:100%;
	
}

#header .navbar{
	width: 100%;
	min-width: 320px;
	overflow:hidden;
	background-color:#000;
	border-radius:0;
	border:none;
	margin:0;
	font-weight:700;
	border-bottom:1px solid #333;
	position:fixed;
	top:0;
	left:0;
	z-index: 20;
	opacity: 1;
	-webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
#header .navbar_hid{
	opacity: 0;
	height:0;
	min-height: 0;
	
}
#header .navbar-toggle{
	margin:0 10px;
}
#header .navbar a,.navbar-toggle{
	padding:0 15px;
	line-height:89px;
	height:89px;
	/*line-height:60px;
	height:60px;*/
}
#header .navbar-inverse  .navbar-nav{
	margin-top:0;
	margin-bottom:0;
}
#header .navbar-inverse .navbar-nav>li>a:focus{
	color:#9d9d9d;
}
#header .navbar-inverse .navbar-nav>.active>a:focus{
	color:#fff;
}
#header .navbar-inverse .navbar-nav>li>a:hover{
	color:#fff;
}
/*轮播图*/
#max_banner{
	overflow: hidden;
}
#max_banner .content_bg{
	background-color:#000;
	opacity: .5;
	filter: alpha(opacity=50);
}
#max_banner .content h1,#max_banner .content h2,#max_banner .content h3{
	color:#fff;
	font-weight: bold;
	margin:1.5% 0;
}
#max_banner .content h3{
	font-size: 22px;
}
#max_banner .carousel-inner .item>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*轮播图控件*/
.carousel-control{
	font-size: 30px;
	height:50px;
	line-height: 50px;
	width:50px;
	background: #000;
	margin:auto 50px;
	border-radius: 50%;
}
.carousel-control:focus,.carousel-control.left,.carousel-control.right{
	color: #fff;
	opacity: .5;
}
.carousel-control:hover{
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.page{
	margin:40px 4%;
}
/*-----------------------------------自定义缩略图-------------------------------*/
.select_warp1{
	width:200px;
	height:200px;
	margin: 70px auto 90px;
	/*background-color:#000;*/
}
.select_warp1>div{
	position: absolute;
	width: 160px;
	height:160px;
	border-radius: 50%;
	display: table;
}
.select_warp1>div>a{
	color:#fff;
	display: table-cell;
	vertical-align: middle;
}
.custom_thumbnail_1{
	background-color: #fff;
	display: block;
	margin-bottom:20px;
	-webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
	transition: all 0.3s ease-out 0s;
	overflow: hidden;
}
.custom_thumbnail_1:hover{
	-webkit-transform: translateY(-10px);
    -moz-transform:  translateY(-10px);
    -o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 6px 15px 2px #ccc;
}
.custom_thumbnail_1 img{
	width:100%;
}
.custom_thumbnail_1 .content_1{
	padding:10px;
	/*min-height: 110px;*/
	min-height:130px;
}
.custom_thumbnail_1 .content_2{
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	padding:20px
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------页面盒子---------------------------------*/
.page_box1{
	width:100%;
	max-width: 1090px;
	min-height: 180px;
	background-color:#fff;
	box-shadow: 0 4px 30px 4px rgba(0,0,0,.3);
	padding:4%;
	margin:2% auto;
}





/*------------------------------------------------------------------------------*/
.footer{
	background-color:#222;
	color:#fff
}
.footer a{
	color:#fff;
	text-decoration: none;
	/*font-family: "微软雅黑";*/
}
.footer .footer_top{
	padding:50px 3% 30px;
	font-size: 15px;
	min-height: 280px;
	/*font-family: "微软雅黑";*/
}
.footer .footer_top>.pull-left{
	/*max-width: 609px*/
	padding-right:400px;
}
.footer .footer_top>.pull-left>p{
	margin:0 0 10px 0;
}
.footer .footer_top>.footer_right{
	font-size: 20px;
	height:180px;
	right:3%;
}
.footer .footer_top>.footer_right>div{
	margin:0 15px;
}
.footer .footer_top>.footer_right img{
	width:150px;
	height:150px
}


.footer .footer_top .footer_nav_1{
	padding-left:75px;
}
.footer .footer_top .footer_nav_1 .title{
	position:absolute;
	top:0;
	left:0;
	margin: 0;
}
.footer .footer_top .footer_nav_1 a:hover{
	/*color:#EC971F*/
	color:#F5C500
}
.footer .footer_top .footer_nav_1>:nth-child(n){
	margin-right:10px;
}
.footer .footer_bottom{
	padding:10px;
	background-color:#0d0e11;
	font-size: 12px;
}
.footer .footer_bottom a{
	font-size: 12px;
}
.footer .footer_bottom p{
	margin:2px 0;
}
/*------------------------------------动画-------------------------------*/
.animate_pull_z_p{
	perspective:2000px;
}
.animate_pull_left,
.animate_pull_right,
.animate_pull_top,
.animate_pull_bottom,
.animate_pull_z,
.animate_pull_RB,
.animate_pull_LB,
.animate_pull_RT,
.animate_pull_LT,
.animate_hidden,
.animate_pull_small{
	opacity: 0;
	-webkit-transition: 0.5s all ease-out;
    -moz-transition: 0.5s all ease-out;
    -o-transition: 0.5s all ease-out;
	transition: 0.5s all ease-out;
}
.animate_pull_left{
	-webkit-transform: translateX(-80px);
    -moz-transform:  translateX(-80px);
    -o-transform: translateX(-80px);
	transform: translateX(-80px);
}
.animate_pull_right{
	-webkit-transform: translateX(80px);
    -moz-transform:  translateX(80px);
    -o-transform: translateX(80px);
	transform: translateX(80px);
}
.animate_pull_top{
	-webkit-transform: translateY(-80px);
    -moz-transform:  translateY(-80px);
    -o-transform: translateY(-80px);
	transform: translateY(-80px);
}
.animate_pull_bottom{
	-webkit-transform: translateY(80px);
    -moz-transform:  translateY(80px);
    -o-transform: translateY(80px);
	transform: translateY(80px);
}
.animate_pull_z{
	-webkit-transform: translateZ(-2000px);
    -moz-transform: translateZ(-2000px);
    -o-transform: translateZ(-2000px);
	transform: translateZ(-2000px);
}

.animate_pull_RB{
	-webkit-transform: translate(80px,80px);
    -moz-transform: translate(80px,80px);
    -o-transform: translate(80px,80px);
	transform: translate(80px,80px);
}
.animate_pull_LB{
	-webkit-transform: translate(-80px,80px);
    -moz-transform: translate(-80px,80px);
    -o-transform: translate(-80px,80px);
	transform: translate(-80px,80px);
}
.animate_pull_RT{
	-webkit-transform: translate(80px,-80px);
    -moz-transform: translate(80px,-80px);
    -o-transform: translate(80px,-80px);
	transform: translate(80px,-80px);
}
.animate_pull_LT{
	-webkit-transform: translate(-80px,-80px);
    -moz-transform: translate(-80px,-80px);
    -o-transform: translate(-80px,-80px);
	transform: translate(-80px,-80PX);
}
.animate_pull_small{
	-webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
	transform: scale(0.1);
}

.animate_remove_lX,
.animate_remove_lY,
.animate_remove_lZ,
.animate_remove_lXY,
.animate_remove_small{
	opacity:1;
}
.animate_remove_lX{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
	transform: translateX(0);
}
.animate_remove_lY{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
	transform: translateY(0);
}
.animate_remove_lZ{
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
	transform: translateZ(0);
}
.animate_remove_lXY{
	-webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
	transform: translate(0,0);
}
.animate_remove_small{
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform:none;
	transform: none;
}
.animate_remove_transform{
	opacity:1 !important;
	-webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform:none !important;
	transform: none !important;
}
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 975px){
	h1 {
	    font-size: 34px !important;
	}
	#header{
		height:60px;
	}
	#header .navbar a,.navbar-toggle{
		line-height:60px;
		height:60px;
		padding: 0 10px;
	}
	.carousel-indicators {
	    bottom:10px;
	}
	#max_banner .content h2{
		font-size:26px;	
	}
	.footer .footer_top>.pull-left{
		/*max-width: 609px*/
		padding-right:0;
	}
}

@media only screen and (max-width: 768px){
	h1 {
	    font-size: 28px !important;
	}
	#header{
		height:60px;
		background-color:#333;
	}
	#header .navbar{
		background-color:#333;
	}
	#header .navbar a,.navbar-toggle{
		line-height:60px;
		height:60px;
	}
	.carousel-indicators {
	    bottom:0px;
	}
	#max_banner .content h2{
		font-size:22px;	
	}
	#max_banner .content h3{
		font-size: 18px;
	}
	.custom_thumbnail_1:hover{
		-webkit-transform: none;
	    -moz-transform: none;
	    -o-transform: none;
		transform:none;
		box-shadow:none;
	}
	
}
@media only screen and (max-width: 470px){
	#max_banner .content h1{
	    font-size: 18px !important;
	}
	#max_banner .content h2{
		font-size:16px;	
	}
	#max_banner .content h3{
		font-size: 14px;
	}
}

