@charset "utf-8";
body,html{ min-width: 1200px; overflow-x: hidden; }
*{ margin:0; padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
	box-sizing: border-box;  }
body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ margin:0; padding:0; color:#000; font-family:"Microsoft yahei"; }

body,p{ font-size:14px; border:none; color: #dfdfdf;}
a{ font-size:14px; color:#000; text-decoration:none; border:none; padding:0; margin:0;}
table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
strong,b{ font-weight:normal;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; font-size: 14px;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { /* WebKit browsers */ font-size:14px; color: #dfdfdf; }
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; }
.fl{float:left;}
.fr{float:right;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";}
.clearfix:after{clear:both;}
.box{  padding: 80px 85px;}
.inner { width:1200px; margin: 0px auto;}
/*导航*/
.barwrap{ padding: 0 40px;   position: fixed; top: 0; left: 0; right: 0; z-index: 333; display: flex; display: -ms-flexbox;
	display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; border-top: 1px solid rgba(255,255,255,0.3); align-items: center; margin-top: 120px;}
.barwrap .logo{ display: block; }
.navbar{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display:
		-ms-flexbox; justify-content: center; flex: 2;
	/*justify-content: flex-end;*/
}
.xbanner:hover{
	cursor: pointer;
	transition: all 1s;
	opacity: 0.6;
}




.navbar li{ padding: 0 40px; line-height: 100px;}
.navbar li a{ line-height: 80px; color: #fff; font-size: 16px; transition: all 0.2s;  position: relative; display: block;}
.navbar li a b{line-height: 100px; position: absolute; left: 0; right:0; top: 0; height: 2px; background: #be151a; display: block; z-index: 33; width: 0;
	transition: all 0.2s; width:100%; transform: scale(0);}
.navbar li:hover a b,.navbar li.on a b{ transform: scale(1);}
.navbar li:hover a,.navbar li.on a{ color: #be151a;font-weight: 600 }
.barwrap  .div2{ display: flex; display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex;
	display: -ms-flexbox; align-items: center; border-left: 1px solid #fff; padding-left: 30px; }
.barwrap .div2 h3{ font-size: 20px; color: #000;}
.barwrap .div2 h3 img{ display: inline-block; margin-right: 20px; vertical-align: middle;}
.barwrap .div2 strong{ display: block; font-size: 16px; color: #fff;  line-height: 1;}
.barwrap .div2 b{ display: block; font-size: 22px; color: #be151a; font-family:segeo; line-height: 1;}
.barwrap.on{ animation-name: down; animation-duration: 0.2s; background: #07757d; border-bottom: none ;margin-top: 0px;}
.barwrap.on .div2 b{ color: #fff;}

.barwrap.on .div2{ border-left: 1px solid #be151a;}
.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a {font-weight: 600;color: #be151a;}
.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{ bottom: 0; top:auto;}

/*搜索*/
.barwrap .zoom{ cursor: pointer; display: inline-block; vertical-align: middle; margin-left:60px; }
.search-close{ position: fixed; top: 30px; right: 30px; cursor: pointer;}
.search-box{ background: #fff; position: fixed; top: 0px; left: 0; right: 0; background: rgba(0,0,0,0.8); z-index: 333;
	bottom: 0;  display: flex;  display: -ms-flexbox; display: -moz-flex; display: -ms-flexbox; display: -moz-flex; display:
		-ms-flexbox; align-items: center; transform-origin: bottom center; transform: scaleY(0);
	transition: transform .3s .5s;}
.search-box .div{ width: 800px; margin: 0 auto; transition: all .5s .3s; filter:alpha(opacity=0); opacity: 0; transform: translate(0px,20px);}
.search-box .in{ background: #fff; height: 50px; width: 700px; padding-left: 20px; font-size: 16px;}
.search-box .sub{ background: #07757d; height: 50px; width: 100px; font-size: 16px; color: #fff; cursor: pointer;}
.search-box p{ padding: 30px 0 0 0;}
.search-box p a{ display: inline-block; padding: 0 20px; font-size: 14px; color: #fff; opacity: 0.8; filter:alpha(opacity=80); transition: all 0.36s;}
.search-box p strong{ display: inline-block; font-size: 16px; color: #fff;}
.search-box p a:hover{ color: #07757d;}
.search-box .div.on{ opacity: 1; transform: translate(0,0); filter:alpha(opacity=100); }
.search-box.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}

/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
	-webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:8px; top:6px; background:#07757d;}
.banner .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	text-align: center;
	width: 1200px;

}
.banner .txt p{font-size: 48px;
	/*font-weight: bold;*/
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;}
.banner .txt p2{font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;}
.banner .txt img{ display: block; max-width: 100%;}
.banner .txt .t2{ padding-top: 30px;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}





/*banner滚动*/
.bannerb { position:relative; overflow:hidden; width: 100%; height: 100%;}
.bannerb .bannerfix >li { height: 100%; line-height: 0; opacity:0; transition:opacity 1000ms linear;
	-webkit-transition:opacity 1000ms linear; float:left; position: relative;}
.bannerb .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.bannerb .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.bannerb .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.bannerb .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.bannerb .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.bannerb .flex-control-nav li:last-child{ margin-right:0;}
.bannerb .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.bannerb .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#07757d;}
.ziti11{
	position: absolute;
	width: 100%;
	background: #07757d;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 14px;
	bottom: 0px;

}
.bannerb .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	text-align: center;
	width: 1200px;

}
.bannerb .txt p{font-size: 48px;
	/*font-weight: bold;*/
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	color: #FFFFFF;}
.bannerb .txt p2{font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;}
.bannerb .txt img{ display: block; max-width: 100%;}
.bannerb .txt .t2{ padding-top: 30px;}
.bannerb li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.bannerb li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}

/*banner优势条*/
.index-sec1{ background: #f3f3f3; }
.index-sec1 .ul1 li{ float: left; width: 100%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
	word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 0px; align-items: center;
	/*justify-content: center;*/
}
.index-sec1 .ul1 li h3{font-size: 18px; color: #07757d; font-weight: 600; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 16px; color: #939393; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg); }
.index-sec1 .ul1 li:hover{ box-shadow: 3px 3px 20px #07757d85; }

.index_b_r {
	width: calc(100% - 110px);
	float: left;
	margin-top: 100px;
	padding-left: 15px;
}
.in_new_pic {
	float: left;
	width: 56.6%;
}

.in_new_list {
	float: left;

	/*padding-left: 25px;*/
	width: 100%;
}
.zitinew{
	background: #07757d;
	height: 25px;
	width: 25px;
	border-radius: 25px;
	text-align: center;
	line-height: 25px;
	font-family: fangsong;
	color: #ffffff;
	margin-right: 10px;
}
.in_new_list .in_new_time {
	width: 110px;
	/*border-left: 1px solid #EEEEEE;*/
	float: right;
	line-height: 40px;
}
.in_new_list span {
	display: inline-block;
}
.in_new_time .in_new_mouth {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.in_new_time em {
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 14px;
	color: #b3b3b3;
}
.in_new_list .n_title {
	flex: 1;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_new_list span {
	display: inline-block;
}
.dianji{
	padding: 20px;
}

.dianji:hover{
	background: #07757d3d;
	color: #07757de0;
	transition: all 1s;
}




/*公司介绍*/
.sec1-intro{ position: relative;}
.sec1-intro .intro-cont{
	/*position: relative; z-index: 3; width: 100%; background:#fff url(../images/bg1.png) no-repeat bottom right;*/
	/*padding: 30px; display: flex; background-size: contain; justify-content: space-between; background-attachment: fixed;*/
	width: 100%;
	/*background: #fff url(../images/bg1.png) no-repeat bottom right;*/
	/*padding: 30px 0px;*/
	display: inline-table;
}
.sec1-intro .left{flex:2.5; position: relative;}
.sec1-intro .left .div1{ background: #07757d; display: flex;  display: -ms-flexbox; display: -moz-flex; padding: 20px 30px; align-items: center;
	position: absolute; bottom: 0; left: 0; border:40px solid #fff; border-left: none;}
.sec1-intro .left .spanline{ width: 60px;}
.sec1-intro .left span{ display:block; height: 3px; background: #fff; animation:load1 1s infinite ease-in-out; width: 23px; margin: 12px 0;
	animation-delay: -0.16s;}
.sec1-intro .left .span2{ animation-delay: -0.32s;}
.sec1-intro .left .span3{ animation-delay: -0.46s;}
.sec1-intro .left h3{ color: #fff; font-size: 22px;}
.sec1-intro .left p{ color: #fff; font-size: 14px; font-family: "arial narrow"; letter-spacing: 1px; padding-top: 5px;}
.sec1-intro .left strong{ display: block; font-size: 70px; color: #fff; ont-family: "arial narrow"; padding: 0 15px;}

.sec1-intro .right{flex:3;}
.sec1-intro .left img{ display: block; max-width: 100%; }
.color-bg{ position: absolute; bottom:0; left: 0; right: 0; top: 50%; background: #252733; z-index: 0; background-attachment: fixed; background-size: contain;}
.sec1-intro .intro-cont .right{ padding-right: 20%; padding-left: 3%;}
.sec1-intro .tit{ padding-top: 50px; position: relative;}
.sec1-intro .tit h2{  font-size: 34px; color: #000; padding-top: 25px;}
.sec1-intro .tit b{ display: block; background: #07757d; height: 37px; width: 3px; margin: 50px 0; transition: all 0.36s;
	top: 0; left: 0;}

.sec1-intro .right h3{ color: #000; font-size: 22px; padding-bottom: 30px;}
.sec1-intro .right p{ font-size: 14px; line-height: 45px; color: #666;}
.sec1-intro .btn-3 { border:1px solid currentColor; position: relative; display: block; border:10px solid #000; height: 100px;
	width: 300px; margin-top: 50px; overflow: hidden; background: #fff; text-transform: uppercase;  text-align: center;
	line-height: 82px; font-size: 20px; z-index: 333; transition: all 0.36s; margin-left: 0; }


/*案例中心*/
/*.title img{ display: block; margin: 0 auto;}*/
/*.title h3{ color: #fff;  font-size: 34px; text-align: center; padding-top: 20px; letter-spacing: 3px;}*/

.index-sec2{ background: #ebebeb url(../images/bg3.png) no-repeat bottom center; background-attachment: fixed;  position: relative;}
.index-sec2 .ul1 li{ float: left; width: 18%;
	margin-left: 1.7%;height: 260px;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
	word-break: break-all;}
.index-sec2 .ul1 li:last-child{ border-right: none;}
.index-sec2 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; align-items: center;
	/*justify-content: center;*/
}
.bianxing:hover{
	background: #07757d;
	color: #ffffff !important;
}
.index-sec2 .ul1 li h3{font-size: 18px; color: #000; font-weight: 600; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec2 .ul1 li p{font-size: 16px; color: #939393; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec2 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec2 .ul1 li:hover img{ opacity: .8 }
.index-sec2 .ul1 li:hover{ box-shadow: 3px 3px 20px #8cbdff85;    background: #ebebeb;}

.index-sec2 .ul1 li span:hover{
	color: #0000FF;
}

/*.index-sec2 .tab-hd ul{ display: flex;  display: -ms-flexbox; display: -webkit-flex;  justify-content: center; padding-top: 30px;}*/
/*.index-sec2 .tab-hd li { padding:0 70px;}*/
/*.index-sec2 .tab-hd li i{ display:block; background: url(../images/icon1.png) no-repeat; height: 87px; width: 80px;  transition: all 0.6s;}*/
/*.index-sec2 .tab-hd li:nth-child(1) i{ background-position:-78px 0;}*/
/*.index-sec2 .tab-hd li:nth-child(2) i{ background-position:-348px 0;}*/
/*.index-sec2 .tab-hd li:nth-child(1).on i{ background-position:0px 0;}*/
/*.index-sec2 .tab-hd li:nth-child(2).on i{ background-position:-250px 0;}*/
/*.index-sec2 .tab-hd li p{ color: #4f5053; font-size: 18px; text-align: center; padding: 10px 0;  transition: all 0.6s;}*/
/*.index-sec2 .tab-hd li.on p{ color: #fff; font-size: 18px;}*/

/*.index-sec2 .tab-bd{ padding-top: 35px;}*/
/*.index-sec2 figure { position: relative;}*/
/*.index-sec2 figure .p1{ position: absolute; top: 50px; left:35px; color: #fff; width: 16px; font-size: 16px; transition: all 0.6s;}*/
/*.index-sec2 figure .p1 i{ display: block; background: #fff; width: 1px; height: 70px; margin: 15px auto;}*/
/*.index-sec2 figure img{ display: block; max-width: 100%;}*/
/*.index-sec2 .p2{ background: #fff; color: #000; height: 85px; line-height: 85px; font-size: 20px; text-align: center; }*/
/*.index-sec2 .mask{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; transition: all 0.6s;}*/
/*.index-sec2 .mask span{ background: #fff; height:95px; width:95px;  background: #07757d; border-radius: 100%; display: flex; justify-content: center;*/
/*align-items: center; margin: 60% auto 10px auto; transition: all 0.6s; opacity: 0; transform: translateY(-30px);}*/
/*.index-sec2 .mask span i{ border:2px solid #fff; color: #fff; font-size: 36px; font-family: arial; border-radius: 100%;  height: 50px; width: 50px;*/
/*display: flex; align-items: center; justify-content: center; transition: all 0.6s;}*/
/*.index-sec2 .mask .p3{ font-family: arial; color: #fff; text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; width: 100%;*/
/*transition: all 0.6s ; opacity: 0; transform: translateY(20px);}*/
/*.index-sec2 .mask-bg{ position: absolute; top: 0%; right: 0; bottom: 0%; left: 0; background:rgba(0,0,0,0.5); z-index: -1;*/
/*transition: all 1s ease-in-out; opacity: 0; height: 100%;}*/
/*.index-sec2 .swiper-slide img{display: block; width: 100%;}*/
/*.index-sec2 .swiper-slide:hover .p1{ top: -5%; opacity: 0; }*/
/*.index-sec2 .swiper-slide:hover .mask-bg{ opacity: 1; height: 100%;}*/
/*.index-sec2 .swiper-slide:hover .mask span{ opacity: 1; transform: none;}*/
/*.index-sec2 .swiper-slide:hover .mask .p3{ opacity: 1; transform: none;}*/
/*.index-sec2 .swiper-container{ padding-bottom: 100px;}*/
/*.index-sec2 .swiper-button-next,.index-sec2 .swiper-button-prev{ display: block; width: 65px; height: 65px; border-radius: 100%; background: #333;*/
/*color: #fff; font-family: '宋体'; font-size: 34px; display: flex; justify-content: center; align-items: center; position: absolute;*/
/* bottom: 0px; top: auto; transition: all 0.6s; z-index: 133; cursor: pointer;} */
/*.index-sec2 .swiper-button-prev{ right: 140px; left: auto;}*/
/*.index-sec2 .swiper-button-next{ right: 40px; left: auto;}*/
/*.index-sec2 .swiper-button-next:hover,.index-sec2 .swiper-button-prev:hover{ background: #07757d;}*/
/*.index-sec2 .swiper-button-next.swiper-button-disabled, .index-sec2 .swiper-button-prev.swiper-button-disabled{ opacity: 1 !important;}*/
/*.index-sec2 .line{ position: absolute; height: 1px;  right:260px; left: 24%; bottom:30px; background: #6c6f77;}*/

/*优势*/
/*.index-sec3{ position: relative; background: url("../images/tongdao1.jpg") no-repeat bottom center;    }*/
.index-sec3{ position: relative;    }
.index-sec3 .title h3{color: #000;}
.index-sec3 ul{ display: flex;  display: -ms-flexbox; display: -moz-flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px;}
.index-sec3 ul li{ cursor: pointer; width: 9%; height: 100px; margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.15); padding: 1.5% 2.4%; position: relative; overflow: hidden;
	z-index: 3;background: #07757d;opacity:0.8;border-radius: 10px;}
.index-sec3 li h3{ font-size: 25px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec3 li h4{ font-size: 12px; color: #d9d9d9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	font-family: "arial narrow"; text-transform: uppercase; letter-spacing: 1px; padding-top: 10px;}
.index-sec3 li p{ font-size:16px; color: #ffffff; line-height: 40px;}
.index-sec3 li .div1{ height: 60px; overflow: hidden; line-height: 60px; float: right;position: relative;	top: 70px;right: -20px; display: none}
.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ display: block; line-height: 60px; height: 60px; font-size: 30px; transition: all 0.6s;}
.index-sec3 li b{ color: #be151a;}
.index-sec3 li:hover b{ margin-top: 0px;}
.index-sec3 li:hover strong{ margin-top: -60px;}
.index-sec3 li .cir{ position: absolute; top: 0; right:0; top:-60%;  background: #F4F4F4; height:120%; width: 100%; transform: scale(0); transition: all 0.6s;
	border-radius: 100%; z-index: -1;}
.index-sec3 li:hover .cir{ transform: scale(1); opacity: 0.3;}
.kstd{
	width: 70px;
	height: 60px;
	position: absolute;
	/*margin-left: 22%;*/
	/*top: 30px;*/
	text-align: center;
}


.rotate{
	animation: rotation 5s infinite linear;
	width: 200px; /* 调整图片大小 */
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*横幅*/
.index-sec4{ width: 80%; margin-left: 10%  }
.index-sec4 .sec4-cont{ display: flex; align-items: center; justify-content: space-between;}
.index-sec4 h3{ font-size: 16px; color: #fff; padding-bottom: 20px;}
.index-sec4 .div2{ float: left; height: 50px; width: 20%;border-radius: 5px;padding-left: 10px; }
.index-sec4 .div2 a{display: block; height: 40px; width: 100%; text-align: left; color: #000; text-transform: uppercase;
	font-size: 15px; font-family: arial; line-height: 40px; transition: all 0.9s; z-index: 3;  position:relative; color:#000; overflow: hidden;     border-radius: 5px;
	/*border: 1px solid #cdcdcd;*/
}
.index-sec4 .div2 a:before,.index-sec4 .div2 a:after{ position:absolute; top:50%; content:''; width:20px; height:20px; background:#07757d; border-radius:50%;
	z-index: -1;}
.index-sec4 .div2 a:before{ left:-20px; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%) }
.index-sec4 .div2 a:after{ right:-20px; -webkit-transform:translate(50%,-50%); transform:translate(50%,-50%) }
.index-sec4 .div2 a:hover:before {-webkit-animation:criss-cross-left .8s both; animation:criss-cross-left .8s both }
.index-sec4 .div2 a:hover:after {-webkit-animation:criss-cross-right .8s both; animation:criss-cross-right .8s both }
.index-sec4 .div2 a:hover{ color: #fff; text-align: center}
.imgbian:hover{
	transition: all 0.9s;
	opacity: .8;
}
.yxhz img{
	/*width: 150px;*/
	/*border: 1px solid #d7d7d7;*/
	box-shadow: 1px 1px 3px #08777f5e;
	border-radius: 5px;
	width: 90%;
	height: 40px !important;
}
.yxhz{
	float: left;
	width: 33.333%;
	padding: 0px;
	border-radius: 5px;
	/*border: 1px solid #e9e9e9;*/
	/*margin: 2px;*/
	text-align: center;
	overflow: hidden;
	padding: 5px 15px 5px 15px;
	/*margin-top: 26px;*/
}
.yxhz:hover{
	/*border: 1px solid #979797;*/
	cursor: pointer;
	transition: all 0.9s;
}



.index-sec7{ width: 80%; margin-left: 10%; height: 250px; }
.index-sec7 .sec4-cont{ display: flex; align-items: center; justify-content: space-between;}
.index-sec7 h3{ font-size: 16px; color: #fff; padding-bottom: 20px;}
.index-sec7 .div2{ float: left; background: rgba(255,255,255,0.8); height: 40px; width: 20%;border-radius: 5px; margin: 10px; }
.index-sec7 .div2 a{ background: #fff; display: block; height: 40px; width: 100%; text-align: center; color: #000; text-transform: uppercase;
	font-size: 14px; font-family: arial; line-height: 40px; transition: all 0.9s; z-index: 3;  position:relative; color:#000; overflow: hidden;     border-radius: 5px;border: 1px solid #cdcdcd;}
.index-sec7 .div2 a:before,.index-sec7 .div2 a:after{ position:absolute; top:50%; content:''; width:20px; height:20px; background:#07757d; border-radius:50%;
	z-index: -1;}
.index-sec7 .div2 a:before{ left:-20px; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%) }
.index-sec7 .div2 a:after{ right:-20px; -webkit-transform:translate(50%,-50%); transform:translate(50%,-50%) }
.index-sec7 .div2 a:hover:before {-webkit-animation:criss-cross-left .8s both; animation:criss-cross-left .8s both }
.index-sec7 .div2 a:hover:after {-webkit-animation:criss-cross-right .8s both; animation:criss-cross-right .8s both }
.index-sec7 .div2 a:hover{ color: #fff;}
.xiazaitb{
	width: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.yxhz1{
	width: 12%;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #e9e9e9;
	margin-bottom: 15px;
	background: #fff;
	text-align: center;
}
.yxhz1:hover{
	border: 1px solid #07757d;
	cursor: pointer;
	transition: all 0.9s;
}
.zyziti{
	font-size: 18px;
	font-weight: bold;
	margin-top: 14px;
	margin-left: 10px;
	position: absolute;
	padding-bottom: 4px;
	border-bottom: 2px solid #efefef;
	color: #07757d;
}

.zyjscf:hover img{

	transition: all .6s;
	color: #0000FF !important;
	cursor: pointer;
	/*border-bottom:1px solid #cccccc;*/
}
.zyjscf img{
	/*filter: brightness(2.5);*/
}
.zyjscf:hover{
	color: #0000FF !important;
	cursor: pointer;
	filter: brightness(0.8);
	/*border-bottom:1px solid #cccccc;*/
}

/*新闻*/


.index-sec5{ background: #f3f3f3; }
.index-sec5 .ul1 li{ float: left; width: 48%;  background: #fff; transition: all 0.6s; position: relative; z-index: 33;
	word-break: break-all;    margin-bottom: 30px;}
.index-sec5 .ul1 li:last-child{ border-right: none;}
.index-sec5 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; align-items: center;
	/*justify-content: center;*/
}
.index-sec5 .ul1 li h3{font-size: 16px; color: #000; font-weight: 600; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;    border-left: 2px solid #07757d;
	padding-left: 10px;}
.index-sec5 .ul1 li p{font-size: 15px; color: #939393; text-transform: uppercase; height: 50px; line-height: 25px; overflow: hidden;}
.index-sec5 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec5 .ul1 li:hover img{ transform: rotateY(180deg); }
.index-sec5 .ul1 li:hover{ box-shadow: 3px 3px 20px #8cbdff85;   background: #ebebeb;}
.dongtai01{
	position: absolute;
	right: 5%;
	background: #07757d;
	padding: 2px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	top: 30px;
}
.dongtai02{
	position: absolute;
	right: 5%;
	background: #be151a;
	padding: 2px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	top: 30px;
}

.xiaoguo01 { -webkit-transform:rotate(360deg); border-style:solid; border-width:0;
	border-color:transparent transparent transparent #07757d57;}




.btn-3 { cursor: pointer;  position: relative; display: block;  overflow: hidden; text-transform: uppercase;  text-align: center;
	line-height: 82px; font-size: 20px; z-index: 33; transition: all 0.36s; margin-left: auto; margin-right: auto;}
.btn-3:before { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0;
	border-color:transparent transparent transparent #07757d57; position:absolute; bottom:0; left:0; transition: all 0.6s; z-index: -1;}
.btn-3:after { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0;
	border-color:transparent #07757d57 transparent transparent; position:absolute; top:0; right:0; transition: all 0.6s; z-index: -1;}
.btn-3 span:before { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0;
	border-color:transparent transparent #07757d00 transparent; position:absolute; right:0; bottom:0; transition: all 0.6s;z-index: -1; }
.btn-3 span:after { content:''; width:0; height:0; -webkit-transform:rotate(360deg); border-style:solid; border-width:0;
	border-color:#07757d00 transparent transparent transparent; position:absolute; top:0; left:0; transition: all 0.6s; z-index: -1; }
.btn-3:hover { color:#fff; }
.btn-3:hover:before { border-width:180px 0 0 180px }
.btn-3:hover:after { border-width:0 180px 180px 0 }
.btn-3:hover span:before { border-width:0 0 180px 180px }
.btn-3:hover span:after { border-width:180px 180px 0 0 }
.btn-3:hover span{
	/*border-bottom: 2px solid #fff !important;*/
}
.btn-3:hover p{
	color:#fff !important;
}
/*合作伙伴*/

.index-sec6{ background: #07757d; padding-top: 50px; padding-bottom: 50px;}
.index-sec6 ul{ display: flex; flex-wrap: wrap; margin-bottom: -40px;}
.index-sec6 li{ width: calc(100%/6); margin-bottom: 40px;}
.index-sec6 li a{ display: flex; align-items: center; }
.index-sec6 li img{display: block; margin: 0 auto; transition: all 1.2s; max-height: 66px; overflow: hidden; }
.index-sec6 li:hover img{ transform: rotateY(360deg);}


/*底部*/
.footer{
	/*background: url("../images/weibu.jpg"); */
	/*background: #07757d;*/
	padding: 16px 10% 0px 10%;}
.footer .div1{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ffffff1f; padding-bottom: 20px;}
.footer .div1 p a{ color: #fff; font-size: 16px; display: inline-block; padding-left: 20px; transition: all 0.6s;}
.footer .div1 p a:hover{ transform: translateY(5px); color: #D08F2E;}
.footer .div2{ display: flex; justify-content: space-between; align-items: center;}
.footer .div2 p a{ color: #fff; font-size: 16px; display: inline-block; padding-right: 40px;transition: all 0.6s;}
.footer .div2 p a:hover{ transform: translateY(5px); color: #D08F2E;}
.footer .div2 p{ color: #c9c9c9; font-size: 14px; line-height:24px; }
.footer .div2 .p2{}
.footer .div2 .code{ display: flex;}
.footer .div2 .code p{ text-align: center; font-size: 14px; color: #c9c9c9;}
.footer .code div{ margin-left: 15px;}
.copyright{ text-align: center; font-size: 14px; color: #c9c9c9;  }
.copyright a{font-size: 14px; color: #ffffff; display:inline-block; padding-left:5px}
.youqing{
	width: 140px;
	height: 24px;
	border-radius: 5px;
	border: 0px;
	background: #ffffff2e;
	color: #c9c9c9;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.youqing option{

}

.youqing option {
	background-color: #293a65; /* 下拉选项的背景 */
	border-radius: 5px;
}

.youqing :hover {
	background-color: #e6f7ff; /* 鼠标悬停时的背景颜色 */
}
#yincangok{
	display: none !important;
}

/*内页banner*/
.pbanner{ position:relative; overflow:hidden;}
.pbanner figure{ display:block; line-height:0; overflow:hidden;}
.pbanner figure img{ display:block; width:100%; height:auto; line-height:0; position:relative;}
.pcomm{ position:absolute; left:50%; margin-left:-600px; top:70%; text-align:center; margin-top:-157px; z-index:20;}
.pcomm small{ display:block; text-align:center; color:#fff; font-size:43px; font-family:"Arial"; text-transform:uppercase; line-height:1; margin-bottom:16px;}
.pcomm strong{ display:block; text-align:center; line-height:1; color:#fff; font-size:24px; font-weight:normal;}
.ph3{ margin:auto; display:inline-block; width:200px; padding:13px 42px; position:relative; margin-bottom:30px; box-sizing: content-box;}
.pbanner span{ display:block; position:absolute; background:rgba(255,255,255,0.36); background:#fff\9; filter:alpha(opacity=36);}
.pbanner span.line1{ width:100%; height:10px; left:0; top:-10px;}
.pbanner span.line3{ width:100%; height:10px; right:0; bottom:-16px;}
.pbanner span.line2{ width:10px; height:214px; right:0; top:0;}
.pbanner span.line4{ width:10px; height:214px; left:0; bottom:0px; top: 0;}
.pbanner span.line2{ height:68px;}
.ph4 span.line4{ height:68px;}
.ph3 strong{ display:block; position:relative; color:#fff; font-size:30px; text-align:center; line-height:1.2; font-weight:normal;}

.pcomm.article-block small{ opacity:0; transform:translateY(-50px); -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px);
	transition:0.54s 0s; }
.pcomm.articleShow small{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block strong{ opacity:0; transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); transition:0.5s;}
.pcomm.articleShow strong{ opacity:1; transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0);}
.pcomm.article-block .ph3 span.line1,.pcomm.article-block .ph3 span.line3{ transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); transition:0.26s 0.1s; transform-origin:0 top;}
.pcomm.article-block .ph3 span.line3{ transition:0.26s 0.8s; transform-origin:right top;}
.pcomm.articleShow .ph3 span.line1,.pcomm.articleShow .ph3 span.line3{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line2,.pcomm.article-block .ph3 span.line4{ transform:scaleY(0); -webkit-transform:scaleY(0); -moz-transform:scaleX(0); transition:0.45s 0.36s; transform-origin:0 top;}
.pcomm.articleShow .ph3 span.line2,.pcomm.articleShow .ph3 span.line4{ transform:scaleY(1); -webkit-transform:scaleY(1); -moz-transform:scaleX(1);}
.pcomm.article-block .ph3 span.line4{ transform-origin:0 bottom; transition:0.45s 1s;}
.pbanner figure.article-block{ opacity:0.4; transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); transition:1s ease-in-out;}
.pbanner figure.articleShow{ opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1);}

/*面包屑*/
.breadcrumb{ border-bottom: 1px solid #E0E0E0;}
.breadcrumb ul{ display: flex; justify-content: center; align-items: center;}
.breadcrumb li{ padding:0 50px; height: 70px;}
.breadcrumb li a{ display: block; 	color: #07757d; font-weight: bold; font-size: 16px;  position: relative; height: 70px; line-height: 70px;}
.breadcrumb li a::before{ display: block; content: ''; position: absolute; bottom: 0; left: 0; right: 0;
	background: #D08F2E; height: 2px; width: 100%; transition: all 0.6s; transform: scale(0);}
.breadcrumb li:hover a::before,.breadcrumb li.on a::before{ transform: scale(1);}


/*招生页面*/
.breadcrumc{ border-bottom: 1px solid #E0E0E0;}
.breadcrumc ul{ display: flex; justify-content: center; align-items: center;}
.breadcrumc li{ padding:0 50px; height: 60px;margin: 0px 30px;}
.breadcrumc li a{ display: block; color: #ffffff; font-size: 16px;  position: relative; height: 60px; line-height: 60px;}
/*.breadcrumc li a::before{ display: block; content: ''; position: absolute; bottom: 0; left: 0; right: 0;*/
/*	background: #D08F2E; height: 2px; width: 100%; transition: all 0.6s; transform: scale(0);}*/
.breadcrumc li:hover{
	background: #07757d;
	height: 58px;
}
.breadcrumc li.on{
	background: #07757d;
	height: 58px;
}
.breadcrumc li:hover a::before,.breadcrumc li.on a::before{ transform: scale(1);}


/*音乐网站*/
.musiclist {
	height: auto;
	margin-top: 0px;
}

.musiclist li {
	float: left;
	text-align: left;
	width: 195px;
	height: 44px;
	padding: 0px 0px;
	margin: 10px 0px;
	margin-right: 15px;
	border: 1px solid #cccccc;
	background: url(../images/icon_music.png) no-repeat 175px 13px;
	-o-box-shadow: 0px 0px 7px #d7d2d2;
	-icab-box-shadow: 0px 0px 7px #d7d2d2;
	-khtml-box-shadow: 0px 0px 7px #d7d2d2;
	-moz-box-shadow: 0px 0px 7px #d7d2d2;
	-webkit-box-shadow: 0px 0px 7px #d7d2d2;
	box-shadow: 0px 0px 7px #d7d2d2;
}

.musiclist li span {
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #dd5727
}
.musiclist li a {
	text-decoration: none;
	cursor: pointer;
	line-height: 15px;
	font-size: 12px;
	color: #48453e;
	margin-top: 5px;
	width: 100%;
	display: block
}

.musiclist li a:link {
	color: #494949
}

.musiclist li img {
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	float: left
}

.musiclist li a:hover {
	color: #dd5727;
}

.musiclist li:hover {
	background: url(../images/icon_musicon.png) no-repeat 180px 13px
}



.list-paddingleft-2{
	overflow: hidden;
}

.list-paddingleft-2 li{
	float: left;
	/*width: 195px;*/
	width: 20%;
	padding: 0px 0px;
	margin: 5px 0px;
}

.list-paddingleft-2 li img{
	width: 195px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #cccccc;
}


.list-paddingleft-2 li a {
	width: 195px;
	height: 50px;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #ffffff;
}

#part_r{
	float: left;
}
#jfgj {
	width: 100%;
	float: left;
}
#jfgj_1.nylmd {
	font-size: 18px;
	line-height: 60px;
	background-image: url(../images/jf-bg.jpg);
	background-size: 100% 100%;
}
#jfgj_1 {
	width: 100%;
	float: left;
	background-image: url(../images/jf-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	line-height: 2.5;
	text-align: center;
	font-weight: bold;
}
#nylm-1 {
	width: 100%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*border: #ddd solid 1px;*/
	border-top: 0px;
	background-color: #f9f9f9;
}
#lmfl{
	width:100%;
	float:left;
	overflow:hidden;;

}
#lmfl UL{ list-style-type:none;   }
#lmfl UL LI {
	width:100%;
	font-size: 16px;
	font-weight:bold;
	line-height:60px;
	float:left; border-bottom:#ddd solid 1px; 	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;

}
#lmfl UL LI A { border-left:#eee solid 6px;
	padding-left:30px;
	color:#444;transition:all 0.3s ease-in-out 0s;
	display:block;

}
#lmfl UL LI A i{ float:right; margin-right:12px;line-height:45px; font-size:18px;}
#lmfl UL LI.sec A {	padding-left:20px;
	border-left:#138178 solid 40px;
	color:#ffffff;
	display:block; background-color:#07757db5;

}
#lmfl UL LI A:hover {padding-left:20px;
	border-left:#138178 solid 40px;
	color:#ffffff;
	display:block; background-color:#07757db5;
}

#ceshi123 {
	position: absolute;
	margin-left: 15px;
	color: #cccccc;
}
.ceshi123 {
	position: absolute;
	margin-left: 15px;
}

#lmfl UL LI A:hover ceshi123{
	display: none;
}
#lmfl UL LI.xl {
	width:100%;
	height:30px;
	line-height:30px;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	border-left:#F3F3F3 solid 1px;border-right:#F3F3F3 solid 1px; margin:0px; padding:4px 0px;	background-image: url(../images/jt4.png);
	background-repeat: no-repeat;
	background-position: 20px center;background-color:#fff;

}
#lmfl UL LI:last-child{ border-bottom:0px;}

#lmfl UL LI.xl A { color:#555; padding-left:35px; display:block; border:0px;}
#lmfl UL LI.xl A.sec {border:0px;COLOR:#07757d;


}
#lmfl UL LI.xl A:hover {border:0px;
	COLOR:#07757d; background:none;

}
.bianhuamc:hover{
	border: 2px solid #be151a;
}
.bianhuamc:hover span{
	color: #be151a;
}

/*学校文化*/
/*.m_culture{*/
/*	width: 80%;*/
/*	margin-left: 10%;*/
/*}*/
.bianys:hover p{
	color: #07757d;
}
.m_culture_bg{padding-top:60px; width: 80%;margin-left: 10%; background-repeat:no-repeat;background-position:bottom center;}
.m_culture_bg ul{margin-left:-38px;margin-right:-38px;display:flex;flex-flow:row wrap;align-items:stretch;justify-content:space-between;}
.m_culture_bg ul li{width:33.33%;float:left;padding:0 38px;padding-bottom:20px;}
.m_culture_bg .bg{width:100%;height:100%;padding-bottom:30px;background:#FFFFFF;border:1px solid #DCDCDC;border-radius:6px;overflow:hidden;}
.m_culture_bg .bg .thumb{position:relative;width:100%;}
.m_culture_bg .thumb i{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;}
.m_culture_bg .bg .thumb img{width:100%;}
.m_culture_bg .bg .text{padding-top:30px;padding-left:30px;padding-right:30px;text-align:center;}
.m_culture_bg .bg .text .t{font-weight:700;font-size:24px;line-height:32px;color:#000000;}
.m_culture_bg .text p{margin-top:14px;font-weight:290;font-size:16px;line-height:30px;color:#666666;}
.m_sing_t{padding-top:100px;font-weight:700;font-size:24px;line-height:26px;padding-bottom:50px;color:#07757d;}
.m_sing{position:relative;padding-top:60px;padding-bottom:60px;width:100%;}
.m_sing_po{position:relative;}
.m_sing_v{width:60%;float:left;}
.m_sing_v video{width:100%;}
.m_sing_r{position:absolute;right:0;bottom:0;width:40%;padding-left:55px;}
.m_culture_last{padding-top:60px; width: 80%;margin-left: 10%;}
.m_culture_last ul li{padding-bottom:20px;}
.m_culture_last .bg{padding:60px 65px;background-color:#FFFFFF;background-image:url(/template/default/index/4105/images/culture_bg3.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;border:1px solid #EEEEEE;border-radius:6px;overflow:hidden;}
.m_culture_last .c_t{position:relative;font-size:24px;line-height:26px;text-transform:uppercase;padding-bottom:28px;color:#333333;border-bottom:1px solid #eee;}
.m_culture_last .c_t strong{font-weight:700;font-size:inherit;}
.m_culture_last .c_t:before{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:#07757d;}
.m_culture_last .c_t_small{padding-top:50px;font-weight:700;font-size:18px;line-height:26px;text-transform:uppercase;color:#333333;}
.m_culture_last .c_t_text{padding-top:20px;font-weight:400;font-size:16px;line-height:30px;text-transform:uppercase;color:#666666;}
.keshijiyu{
	width: 98%;
	line-height: 35px;
	font-size: 14px;
	color: #000000;
}
#bianyige{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #8cbdff57;
	padding-left: 20px;
	border-left: 6px solid #07757d;
	margin-bottom: 20px;
	width: 98%;
	font-size: 16px;
	font-weight: 600;
	color: #07757d;
}
@media screen and (max-width:1580px){

	.m_culture_bg .thumb i{background-size:cover;}

}
@media screen and (max-width:1280px){
	.m_culture_bg ul{margin-left:-15px;margin-right:-15px;}
	.m_culture_bg ul li{padding-left:15px;padding-right:15px;}
}
@media screen and (max-width:991px){
	.m_culture_bg .bg .text{padding-left:25px;padding-right:25px;}
	.m_sing_t{padding-top:80px;font-size:22px;padding-bottom:50px;}
	.m_culture_last .bg{padding:60px 45px;}
}
@media screen and (max-width:900px){
	.m_culture_bg{padding-top:0;}
	.m_culture_bg ul{margin-left:-5px;margin-right:-5px;}
	.m_culture_bg ul li{padding-left:5px;padding-right:5px;}
	.m_culture_bg .bg .text{padding-left:15px;padding-right:15px;}
	.m_culture_last .c_t,.m_culture_bg .bg .text .t{font-size:22px;}
	.m_sing_t{padding-top:80px;font-size:22px;padding-bottom:50px;}
	.m_culture_last .bg{padding:40px 30px;}
	.m_sing_r{padding-left:35px;}
}
@media screen and (max-width:767px){
	.m_culture_bg ul{display:block;}
	.m_culture_bg ul li{width:100%;}
	.m_sing_t{padding-top:40px;font-size:22px;padding-bottom:3px;}
	.m_sing_v{width:100%;}
	.m_sing_r{float:left;position:relative;width:100%;padding-top:20px;padding-left:0;bottom:inherit;right:inherit;}
	.m_culture_bg .bg .text{padding-top:30px;padding-left:35px;padding-right:35px;}
	.m_culture_last .c_t{font-size:18px;}
	.m_culture_last .c_t strong{display:block;font-size:20px;padding-bottom:15px;}

}

/*新闻页面*/
.nei-box{ padding: 0px; }
.casepage ul{ display: flex; flex-wrap: wrap; margin-right: -1%;}
.casepage li{width: 24%; margin-bottom:35px; overflow: hidden; margin-right: 1%;}
.casepage li figure{ position: relative; overflow: hidden;}
.casepage li figure .mask{ position: absolute; top: 50%; left:0; right: 0; bottom: 50%; background: rgba(208,143,46,0.7); transition: all 0.36s;
	transition: all 0.6s cubic-bezier(.4,0,.2,1); transform-origin: bottom; transform: scale(1,0);}
.casepage li figure span{ display: block; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -97px; transition: all 0.6s;
	transition-delay: 0.36s; opacity: 0; transform: translateY(10px);}
.casepage li figure,.casepage li figure img{ display: block; width: 100%; height: 100%; transition: all 0.36s;}
.casepage li p{ font-size: 16px; color: #000; border-bottom: 2px solid #be151acf; height: 50px; line-height: 50px; position: relative;}
.casepage li:hover .mask{ transform: none; top: 0; bottom: 0;}
.casepage li:hover img{ transform: scale(1.1);}

.fenye{  height: 80px; display: flex; display: -ms-flexbox; display: -moz-flex;  justify-content: center; align-items: center;
	margin-top: 20px;}
.fenye a{ display: block; height: 40px; width: 40px; border-radius: 100%; background: #F5F5F5; text-align: center; line-height: 40px;
	margin: 0 20px; transition: all 0.6s;}
.fenye .prev a{
	width: auto;
}
.fenye .prev a:hover{
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}

.fenye .next a{
	width: auto;

}
.fenye .next a:hover{
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}


#wz {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
	background-color: #F4F6FB;
	padding: 8px 10%;
	border-bottom: #eee solid 1px;
	/*margin-bottom: 20px;*/
}

#local {
	padding-left:30px;
	float:left;
	HEIGHT: 35px;
	FLOAT:left;
	COLOR: #555;
	TEXT-ALIGN: right;
	LINE-HEIGHT:35px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
}

#local A {
	COLOR:#555; PADDING-LEFT: 5px; PADDING-RIGHT: 5px
}
#local A:hover {
	COLOR:#07757d;
}
#local A:last-child{COLOR:#07757d; font-weight:bold;}

.fenye a.page-num-current,.fenye a:hover{ background: #D08F2E !important; color: #fff;}
.fenye span{ display: block; font-size: 16px; color: #666; margin: 0 20px;}

/*新闻页面*/
.news-top a{ display: flex; border:1px solid #E0E0E0; align-items: center; background: #fff; transition: all 0.36s; }
.news-top figure{ flex: 1; overflow: hidden; padding: 20px;}
.news-top figure img{ display: block; width: 100%;}
.news-top figcaption{ flex: 2; padding:0 30px; transition: all 0.6s;}
.news-top .btn-3{ border:0px solid #000; height: 50px; line-height: 50px; width: 180px; margin:20px 0 ; font-size: 16px;
	background: #D08F2E; color: #fff;}
.news-top h4{ color: #999; font-family: "arial narrow"; font-size: 16px; letter-spacing: 1px;}
.news-top h2{ color: #D08F2E; font-size: 18px; padding: 20px 0;}
.news-top p{ line-height: 36px; color: #555; height: 72px; overflow: hidden;}
.news-top a:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.news-top a:hover .btn-3{ transform: translateX(15px);}

.newspage-wrap{ background: #ffffff;}
.newspage ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.newspage ul li{ width: 98%; margin-bottom: 10px; position: relative; overflow: hidden; transition: all 0.6s;}
.newspage li a{ display: flex; border-bottom:1px solid #efefef; align-items: center;  background: #fff; padding: 15px;}
.newspage li figure{ flex: 1; overflow: hidden; }
.newspage li h2{ color: #000; font-size: 18px; padding: 10px 0 10px 0; transition: all 0.6s;}
.newspage li figure img{ display: block; width: 100%; transition: all 0.6s; height: 110px;  }
.newspage li figcaption{ flex: 2; padding:0 20px;}

.newspage li p{
	/*line-height: 32px; */
	color: #555;
	/*height: 30px; */
	overflow: hidden;
}

.newspage li:hover figure img{ display: block; transform: scale(1.1);}
.newspage li b{ position: absolute; top: 0; left: -20%; width: 100%; height: 150%; background:rgba(208,143,46,0.1); content: '';
	-webkit-transition: -webkit-transform 1.2s; transition: transform 1.2s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0); transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,0);}
.newspage li:hover b{ -webkit-transform: scale3d(1.9,1.5,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.newspage li:hover h2{ color: #D08F2E;}
.newspage li:hover{ box-shadow: 0px 0px 10px rgba(0,0,0,0.32);}
.newspage-wrap .fenye a{ background: #fff;}
.newspage-wrap .fenye{ padding-top: 30px;}


/*详情页面*/
.detailwrap{ background: #f5f5f5; }
.detailpage{ padding: 50px 20px 50px 20px; background: #fff;  width: 100%; max-width: 1300px; margin: 0 auto;}
.detailpage .box{ background: #fff; padding: 30px;}
.stace h1{ font-size:24px; font-weight:bold; line-height:36px; overflow:hidden; }
.stace strong{ display:block; overflow:hidden; padding:20px 0; overflow:hidden; margin-bottom:20px; border-bottom:1px #e0e0e0 solid;}
.stace strong span{ display:inline-block; color:#999; padding-right:30px;}
.stace .cont{ width:100%; overflow:hidden;}
.stace .cont p{ color:#333; line-height:34px; margin-top:15px; text-indent: 2em;}
.stace .cont img{ display:block; max-width:100%; margin: auto;}
.stace .zjlj{ width:100%; overflow:hidden; margin-top:60px; border:1px #e0e0e0 solid; border-left:none; border-right:none;
	line-height:40px; position:relative; padding: 20px 0;}
.stace .zjlj a{ display:block; overflow:hidden; color:#666; text-overflow:ellipsis; white-space:nowrap; font-size:14px;
	transition: all 0.6s;}
.stace .zjlj a i{ color:#ffffff;}
.stace .zjlj a:hover{ color: #D08F2E;}
.detailpage .backlist{ display: block; width: 170px; height: 50px; line-height: 50px; background: #07757d; color: #fff;
	font-size: 16px; text-align: center; margin-top:35px; float: right; cursor: pointer; transition: all 0.6s;}
.detailpage .backlist:hover{ transform: translateX(-10px); border-radius: 5px;}
.detail-left{ width: 90%; margin-left: 5%;}
.detail-right{ width:25%;}

.tade .zxsj{  position:relative; z-index:10;  }
.tade .zxsj input.text{ width:100%; color:#555; padding-left: 10px; line-height:40px; height:40px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;}
.tade .zxsj input::placeholder {  color: #555; font-size:14px}
.tade .zxsj textarea::placeholder {  color: #555; font-family:'微软雅黑'; font-size:14px}
.tade .zxsj textarea{width:100%; color:#555; padding:10px; height:100px; border:1px solid #E0E0E0; background:#fff; margin-top:15px; border-radius:4px;font-family:'微软雅黑';}
.tade .zxsj input.sub{ border:none; width:100%; line-height:43px; height:43px; background:#fff; color:#fff;
	font-size:16px; margin-top:15px; border-radius:4px; cursor:pointer; background: #07757d;}
.tade .zxsj p{ color:#fff; font-size:12px; text-align:center; margin-top:8px;}
.yincang{
	width: 100% !important;
}
.tade .ming{ width:100%; height:36px; line-height:36px; border-bottom:1px #e0e0e0 solid; margin-top:20px;}
.tade .ming h1{ float:left; height:36px; border-bottom:1px #07757d solid; font-size:16px;}
.tade .ming a{ color:#07757d; float:right;}
.tade .rmal{ width:100%; overflow:hidden;}
.tade .rmal a{ display:block; width:100%; overflow:hidden; margin-top:15px;}
.tade .rmal a em{ display:block; overflow:hidden;}
.tade .rmal a em img{ display:block; width:100%; -webkit-transition:all 0.4s linear;
	height: 200px; -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.tade .rmal a:hover em img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.tade .rmal a h1{ font-size: 14px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	margin: 15px 0;}

/*关于我们视频*/
.video-background {
	position: relative;
	width: 100%;
	height: 500px; /* 根据需要设置高度 */
	overflow: hidden;
}
.xiaoyuansh{
	font-size: 16px;
	color: #ffffff !important;
	border-bottom: 2px solid #be151acf;
	height: 50px;
	line-height: 50px;
	position: relative;
	bottom: 50px;
	background: #be151acf;
	text-align: center;
}

.video-background video {
	position: absolute;
	top: 10%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	/*z-index: -1; !* 确保视频在背景 *!*/
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7); /* 黑色半透明遮罩 */
	display: block; /* 初始不显示 */
	z-index: 0;
}

#play-button {
	position: relative;
	cursor: pointer;
	z-index: 2; /* 确保按钮在最上面 */
	padding: 10px 20px;
	font-size: 40px;
	top: 45%;
	left: 50%;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: 5px solid #ffffff03;
}


/*联系我们*/
.ctapanel{background: #ffffff;}
.ctapanel .w1300{  width: 100%; max-width: 1300px; margin: 0 auto;letter-spacing: 0.2px;}
.ctapanel .ctas {padding:0 20px;  }
#map{ background: url(../images/map.jpg) no-repeat center top;	height:555px;}
.ctas a{padding: 40px 0;	display:block;	width:33.33%;	float:left;	text-align:center;	color:#646464;	font-size:16px;	cursor:auto;}
.ctas .ico{	height:60px;	margin-bottom:15px;	display: block;}
.ctas .x{	padding:0 5px;	}
.ctas .email .ico{	background:url(../images/email.png) no-repeat center center;}
.ctas .addr .ico{	background:url(../images/addr.png) no-repeat center center;}
.ctas .call .ico{	background:url(../images/call.png) no-repeat center center;}
.index-footer-form .text{}
.index-footer-form{background: #ffffff;   padding:3% 4%; box-sizing: border-box;}
.index-footer-form .title {margin-bottom: 30px;}
.index-footer-form .title p{font-size: 20px; color: #141418;  }
.index-footer-form input{ width: 100%; height: 40px; line-height: 40px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 30px; text-indent: 45px;}
.index-footer-form textarea{width: 100%; height: 135px; padding-top: 10px; font-size: 14px; text-indent: 10px; border: 1px solid #d8d8d8; color: #666666; margin-bottom: 20px;}
.index-footer-form .sub{background: #dab96a; color: #ffffff; margin-top: 20px; border: none; margin-bottom: 10px; width: 100%; text-indent: 0; border-radius: 25px; font-size: 16px; transition: all 0.6s; height: 50px; line-height: 50px;}
.index-footer-form .sub:hover{background: #333333; }

.index-footer-form input::placeholder{ color: #555; font-family:'微软雅黑'; font-size:14px}
.index-footer-form textarea::placeholder{ color: #555; font-family:'微软雅黑'; font-size:14px}

/*动画*/

@-webkit-keyframes criss-cross-left {
	0% {
		left:-20px
	}
	50% {
		left:50%;
		width:20px;
		height:20px
	}
	100% {
		left:50%;
		width:375px;
		height:375px
	}
}
@keyframes criss-cross-left {
	0% {
		left:-20px
	}
	50% {
		left:50%;
		width:20px;
		height:20px
	}
	100% {
		left:50%;
		width:375px;
		height:375px
	}
}
@-webkit-keyframes criss-cross-right {
	0% {
		right:-20px
	}
	50% {
		right:50%;
		width:20px;
		height:20px
	}
	100% {
		right:50%;
		width:375px;
		height:375px
	}
}
@keyframes criss-cross-right {
	0% {
		right:-20px
	}
	50% {
		right:50%;
		width:20px;
		height:20px
	}
	100% {
		right:50%;
		width:375px;
		height:375px
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-ms-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


@-webkit-keyframes load1 {
	0%, 80%, 100% {
		width: 13px;
	}
	40% {
		width: 60px;
	}

}

@keyframes down{
	from{transform: translateY(-100%); opacity: 0;}
	to{transform: none; opacity: 1;}
}


/*媒体查询*/

@media screen and (max-width: 1800px){
	.sec1-intro .intro-cont{  }
	.sec1-intro .intro-cont .right{ padding-right: 5%;}
	.sec1-intro .right .btn-3{ border:6px solid #000; height: 85px; width: 300px;
		line-height: 76px; font-size: 18px;}

	.dropdown {
		left: -100% !important;
	}

}





@media screen and (max-width: 1700px){
	.navbar{ justify-content: space-around;}
	.navbar li{ padding: 0px; }
	.banner .txt img{ max-width:50%;}
	.sec1-intro .tit b{ margin: 30px 0;}

}
@media screen and (max-width: 1500px){
	.sec1-intro .tit{ padding: 20px 0 0 0; }
	.sec1-intro .right p{ line-height: 36px;}
	.sec1-intro .tit h2{ padding-top: 15px;}
	.index-sec2 .p2{ height: 70px; line-height: 70px; font-size:16px}
	.box{ padding:70px 30px;}
	.nei-box{ padding: 40px 30px;}
	.footer{ padding:30px;}
	.index-sec4{padding:0 30px; width: 84%;
		margin-left: 8%;}
	.index-sec3 li .div1{ height: 40px; line-height: 40px;  margin-top: 15px;}
	.index-sec3 li .div1 strong,.index-sec3 li .div1 b{ font-size: 40px;  height: 40px; line-height: 40px;}
	.index-sec3 li:hover strong{ margin-top: -40px;}
	.index-sec3 ul li{ padding: 30px 20px;}
	.index-sec3 li h3{ font-size: 20px; }
	.index-sec3 li p{ line-height: 30px; height: 60px; overflow: hidden; margin-top: 0px; font-size: 12px !important; }
	.index-sec5 ul li{ width:24%}
	.index-sec5 li .div1 b{ width: 60%;}
	.index-sec5 .btn-3{ border:7px solid #000; height:80px; width: 290px;
		line-height: 70px; font-size: 18px;}
	/*.index-sec4 .div2{ width: 260px;  height: 80px; padding: 8px;}*/
	/*.index-sec4 .div2 a{ height: 64px; line-height: 64px;}*/
	.casepage li{width: 32%; }
}

@media screen and (max-width: 1400px){
	.navbar li a{ font-size: 14px;}
	.logo img{
		width:250px;
	}
	.zyziti {
		font-size: 10px !important;
	}
	.bianxing{
		left: 75% !important;
	}
	.in_new_list span{
		font-size: 12px !important;
	}
	.shouji01{
		position: fixed !important;
	}
	.shouji02{
		width: 45% !important;
	}
	.banner{
		height: 500px !important;

	}
	.banner ul li{
		height: 500px !important;
	}
	.banner ul li img{
		/*width: 100% !important;*/
	}
	.in_new_list .n_title{
		font-size: 10px !important;
	}
	.shouji03{
		margin-left: 8% !important;
	}
	.shouji04{
		margin-right: 8% !important;
	}
	.shouji05{
		font-size: 12px !important;
	}
	.shouji06{
		font-size: 10px !important;
	}
	.dianji a span{
		font-size: 10px !important;
	}
	.shouji07{
		right: 10% !important;
	}
	.shouji08{
		left: 96% !important;
	}
	.ctapanel .w1300 p{

	}
	.ctapanel .w1300 p span{
		font-size: 10px !important;
	}
	.newspage ul li a figcaption h2 span{
		font-size: 10px !important;
	}
	.newspage li h2 {
		font-size: 12px !important;
	}
	.newspage li p {
		font-size: 10px !important;
	}
	.barwrap .div2 strong{ font-size: 14px;}
	.barwrap .div2 b{ font-size: 18px;}
	.barwrap .div2{ padding-left: 30px; }
	.barwrap .zoom{ margin-left: 10px;}
	.sec1-intro .right .btn-3{ margin-top: 30px;}
}



@media screen and (max-width: 1300px){
	.sec1-intro .intro-cont{ padding: 20px;}
	.sec1-intro .tit img{ width: 80%;}
	.sec1-intro .tit h2{ font-size: 28px; padding-top: 5px;}
	.sec1-intro .tit b{ margin: 15px 0; height: 30px;}
	.sec1-intro .right .btn-3{ border:5px solid #000; height:70px; width: 260px;
		line-height: 62px; font-size: 18px;}
}

.zidong {
	width: 680px !important;
	height: 100%;
}

@media (min-width: 1700px) and (max-width: 1800px) {
	.zidong {
		width: 600px !important;
	}
	.fimglist img {
		display: block;
		height: 340px !important;
		width: 730px;
		cursor: pointer;
	}
}
@media (min-width: 1600px) and (max-width: 1700px) {
	.zidong {
		width: 550px !important;
	}
	.fimglist img {
		display: block;
		height: 340px !important;
		width: 710px;
		cursor: pointer;
	}
}
@media (min-width: 1500px) and (max-width: 1600px) {
	.zidong {
		width: 500px !important;
	}
	.fimglist img {
		display: block;
		height: 340px !important;
		width: 650px;
		cursor: pointer;
	}
}
@media screen and (max-width: 1500px) {
	.zidong {
		width: 450px !important;
	}
	.fimglist img {
		display: block;
		height: 340px !important;
		width: 630px;
		cursor: pointer;
	}
}





#ab_img p{
	/*text-wrap: inherit !important; */
	margin-bottom:10px;
	text-wrap: inherit !important;
	/*margin-bottom: 60px;*/
	/*line-height: 1em !important;*/
}
#ab_img p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #07757d;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px; line-height:100%
}
.pagination span {
	color: #07757d;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #07757d;
	border: 1px solid #07757d;
}
.pagination a.page-num-current {
	color: #fff;
	background: #07757d;
	border: 1px solid #07757d;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.indexbox {
	padding-top: 30px;
	width: 80%;
	height: 500px;
	margin: 0 auto;
}
#bodybox {
	width: 100%;
	float: left;
	/*background-color: #ffffff;*/
	margin-top: 10px;
}

/*组织机构*/
#bodybox ul.caselist li span.arr_t {
	display: none;
	width: 0;
	height: 0;
	border-width: 0 8px 8px 8px;
	border-style: solid;
	border-color: transparent transparent #07757d;
	position: absolute;
	z-index: 99999;
	bottom: 56px;
	left: 50%;
	margin-left: -8px;
}

#bodybox ul.caselist li .wxdiv {
	display: none;
	width: 100%;
	padding: 10px;
	text-align: left;
	line-height: 30px;
	background: #fff;
	position: absolute;
	/*left: 50%;*/
	bottom: 65px;
	z-index: 99999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#bodybox ul.caselist li .wxdiv {
	border-bottom: 5px solid #07757d;
	padding-left: 20px;
	/*margin-left: -130px;*/
	color: #2a2a2a;
	font-size: 14px;
}

#bodybox ul.caselist li .text,.wxdiv .text {
	padding-top: 0px;
	line-height: 24px;
	text-align: center;
}

#bodybox ul.caselist li:hover .wxdiv,#bodybox ul.caselist li:hover span.arr_t {
	display: block;
}

/*校务动态*/
#bodybox ul.caselist li {
	position: relative;
	float: left;
	width: 23%;
	margin-right: 2%;
	border: 1px solid #d7d2d2;
	padding: 0px 0px ;
	text-align: center;
	border-bottom: 4px solid #d7d2d2;
	height: 60px;
	line-height: 60px;
	background: url("../images/huawen.jpg") no-repeat;
	background-size: 100%;
	/*background-color: #ffffff;*/
	margin-bottom: 35px;
	border-radius: 8px
}

#bodybox ul.caselist li a {
	height: 60px;
	font-size: 16px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #494949
}

#bodybox ul.caselist li:hover {
	border: 1px solid #07757d;
	border-bottom: 4px solid #07757d;
	cursor: pointer;
	color: #07757d
}

#bodybox ul.caselist li a:hover {
	color: #07757d
}

#bodybox ul.caselist li.on {
	border: 1px solid #07757d;
	border-bottom: 4px solid #07757d;
	cursor: pointer;
	color: #07757d
}



.focus{width:100%; height:536px;margin:0 auto;}
.focusbox{background-color:#07757d8a; position:relative;}
.focusimg{border:0px solid #07757d8a; height:350px; position:relative; overflow:hidden;-webkit-perspective: 1300px;}
.fimglist{width:99300px; position:relative;-moz-perspective: 1300px;}
.fimglist img{display:block; height:376px; cursor:pointer;}
.fimglist li{width:990px; height:376px; float:left;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;}
.fimglist li.onpre{-webkit-animation:onpre .5s ease-in-out;animation:onpre .5s ease-in-out;opacity:0;-webkit-transform:scale(0.8,0.8);transform:scale(0.8,0.8);}
@-webkit-keyframes onpre{
	0%{opacity:1;-webkit-transform:rotateY(0deg);}
	100%{opacity:0;-webkit-transform:rotateY(90deg)}
}
@keyframes onpre{
	0%{opacity:1;transform:rotateY(0deg);}
	100%{opacity:0;transform:rotateY(90deg)}
}
.focustool{width:100%; overflow:hidden; padding:5px 0 10px; margin:0 auto; position:relative;}
.ftoollist{width:100%; position:relative;}
.ftoollist img{display:block; width:96.5%; height:69px; margin-bottom:3px;border-radius: 5px;}
.ftoollist a{display:block; width:100%; padding:4px 0 4px 4px; position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;}
.ftoollist li{float:left; width: 16.6%; cursor:pointer; -webkit-transition:all .3s linear; transition:all .3s linear;}
.ftoollist .imgname{line-height:25px; text-align:center; color:#FFF; font-family:\5FAE\8F6F\96C5\9ED1; font-weight:400; font-size:14px; height:25px; overflow:hidden; cursor:pointer;}
.ftoollist .imgshortcat{line-height:20px; text-align:center; color:#7D7D7D; font-size:12px; height:20px; overflow:hidden; cursor:pointer;}
.ftoollist a:hover{background-color:#bf236a;}
/*.ftoollist a:hover .imgname{color:#DBC98C;}*/
.ftoollist a:hover .imgshortcat{color:#FFF;}
/*.ftoollist .on a{background-color:#503769; padding:4px; margin-right:-4px; z-index:100; top:-5px;}*/
/*.ftoollist .on .imgname{color:#DBC98C;}*/
/*.ftoollist .on .imgshortcat{color:#FFF;}*/