.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	padding: 0 150px;
	border-bottom: 1px solid rgba(225, 225, 225, 0.4);
	height: 100px;
	line-height: 100px;
	position: fixed;
	top: 0;
	width: 100% !important;
	top: 0;
	z-index: 999;
}

.indexpro .wrap {
	position: relative;
	height: 100vh;
	padding-top: 8%;
}

.indexpro .con {
	position: absolute;
	top: 30%;
	z-index: 999;
	width: 100%;
}

.header .wrap {
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.header .fl a {
	height: 100px;
	align-items: center;
	display: flex;
}

.header .fr {
	display: flex;
	height:100px;
}

.header .fr.right2,
.header .fl img.second {
	display: none;
}

.header.active2 {
	background: #f8f8f8;
}

.header.active img.second {
	display: block;
}

.header.active img.first,
.header.active .right1 {
	display: none;
}

.header.active1 img.first {
	display: block;
}

.header.active1 img.second {
	display: none;
}

.header.active .right2 {
	display: flex;
}

.header.active .right2 img {
	vertical-align: middle;
	display: inline-block;
	margin-top: 36px;
	    width: 30px;
	    height: 25px;
}

.header .fr li {
	display: inline-block;
	vertical-align: top;
}

.header .fr li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;

	margin-left: 60px;
	color: rgba(255, 255, 255, 1)
}
.header .fr li a:hover{
	color: #AE102A;
}
.header .fr .langs {
	margin-left: 90px;
}

.header .fr .langs a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;

	color: rgba(255, 255, 255, 1)
}

.header .fr li a.active,
.header .fr .langs a.active {
	color: #AE102A;
}

.header1 {
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid rgba(225, 225, 225, 0.4)
}

.header1 .fr li a,
.header .fr .langs a {
	color: #A5A5A5;
}

.banner .swiper-slide img {
	width: 100%;
	display: block;
	height: 100vh;
}

.banner .down {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 999;
	
}
.banner .down .last{
	animation:mymove 2s infinite;
	/* transition: all .3s; */
	-webkit-animation:mymove 2s infinite;
}
@keyframes mymove {
  from {transform: translate(0px,20px);}
  to {transform: translate(0px,10px);}
}
.banner .down img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}

.section2 .header,
.section3 .header,
.section4 .header,
.section5 .header,
.section6 .header {
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid rgba(225, 225, 225, 0.4)
}

.section2 .header .fr img,
.section3 .header .fr img,
.section4 .header .fr img,
.section5 .header .fr img,
.section6 .header .fr img {
	vertical-align: middle;
	display: inline-block;
	margin-top: 36px;
}

.indexabout {
	padding: 70px 0 0;
}

.indexabout .text {
	width: 804px;
	margin: 0 auto;
	padding: 50px 0 180px;
	 background: url(../images/bg1.png) no-repeat top left 45%;
}

.indexabout .text h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #AE102A;
	margin-bottom: 60px;
	text-align: center;
	/* padding-left: 13px; */
}


.indexabout .text p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #16262B;
	line-height: 50px;
	text-align: center;
}

.indexabout .text p span {
	font-size: 24px;
	font-weight: bold;
}

.indexculture h2,
.indexnews h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #AE102A;
	margin-bottom: 90px;
	text-align: center;
}

.indexculture .wrap {
	/* background: url(../images/bg2.png) no-repeat top 40px center/60%; */
	position: relative;
}

.indexculture  .con>img{
	position: absolute;
	top:0;
	left:50%;
	max-width: 50%;
	transform: translate(-50%,0);
}
.indexculture .wrap .con>img:hover{

}
/* @keyframes mymove {
  from {transform: translate(-5px,0px);}
  to {transform: translate(5px,0px);}
} */
.indexculture .con {
	position: relative;

}

.indexculture .con .center {
	width: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.indexculture .con .center img {
	width: 100%;
}

.indexculture ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexculture li {
	display: inline-block;
	vertical-align: top;
	width: 49%;

	box-sizing: border-box;
}

.indexculture li:nth-of-type(odd) {
	padding-right: 24%;

}

.indexculture li:nth-of-type(1),
.indexculture li:nth-of-type(2) {
	margin-bottom: 19%;
}

.indexculture li:nth-of-type(even) {
	text-align: right;
	padding-left: 24%;
}

.indexculture li span {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	background: url(../images/bg3.png) no-repeat bottom left;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.indexculture li:nth-of-type(even) span {
	background: url(../images/bg3.png) no-repeat bottom right;
}

.indexculture li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}

.section4 {
	background: #1C262F;
}

.indexpro li {
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
	border-radius:5px;
	width: 18%;
	margin: 0 2.5% 30px 0;
	padding: 13px 26px;
	height: 218px;
	box-sizing: border-box;
	transition: all .3s;
}

.indexpro li:hover {
	transform: scale(1.05);
}

.indexpro li:nth-of-type(5n) {
	margin-right: 0;
}

.indexpro li span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom:1px solid #eee;
	display: block;

	margin-bottom: 15px;
	line-height:30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    line-clamp: 1;
	    -webkit-box-orient: vertical;
	    height: 30px;
	   padding-bottom:10px;
	

}

.indexpro li i {
	height: 65px;
	display: block;
}

.indexpro li i img {
	max-height: 60px;
	display: block;
	margin:0 auto;
}

.indexpro li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	    -webkit-box-orient: vertical;
}

.section4 h2,
.section5 h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 70px;
}

.indexpro .wrap .con>a,
.indexnews .wrap>a {
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
}
.indexpro .wrap .con>a{
	margin: 30px auto 0;
}
.indexnews .wrap>a {
	border: 1px solid #AE102A;
	color: #AE102A;
	margin: 60px auto 0;
}

.section5 {
	background: #1C262F
}

.indexteam .swiper-slide {
	background: #fff;
	border-radius: 5px;
	padding: 30px 20px 35px;
	box-sizing: border-box;
	transition: all .3s;
}
.indexteam .swiper-container{
	padding:20px;
}
.indexteam .swiper-slide:hover{
	transform: scale(1.05);
}
.indexteam .swiper-slide img {
	width: 100%;
	height: 183px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.indexteam .bg{
	height:15px;
}
.indexteam .swiper-slide span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: block;
	text-align: center;
	margin:10px 0 15px;
}

.indexteam .swiper-slide .font1 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height:20px;
	overflow: hidden;
height:40px;
	
	text-align: center;
	
	
}

.indexteam .swiper-slide .font2 {
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
height: 80px;
	margin-top:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    
	    line-clamp: 4;
	    -webkit-box-orient: vertical;
}

.indexteam .swiper-button-prev {
	background: url(../images/prev.png) no-repeat center center;
	left: 10%;
	top: 55%;
}

.indexteam .swiper-button-next {
	right: 10%;
	top: 55%;
	background: url(../images/prev.png) no-repeat center center;
	transform: rotate(180deg);
}

.section6 {
	background: #f8f8f8;
}

.indexnews li {
	float: left;
	width: 23.8%;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	margin: 0 1.6% 0 0;
	background: #fff;
}

.indexnews li:nth-of-type(4n) {
	margin-right: 0;
}

.indexnews li img {
	width: 100%;
	height: 144px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.indexnews li .font1 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	height: 40px;
	margin: 40px 20px 20px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
}

.indexnews li .font2 {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	height: 60px;
	margin: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    
	    line-clamp: 3;
	    -webkit-box-orient: vertical;
}

.indexnews li .time {
	border-top: 1px solid #F0F0F0;
	line-height: 60px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 25px;
	padding-left: 20px;
}

.ads {

	background-color: #111;
	padding: 70px 0;
	
}

.ads a {
	width: 273px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #18272D;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}
.footer .fl dl .icos img{
	width: 35px;
	height: 35px;
}
.ads a:hover {
	background: #E61446;
	color: #fff;
}

.footer {
	/* background:url(../images/bg5.png) no-repeat top center; */
	background-color: #111;
	padding: 70px 0;
	position: relative;
	margin-top:-4px;
}

.footer::after {
/* 	content: "";
	display: block;

	position: absolute;


	top: 0;
	left: 50%;
	margin-left: -17px;
	width: 0px;
	height: 0px;
	border-top: 15px solid #18272D;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
 */

}
.footer .fl{
	padding-left: 25px;
	box-sizing: border-box;
}
.footer .fl dl {
	display: inline-block;
	vertical-align: top;
	
}

.footer .fl .navs {
	width: 205px;
}

.footer .fl .navs dd,
.footer .fl dd {
	display: inline-block;
	width: 100px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	
	position: relative;

}
.footer .fl dd .codes{
	position: absolute;
	top:-200px;
	left:50%;
	margin-left: -100px;
	width: 200px;
	display: none;
	padding:20px;
	background:#fff;
	border-radius: 10px;
}
.footer .fl dd:hover .codes{
	display: block;
}
.footer .fl dd .codes img{
	width: 100%;
	height: auto;
}
.footer .fl .icos{
	margin-top:40px;
}
.footer .fl .icos a{
	margin-right: 10px;
}
.footer .fl{
	width: 63%;
	display: flex;
	justify-content: space-between;
}
.footer .fl .navs dd a,
.footer .fl dd a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.footer .fl dd {
	width: auto;
}

.footer .fl dl dt {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	/* border-bottom: 1px solid #E1E1E1; */
}

.footer .fl dl p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 30px;
}

.footer .fr img {
	margin:0 0 20px;
	display: block;
	width: 155px;
}

.footer .fr span {
	font-size: 12px;
	color: #767676;
	text-align: left;
	margin:0 0 60px;
	display: block;
}
.footer .fr p{
	font-size: 14px;
	color:#f8f8f8
}
.copy {
	background: #333333;
	line-height: 60px;
}

.copy p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A8A6A7;
}

.page {
	margin-top: 30px;
	text-align: center;
	height: 34px;
}

.page a,
.page span {
	width: 40px;
	height: 40px;
	background: #EEEEEE;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.page a.next {
	width: 120px;
	height: 40px;
	background: #EEEEEE;
	border-radius: 20px;
}

.page a.last {
	width: 60px;
	height: 40px;
	background: #EEEEEE;
	border-radius: 20px;
}

.page input {
	height: 32px;
	line-height: 32px;
	border: 1px solid rgba(229, 229, 229, 1);
	width: 50px;
	border-radius: 2px;
	text-align: center;
	box-sizing: border-box;
}

.page a:hover,
.page a.active {
	background: #E61446;
	color: #fff;
}

.news {
	margin-top: 100px;
	padding: 100px 0;
}

.news h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E61446;
	text-align: center;
	margin-bottom: 100px;

}
.news li{
	    margin: 0 1.6% 70px 0;
}
/* .news li {
	float: left;
	width: 47%;
	margin: 0 6% 40px 0;
}

.news li:nth-of-type(2n) {
	margin-right: 0;
}

.news li img {
	width: 100%;
	height: 220px;
}

.news li .font1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin: 15px 0 10px;
	height: 20px;
	overflow: hidden;
}

.news li .font2 {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.news li .time {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	background: url(../images/bg3.png) no-repeat top left;
	padding-top: 15px;
	margin-top: 20px;
} */

.news .detail>.font {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #161514;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #eee;
}

.news .detail>.time {
	font-size: 12px;
	
	font-weight: 400;
	text-align: center;
	color: #747474;
}

.news .detail .con {
	margin-top: 60px;
}

.news .detail .con p {
	font-size: 14px;
	
	font-weight: 400;
	
	
	line-height: 30px;
}
.news .detail .con ul{
	list-style: inherit;
}
.news .detail .con img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height:auto;
	
}

.news .detail .chapter {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.news .detail .chapter .list .photo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.news .detail .chapter .list {
	width: 48%;
}

.news .detail .chapter .list span {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: block;
	margin-bottom: 20px;
}

.news .detail .chapter .list .photo img {
	width: 38%;
	border-radius: 5px;
	
}

.news .detail .chapter .list .photo>div {
	width: 59%;
}

.news .detail .chapter .list .photo .font {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	height: 48px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	
	    -webkit-line-clamp: 2;
	    
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
}
.news .detail{
	width: 750px;
	margin:0 auto;
}
.news .detail .chapter .list .photo .time {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	background: url(../images/bg3.png) no-repeat left top;
	padding-top: 10px;
	margin-top: 5px;
}

#menu {
	position: fixed;
	top: 50%;
	margin-top: -32px;
}

#menu.right {
	left: 100px;


	width: 28px;
}

#menu.right ul {
	height: 220px;
	position: relative;

}

#menu.right ul::before {
	/* position: absolute;
	content: '';
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 16px;
	width: 2px;
	z-index: 1;
	height: 88%;
	background-color: #dedede; */
}

#menu ul li {
	height: 40px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	background: url(../images/dot1.png) no-repeat top 5px center;
}

#menu ul li a {
	display: block;

	height: 20px;
	width: 100%;
}

#menu ul li.active {
	background: url(../images/dot3.png) no-repeat top center;

}

#menu ul li span {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin: 2px 0 0 40px;
	display: inline-block;
}

#menu ul li.active span {
	margin: 5px 0 0 -30px;
}

#menu ul li p {

	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #AE102A;
	display: none;
	position: absolute;
	top: 5px;
	left: 40px;
}

#menu ul li.active p {
	display: inline-block;
}

.tz {
	background: #1c262f;

	padding: 250px 0 ;
	
}

.tz::-webkit-scrollbar {
	display: none;
	width: 0;
}

.tz .wrap {
	position: relative;
}

/* .tz .wrap ul {
	position: absolute;
	z-index: 99;
	top: 150px;
	width: 100%;
} */

.tz h2 {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 100px;
}

/* .tz li {
	float: left;
	width: 48%;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	margin: 0 4% 40px 0;
	padding: 25px;
}

.tz li:nth-of-type(2n) {
	margin-right: 0;
}

.tz li i {
	height: 80px;
	display: block;
}

.tz li i img {
	max-height: 80px;
}

.tz li span {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: block;
	background: url(../images/bg3.png) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tz li p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
}
 */
.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.pops {
	padding: 40px 50px 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	z-index: 999;
	transform: translate(-50%, -50%);
	display: none;
}

.pops h2 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
	margin-bottom: 40px;
	text-align: center;
}

.pops .list {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	flex-wrap: wrap;
	margin: 0 9.6% 40px 0;
}

.pops .list:nth-of-type(2n) {
	margin-right: 0;
}

.pops .list span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-bottom: 14px;
}

.pops .list input {
	height: 40px;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-left: 10px;
}

.pops .list p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: inline-block;
	margin-left: 25px;
}
.pops .list p.showFileName1{
	
	height:30px;
	line-height: 30px;
}
.pops .list p.showFileName1.active{
	background:url(../images/doc.png) no-repeat left center/25px;
	width: 100%;
	padding-left: 40px;
}
.pops p.last {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	padding-top: 30px;
	border-top: 1px solid #EEEEEE;

}

.file {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 40px;
	border: 1px solid #E61446;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E61446;
	line-height: 40px;
	
	box-sizing: border-box;
}

.file input {
	position: absolute;

	right: 0;
	padding-left: 0px !important;
	top: 0;
	opacity: 0;
}

.pops .btn {
	text-align: center;
	margin-top: 50px;
}

.pops .btn button {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	background: none;
}

.pops .btn button.confirm {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;

	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;

	color: #333333;
	line-height: 40px;

}

.pops .btn button:last-of-type {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;

	color: #333333
}

.pops .btn button:hover {
	background: #E61446;
	color: #FFFFFF;

}

.indexabout .text p span i {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

.indexabout p.bold {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	margin-left:-5px;
}

.section2 p span:after {
	content: attr(data-text);
	z-index: 2;
	position: absolute;
	top: 0;
	left: -1;
	height: 100%;
	width: 100%;
	background: url(../images/bg6.png) no-repeat;
	background-size: auto 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: -160px;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;

}
.indexabout .text i.bold{
	    font-size: 24px;
	    font-weight: bold;
		    color: #16262B;
			font-style: normal;
			margin-left: -5px;
}
.section2.active .animate1:after {
-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	background-position: 320px;
}
.section2.active .animate1-1:after{
	-webkit-transition-delay: 2.5s;
		transition-delay: 2.5s;
		-webkit-transition-duration: 2s;
		transition-duration: 2s;
		background-position: 320px;
}
.section2.active .animate2:after {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	background-position: 600px
}

.section2.active .animate3:after {
	-webkit-transition-delay: 6.5s;
	transition-delay: 6.5s;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	background-position: 600px
}
.section2.active .animate3-1:after {
	-webkit-transition-delay: 8.5s;
	transition-delay: 8.5s;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	background-position: 600px
}

.section2.active .animate4:after {
	-webkit-transition-delay: 10.5s;
	transition-delay: 10.5s;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	background-position: 400px
}

.section2.active .animate5:after {
	-webkit-transition-delay: 11.9s;
	transition-delay:11.9s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	background-position: 400px
}
.section2.active .animate5-1:after {
	-webkit-transition-delay: 12.9s;
	transition-delay:12.9s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	background-position: 400px
}
.section2.active .animate5-2:after {
	-webkit-transition-delay: 13.9s;
	transition-delay:13.9s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	background-position: 400px
}
.section2.active .animate6:after {
	-webkit-transition-delay: 14.9s;
	transition-delay: 14.9s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	background-position: 180px
}

.section2.active .animate7:after {
	-webkit-transition-delay: 16.1s;
	transition-delay: 16.1s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	background-position: 600px
}
.section2.active .animate8:after {
	-webkit-transition-delay: 17.3s;
	transition-delay:17.3s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	background-position: 190px
}
.section2.active .animate9:after {
	-webkit-transition-delay: 18.5s;
	transition-delay: 18.5s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	background-position: 200px;
}
.section2.active .animate10:after {
	-webkit-transition-delay: 19.7s;
	transition-delay: 19.7s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	background-position: 200px
}
.section2 p span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;

	overflow: hidden
}

.maskBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 2;

	display: none;
}

.menuMain {
	width: 150px;
	background: #fff;
	position: fixed;
	z-index: 99999;
	right: 0;
	display: none;
	top: 70px;
	box-shadow: 0 0 3px #ccc;
	overflow: hidden;
	transition: 0.8s ease-in-out;
}

.menuMain.hover {
	display: block;
}

.menuBox {

	height: 100%;
	width: 150px;
}

.oneMenu dd {
	border-bottom: 1px solid #eee;
	padding: 6px 0;
	position: relative;
	transition: 0.3s ease;
}

.oneMenu dd a {
	display: block;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	position: relative;
	font-weight: bold;
	transition: 0.3s ease;
}

.menuMain.hover {
	right: 90px;
}

@media screen and (min-width:800px) and (max-width:1500px) {
	.header {
		padding: 0 4%;
	}

}
