.wrap{
	width: 100%;
	min-width: 1300px;
}
.w1300{
	width: 1300px;
	margin: 0 auto; 
}
img{
	vertical-align: middle;
}
.top{
	background: rgba(35,31,32,0.7);
	line-height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.top .fr ul li{
	display: inline-block;
	color: white;
	width: 110px;
	text-align: center;
	position: relative;
}
.top .fr ul li:after{
	content: '';
	width: 0;
	height: 4px;
	background: #ec1c24;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 1s;
}
.top .fr ul li:hover:after{
	content: '';
	width: 100%;
}
.top_one{
	position: absolute;
	top: 0;
	right: 0;
}
.top_one .user{
	text-align: center;
	margin-top: 31px;
}
.top_one a{
	float: left;
	padding: 0 20px;
	line-height: 20px;
	font-size: 15px;
	border: solid 1px white;
	color: white;
	margin: 0 5px;
}
.top_one a.on{
	color: #ec1c24;
	border: solid 1px #ec1c24;
}
/*banner*/
.one_banner{
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.two_baner{
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
}
.banner_one{
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	margin-top: -50px;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.two_baner_one{
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	position: absolute;
	top:-1px;
	left:-1px;
	border: solid 1px white;
	opacity: 0.8;
	animation: zhuan 20s infinite linear;
}
.two_baner_one_oen{
	width: 800px;
	height: 800px;
	border-radius: 50%;
	position: absolute;
	top: 99px;
	left: 99px;
	background: rgba(0,0,0,0.5);
}
.two_baner_one_oen:after{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px white;
}
.two_baner_one_oen:before{
	content: '';
	width: 800px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0px;
	border-radius: 50%;
	border: solid 1px rgba(0,0,0,1);
	z-index: 2;
	clip: rect(93px 1000px 700px 0px);
	transform: rotate(90deg);
}
.banner_one_zuo{
	width: 200px;
	height: 1px;
	background: white;
	position: absolute;
	top: 50%;
	left:-50px;
}
.banner_one_zuo:before{
	content: '';
	width: 8px;
	height:8px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 46px;
	top: -4px;
}
.banner_one_zuo:after{
	content: '';
	width: 8px;
	height:8px;
	background: white;
	border-radius: 50%;
	position: absolute;
	right:46px;
	top: -4px;
}
.banner_one_you{
	width: 200px;
	height: 1px;
	background: white;
	position: absolute;
	top: 50%;
	right:-50px;
}
.banner_one_you:before{
	content: '';
	width: 8px;
	height:8px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 46px;
	top: -4px;
}
.banner_one_you:after{
	content: '';
	width: 8px;
	height:8px;
	background: white;
	border-radius: 50%;
	position: absolute;
	right:46px;
	top: -4px;
}
.banner_two{
	width: 500px;
	margin: 0 auto;
	padding-top:240px;
	position: relative;
	height: 500px;
	border-radius: 50%;
}
.two_baner_two{
	animation: zhuan1 60s infinite linear;
}
.two_baner_three{
	position: absolute;
	top: 242px;
	left: 0px;
	animation: zhuan2 60s infinite linear;
}
.banner_two_two{
	width: 500px;
	height: 500px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-45deg);
}
.banner_two_zuo{
	position: absolute;
	bottom:185px;
	left: -200px;
}
.banner_two_zuo div{
	width: 180px;
	height: 1px;
	background: white;
	margin-bottom: 40px;
	position: absolute;
	right: -180px;
}
.banner_two_you{
	position: absolute;
	bottom:185px;
	right: -200px;
}
.banner_two_you div{
	width: 180px;
	height: 1px;
	background: white;
	margin-bottom: 40px;
	position: absolute;
	left:-180px
}
.banner_two1{
	top: -40px;
	clip: rect(0px 180px 1px 70px);
	animation: bian 2s infinite linear;
}
.banner_two2{
	top: -80px;
	animation: bian1 3s infinite linear;
}
.banner_two3{
	top: -120px;
	clip: rect(0px 180px 1px 160px);
	animation: bian2 5s infinite linear;
}
.banner_two1_1{
	top: -40px;
	clip: rect(0px 95px 1px 0px);
	animation: bian5 3s infinite linear;
}
.banner_two2_2{
	top: -80px;
	clip: rect(0px 120px 1px 0px);
	animation: bian6 5s infinite linear;
}
.banner_two3_3{
	top: -120px;
	clip: rect(0px 180px 1px 0px);
	animation: bian7 2s infinite linear;
}
@keyframes bian7{
	0%{clip: rect(0px 180px 1px 0px);}

	50%{clip: rect(0px 20px 1px 0px);}
	
	100%{clip: rect(0px 180px 1px 0px);}
}
@keyframes bian6{
	0%{clip: rect(0px 120px 1px 0px);}

	50%{clip: rect(0px 20px 1px 0px);}
	
	100%{clip: rect(0px 120px 1px 0px);}
}
@keyframes bian5{
	0%{clip: rect(0px 95px 1px 0px);}

	50%{clip: rect(0px 50px 1px 0px);}
	
	100%{clip: rect(0px 95px 1px 0px);}
}
@keyframes bian{
	0%{clip: rect(0px 180px 1px 70px);}

	50%{clip: rect(0px 180px 1px 140px);}
	
	100%{clip: rect(0px 180px 1px 70px);}
}
@keyframes bian1{
	
	0%{clip: rect(0px 180px 1px 20px);}

	50%{clip: rect(0px 180px 1px 60px);}
	
	100%{clip: rect(0px 180px 1px 20px);}
}
@keyframes bian2{
	0%{clip: rect(0px 180px 1px 160px);}

	50%{clip: rect(0px 180px 1px 60px);}
	
	100%{clip: rect(0px 180px 1px 160px);}
}
@keyframes zhuan{

	0%{transform: rotate(0deg);}

	35%{transform: rotate(-90deg);}
	
	75%{transform: rotate(0deg);}
	
	100%{transform: rotate(90deg);}

}
@keyframes zhuan1{

	0%{transform: rotate(0deg);}

    100%{transform: rotate(360deg);}
	
}
@keyframes zhuan2{

	0%{transform: rotate(0deg);}

    100%{transform: rotate(-360deg);}
	
}
.two_baner_from{
	position: absolute;
	top: 202px;
    left: 318px;
}
.two_baner_five{
	font-size: 92.5px;
	font-weight: bold;
	color: white;
	line-height: 110px;
	padding-top: 140px;
	text-shadow:5px 2px 6px #000;
}
.two_baner_six{
	width: 317px;
	line-height: 57px;
	background: #ec1c24;
	color: white;
	margin: 0 auto;
	margin-top: 18px;
	font-size: 27px;
}
/*about*/
.about{
	height: 930px;
	background: #eeeeee;
	padding-top: 97px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
}
.about_bei{
	width: 100%;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 0px;
    padding-bottom: 464px;
    background-attachment: fixed;
	background-image:url("../images/about_bei1.jpg");
	left: 0;
	bottom: 0;
	z-index: -1;
}
.about_titel{
	text-align: center;
	font-size: 44.5px;
	font-weight: bold;
	position: relative;
	width: 767px;
	margin: 0 auto;
}
.about_titel a{
	display: block;
	transition: 1s;
}
.about_titel:hover a{
	transform: translateX(-560px);
}
.about_titel:hover p{
	transform: translateX(300px);
}
.about_titel:hover span{
	transform: translateX(-510px);
}
.about_titel p{
	font-size: 132px;
	opacity: 0.08;
	text-transform: uppercase;
	position: absolute;
	top: -38px;
    left: 15px;
	transition: 1s;
}
.about_titel span{
	display:block;
	font-size: 23px;
	padding-top: 19px;
	font-weight: normal;
	transition: 1s;
}
.about_one{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #949494;
	padding-top: 34px;
}
.bottom{
	transition: 1s;
	display: block;
}
.bottom:hover{
	transform: translateY(10px);
}
.top{
	transition: 1s;
}
.top:hover{
	transform: translateY(-10px);
}
.left{
	transition: 1s;
}
.left:hover{
	transform: translateX(15px);
}
.right{
	transition: 1s;
}
.right:hover{
	transform: translateX(-15px);
}
.about_video{
	width: 812px;
	margin: 0 auto;
	margin-top: 30px;
	border: solid 3px white;
}
.about_two{
	text-align: center;
	font-size: 0;
	padding-top: 31px;
}
.about_two li{
	display: inline-block;
	width: 260px;
	position: relative;
	transition: 1s;
}
/*
.about_two li:hover .about_two_one{
	background: #ec1c24;
}
*/
.about_two li.on .about_two_one{
	background: #ec1c24;
}
.about_two li:after{
	content:'';
	width: 1px;
	height: 179px;
	background: white;
	opacity: 0.36;
	position: absolute;
	top: 0;
	right: 0;
}
.about_two li:last-child:after{
	content:'';
	display: none;
}
.about_two li.bian{
	width: 258px;
}
.about_two_one{
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	border: solid 3px white;
	margin:  0 auto;
	background: #16181a;
	transition: 1s;
}
.about_two_two{
	font-size: 24px;
	font-weight: 400;
	color: #949494;
	padding-top: 17px;
}
.about_two_two span{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 7px;
}
/*product*/
.product{
	height: 900px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.product .product_video:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
}
.huadong{
	position: absolute;
	top: 0;
	left: 0;
}
.product_video{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.product_video video{
	width: 100%;
}
.product_img{
	width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 0px;
    padding-bottom: 900px;
    background-attachment: fixed;
    background-image: url(../images/l1.jpg);
    left: 0;
    bottom: 0;
    z-index: -1;
}
.product .game163{
	padding-top: 66px;
}
.product_one .fl{
	width:391px;
	line-height: 449px;
	margin-left: 85px;
}
.product_one .fl img{
	width: 100%;
	transition: 1s;
}
.product_one .fl img:hover{
	transform: scale(1.1);
}
.product_one .fr{
	width: 648px;
	color: white;
	padding-top: 52px;
	margin-right: 74px;
}
.product_two{
	font-size: 63px;
}
.product_five{
	font-size: 18px;
	line-height: 28px;
	padding-top: 26px;
}
.product_therr{
	padding-top: 17px;
}
.product_therr li{
	width: 128px;
	height: 128px;
	background: white;
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.product_therr li img{
	transition: 1s;
}
.product_therr li:hover img{
	transform: scale(1.2);
}
.product_four{
	margin-top: 36px;
}
.product_four li{
	background: #ec1c24;
	width: 100px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	height: 30px;
}
.product_four li div{
	width: 0;
	height: 100%;
	line-height: 30px;;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	font-size: 0;
	opacity: 0;
	transition: 1s;
}
.product_four li:hover div{
	font-size: 12px;
	width: 100%;
	background: white;
	color: black;
	opacity: 1;
	
}
.two_product{
	background:rgba(35,31,32,0.7);
	padding-top: 43px;
	padding-bottom: 56px;
	margin-top: 36px;
	position: relative;
	z-index: 10;
}
.two_product .smallImg .tempWrap{
	margin: 0 auto;
}
.two_product .smallScroll{
	position: relative
}
.two_product .sPrev{
	position: absolute;
	left: 0;
	top: 80px;
	opacity: 0.5;
	transition: 1s;
}
.two_product .sPrev:hover{
	opacity: 1;
}
.two_product .sNext{
	position: absolute;
	right:0;
	top:80px;;
	opacity: 0.5;
	transition: 1s;
}
.two_product .sNext:hover{
	opacity: 1;
}
.two_product .smallImg li{
	width: 260px;
	text-align: center;
	border: solid 1px white;
	margin: 0 11px;
	transition: 1s;
	height: 246px;
	vertical-align: top;
/*
	box-sizing: border-box;
	overflow: hidden;
*/
	position: relative;
}
.two_product .smallImg li.on{
	border: solid 1px #ec1c24;
}
.two_product .smallImg li:hover{
	border: solid 1px #ec1c24;
}
.two_product .smallImg li:hover .two_product_two{
	height: 246px;
	background: rgba(132,128,123,0.4);
	line-height: 180px;
}
.two_product .smallImg li:hover .two_product_two:after{
	content:'';
	top: 110px;
	right: 50%;
}
.two_product .smallImg li:hover .two_product_one{
	line-height: 246px;
}
.two_product .smallImg li:hover .two_product_one img{
	    width: 65%;
}
.two_product_one{
	width: 258px;
	line-height: 194px;
	height: 194px;
	transition: 1s;
}
.two_product .smallImg li.on .two_product_two{
	height: 246px;
	background: rgba(132,128,123,0.4);
	line-height: 180px;
}
.two_product .smallImg li.on .two_product_two:after{
	content:'';
	top: 110px;
	right: 50%;
}
.two_product .smallImg li.on .two_product_one{
	line-height: 246px;
}
.two_product .smallImg li.on .two_product_one img{
	    width: 65%;
}
.two_product_one{
	width: 258px;
	line-height: 194px;
	height: 194px;
	transition: 1s;
}
.two_product_one img{
	width: 58%;
	transition: 1s;
}
.two_product_two{
	line-height: 50px;
	font-size: 18px;
	background: #827e7a;
	color: white;
	text-indent: -20px;
	height: 50px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: 1s;
}
.two_product_two:after{
	content: '';
	background: url("../images/d1.png") center center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 65px;
}
.advantage{
	padding-top: 84px;
	background: #eeeeee;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 34px;
	position: relative;
}
.advantage_bei{
	width: 1227px;
	height: 518px;
	background: #ec1c24;
	position: absolute;
	bottom: 0;
	left: 0;
}
.advantage .about_titel p{
	font-size: 120px;
	width: 1055px;
	left: -139px;
}
.advantage .about_titel:hover a{
	transform: translateX(-538px);
}
.advantage .slideTxtBox{
	padding-top: 300px;
	position: relative;
}
.advantage .slideTxtBox .hd{
	padding-left: 54px;
	padding-top: 70px;
}
.advantage .slideTxtBox .hd .pageState{
	position: absolute;
	top: 102px;
	font-size: 30px;
	color: #8c8c8c;
	letter-spacing:12px;
}
.advantage .slideTxtBox .hd .pageState:after{
	content: '';
	width: 547px;
	height: 1px;
	background: #d0d0d0;
	position: absolute;
	right: -554px;
	top: 38px;
	z-index: 10px;
}
.advantage .slideTxtBox .hd .pageState span{
	font-size: 52px;
}
.advantage .slideTxtBox .hd li{
	display: inline-block;
	text-align: center;
	width: 189px;
	font-size: 18px;
	color: white;
	margin: 0 8px;
	position: relative;
}
.advantage .slideTxtBox .hd li:after{
	content: '';
	background: url("../images/advantage.png") center center no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 25px;
    left: 77px;
	transform: rotate(-28deg);
	opacity: 0;
	transition: 2s;
}
.advantage .slideTxtBox .hd li:before{
	content: '';
	width: 97%;
	height: 71%;
	border: solid 3px #ec1c24;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s;
}

.advantage .slideTxtBox .hd li.on:after{
	content: '';
	transform: rotate(0deg);
	opacity: 1;
}
.advantage .slideTxtBox .hd li.on:before{
	content: '';
	opacity: 1;
}
.advantage .slideTxtBox .hd li:hover:after{
	content: '';
	transform: rotate(0deg);
	opacity: 1;
}
.advantage .slideTxtBox .hd li:hover:before{
	content: '';
	opacity: 1;
}
.advantage_one{
	padding-top: 23px;
}
.advantage_two{
	padding-left: 58px;
	color: white;
}
.advantage_two_one{
	font-size: 40px;
	font-weight:bold;
}
.advantage_two_one span{
	display:block;
	font-size: 16px;
	padding-top: 22px;
	text-transform: uppercase;
	font-weight: normal;
}
.advantage_two_three{
	width: 512px;
	line-height: 24px;
	font-size: 16px;
}
.advantage_three{
	position: absolute;
	top:44px;
	right: -299px;
	width: 950px;
	height: 458px;
	box-sizing: border-box;
	overflow: hidden;
}
.advantage_three img{
	width: 100%;
	transition: 1s;
}
.advantage_three:after{
	content: '';
	width:120%;
	height: 100%;
	background: white;
	opacity: 0.4;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-153deg) translate(-44px,560px);
	transition: 1s;
}
.advantage_three:hover img{
	transform: scale(1.05);
}
.advantage_three:hover:after{
	content: '';
	transform: rotate(-153deg) translate(-44px,-560px);
}
/*case*/
.case{
	padding-top: 93px;
	padding-bottom: 120px;
}
.case .about_titel p{
	left: -67px;
	width: 885px;
}
.case .about_titel:hover a{
	transform: translateX(-480px);
}
.case_one{
	text-align: center;
	font-size: 0;
	padding-top: 75px;
}
.case_one li{
	display: inline-block;
	width: 32%;
	border: solid 1px #d4d4d4;
	line-height: 240px;
	height: 240px;
	margin: 0 0 -1px -1px;
	box-sizing: border-box;
	overflow: hidden;
}
.case_one li img{
	transition: 1s;
}
.case_one li:hover img{
	transform: scale(1.1);
}
/*contant*/
.contant{
	height: 900px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.contant .product_video{
	height: 900px;
	box-sizing: border-box;
	overflow: hidden;
}
.contant .product_video:after{
	content:'';
	width: 100%;
	height: 900px;
	background: rgba(35,31,32,0.65);
	position: absolute;
	top: 0;
	left: 0;
}
.contant .w1300{
	position: relative;
	z-index: 5;
	color: #fefefe;
}
.contant_titel{
	text-align: center;
	font-size: 28px;
	padding-top: 93px;
	font-weight: bold;
}
.contant_titel p{
	padding-top: 26px;
	font-size: 97px;
	text-transform: uppercase;
	font-family: 'Arial';
}
.contant_titel span{
	font-size: 16px;
	padding-top: 27px;
	font-weight: 400;
}
.contant_one{
	text-align: center;
	padding-top: 60px;
}
.contant_one li{
	display: inline-block;
	padding:  0 36px;
	position: relative;
}
.contant_one li:after{
	content: '';
	width: 1px;
	height: 44px;
	background: white;
	position: absolute;
	top: 6px;
	right:-0.5px;
}
.contant_one li:last-child:after{
	content:'';
	display: none;
}
.contant_one li .fl{
	padding-right:21px;
}
.contant_one li .fr{
	padding-top: 15px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
.form{
	padding-top: 77px;
}
.form textarea{
	padding: 0;
	width: 715px;
	height: 111px;
	border:solid 1px white; 
	background: transparent;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	text-indent: 16px;
	padding-top: 21px;
	font-family: '微软雅黑';
	color: white;
}
.form input{
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	background: transparent;
	color: white;
}

.form input::-webkit-input-placeholder {
    color: white;
}
/* Mozilla Firefox 4 to 18 */
.form input:-moz-placeholder {
    color: white;
}
/* Mozilla Firefox 19+ */
.form input::-moz-placeholder {
    color: white;
}
/* Internet Explorer 10+ */
.form input:-ms-input-placeholder {
    color: white;
}
.form textarea::-webkit-input-placeholder {
    color: white;
}
/* Mozilla Firefox 4 to 18 */
.form textarea:-moz-placeholder {
    color: white;
}
/* Mozilla Firefox 19+ */
.form textarea::-moz-placeholder {
    color: white;
}
/* Internet Explorer 10+ */
.form textarea:-ms-input-placeholder {
    color: white;
}
.form input.text{
	width: 715px;
	margin: 0 auto;
	border:solid 1px white; 
	height: 43px;
	margin-top: 15px;
	text-indent: 16px;
}
.form input.submit{
	width: 144px;
	line-height: 43px;
	background: #eb0029;
	color: white;
	text-align: center;
	font-size: 16px;
	margin-top: 18px;
	margin-left: 291.5px;
	cursor: pointer;
}
.form input.submit:hover{
	background: #231f20;
}
.foot{
	line-height: 62px;
	background: #231f20;
	font-size: 16px;
	color: #7a7878;
}
/*within_about*/
.within_about{
	height: 900px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 187px;
	position: relative;
	z-index: 5;
	color: white;
}
.within_about .about_titel{
/*	color: white;*/
}
.within_about .product_video{
	box-sizing: border-box;
	overflow: hidden;
	height: 900px;
	z-index: -1;
}
.within_about .product_video:after{
	content: '';
	width: 100%;
	height: 900px;
	background: url("../images/nei.png") top left;
	/*background: rgba(0,0,0,0.7);*/
	position: absolute;
	top:0;
	left: 0;
}
.within_about_one{
	text-align: center;
	padding-top: 34px;
}
.within_about_one li{
	display: inline-block;
	width: 129px;
	line-height: 42px;
	background: white;
	margin: 0 11px;
	border: solid 1px #989898; 
	color: #7a7878;
}
.within_about_two{
	padding-top: 72px;
	text-align: center;
	font-size: 46px;
	position: relative;
}
.within_about_two span{
	display: block;
	text-transform: capitalize;
	font-size: 21px;
	font-family: 'Arial';
	padding-top: 8px;
}
.within_about_two:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #989898;
	position: absolute;
	left: 0;
	bottom: -27px;
}
.within_about_two:before{
	content: '';
	width: 80px;
	height: 8px;
	background: #ff002d;
	position: absolute;
	left: 612px;
	bottom: -30px;
	z-index: 2;
}
.within_about_video{
	width: 812px;
	height: 325px;
	margin: 0 auto;
	margin-top: 75px;
	background: white;
}
.two_within_about{
	color: white;
	padding-bottom: 54px;
}
.two_within_about_one{
	width: 1118px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 34px;
	padding-top: 66px;
	font-weight: 300;
}
.two_within_about .picMarquee-left{
	padding-top: 73px;
}
.two_within_about .picMarquee-left .tempWrap{
	margin: 0 auto;
}
.two_within_about .picMarquee-left .hd{
	position: relative;
}
.two_within_about .picMarquee-left .hd a{
	display: block;
	width: 45px;
	line-height: 81px;
	background: white;
	text-align: center;
	position: absolute;
	top: 65px;
}
.two_within_about .picMarquee-left .hd a.next{
	left: 0;
}
.two_within_about .picMarquee-left .hd a.prev{
	right: 0;
}
.within_about_two_one{
	width: 367px;
	margin: 0 12px;
	position: relative;
	color: transparent;
	transition: 1s;
}
.within_about_two_one img{
	width: 100%;
}
.within_about_two_one .title{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.within_about_two_one .picMarquee-left1{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.within_about_two_one .title:after{
	content: '';
	width: 0;
	height: 100%;
	background: rgba(255,0,45,0.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	transition: 1s;
}
.title_one{
	width: 0;
	height: 199px;
	background: rgba(255,0,45,0.45);
	border: solid 1px transparent;
	margin: 0 auto;
	margin-top: 28px;
	position: absolute;
	right: 41px;
	z-index:1 ;
	transition: 1s;
	opacity: 0;
}
.title_two{
	padding-top: 112px;
	font-size: 18px;
	z-index: 2;
	position: relative;
}
.title_three{
	font-size: 16px;
	font-family: 'Arial';
	padding-top: 11px;
	text-transform: capitalize;
	z-index: 2;
	position: relative;
}
.two_within_about .picMarquee-left .picList li:hover .title:after{
	content: '';
	width: 100%;
}
.two_within_about .picMarquee-left .picList li:hover .title_one{
	width: 286px;
	border: solid 1px white;
	opacity: 1;
}
.two_within_about .picMarquee-left .picList li:hover{
	color: white;
}
/*within_product*/
.within_product.within_about{
	height: 1090px;
}
.within_product .two_product{
	background: none;
	text-align: center;
}
.within_product .two_product .smallImg li{
	display: inline-block;
	margin-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
}
.pagelist{
	position: relative;
	z-index: 10;
	color: white;
	margin-top: -65px;
	text-align: center;
}
.within_news .pagelist{
	margin-top: 110px;
}
.pagelist ul li{
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px white;
	margin: 0 5px;
}
.pagelist ul li.active{
	background: red;
}
.within_news_one{
	padding-top: 47px;
}
.within_news_one li{
	width: 100%;
	background: rgba(255,255,255,0.6); 
	border: solid 1px #989898;
	height: 140px;
	margin-bottom: 16px;
}
.within_news_one li .fix{
	padding-top: 41px;
}
.within_news_one li .fl{
	width: 145px;
	text-align: center;
	font-size: 21px;
	color: #111111;
	font-family: 'Arial';
	position: relative;
	transition: 1s;
}
.within_news_one li .fl span{
	display: block;
	font-size: 44px;
	font-family: 'Arial';
}
.within_news_one li .fl:after{
	content: '';
	width: 1px;
	height: 82px;
	background: #c0c0c0;
	position: absolute;
	top: -12px;
	right: 0;
}
.within_news_one li .fr{
	width: 1067px;
	font-size:20px;
	color: #3c3c3c;
	padding-right: 53px;
	transition: 1s;
}
.within_news_one li .fr span{
	display: block;
	font-size: 16px;
	opacity: 0.8;
	padding-top: 12px;
}
.within_news_one li:hover .fl{
	color: white;
}
.within_news_one li:hover .fr{
	color: white;
}
.bian_one{
	position: relative;
	z-index: 1;
	transition: 1s;
}
.bian_one:after{
	content: '';
	width: 0;
	height: 100%;
	background: #ec1c24;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
}
.bian_one:hover{
	color: white;
}
.bian_one:hover:after{
	content: '';
	width: 100%;
}
.within_news .about_titel p {
    left: 171px;
}
.dian_two{
	position: absolute;
	right: 80px;
	bottom: 0px;
}
.dian_two p:before{
	content: '';
	background: url("../images/c1.png") center center no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	top:16px;
	right: 56px;
	transition: 1s;
}
.dian_two div{
	font-size: 16px;
	text-indent: 5px;
}
.dian_two span{
	font-size: 30px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	text-indent: 2px;
}
.dian_two p{
	width: 191px;
	height: 47px;
	line-height: 47px;
	background: #ec1c24;
	border-radius: 30px;
	font-size: 18px;
	color: white;
	text-indent: 36px;
	margin-top: 8px;
	position: relative;
	z-index: 1;
}
.dian_two p:after{
	content: '';
	width: 0;
	height: 100%;
	background: #231f20;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 30px;
	transition: 1s;
	opacity: 0;
}
.dian_two p:hover:after{
	content: '';
	width: 100%;
	opacity: 1;
}
.dian_two p:hover:before{
	content: '';
	transform: rotateX(180deg);
}
.beijing_cc{
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-image: url("../images/bj.jpg");
}
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:20%; bottom:50px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:50px; height:8px; line-height:14px; text-align:center; background:#fff; cursor:pointer;font-size: 0; margin: 0 5px;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:83%; margin-top:-25px; display:block;width: 58px;height: 96px; 
	background:url(../images/banner.png) center center no-repeat; filter:alpha(opacity=50);opacity:0.5; z-index: 9999;animation: top 2.5s infinite linear;}
.slideBox .next{ left:auto; right:21%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
@keyframes top{
	0%{transform: translateY(0);}

	50%{transform: translateY(10px);}
	
	100%{transform: translateY(0);}
}
.fullscreenvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
 
.videocontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100; 
}
 
.videocontainer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(25,29,34,.65);
}
.cont_v{
	position: absolute;
	top: 0;
	left: 0;
}