@charset "utf-8";
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	width: 100%;height: 100%;
}
*{
	font-family: "微软雅黑";
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
body {
	margin: 0px;
    overflow: hidden;
	font-family: tonjay;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	background-color: #000;
	-webkit-overflow-scrolling: touch;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}
ul, li, ol, p, dl, dt, dd,h2,h3 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.homepage {
	background-color: #D6D6D6;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.homepage .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
/*index*/
#indexbj {
	background-image: url(../images/12.jpg);
}
.homepage #indexbj .xuanzhuan {
	height: 1800px;
	width: 1800px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: -105%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.homepage #indexbj.swiper-slide-active .xuanzhuan{
	left: -15%;
	-webkit-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage #indexbj .xuanzhuan img {
	height: 100%;
	width: 100%;
	animation: myloading 50s linear 0s infinite;
	-webkit-animation: myloading 50s linear 0s infinite;
	-o-animation: myloading 50s linear 0s infinite;
	-moz-animation: myloading 50s linear 0s infinite;
}
.homepage #indexbj A.logo {
	text-decoration: none;
	text-indent: -3000em;
	display: block;
	position: absolute;
	height: 160px;
	width: 614px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	left: 50%;
	top: -35%;
	transform: translate(-50%, -50%);
}
.homepage #indexbj.swiper-slide-active A.logo{
	top: 35%;
	-webkit-transition: top 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: top 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: top 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage #indexbj .nian {
	background-color: #f9f9f9;
	height: 220px;
	width: 220px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: -107%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 30px #000;
	border-radius: 110px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80px;
	line-height: 220px;
	color: #006abc;
}
.homepage #indexbj.swiper-slide-active .nian{
	left: 27%;
	-webkit-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: left 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.gongsiname h1 {
	font-size: 50px;
	font-family: "微软雅黑";
	font-weight: normal;letter-spacing:10px;
}
.gongsiname h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 8px;
	font-family: Arial;
	border-top: 1px dashed #0cd9f7;
	padding-top: 20px;
}
.gongsiname {
	text-align: center;
	position: absolute;
	z-index: 3;
	width: 70%;
	right: 0px;
	bottom: 0%;
	top: 0px;
}
.gongsiname .gongsinamebottom {
	overflow: hidden;
	position: absolute;
	z-index: 4;
	height: 36%;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#jieshao{
	background-image: url(../images/4000.jpg);
}
.homepage #jieshao .jieshao {
	background-color: #000;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=70);
	position: absolute;
	width: 50%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.homepage  #jieshao .jieshao .jieshaotxt {
	font-family: "微软雅黑";
	color: #FFF;
	left: 12%;
	top: 50%;
	right: 6%;
	position: absolute;
	transform: translateY(-50%);
	outline: 0;
	opacity: 0;
}
.homepage  #jieshao.swiper-slide-active .jieshao .jieshaotxt {
	outline: #FFFFFF;
	opacity: 1;
	-webkit-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage  #jieshao .jieshao .jieshaotxt h1 {
	font-size: 36px;
	line-height: 150%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #FFF;
	font-weight: normal;
}
.homepage  #jieshao .jieshao .jieshaotxt h2 {
	line-height: 150%;
	font-weight: normal;
	clear: both;
}
.homepage  #jieshao .jieshao .jieshaotxt h2 p {
	padding-top: 20px;
	text-align: justify;
	text-indent: 2em;
}
.homepage  #jieshao .jieshao .jieshaotxt h2 p.b{
	font-weight: bold;
	color: #FF0;
}.homepage  #jieshao .ditidiv {
	position: absolute;
	z-index: auto;
	width: 50%;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.homepage  #jieshao .ditidiv .ditidivright {
	left: 6%;
	top: 50%;
	right: 12%;
	position: absolute;
	transform: translateY(-50%);
	outline: 0;
	opacity: 0;
}
.homepage  #jieshao.swiper-slide-active .ditidiv .ditidivright {
	outline: #FFFFFF;
	opacity: 1;
	-webkit-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 4.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.homepage  #jieshao .ditidiv .ditidivright #container {
	height: 500px;
	color: #000;
}
.homepage  #jieshao .ditidiv .ditidivright #lianxitxt {
	font-size: 23px;
	line-height: 150%;
	color: #FFF;
	text-align: left;
	padding-top: 32px;
	margin-left: 10%;
}
.homepage .swiper-wrapper .Copyright {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	height: 30px;
	left: 30px;
	right: 30px;
	bottom: 0px;
	text-align: center;
	font-weight: normal;
}
.homepage .swiper-wrapper .Copyright a {
	color: #FFF;
	text-decoration: none;
}
#linkdiv{ width:731px; height: 46px;position:fixed; z-index: 9999; overflow: hidden; top:0px;right:10px; background-image:url("../images/linkbj.png");
	background-repeat: no-repeat;
	background-position: top right;}
#linkdiv .divover{ background-image: url("../images/linkover.png"); position: absolute; width:183px; height: 46px; top:0px;left:0px;display: block;}
#linkdiv .divA{position: absolute; width:160px; height: 46px; top:0px;left:23px;display: block; color: #000000;font-size: 16px; line-height:46px; text-align: center;}
#linkdiv .divA.over{ color: #fff;}
#linkdiv .divA:nth-child(3){
	left:160px;
}
#linkdiv .divA:nth-child(4){
	left:296px;
}
#linkdiv .divA:nth-child(5){
	left:432px;
}
#linkdiv .divA:nth-child(6){
	left:569px; 
}
#zhanxiangbj{ background-image: url("../images/smbj.jpg");}
#zhanxiangbj .neiquan{ position: absolute; z-index: 1; 
	width: 431px; height: 430px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#zhanxiangbj .neiquan img{width: 431px; height: 430px;animation: myloading 50s linear 0s infinite;
	-webkit-animation: myloading 50s linear 0s infinite;
	-o-animation: myloading 50s linear 0s infinite;
	-moz-animation: myloading 50s linear 0s infinite;}
#zhanxiangbj .waiquan{ position: absolute; z-index: 1; 
	width: 661px; height: 661px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#zhanxiangbj .waiquan img{width: 661px; height: 661px;animation: myloadinge 50s linear 0s infinite;
	-webkit-animation: myloadinge 50s linear 0s infinite;
	-o-animation: myloadinge 50s linear 0s infinite;
	-moz-animation: myloadinge 50s linear 0s infinite;}
#zhanxiangbj #biaoquan{ position: absolute; z-index: 2; 
	width: 800px; height: 726px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#zhanxiangbj .biaoquan{
    background-image: url("../images/quan.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    z-index: 3;
    width: 800px;
    height: 726px;
    left: 0px;
    top: 0px;
	transform:rotate(-90deg);
}
#zhanxiangbj .biaoquan h2{
    width: 217px;
    height: 32px;
    display: block;
    font-style: normal;
    background-image: url(../images/biaopai1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    top: 50px;
    right: 650px;
	transform:rotate(90deg);
	transform-origin:  210px center;
}
#zhanxiangbj .biaoquan h2 span{
    font-size: 16px;
    height: 32px;
    display: block;
    margin-left: 12px;
    margin-right: 48px;
    text-align: left;
    line-height: 32px;
    color: #000000;
}
#zhanxiangbj .biaoquan h2:nth-child(2){
    top: 150px;
	right:730px;
}
#zhanxiangbj .biaoquan h2:nth-child(3){
    top: 250px;
	right:772px;
}
#zhanxiangbj .biaoquan h2:nth-child(4){
    top: 350px;
	right:784px;
}
#zhanxiangbj .biaoquan h2:nth-child(5){
    top: 450px;
	right:770px;
}
#zhanxiangbj .biaoquan h2:nth-child(6){
    top: 550px;
	right:732px;
}
#zhanxiangbj .biaoquan h2:nth-child(7){
    top: 650px;
	right:642px;
}
#zhanxiangbj .biaoquan h3{
    width: 217px;
    height: 32px;
    display: block;
    font-style: normal;
    background-image: url(../images/biaopai.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    top: 50px;
    left: 650px; 
	transform:rotate(90deg);
	transform-origin: 8px center;
}
#zhanxiangbj .biaoquan h3 span{
    font-size: 16px;
    height: 32px;
    display: block;
    margin-left: 48px;
    margin-right: 12px;
    text-align: left;
    line-height: 32px;
    color: #000000;
}
#zhanxiangbj .biaoquan h3:nth-child(9){
    top: 150px;
	left:730px;
}
#zhanxiangbj .biaoquan h3:nth-child(10){
    top: 250px;
	left:772px;
}
#zhanxiangbj .biaoquan h3:nth-child(11){
    top: 350px;
	left:784px;
}
#zhanxiangbj .biaoquan h3:nth-child(12){
    top: 450px;
	left:772px;
}
#zhanxiangbj .biaoquan h3:nth-child(13){
    top: 550px;
	left:730px;
}
#zhanxiangbj .biaoquan h3:nth-child(14){
    top: 650px;
	left:642px;
}
#zhanxiangbj.swiper-slide-active .biaoquan,#zhanxiangbj.swiper-slide-active .biaoquan h2,#zhanxiangbj.swiper-slide-active .biaoquan h3{
	transform:rotate(0deg);
	-webkit-transition: transform 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: transform 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: transform 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: transform 4.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 4.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#yewu{ background-image: url("../images/13.jpg");}
#yewu .xianzhu{
    background-image: url("../images/biao1.png");
    width: 79px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 80px;
}
#yewu .xianzhu .zhuxian{
	width: 79px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 900px;
    bottom: 0px;
    left: 0px;
}
#yewu .xianzhu h2{
    width: 217px;
    height: 32px;
    display: block;
    font-style: normal;
    background-image: url(../images/biao2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    position: absolute;
    z-index: 4;
    top: 20%;
    left: 30px;
}
#yewu .xianzhu h2:nth-child(odd){background-image: url(../images/biao3.png);}
#yewu .xianzhu h2 span{
    font-size: 16px;
    height: 32px;
    display: block;
    margin-left: 48px;
    margin-right: 12px;
    text-align: center;
    line-height: 32px;
    color: #000000;
}
#yewu .xianzhu h2:nth-child(2){
    top: 30%;
}
#yewu .xianzhu h2:nth-child(3){
    top: 40%;
}
#yewu .xianzhu h2:nth-child(4){
    top: 50%;
}
#yewu .xianzhu h2:nth-child(5){
    top: 60%;
}
#yewu .xianzhu h2:nth-child(6){
    top: 70%;
}
#yewu .xianzhu h2:nth-child(7){
    top: 80%;
}
#yewu .xianzhu h2:nth-child(8){
    top: 90%;
}
#yewu .txthtml{
    font-size: 24px;
    line-height: 160%;
    width: 30%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 20%;
    right: 30px;
    text-align: justify;
	opacity: 0;
}
#yewu .txthtml b{
    color: #FDFC00;
}
#yewu.swiper-slide-active .txthtml{
	opacity: 1;
	-webkit-transition: opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 6s cubic-bezier(0.23, 1, 0.32, 1);
}
#yewu.swiper-slide-active .xianzhu .zhuxian{
	top: 0px;
	-webkit-transition: top 5s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: top 5s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: top 5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 5s cubic-bezier(0.23, 1, 0.32, 1);
}
#shfuwu{background-image: url("../images/d2scdn.jpg");}
#shfuwu .txthtml{
    font-size: 18px;
    line-height: 160%;
    width: 70%;
    position: absolute;
    z-index: 4;
    top: 10%;
    left: -70%;
    bottom: 2%;
    text-align: justify;
    opacity: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=60);
    background: #000;
    -webkit-border-radius: 18px;/*圆形*/
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
	overflow: hidden;
}
#shfuwu .txthtml #longText{
	position: absolute;
    z-index: 4;
    top: 20px;
    left: 20px;
    bottom: 20px;
	right:5px;
	overflow: hidden;
}
#shfuwu .txthtml #longText #longTextbody{
	position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
	right:15px;
    font-size: 18px;
    line-height: 160%;
	display: block;
}
#shfuwu .txthtml strong{color: #FDFC00;}
#shfuwu .shouhlianxi{
    background-image: url(../images/biao-4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    width: 369px;
    height: 532px;
	position: absolute;
    z-index: 4;
    bottom: -532px;
	right:0px;
}
#shfuwu .shouhlianxi .lianxidianhua{
    font-size: 25px;
    line-height: 140%;
    width: 294px;
    position: absolute;
    z-index: 4;
    left: 26px;
    bottom: 23px;
    text-align: center;
}
#shfuwu .shouhlianxi .lianxidianhua strong{display: block;font-size: 30px;}
#shfuwu.swiper-slide-active .shouhlianxi{
	bottom: 0px;
	-webkit-transition: bottom 3s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: bottom 3s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: bottom 3s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: bottom 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: bottom 3s cubic-bezier(0.23, 1, 0.32, 1);
}
#shfuwu.swiper-slide-active .txthtml{
    left: 30px;
	-webkit-transition: left 5s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: left 5s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: left 5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: left 5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: left 5s cubic-bezier(0.23, 1, 0.32, 1);
}
