@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2022.03.22
************************************************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap'); */

.block	{display: block !important;}
.none {	display: none !important;}
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {	display: block}
/* 灰度滤镜
.star img {    filter: grayscale(100%);    -webkit-filter: grayscale(100%);    transition: -webkit-filter 2s;    transition: filter 2s;} */
/* common */
* {	margin: 0;	padding: 0;}
html {	height: 100%}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, img, span {	margin: 0;	padding: 0;}
ul, ol {	margin: 0;	padding: 0;	list-style-type: none;}
img {	border: 0;	height: auto;  /* ie8 max-width: 100%;*/}
body { position: relative;
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background:#070707;
	transition: all ease-out 0.3s;
	color: #FFF;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Arial", "Microsoft YaHei", "微软雅黑", "宋体",sans-serif;
}
a:link {	text-decoration: none;  color: #FFF;}
a:visited {	text-decoration: none;	color: #FFF;}
a:hover {	text-decoration: none;	color: #999;}
a:active {	text-decoration: none;	color: #FFF;}


/*---------------------------------//banner-----------------------------------*/
/* .bannerMain{ width:100%; height:500px; overflow:hidden;  background-color: #EEE; background-size: cover; background-position:center center; background-repeat:no-repeat;}
.banner{position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height:200px;
    background: ;

}
.banner figure { display: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
} */
.banner{position:relative; width: 100%;height: 1080px;  margin: 0 auto;overflow: hidden;}
.banner .swiper-container{height: 100%; }
.banner .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;}
	/* .banner a{display:block;} */
	.banner figure{overflow:hidden; position:relative; height:100%;}
	.banner img{position:absolute; width:100%; top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}

	.banner section{position:absolute; left:50%; top:20%; padding:30px; text-align: center; transform:translate(-50%,0);}
    .banner section h2{color:#fff;font-size:30px; line-height:40px;margin-bottom:10px;}
    .banner section p{color:#fff; font-size:18px;  max-width: 500px;margin-bottom:20px; }
    .banner section a{color:#fff; font-size:16px; padding: 15px; background: rgba(0,0,0,0.1); transition: all ease-out 0.3s; margin: 0 5px; max-width: 140px;}

    .banner .swiper-slide-active section h2{animation:mctranslate11 0.36s 1 linear; }
    .banner .swiper-slide-active section p{animation:mctranslate22 0.4s 1 linear; }
    .banner .swiper-slide-active section a{animation:mctranslate33 0.5s 1 linear; }
    .banner a:hover { background: rgba(0,0,0,0.5);}
    @keyframes mctranslate11{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,50px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
    @keyframes mctranslate22{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,60px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
    @keyframes mctranslate33{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,80px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}

@keyframes mctranslate1{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,150px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
@keyframes mctranslate2{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,160px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
@keyframes mctranslate3{0%{transform:translate(0,0);opacity: 0;} 50%{transform:translate(0,180px);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}

	.banner .swiper-slide-active figure img{animation:bannerimgmc 6s 1 linear forwards;-webkit-animation:bannerimgmc 6s 1 linear forwards;}
		@keyframes xbannerimgmc{
			0%{opacity:0;transform:translate(-50%,-50%) scale(1);}
			10%{opacity:1;}
			90%{opacity:1;}
			100%{opacity:0;transform:translate(-50%,-50%) scale(1.1);}
		}
		.banner .iconfont{font-size:60px;}
		.banner .swiper-button-prev{left:5%;}
		.banner .swiper-button-next{right:5%;}
        .banner .swiper-pagination-bullet{border-radius: 100%;}

/* -----------当前位置---------------*/

.location_wrap:after,.location_box:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.location_wrap {position: relative;  width: 100%; }
.location_box {     margin: 0 auto;    max-width: 1200px;    width: 100%;}
/* .location_box  h2{ display: inline-block; float: left; ;line-height:80px; font-size: 2em;	color: #1e70b0; font-weight: 500; } */
 ul.location{float:left; padding: 30px 0;}
 ul.location li {float:left;
	display: block; 
	padding:0 15px;
	font-size: 16px; 
    line-height: 1;
	color: #555; 
    position:relative;
}
 ul.location li:before {
	position:absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f105";
    line-height: 14px;
}
 ul.location li:nth-of-type(1):before {
	left: -3px;
	content: "\f015";
	color: #555 ;
}
/*------ body 公共 ---*/
.bodyMain:after,.body:after,#contect:after,.contect:after,.bodyIndex:after{ content: ''; clear: both; display: block; font-size: 0;}
.bodyMain{width:100%; position: relative;  }
.body{ width:100%; max-width:1200px; margin:0 auto; box-sizing: border-box; min-height:320px;}
.bg_FFF{background:#FFF; }
.bg_000{background:#000; }
.bg_111{background:#111; }
.bg_F5F5F5{background:#F5F5F5 !important; }
.body_title{ display:block; width:100%; float:left; padding:0; margin:0; font-size: 1.6em; font-weight: 550; color: #111;}
.contect{ display:block; width:100%; float:left ; padding:0; margin:0; font-size: 16px; }

.cont_left{float: left; box-sizing: border-box;}
.cont_right{float: right;box-sizing: border-box;}
.w85{width:85%; padding-right:74px;}
.w15{width:15%; }
.w60{width:59%; padding-right:96px;}
.w40{width:41%; }
.w50{width:50%; }
.w50_pl{width:50%; padding-left: 30px;}
.absolute{position: absolute;}
.topline{border-top: #c70000 1px solid; padding-top: 25px;}
.topline_dashed{border-top: #c70000 1px dashed; padding: 25px 0;}


.body_box:after,.body_img:after,.body_text:after{ content: ''; clear: both; display: block; font-size: 0;}
.body_box{width:100%; height: 1000px; position: relative; overflow: hidden;}
.body_img{width:100%; height: 100%; position:absolute; left: 0; top: 0; z-index: 10; }
.body_img img {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.body_text{
    position:absolute; 
    z-index: 99;
    left: 10%; 
    top: 50%; 
    transform: translate(0,-40%);
    max-width: 400px;
}
.body_text h1{font-size: 56px; padding-left: 15px; background-color: rgba(0,0,0,0.75);  letter-spacing:10px; float: left;}
.body_text h2{font-size: 56px; padding-right: 5px; background-color: rgba(0,0,0,0.75);  letter-spacing:10px; float: left; }
.body_text h3 {font-size: 18px; font-weight: 100;padding: 5px 15px; background-color: rgba(0,0,0,0.75); margin-top: 15px;float: left;transition: all ease-out 0.3s;}
.body_text a:hover h3{ background-color: rgba(255,255,255,0.85); color:#111; }

.active .body_text h1{animation:body_text1 1s 1 linear; }
.active .body_text h2{animation:body_text2 1.2s 1 linear; }
.active .body_text h3{animation:body_text3 1s 1 linear; }

@keyframes body_text1{0%{transform:translate(-150px,0);opacity: 0;} 50%{transform:translate(-150px,0);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
@keyframes body_text2{0%{transform:translate(-150px,0);opacity: 0;} 50%{transform:translate(-150px,0);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}
@keyframes body_text3{0%{transform:translate(-150px,0);opacity: 0;} 50%{transform:translate(-150px,0);opacity: 0.5;} 100%{transform:translate(0,0);opacity: 1;}}


.title_first {
    display: block; margin: 0 auto; position: relative;
    width: 100%; max-width: 500px; 
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    height: 50px;
    line-height: 50px;
    color: #c70000;
    text-transform: capitalize;
}
.title_first:after {
	position:absolute; z-index:1;
	top: 50%;
	left: 0; right: 0;
    display: block ;
	content: "";
    height: 1px; overflow: hidden;
    background: #c70000;
}
.title_first span{
    position:absolute; z-index:2;
    display: block; 
    top: 0; left: 50%; padding: 0 40px;
    transform: translate(-50%,0);
    background: #FFF;
}
.title_first span:before {
	position:absolute; 
	top: 50%;
	left: 0; 
    transform: translate(0,-50%);
    display: block ;
	content: "";
    height: 10px; width: 10px; border-radius: 100%; overflow: hidden;
    background: #c70000;
}
.title_first span:after {
	position:absolute; 
	top: 50%;
	right: 0; 
    transform: translate(0,-50%);
    display: block ;
	content: "";
    height: 10px; width: 10px; border-radius: 100%; overflow: hidden;
    background: #c70000;
}

.title_secd {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    color: #444;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.paddingBTM45{ padding-bottom:45px !important;}
.paddingBTM100{ padding-bottom:100px !important;}
.paddingTOP100{ padding-top:100px !important;}
.paddingTB100{ padding:100px 0 !important;}

/*--- 首页 ------*/
.bodyIndex:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.bodyIndex{    width:100%;  position: relative;  margin: 0 auto; }
.bodyIndex video{    width:100%; float: left;}
.bodyIndex section{position:absolute; width:100%; left:0; right: 0; top:0; bottom: 0; background: rgba(0,0,0,0.4); text-align: center;}
.bodyIndex section h2{color:#fff;font-size:30px; line-height:40px;padding-top: 15%;margin: 0 auto; }
.bodyIndex section p{color:#fff; font-size:18px;  max-width: 500px;margin: 20px auto; }
.bodyIndex section a{color:#fff; font-size:16px; padding: 15px; background: rgba(0,0,0,0.1);margin: 0 5px; transition: all 0.3s ease-out 0s;}
.bodyIndex section a:hover{ background: rgba(0,0,0,0.5);}

.bodyIndex section h2{animation:mctranslate1 0.56s 1 linear; }
.bodyIndex section p{animation:mctranslate2 0.7s 1 linear; }
.bodyIndex section a{animation:mctranslate3 0.86s 1 linear; }

/* transform:translate(-50%,0);padding:30px; text-align: center; */

/* 首页-教练 */
.teamlist_i:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.teamlist_i {	width: 100%;	float: left; padding-top: 50px; }
ul.teamlist_i li{width: 350px; float: left; margin: 0 75px 75px 0;  text-align: center;}
ul.teamlist_i li:nth-of-type(3n){margin-right: 0 ;}
ul.teamlist_i li a{ display: block; width:100%; height: 350px; position: relative; border-radius: 100%; overflow: hidden; box-shadow: 0 0 15px #333;}
ul.teamlist_i li a figure {width:100%;  overflow: hidden;background: #F5F5F5;}
ul.teamlist_i li a figure img{width:100%;transition: all 0.3s ease-out 0s;}
ul.teamlist_i li a:before {content: "";
	position:absolute;
	top:0; bottom: 0;	left: 0; right: 0;
	background: rgba(0,0,0,0.1);
}
ul.teamlist_i li a h1{ font-size:20px; line-height: 36px; color: #fff; font-weight: bold; text-align: center;
    position: absolute;
    bottom: 50%;transform: translate(0,50%);
    left: 0;
    right: 0;
    background:none;
    padding: 10px 0 5px;
    transition: all 0.3s ease-out 0s;
}
 ul.teamlist_i li a:after {transition: all 0.3s ease-out 0s;
	position:absolute;
	bottom: 100%;
	left: 50%;
    transform: translate(-50%,0);
	font-family: 'FontAwesome';
	content: "\f0c1";
    font-size: 30px;
    color: #FFF;
} 
ul.teamlist_i li a:hover h1{ 
    bottom: 0; transform: translate(0,50%);
    padding-bottom: 100px;
    background:rgba(199,0,0, 0.85) 00;

}
ul.teamlist_i li a:hover:after {transition: all 0.3s ease-out 0s;
	position:absolute;
	bottom: 50%;
    transform: translate(-50%,50%); 

} 

/* 首页-组图 */
.classlist_i:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.classlist_i {	width: 100%;	float: left; padding:150px 0; }
ul.classlist_i li{width: 25%; float: left;   text-align: center; box-sizing: border-box; border:; padding:0 2px 2px 0 ;} 
ul.classlist_i li:first-child{width: 50%;}
ul.classlist_i li:first-child a{height: 598px;}
ul.classlist_i li a{ display: block; width:100%; height: 300px; position: relative;  overflow: hidden; }
ul.classlist_i li a figure {width:100%; background: #F5F5F5;}
ul.classlist_i li a figure img{width:100%;transition: all 0.3s ease-out 0s;}
ul.classlist_i li a:hover figure img {transform: scale(1.05);}
ul.classlist_i li a h1{ 
    font-size:20px; line-height: 50px; color: #fff; font-weight: bold; text-align: center;
    position: absolute;
    bottom: 50%;
    transform: translate(0,700%);
    left: 0;
    right: 0;
    background:none;
    transition: all 0.3s ease-out 0s;
}
ul.classlist_i li a:hover h1{ 
    transform: translate(0,50%);
}
ul.classlist_i li a:before {content: "";transition: all 0.3s ease-out 0s;
	position:absolute;
	top:0; bottom: 0;	left: 0; right: 0;
	background: rgba(0,0,0,0);
}
ul.classlist_i li a:hover:before {
	background: rgba(0,0,0,0.39);
}

/* 



 ul.classlist_i li a:after {transition: all 0.3s ease-out 0s;
	position:absolute;
	bottom: 100%;
	left: 50%;
    transform: translate(-50%,0);
	font-family: 'FontAwesome';
	content: "\f00e";
    font-size: 30px;
    color: #FFF;
} 

ul.classlist_i li a:hover:after {transition: all 0.3s ease-out 0s;
	position:absolute;
	bottom: 50%;
    transform: translate(-50%,50%);
} 
 */

/* 首页-场馆 */

.contact_i:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.contact_i {	width: 100%;	float: left;padding-bottom:35px;}
ul.contact_i li{width: 32%; float: left; margin: 0 2% 2% 0;   text-align: center; box-sizing: border-box;} 
ul.contact_i li:nth-of-type(3n){margin-right: 0 ;}
ul.contact_i li a{ display: block; width:100%; height: 255px; position: relative;  overflow: hidden; }
ul.contact_i li a figure {width:100%; background: #F5F5F5;}
ul.contact_i li a figure img{width:100%;transition: all 0.3s ease-out 0s;}
ul.contact_i li a:before{content: "";
	position:absolute;
	top:0; bottom: 0;	left: 0; right: 0;
	background: rgba(0,0,0,0.31);
}
ul.contact_i li a dl{ 
    position: absolute;
    left: 0; width: 100%;
    top: 50%;
    transform: translate(0,-50%);
    transition: all 0.3s ease-out 0s;
}
ul.contact_i li a dt{transition: all 0.3s ease-out 0s;
    width: 100%; text-align: center;
    font-size:20px; line-height: 50px; color: #fff; font-weight: bold; 
}
ul.contact_i li a dd{ height: 0; overflow: hidden;transition: all 0.3s ease-out 0s;
    width: 100%;  box-sizing: border-box; padding-left: 20%;
    font-size:16px; line-height: 24px; color: #fff;  text-align: left;
}
ul.contact_i li a:hover dd{height: 72px; }

/* 首页-新闻--------------*/

.newlist_i:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.newlist_i {	width: 100%;	float: left; padding-top: 35px; }
ul.newlist_i li{	width: 100%;	float: left; border-bottom: #ccc 1px dashed; margin-bottom: 10px; padding-bottom: 10px;}
ul.newlist_i li a h1{ width: calc(100% - 130px) ; float: left; font-size: 18px; line-height:26px;height: 26px; overflow: hidden; font-weight: normal;color: #aaa;}
ul.newlist_i li a time{ width:100px; float: right; font-size: 14px; line-height: 26px;height: 20px; color: #999;}
ul.newlist_i li a p{ width:100%;font-size: 16px; line-height: 26px; font-weight: normal;color: #555;}

/* 新闻资讯--------------*/

.newlist:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.newlist {	width: 100%;	float: left; border-top: #666 1px solid;padding-top: 20px;}
ul.newlist li{	width: 100%;	float: left; border-bottom: #666 1px solid; margin-bottom: 25px; padding-bottom: 20px;}
ul.newlist li figure{ display: block; float: left; width:25%; box-sizing: border-box; max-height: 190px; overflow: hidden;}
ul.newlist li figure img{ display: 100%; transition: all ease-out 0.3s;}
ul.newlist li section { display: block; float: left;width:75%; box-sizing: border-box;padding-left: 30px;vertical-align: top;}
ul.newlist li h1{ width:100%;font-size: 18px; line-height: 30px;height: 30px; overflow: hidden; font-weight: normal;color: #AAA;}
ul.newlist li time{ width:100%;font-size: 14px; line-height: 20px;height: 20px; overflow: hidden; font-weight: normal;color: #666;}
ul.newlist li p{ width:100%;font-size: 15px; line-height: 24px; font-weight: normal;color: #666;}
.w100{width:100% !important; padding-left: 0 !important;}
ul.newlist li a:hover figure img {transform: scale(1.05);}
ul.newlist li a:hover h1{color: #FFF;}
ul.newlist li a:hover time{ color: #999;}
ul.newlist li a:hover p{ color: #999;}
.news_title:after,.news_info:after,.news_box:after,.articleprevnext:after{ content: ''; clear: both; display: block; font-size: 0;}
.news_title{float:left; width:100%; text-align:center; font-weight: normal; font-size: 24px; color: #aaa; line-height: 1.3;}
.news_info{float:left; width:100%; text-align:center; font-weight: normal; font-size: 14px; color: #777; line-height: 1; padding: 15px 0; margin-bottom: 1px;}
.news_info span{ padding:0 15px ;}
.news_box{float:left; width:100%; text-align:left; font-weight: normal; font-size: 16px; color: #555; line-height: 1.8; border-top: #666 1px solid;  border-bottom: #666 1px solid; padding: 20px 0;}
.news_left{float:left; width:70%; box-sizing:border-box; padding-right:100px; position: relative; }
.news_span{float:left; width:100%; text-align: left; font-weight: normal; font-size: 16px; color: #666; line-height: 1.3; padding: 15px 0;border-bottom: 1px solid #F1F1F1;
margin-bottom: 15px; }
.news_right{float:left; width:30%; box-sizing:border-box; padding:20px 20px 20px 40px; background: #F7F7F7;}
.articleprevnext { margin-top: 15px;
    float:left; width:100%; 
    padding:10px 0 ;
    border-top: #DDD 1px solid;
}
.articleprevnext p{
    padding:5px 0 ;
}

/* 教练团队 --------------*/

.teamlist:after {	content: '';	clear: both;	display: block;	font-size: 0;}
ul.teamlist {	width: 100%;	float: left; }
ul.teamlist li{	width: 100%;	float: left; border-bottom: #c70000 1px dashed; margin-bottom: 25px; padding-bottom: 20px;}
ul.teamlist li figure{ display: block; float: left; width:30%; box-sizing: border-box; max-height: 190px; overflow: hidden;}
ul.teamlist li figure img{ display: 100%; transition: all ease-out 0.3s;}
ul.teamlist li section { display: block; float: left;width:70%; box-sizing: border-box;padding-left: 30px;vertical-align: top;}
ul.teamlist li h1{ width:100%;font-size: 22px; line-height: 30px;height: 30px;  overflow: hidden; font-weight: normal;color: #c70000; padding-bottom: 
    15px;}
ul.teamlist li time{ width:100%;font-size: 14px; line-height: 20px;height: 20px; overflow: hidden; font-weight: normal;color: #999;}
ul.teamlist li p{ width:100%;font-size: 18px; line-height:1.8; font-weight: normal;color: #555;}
.w100{width:100% !important; padding-left: 0 !important;}
ul.teamlist li a:hover figure img {transform: scale(1.05);}
ul.teamlist li a:hover h1{ text-decoration: underline;}
ul.teamlist li a:hover time{ color: #666;}
ul.teamlist li a:hover p{ color: #333;}

/* 顶部二级分类导航 --------------*/
.class_top:after,.class_top ul:after,.class_info:after,.class_info dl:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.class_top{	width: 100%;	float: left; padding: 20px 0;}
.class_top ul {	width: 100%; float: left; }
.class_top ul li{float: left;}
.class_top ul li a{  line-height: 30px; color: #666; padding: 0 30px ;transition: all ease-out 0.3s;}
.class_top ul li a:hover,
.class_top ul li a.hover{ color: #FFF; }


/* .class_top ul {	width: 100%; float: left; display: flex; justify-content: center; box-sizing: border-box; padding:0 22px;}
.class_top ul li{	flex-grow: 1; border: #c70000 1px solid;border-left:none; box-sizing: border-box;text-align: center;transform:skew(-30deg); 
    max-width: 200px; margin-left: -1px;}
.class_top ul li:first-child{border-left:#c70000 1px solid ;} 
.class_top ul li a{ display: block; width:100%; line-height: 30px; font-size: 20px; color: #c70000; font-weight: ; padding: 15px 0;transition: all ease-out 0.3s;}
.class_top ul li a:hover,
.class_top ul li a.hover{ background: #c70000; color: #FFF; }
.class_top ul li span{ display: block; transform:skew(30deg);}

.class_top h2{	width: 100%; float: left; font-size: 24px; line-height: 70px; background: #eeeeee;color: #c70000; margin: 40px 0;box-sizing: border-box; padding-left: 50px;}
.class_top h2 img{display: inline-block;float: left;  margin: 10px 10px 0 0; padding: 0 ;}
.class_top h2 span{display: inline-block;float: left; } */

.class_info{	width: 100%; float: left; }
.class_info dl {	width: 100%; float: left;  border-top: #c70000 1px solid; padding: 25px 0; margin-bottom: 25px; box-sizing: border-box; }
.class_info dl dt{	width:100%; float: left; font-size: 20px; color: #c70000; font-weight: normal; margin-bottom: 15px; box-sizing: border-box; }
.class_info dl dd{	width:100%; float: left; font-size: 16px; padding-left: 20px;box-sizing: border-box; }


/* 摄影 作品列表  --------------*/
.photo_box:after,.photo_list:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.photo_box{	width: 100%;	float: left; }
ul.photo_list {	width: 100%; float: left; box-sizing: border-box; }
ul.photo_list li{width: 32%; float: left; margin: 0 2% 2% 0;  box-sizing: border-box;text-align: center;overflow: hidden; }
ul.photo_list li:nth-of-type(3n){margin-right: 0 ;}
ul.photo_list li a{ display: block; width:100%; position: relative;}
ul.photo_list li a figure {width:100%; height: 384px; overflow: hidden; background:rgba(0,0,0,0.1);}
ul.photo_list li a figure img{ width:auto !important; height:100% ;transition: all 0.3s ease-out 0s;}
ul.photo_list li a:hover figure img {transform: scale(1.05);}
ul.photo_list li a h2{ font-size: 16px; color: #666; font-weight: normal;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg,#000 0,transparent 100%); */
    padding: 10px 0 5px;
    transition: all 0.3s ease-out 0s;
}
ul.photo_list li a:hover h2{  color: #999; }

/* 视频 作品 详情 --------------*/
.hall_box:after,.hall_list:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.hall_box{	width: 100%;	float: left; }
ul.hall_list {	width: 100%; float: left; box-sizing: border-box; }
ul.hall_list li{width: 32%; float: left; margin: 0 2% 2% 0; box-sizing: border-box;text-align: center;overflow: hidden; cursor: pointer;}
ul.hall_list li:nth-of-type(3n){margin-right: 0 ;}
ul.hall_list li a{ display: block; width:100%; position: relative;}
ul.hall_list li a figure {width:100%;  height: 384px;  overflow: hidden;  }
ul.hall_list li a figure img{ width:auto !important; height:100% ;transition: all 0.3s ease-out 0s;}
/* ul.hall_list li a:hover figure img {transform: scale(1.05);} */
ul.hall_list li a h2{ font-size: 16px; color: #fff; font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(0deg,#000 0,transparent 100%);
    padding: 10px 0 ;
    transition: all 0.3s ease-out 0s;
}
ul.hall_list li a:after {transition: all 0.3s ease-out 0s;
	position:absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	font-family: 'FontAwesome';
	content: "\f04b";
    font-size: 20px;
    color: #FFF;
}
ul.hall_list li a:before {transition: all 0.3s ease-out 0s;
	position:absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	content: "";
    width: 60px;  height: 60px;  border-radius: 100%; /*border: 1px solid #FFF; */background: rgba(0,0,0,0.5);
}
ul.hall_list li a:hover:before {    width: 600px; height: 600px; }



/*  作品 详情 --------------*/
.view_left:after,.view_video:after ,.view_right:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.view_title{width: 100%; float: left; box-sizing: border-box; text-align: center; font-size: 20px; color: #888; padding: 15px 0 10px 0;}
.view_contect{width: 100%; float: left; box-sizing: border-box; font-size: 16px; color: #888; padding: 15px 0;}
.view_left{width: 100%; max-width: 960px; float: left; box-sizing: border-box;}
.view_right{width: 100%; max-width: 210px; float: right;box-sizing: border-box; text-align: center; background-color: #111; padding:40px  15px; font-size: 14px;}
.view_right li img{width:130px;}

.view_video{width: 100%;  float: left; box-sizing: border-box;    background-color: #111;}
.view_video video{width: 100%; }

#PREVIOUS_NEXT {box-sizing: border-box; 
    float: left;  padding:10px; margin-top:5px;
    width: 100%;
    background-color: #111; 
    overflow: hidden;
    font-size: 15px;
    color: #777; 
}
#PREVIOUS_NEXT a{color: #777; }
#PREVIOUS_NEXT a:hover{color: #FFF; }
.PREVIOUS {border-bottom: #222 1px solid;}
.NEXT {    }



/* 联系我们 --------------*/

.contact:after,.company_info:after {	content: '';	clear: both;	display: block;	font-size: 0;}
.company_box{height: 840px; background: url(../images/bg_company.png) -260px bottom no-repeat;}
.company_info{padding-top: 170px;}

.company_info h2{font-size: 24px; padding-bottom: 20px;}
.company_info h3{font-size: 18px; color: #999; padding-bottom: 20px;}
.company_info p{font-size: 14px;color: #5a5a5a;padding-bottom: 10px;}

.contact_wechat{width:100%; max-width: 600px; margin:0 auto; padding-top: 100px; text-align: center;font-size:20px; color: #5a5a5a}
.contact_wechat h2{font-size: 24px; color: #FFF;  padding-bottom: 20px;}
.contact_wechat h3{font-size: 18px; color: #FFF; padding-bottom: 20px; font-weight: normal;}
.contact_wechat h4{font-size: 14px; padding-bottom: 60px;font-weight: normal;}
.contact_wechat a{font-size: 14px; color: #D9D9D9;  padding-bottom:10px; font-weight: normal; border-bottom:1px solid #D9D9D9;}

ul.contact_list{width:80%; margin:0 auto; padding: 100px 0;}
ul.contact_list li{float:left; width:33.33%; }
ul.contact_list li dt{font-size:40px; color: #323232}
ul.contact_list li dd{font-size:16px; color: #aaa; padding-top: 15px;}
/* ul.contact li:nth-of-type(2n+1){text-align:right;}
ul.contact li:nth-of-type(2n){text-align:left;} */
.contact_map{width:80%; height: 400px; margin:100px auto; }

/* 留言表单  */
ul.form_list {	width: 100%; float: left; display:block; margin: 25px 0;}
ul.form_list li{float:left; width:32%;margin-right:2%; box-sizing:border-box; overflow: hidden; margin-bottom: 15px; }
ul.form_list li:nth-of-type(3n){margin-right:0;}
ul.form_list li:nth-of-type(4) {
    width:100%;margin-right:0;
}
ul.form_list li .txt {font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    line-height: 40px;
    display: inline-block;
    float: left;
}
ul.form_list  li .txts {font-size: 16px;
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    line-height: 25px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    display: inline-block;
    float: left;
}
.vcode{display: inline-block; float: left; margin-left: 10px; cursor: pointer;}
ul.form_list li input:focus { border: 1px solid rgba(199,0,0, 1);}

.tijiao { cursor:pointer;transition: all 0.3s ease-out 0s;
    float: left;
    width: auto;
    color: #fff; background:rgba(199,0,0, 0.85);
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 50px;
    border-radius: 6px;
}
.tijiao:hover {  background:rgba(199,0,0, 1);}

#code_img {
    border-radius: 6px;
    padding: 18px 15px;
    background: #ECF6FE;
}


/* page 分页-----------------------------------*/
#pages { width:100%;margin: 25px auto 50px;text-align: center;float: left;}
#pages:after {	content: '';	clear: both;	display: block;	font-size: 0;}
#pages a.a1 {	/*background: #FCFCFC;*/}
#pages a.hover,
#pages a,
#pages span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	/* background: rgba(255,255,255,0.75); */
	border: 1px solid #666;
	text-align: center;
	color: #999;
	padding: 0 14px;
}
#pages span {
	background: rgba(255,255,255,0.15);
	color: #FFF;
}
#pages a:hover {
	background: rgba(255,255,255,0.15);
	color: #FFF;
	text-decoration: none;
}
/*---------------------------------//footer-----------------------------------*/
#footmain:after,
#foot:after,
#footer:after { content:'';clear: both !important; display: block !important;	font-size:0 !important;	height:0 !important;	line-height: 0 !important;	/*width: 100% !important;*/	margin:0 !important;	padding:0 !important;	border:0 !important;}

#footmain{ width:100%;  padding:50px 0; position:relative;	}
#foot{ width:100%; max-width: 1200px; margin: 0 auto; text-align: center; color:#999; font-size: 14px;}
#foot span{ padding: 0 10px;}
#foot a{ color:#999}
#foot a:hover{text-decoration: underline;}

/* #foot ul { float: left; }
#foot ul li{  float: left; display: block; padding:0 15px; position: relative; }
#foot ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 2px;
	height:16px; margin-top: -8px;
	background: #FFF;
    overflow: hidden;
}
#foot ul li:first-child:before {display: none;}
#foot ul li a{ color:#FFF; }

#foot p{float: right; display: block; }
#foot span{display:inline-block; padding: 0 10px;} */


