*{padding: 0; margin: 0; list-style: none; border: none; font-family: "微软雅黑"}
a{text-decoration: none;}
img{border: none; margin: 0; display: block;}

/*media*/
@media screen and (max-width: 1024px) {
    .navleft{
    	display: none;
    }
    .navblock{
    	display: none;
    }
    .wapright{
    	width: 100% !important;
    }
    .nav{
    	top: 0px !important;
    }
    .navheight{
    	height: 80px !important;
    }
 }
/*nav*/
.nav{
	width: 100%;
	height: 80px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0px;
	top: -1000px;
	background: #fff;
	z-index: 999;
}
.nav_in{
	width: 88%;
	margin:auto;
}
.nav h1 img{
	display: block;
	width: 8%;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.nav ul{
	color: #222;
	font-size: 16px;
	float: right;
	margin-right: 15px;
	width: 80%;
}
.nav ul li{
	cursor: pointer;
	float: left;
	width: 16%;
	margin-top: 20px;
	text-align: center;
}
.nav ul li span{
	margin-top: 2px;
	display: block;
}
.navheight{
	width: 100%;
	height: 0px;
}
.navsun{
	width: 0;
	height: 100%;
	left: 13.5%;
	top: 0px;
	background: #fff;
	position: fixed;
	z-index: 99;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	padding-top: 200px;
	overflow: hidden;
}

.navsun a{
	line-height: 70px;
	display: block;
	color: #222;
	font-size: 15px;
}
.navsun a:hover{
	color: #bf2e27;
}
.all_this{
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999
}

/*leftnav*/
.navleft{
	width: 13.5%;
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0px;
	top: 0px;
}
.navleft h1 img{
	display: block;
	margin:auto;
	margin-top: 70px;
}
.navleft ul{
	color: #222;
	font-size: 16px;
	text-align: center;
}
.navleft ul li{
	margin-top: 22%;
	cursor: pointer;
}
.navleft ul li span{
	margin-top: 2px;
	display: block;
}
.navblock{
	width: 13.5%;
	height: 100%;
	float: left;
}
.wapright{
	width: 86.5%;
	float: right;
	overflow: hidden;
}
.wapright img{
	width: 100%;
}

/*success*/
.success{
	width: 88%;
	margin: auto;
	overflow: hidden;
}
.success ul{
	overflow: hidden;
	margin-top: 50px;
}
.success li:hover .wrap{
	display: block;
}
.success ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	cursor: pointer;

}
.success ul li:nth-child(3n){
	margin: 0px;
}
.success ul li img{
	width: 100%;
}
.wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
}
.wrap:befor{
    content:"";
    display:table;
}
.line{
    width:0px;
    height:1px;
    border-radius:5px;
    background-color:#fff;
    margin:0 auto;
    position:absolute;
    top:50%;
    left:0px;
    right:0px;
    transition:width 1s linear;
}
.wrap:hover .line{
    width:75%;
}
.wrap p{
	color: #fff;
	width: 100%;
	text-align: center;
}
.wrap .p_name{
    position: absolute;
    top: 15%;
    /* margin-top: -20%; */
    font-size: 18px;
    transition: all  .5s  ease-in;
}
.wrap:hover .p_name{
    /* transform:translateY(75%); */
    margin-top: 10%;
}
.wrap .p_ename{
	position: absolute;
    top: 70%;
    /* margin-bottom: 0%; */
	font-size: 16px;
	transition: all  .5s  ease-in;
}
.wrap:hover .p_ename{
    /* transform:translateY(-100%); */
    margin-top: -8%;
}
@media screen and (max-width: 1024px) {
    .wrap .p_name{
	    position: absolute;
	    top: 6%;

	    font-size: 18px;
	    transition: all  .5s  ease-in;
	}
	.wrap .p_ename{
		position: absolute;
		bottom: 15%;
		font-size: 16px;
		transition: all  .5s  ease-in;
	}
 }

/*wenzilunbo*/
.container{
    max-width: 88%;
    margin: 0 auto;
}
.slide{
    width: 100%;
    min-height: 180px;
    position: relative;
    height: 780px;
}
@media screen and (max-width: 1024px) {
    .slide{
	    height: 650px;
	}
 }
.slide .img{
    overflow: hidden;
    position: absolute;
    transition: width 1.1s,height 1.1s,top 1.1s,left 1.1s,z-index 1.1s;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3)
}
.slide .img img{
    width: 100%;
}
.slide .img1{
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    width: 40%;
    top: 9%;
    left: 0%;
    z-index: 2;
}
.slide .img3{
    width: 60%;
    top: 0%;
    left: 18%;
    z-index: 3;
}
.slide .img4{
    width: 40%;
    top: 9%;
    left: 56%;
    z-index: 2;
}
.slide .img5{
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}
.slide-bt{
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}
.slide-bt span{
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}
.slide .slide-bt .on{
    background: #ffd200;
}
.container h2{
    width:100%;
    word-wrap:break-word;
    font-weight: 100;
    font-size: 20px;
    line-height: 50px;
}
.container p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.container .p_alt{
	text-align: center;
	font-size: 18px;
	color: #444;
	margin-bottom: 70px;
	padding-top: 120px;
}
.container .p_alt span{
	color: #bf2e27;
}
.edvan{
	width: 88%;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
}
.edlink img{
	width: 10% !important;
}
.edvan img{
	width: 100%;
}
.edvan .edvan01{
	width: 44%;
	margin-left: 24%;
	position: relative;
}
.edvan01 .edlink{
	width: 200px;
	height: 0px;
	border-top:1px solid #ccc;
	position: absolute;
	top: 35px;
	left: -120px;
}
.edlink img{
	margin-top: -10px;
}
.edvan .edvan02{
	width: 44%;
	margin-left: 0px;
	margin-top: 100px;
	position: relative;
}
.edvan02 .edlink{
	width: 200px;
	height: 0px;
	border-top:1px solid #ccc;
	position: absolute;
	bottom: 30px;
	right: -120px;
}
.edvan02 .edlink img{
	margin-left: 200px;
}
.edvan03{
	width: 25%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.edvan03 .edlink{
	width: 0px;
	height: 200px;
	border-left:1px solid #ccc;
	position: absolute;
	top: -120px;
	right: 40px;
}
.edvan03 .edlink img{
	margin-left: -10px;
}
.edvan03 .gh{
	width: 200px;
}
.edvan p{
	font-size: 20px;
	color: #222;
	width: 400px;
	text-align: center;
}
.edvan01 p{
	margin-left: -120%;
	margin-top: 20%;
}
.edvan02 p{
	margin-left: 40%;
	margin-top: -40%;
}
.edvan03 p{
	margin-left: -190%;
	margin-top: 25%;
}
.go_img{width:100%;transition: all 0.6s;}
.go_img:hover{transform: scale(1.06);}

@media screen and (max-width: 1024px) {
    .edvan p{
		font-size: 14px;
	}
	.edvan01 p{
		margin-left: -100%;
		margin-top: 20%;
	}
	.edvan02 p{
		margin-left: 0%;
		margin-top: -40%;
	}
	.edvan03 p{
		margin-left: -150%;
		margin-top: 25%;
	}
 }
 .content  .vui-slider{
 	overflow:inherit;
 }

/*lunbo*/
@media screen and (max-width: 1024px) {
    #slider{

    }
 }
.vui-slider {
	position:relative;
	overflow:hidden;
	background:#999;
}
.vui-slider .vui-items {
	overflow:hidden;
	width:100%;
	height:100%;
}
.vui-slider .vui-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vui-slider .vui-item a,
.vui-slider .vui-item img {
	display:block;
	padding:0;
	margin:0;
	border:none;
}
.vui-slider .vui-buttons {
	position:absolute;
	z-index:5;
	bottom:16px;
	left:50%;
	float:left;
	display:inline;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.vui-slider .vui-button {
	float:left;
	display:inline;
	overflow:hidden;
	height:12px;
	width:12px;
	margin:0 10px;
	padding:0;
	border:none;
	border-radius:6px;
	background:#000;
	cursor:pointer;
}
.vui-slider .vui-button-cur {
	background-color:#C00;
}
.vui-slider .vui-transfer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.vui-slider .vui-prev {
	position:absolute;
	bottom:50px;
	right:125px;
	z-index:5;
	width:75px;
	height:75px;
	background:url(prev.png) no-repeat;
	cursor:pointer;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-next {
	position:absolute;
	bottom:50px;
	right:50px;
	margin-left: -75px;
	z-index:5;
	width:75px;
	height:75px;
	background:url(next.png) no-repeat;
	cursor:pointer;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.artist .vui-slider .vui-prev {
	position:absolute;
	top:45%;
	left:0px;
	z-index:5;
	width:75px;
	height:75px;
	background:url(prev.png) no-repeat;
	cursor:pointer;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.artist .vui-slider .vui-next {
	position:absolute;
	top:45%;
	right:0px;
	z-index:5;
	width:75px;
	height:75px;
	background:url(next.png) no-repeat;
	cursor:pointer;
	transition:0.5s ease;
	-o-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.vui-slider .vui-sidebutton-hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	background-color:#000;
}
.noyuan .vui-buttons{
	display: none !important;
}

/*shoufengqin*/
.theblock{
	width: 88%;
	margin:auto;
}
.block_in p{
	width: 8%;
	height: 300px;
	background: red;
	float: left;
}
.block_in{
	width: 0%;
	height: 300px;
	background: green;
	float: left;
}

/*company*/
.company{
	width: 88%;
	margin:auto;
	margin-top: 200px;
	padding-left: 5px;
	overflow: hidden;
}
.copyright p a{
	color: #fff;
    display: inline-block;
}
.copyright p a img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 10px;
	margin-right: 10px;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 1024px) {
    .company{
		margin-top: 100px;
	}
 }
.company h2{
	width: 14%;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	float: left;
}
.company h2:nth-child(7n){
	/*border-right: none;*/
}
.company h2:nth-child(1),.company h2:nth-child(2),.company h2:nth-child(3),.company h2:nth-child(4),.company h2:nth-child(5),.company h2:nth-child(6)
,.company h2:nth-child(7){
	/*border-top: none;*/
}
.company h2 img{
	width: 100%;
}

/*artist*/
.artist{
	width: 88%;
	margin:auto;
}
.theleft{
    display: block !important;
}
@media screen and (max-width: 1024px) {
    .wapbg{
		margin-top: 50px;
		padding-top: 50px;
	}
 }
.artleft{
	width: 55%;
	float: left;
}
.artleft img{
	width: 100%;
}
.artright{
	width: 43%;
	float: right;
}
.artleft h2{
	font-size: 18px;
	color: #222;
	line-height: 60px;
	border-bottom:1px solid #eaeaea;
}
.artleft p{
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin-top: 10px;
}
.artblock{
	width: 100%;
    overflow: hidden;
	margin-bottom: 5%;
}
.artblock .b_left{
	width: 20%;
	height: 110px;
	background: #000;
	float: left;
	color: #fff;
	text-align: center;
}
.artblock .b_left p{
	font-size: 48px;
	margin-top: 5px;
}
.artblock .b_left span{
    font-size: 18px;
    color: #bbb;
    margin-top: 3px;
}
.b_right{
	width: 80%;
	float: left;
}
.b_right p{
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 2%;
}
.b_right span{
	font-size: 16px;
	color: #777;
	margin-left: 20px;
	display: block;
	margin-top: 2%;
}
.wapbg{
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	margin-top: 100px;
	padding-top: 100px;
	position: relative;
}
.morelink{
	position: absolute;
	bottom: 24px;
	width: 88%;
}
.morelink a{
	display: block;
	width: 55%;
	text-align: right;
	float: left;
	color: #222;
}
/*bottom*/
.bottom{
	width:100%;
	height:840px;
	background: url(../img/bottombg.jpg) center no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-top: 100px;
	position: relative;
}
.bottom_left{
	width: 40%;
	float: left;
	margin-left: 6%;
	margin-top: 97px;
}
.bottom_left p{
	font-size: 24px;
	color: #222;
}
.bottom_left .botlink{
    width: 10%;
    height: 1px;
    border-top: 1px solid #232323;
    margin-top: 30px;
}
.bottom_left span{
	font-size: 16px;
    color: #222222;
    line-height: 40px;
    margin-top: 30px;
    display: block;
}
.bottom_left span a{
	color: #bf2e27;
}
.imgbot{
	width: 100%;
	margin-top: 25px;
}
.imgbot img{
	width: 100%;
}
.bottom_right{
	width: 40%;
	float: left;
	margin-left: 6%;
	margin-top: 97px;
}
.bottom_right h2{
	width: 50%;
}
.bottom_right h2 img{
	width: 100%;
}
.bot_list{
	margin-top: 30px;
	font-size: 20px;
}
.bottom_right p{
    font-size: 24px;
    color: #222;
    margin-top: 45px;
}
.bot_list img{
	width: 5%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}
.lxway div{
	float: left;
	width: 20%;
	text-align: center;
	margin-right: 5%;
	margin-top: 30px;
}
.lxway div span{
	font-size: 15px;
	color: #090606;
	margin-bottom: 15px;
	display: block;
}
.lxway div img{
	width: 100%;
	margin: auto;
}
.bottom_top{
	overflow: hidden;
}
.f_href{
	color: #bbbbbb;
	width: 90%;
	height: 50px;
	border-bottom: 1px solid #fff;
	line-height: 50px;
	text-align: center;
	margin:auto;
}
.f_href a{
	color: #bbbbbb;
	font-size: 14px;
}
.copyright{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.copyright p{
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 60px;
}

/*sfq*/
#wrap{
	width: 1000%;
	height: 800px;
	position: relative;
	margin-left: 6%;
}
#wrap > ul{
   position: absolute;
   top: 200px;
   left: 0;
}
#wrap > ul > li{
	float: left;
	width: 100px;
	height: 600px;
	cursor: pointer;
	position: relative;
}
#wrap > ul > li img{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrap > ul > li > .text{
	width: 100px;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
#wrap > ul > li > .text{
	width: 100px;
	height: 100%;
	background: #f2f2f2;
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	border:1px solid #f2f2f2;
	z-index: 10;
}

#wrap .onep{
	color: #222222;
	font-size: 26px;
	margin-top: 250px;
}
#wrap p{
	float: left;
}
#wrap .twop{
	color: #666666;
	font-size: 14px;
	writing-mode: vertical-lr;
	margin-top: 250px;
	margin-left: 20px;
}
#wrap > ul >.wid-num{
	width: 700px;
}
.layer{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
	border-radius: 80px;
}
.layfont{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}
#riangle-right{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right:30px solid #bf2e27;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 96px;
    top: 50%;
    margin-top: -20px;
    display: none;
}
.class_name .text{
	background: #dee0e2 !important;
}

#wrap .textbg{
	background: #bf2e27 !important;
	border:1px solid #bf2e27 !important;
}
.textcolor{
	color: #fff !important;
}
.navleft li:hover{
	background: url(../img/libg.png)  no-repeat;
	background-position:6%;
	background-size: 20%;
}
.li_cur:hover{
	background: url(../img/libg.png)  no-repeat;
	background-position:6%;
	background-size: 20%;
}
.cbnav{
	width: 20px;
	position: fixed;
	right: 50px;
	top: 50%;
	margin-top: -200px;
	z-index: 999999;
	display: none;
}
.cbnav li{
	width: 20px;
	height: 20px;
	background: url(../img/navbg01.png)  no-repeat;
	margin-top: 35px;
	position: relative;
}
.cbnav li p{
	width: 180px;
	height: 55px;
	background: #000 url(../img/navbg02.png) no-repeat;
	background-position:168px 18px;
	color: #fff;
	position: absolute;
	top: -15px;
	right: -10px;
	line-height: 55px;
	padding-left: 20px;
	font-size: 18px;
	display: none;
}
.cbnav li span{
	margin-left: 15px;
}
.navsun li a {
	color: #222;
}
.navsun li a:hover{
	color: #bf2e27;
}
.waptwo{
	width: 100%;
	height:48px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0px;
	line-height: 60%;
	font-size: 12px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: none;
}
.waptwo .subb{
	width: 79%;
	float: right;
}
.waptwo a{
	height: 100%;
	line-height: 48px;
	display: block;
	width: 16%;
	text-align: center;
	color: #222;
	float: left;
}



@media screen and (max-width: 1024px) {
   #wrap > ul > li{
	float: left;
	width: 50px;
	height: 400px;
	cursor: pointer;
	position: relative;
	}
	#wrap > ul > li > .text{
	width: 50px;
	height: 100%;
	background: #f2f2f2;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 50px;
	border:1px solid #f2f2f2;
	z-index: 10;

	}
	#wrap > ul >.wid-num{
		width: 500px;
	}
	#wrap{
		margin-top: 100px;
	}
	#wrap .onep{
	color: #222222;
	font-size: 14px;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	margin-top: 150px;
	}
	#wrap .twop{
		color: #666666;
		font-size: 12px;
		writing-mode: vertical-lr;
		margin-top: 150px;
		margin-left: 5px;
	}
	#wrap{
		height: 400px;
	}
	#wrap > ul{
		top: 0px;
	}
	.edvan{
		padding-top: 0px;
	}
	.cbnav{
		display: none !important;
	}
	.bottom .top{
	 	position: absolute;
	 	right: 10px;
	 	bottom: 100px;
	 	cursor: pointer;
	 }
 }

 .top{
 	width: 70px;
 	height: 70px;
 	position: absolute;
 	right: 100px;
 	bottom: 50px;
 	cursor: pointer;
 	z-index: 999;
 }
.artleft .vui-prev,.artleft .vui-next{
	display: none !important;
}
.artleft .vui-buttons{
    width: 96px;
    left: 100% !important;
    margin-left: -100px;
}
.layfont p{
	font-size: 20px;
	color: #fff;
	width: 250px;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -173px;
	text-align: center;
	position: absolute;
	line-height: 32px;
}
.layfont a{
	display: block;
	cursor: pointer;
	width: 130px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	left: 50%;
	top: 50%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	font-size: 18px;
	margin-left: -112px;
	color: #fff;
}
.layfont{
	display: none;
}
