/*part1*/
.h_p1 {
	width:100%;
	height:1079px;
	background: url(../img/part01-bg.png) center no-repeat;
	
}
.h_slogen {
	width:656px;
	height:517px;
	background: url(../img/slogan.png) left no-repeat;
	position:relative;
	margin:auto;
}
.h_slogen .h_box {
	position:relative;
	top:400px;
	left:180px;
	width:308px;
	height:108px;
}
.h_slogen .h_erweima {
	width:127px;
	height:106px;
	background: url(../img/qrcode-bg.png) center no-repeat;
	float:left;
}
.h_slogen .h_box .as {
	display: block;
	width:171px;
	height:51px;
	float:right;
	margin-bottom: 4px;
}
.h_slogen .h_erweima img {
	width:80%;
	float:right;
	padding-top:3px
}
.h_logo {
	width:300px;
	height:178px;
}


/*part2*/
.h_p2 {
	width:100%;
	height:547px;
	background: url(../img/part02-bg.png) no-repeat center top;
	margin-top: -150px;
}
.h_banner {
	width:485px;
	height:242px;
	float: left;
	margin: 105px 0 0 96px;
	position:relative;
	border: 6px solid #474d55;
	box-sizing: border-box;
	border-radius: 5px;
}
.h_banner span {
	background: url(../img/index_z.png);
}
.h_p2 .bn-left,
.h_p2 .bn-right {
    width: 14px;
	display: block;
	height: 100%;
	
}
.h_p2 .bn-top,
.h_p2 .bn-bottom {
    width: 100%;
	display: block;
	height: 14px;
	
}
.h_p2 .bn-left {
    background-position: -30px 0px;
	position: absolute;
	top: 0;
	left:0;
}
.h_p2 .bn-right {
    background-position: -45px 0px;
	position: absolute;
	top: 0;
	right:0;
}
.h_p2 .bn-top {
    background-position: -123px -354px;
	position: absolute;
	top: 0;
	left:14px;
}
.h_p2 .bn-bottom {
    background-position: 0px -521px;
	position: absolute;
	bottom: -2px;
	left:14px;
}
.h_listr {
	float:right;
	width:450px;
	height:245px;
	margin:105px 96px 0 0;
	border: 6px solid #474d55;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 0 5px 10px;
}
.h_listr a {
	color:#C8C6C6;
	font-size: 14px;
}
.h_p2 .h_cls {
	float: left;
	margin: 32px 0 0 100px;
	width: 1025px;
	height:139px;
	overflow: hidden;
}
.h_p2 .h_cls a {
	float: left;
	width: 238px;
	height: 139px;
	margin-right: 16px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.h_p2 .h_cls a:hover {
	transform: translateY(-7px);
	box-shadow: 0 16px 20px -10px #000;
}




.h_p3 {
	width:100%;
	height:755px;
	background: url(../img/part03-bg.jpg) no-repeat center top;
	overflow: hidden;
}
.h_p3 .htit {
	z-index: 2;
	width: 304px;
	height: 54px;
	background:url(../img/zyjs.png) no-repeat;
	margin:auto;
}
.h_p3 .hintro {
	position: absolute;
	width: 1342px;
	left: -72px;
	top: 4px;
}
.h_p3 .hintro .hrole{
	position: absolute;
	background-repeat: no-repeat;
	transition:all .2s;
	overflow: hidden;
}
.h_p3 .hintro .hrole .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease;
}
.h_p3 .hintro .hrole1 .cover {
	background:url(../img/role1-cover.png);
}
.h_p3 .hintro .hrole2 .cover {
	background:url(../img/role2-cover.png);
}
.h_p3 .hintro .hrole3 .cover {
	background:url(../img/role3-cover.png);
}
.h_p3 .hintro .hrole4 .cover {
	background:url(../img/role4-cover.png);
}
.h_p3 .hintro .hrole5 .cover {
	background:url(../img/role5-cover.png);
}
.h_p3 .hintro .hrole:hover .cover {
	opacity:1;
}
.h_p3 .hintro .hrole1 {
	background:url(../img/role1.png);
	top: 0;
	left: 0;
	width: 412px;
	height: 667px;
}
.h_p3 .hintro .hrole1:hover {
	background:url(../img/role1-hover.png);
}
.h_p3 .hintro .hrole2 {
	background:url(../img/role2.png);
	top: 60px;
	left: 198px;
	width: 465px;
	height: 682px;
}
.h_p3 .hintro .hrole2:hover {
	background:url(../img/role2-hover.png);
}
.h_p3 .hintro .hrole3 {
	background:url(../img/role3.png);
	top: 68px;
	left: 472px;
	width: 394px;
	height: 599px;
}
.h_p3 .hintro .hrole3:hover {
	background:url(../img/role3-hover.png);
}
.h_p3 .hintro .hrole4 {
	background:url(../img/role4.png);
	top: 62px;
	left: 673px;
	width: 466px;
	height: 683px;
}
.h_p3 .hintro .hrole4:hover {
	background:url(../img/role4-hover.png);
}
.h_p3 .hintro .hrole5 {
	background:url(../img/role5.png);
	top: 0;
	left: 925px;
	width: 414px;
	height: 670px;
}
.h_p3 .hintro .hrole5:hover {
	background:url(../img/role5-hover.png);
}
.h_p3 .hintro .hrole .info {
	width: 156px;
	position: absolute;
	color: #fff;
	text-align: center;
	opacity: .3;
}
.h_p3 .hintro .hrole .info {
	width: 156px;
	position: absolute;
	color: #fff;
	text-align: center;
	opacity: 0;
	font-size: 14px;
	transition:all .3s;
}
.h_p3 .hintro .hrole1 .info {
	top: 300px;
	left: 140px;
}
.h_p3 .hintro .hrole2 .info {
	top: 350px;
	left: 165px;
}
.h_p3 .hintro .hrole3 .info {
	top: 200px;
	left: 120px;
}
.h_p3 .hintro .hrole4 .info {
	top: 350px;
	left: 150px;
}
.h_p3 .hintro .hrole5 .info {
	top: 240px;
	left: 120px;
}
.h_p3 .hintro .hrole:hover .info {
	opacity:1;
	transform: translateY(-30px);
}


.h_p4 {
	width:100%;
	height:729px;
	background: url(../img/part04-bg.jpg) no-repeat center top;
}
.h_p4 .outer_wrap {
    width: 920px;
    height: 520px;
    position: relative;
	margin:0 auto;
	padding-top:100px;
}
.h_p4 .outer_wrap .gallery_container {
    position: absolute;
}
.h_p4 .outer_wrap .gallery_item {
    width: 720px;
    height: 520px;
    display: block;
    position: absolute;
}
.gallery_active {
    opacity: 1;
    z-index: 5;
}
.gallery_left_middle,
.gallery_right_middle {
    z-index: 3;
    opacity: 1;
}
.gallery_item {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all ease;
    -moz-transition: all ease;
    -ms-transition: all ease;
    -o-transition: all ease;
    transition: all ease;
	transition-duration: 0s;
}
.h_p4 .outer_wrap .gallery_item img {
    width: 720px;
    height: 520px;
}
.h_p4 .outer_wrap .gallery_item .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: url(../img/ts-cover.png) no-repeat;
}


.h_p5 {
	width:100%;
	height:850px;
	background: url(../img/part05-bg.jpg) no-repeat center top;
}
.h_p5 .htit {
	z-index: 2;
	width: 304px;
	height: 54px;
	background:url(../img/tuwen.png) no-repeat;
	margin:auto;
}
.h_p5 .hvideo {
	width: 450px;
	height: 243px;
	float: left;
	margin-top: 230px;
	position: relative;
	overflow: hidden;
	border: 6px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px;
}
.h_p5 .hvideo .play {
	width: 450px;
	height: 231px;
	overflow: hidden;
	position: relative;
	background: url(../img/playbg.jpg?) no-repeat;
	display: block;
}
.h_p5 .hvideo .play a {
	background-image: url(../img/hplay.png);
	position: absolute;
	z-index: 3;
	width: 74px;
	height: 74px;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -37px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	background-repeat: no-repeat;
}
.h_p5 .hvideo .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/opc7.png) repeat;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.h_p5 .hvideo:hover .cover {
	opacity:0;
}
.h_p5 .hvideo .play a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.3);
}
.h_p5 .hvideo .txt {
    position: absolute;
    width: 454px;
    marign-left: 14px;
    top: 180px;
    z-index: 2;
    text-align: center;
    color: #eef3f8;
    font-size: 12px;
}
.h_p5 .hvideo:hover {
	border:6px solid #d0281f;
}
.h_p5 .tu {
	float: right;
	margin: 202px 0 0 0;
	width: 480px;
	overflow: hidden;
}
.h_p5 .tu .hpic {
	display: block;
	width: 147px;
	height: 147px;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 6px 6px 0;
	border: 3px solid #ccc;
	border-radius:6px;
	cursor: pointer;
}
.h_p5 .tu .hpic .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/opc7.png) repeat;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.h_p5 .tu .hpic .cover .desc {
	padding: 8px 12px;
	width: 122px;
	position: absolute;
	top: 60px;
	left: 0;
	color: #eef3f8;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.h_p5 .tu .hpic .cover .desc i.t {
	top:0;
} 
.h_p5 .tu .hpic .cover .desc i.b {
	bottom:0;
} 
.h_p5 .tu .hpic .cover .desc i {
	height: 1px;
	background: #888681;
	width: 78px;
	position: absolute;
	left: 50%;
	margin-left: -39px;
}
.h_p5 .tu .hpic:hover .cover {
	opacity:0;
}
.h_p5 .tu .hpic:hover {
	border: 3px solid #d0281f;
}
.h_p5 .tu .hpic img {
	transition:all .4s;
}
.h_p5 .tu .hpic:hover img {
	transform: scale(1.1)
}
@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-top:160px;
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


.h_p6 {
	width:100%;
	height:650px;
	background: url(../img/part06-bg.jpg) no-repeat center top;
}
.h_p6 .htit {
	z-index: 2;
	width: 282px;
	height: 50px;
	background:url(../img/hgl.png) no-repeat;
	margin:auto;
}
.h_p6 .hview {
	position: relative;
	width: 1038px;
	height:300px;
	margin: 120px auto 0;
}
.h_p6 .hview .pannel .m {
    float: left;
    width: 200px;
    padding: 0 15px;
    height: 270px;
    background: #171d28;
    position: relative;
    margin: 0 15px 0 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.h_p6 .hview .pannel .m:hover {
    transform: translateY(-10px);
	box-shadow: 0 15px 25px -10px #000;
}
.h_p6 .hview .pannel .m img {
    position: absolute;
	width: 120px;
	height: 120px;
	top: -50px;
	left: 50%;
	margin-left: -60px;
	border:4px solid #d0281f;
	border-radius:6px;
}
.h_p6 .hview .pannel .m .tit {
    padding-top: 110px;
	height: 44px;
	color: #eef3f8;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
}
.h_p6 .hview .pannel .m .desc {
    border-top: 1px solid #2f343e;
	color: #585e67;
	width: 168px;
	margin: 14px auto 0;
	padding: 16px 16px 0;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.h_p6 .hview_ad a {
	display:block;
	width:490px;
	height:100px;
	float:left;
	transition:all .3s;
	cursor: pointer;
}
.h_p6 .hview_ad a:nth-child(2) {
	float:right;
}
.h_p6 .hview_ad a:hover {
	box-shadow: 0 15px 25px -10px rgba(0,0,0,.2);
	transform: translateY(-3px);
}
.h_ad {
	width:1005px;
	height:153px;
	margin:auto;
	background: #888;
}
.h_ad a {
	display: block;
	float:left;
	width:335px;
	height:100%;
	opacity:.7;
	transition:all .3s;
}
.h_ad a:hover {
	opacity:1;
}
.h_ad a img {
	width:100%;
}




