@charset "UTF-8";
/* CSS Document */


:not(".video-div"){
	left: 0;
	top: 0;
}






*, html, body, div,  span, a, ul, li {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a:link, a:visited, a:hover, a:focus, a:active {
   /* color: #333;*/
    outline: none;
}
.arrow-up {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.case-container {
    width: 100%;
    min-width: 1000px;
}





.case-item-content > .caseItem {
    margin: 20px auto;
    width: 980px;
    height: 380px;
	
}
.case-item-content > .caseItem:first-child {
    /*margin: 96px auto 40px auto;*/
}
.case-item-content > .caseItem > .caseItem-main {
    float: left;
    width: 500px;
    height: 300px;
    padding: 0 76px 0 58px;
}
.case-item-content > .caseItem > .caseItem-main > .caseItem-title {
    width: 545px;
    height: 131px;
    line-height: 131px;
    /*border-bottom: 1px solid #ddd;*/
    font-size: 40px;
    color: #000;
}
.case-item-content > .caseItem > .caseItem-main > .caseItem-title > p {
    float: left;
    height: 48px;
	text-align:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:3.11rem;
	
    line-height: 52px;
    margin-top: 70px;
    width: 365px;
}
.case-item-content > .caseItem > .caseItem-main > .caseItem-title > img {
    float: right;
    display: block;
    width: 196px;
    height: 140px;
    margin-top: 12px;
    margin-right: -36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.case-item-content > .caseItem > .caseItem-main > .caseItem-content {
    padding-top: 30px;
}
.case-item-content > .caseItem > .caseItem-main > .caseItem-content > p {
    width: 460px;
    color: #666;
    font-size: 16px;
	text-align:left;
    line-height: 30px;
}
.case-item-content > .caseItem > .caseItem-image {
    float: left;
    width: 480px;
    height: 330px;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.case-item-content > .caseItem > .caseItem-image > img {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
   /* height: 220px;*/
	
    margin-left: -240px;
    z-index: 10;
}
.case-item-content > .caseItem > .caseItem-image > img.cursor {
    cursor: pointer;
    margin-left: -240px;
    z-index: 15;
}


ol, ul, li, dl, dt, dd {
    list-style: none;
    padding: 0;
    margin: 0;}
	
a{
	list-style: none;
	text-decoration:none;
	
	
	
	}	
	
	
#top1{
	margin-top:70px;
}
#top2{
	margin-top:20px;
}
body,not(".video-video"){
	left: 0;
	top: 0;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	width: 100%;
	font-family: "microsoft yahei";
	font-family: arial;
}
.header{
	text-align: center;
	width: 100%;
	position: fixed;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.05);
	z-index: 1;
	background-color: white;
	height: 90px;
}
.header .daohang{
	width: 1100px;
	margin: 0 auto;
	text-align: right;
}
.header .daohang .Title{
	line-height: 90px;
}
.header .daohang .Title .title{
	display: inline-block;
}
.header .daohang .Title img{
	width: 79%;	
	display: inline-block;
}

.header .daohang a{
	font-family: "microsoft yahei";
	text-decoration: none;
	color: black;
	font-size: 16px;
	padding: 0px 20px;
}
.header .daohang .logo img{
	width: 12%;
	float: left;
	margin: 16px auto;
}

.header .daohang .ATOM_company{
	display: inline-block;	
	position: relative;
}
.header .daohang .ATOM_company:hover .select{
	display: block;
}
.header .daohang .ATOM_company .select{
	position: absolute;
	top: 18px;
	/*left: -11px;*/
	width: 64px;
	padding-top:  10px;
	margin-left: 10px;
	display: none;
}
.header .daohang .ATOM_company .select .Box{
	border: 1px solid #e7e7e7;
	background-color: white;
	text-align: center;
	margin-top: 61px;
	width: 114px;
	height: 100px;
}
.header .daohang .ATOM_company .select .Box a{
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #333;
	text-decoration: none;
	height: 50px;
	display: block;
	line-height: 50px;
	/*padding-left: 10px;*/
}
.header .daohang .ATOM_company .select .Box:hover{
	border: none;
	left: 10px;
	top: 10px;
}
.header .daohang .ATOM_company .select .Box a:hover{
	background-color: #3399FF;
	color: #FFFFFF;
}
.header .daohang .example_box{
	display: inline-block;	
	position: relative;
}
.header .daohang .example_box:hover .select{
	display: block;
}
.header .daohang .example_box .select{
	position: absolute;
	top: 18px;
	/*left: -11px;*/
	width: 64px;
	padding-top:  10px;
	margin-left: 10px;
	display: none;
}
.header .daohang .example_box .select .Box{
	border: 1px solid #e7e7e7;
	background-color: white;
	text-align: center;
	margin-top: 61px;
	width: 104px;
	height: 100px;
}
.header .daohang .example_box .select .Box a{
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #333;
	text-decoration: none;
	height: 50px;
	display: block;
	line-height: 50px;
	/*padding-left: 10px;*/
}
.header .daohang .example_box .select .Box:hover{
	border: none;
	left: 10px;
	top: 10px;
}
.header .daohang .example_box .select .Box a:hover{
	background-color: #3399FF;
	color: #FFFFFF;
}
#fifth{
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 30px;
	width: 36px;
}
#forth{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#third{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#example{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#buy-img{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
	width: 21px;
	height: 16px;
}
#ATOM{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#En{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#second{
	color: #3399FF;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
#first{
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
}
.product_title{
	padding-top: 90px;
}


.p_c_titile{
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #333;
	margin-top: -130px;
	text-align: center;
	display: block;
	line-height: 80px;}


.product_title p{
	font-family: "microsoft yahei";
	font-size: 30px;
	margin-top: -30px;
}
.bg_b{
	margin-left: 0px;
	width: 98%;
	/*margin-top: 90px;*/
	background: url(../img/productb_03.png) 0 0 no-repeat scroll transparent;
	background-position: center;
	height:600px;

}
.bg_c{
	margin-left: -7px;
	width: 99.7%;
	margin-top: 90px;
	background: url(../img/product.png) 0 0 no-repeat scroll transparent;
	background-position: center;
	height: 550px;
}
.bg_a{
	
	background: url(../img/A2_image/banner_01.png) 0 0 no-repeat scroll transparent;
	background-position: center;
	height: 800px;
}

.bg img{}
.buy{
	margin-left: 935px;
	margin-top: -35px;
	margin-bottom: 230px;
}
.identity{
	width: 100%;
	overflow: hidden;
	margin-top: -4px;
	position: relative;
	text-align:center;
}
.img_p_c{
	margin-bottom: 120px;
}
	
	
.identity .words-left{
	color: #FFFFFF;
	position: absolute;
	width: 1100px;
	left: 0 ;
	right: 0;
	margin: auto;
	padding-top: 90px;
}
.identity .words-right{
	padding-top: 180px;
	color: #FFFFFF;
	position: absolute;
	width: 1100px;
	left: 0 ;
	right: 0;
	margin: auto;
}


.identity .words-center{
	padding-top: 90px;
	color: #FFFFFF;
	position: absolute;
	width: 1100px;
	left: 0 ;
	right: 0;
	margin: auto;
	text-align: center;}

.identity .words-center img{
	padding-top: 40px;
	left: 0 ;
	right: 0;
	margin: auto;
	text-align: center;}
	
.identity img{
	width: 100%;
	cursor: pointer;  
    transition: all 8s;display:block; 
}
.notrans img{
	transition-duration: 99999999s;
	
	}
.identity .words-left .p1{
	
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
	
}
.identity .words-left .p2{
	font-size: 16px;
	text-align: left;
	width: 320px;
	line-height:2em;
	color:#FFFFFF;
}
.identity .words-center .p1{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}
.identity .words-center .p2{
	font-size: 16px;
	text-align: center;
    width: 80%;
	margin: auto;
	line-height:2rem;
	color:#FFFFFF;
}


.identity .words-right .p1{
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	color:#FFFFFF;
}

.identity .words-right #icon_icon_right{
	margin-left:1050px;
    margin-top: 30px;
	}
	
.identity .words-right #icon_icon_right2{
	margin-left:1050px;
    margin-top: 30px;
	}
	
.identity .words-left #icon_icon_left{
	
    margin-top: 30px;
}
	
.identity .words-left #icon_icon_left2{
     margin-top: 30px;
	}
.identity .words-right .p2{
	font-size: 16px;
	text-align: right;
	float: right;
	width: 370px;
	color:#FFFFFF;
	height:15px;
}
.identity .words-right .p3{
	font-size: 16px;
	text-align: right;
	float: right;
	margin-top:-1px;
	margin-left:730px;
	
}
.more_bj{background-color: #f7f8f9;	height: 530px;margin-top: 0px; overflow:auto;}

.more_action img{
	width: 230px; 
	margin-left: 60px;
	margin-top: 70px;
	}
.more_bj .words-center .p{
	font-size: 24px;
	
	line-height: 53px;
	color:#000;}

.more_bj .more_img{margin: 0 auto; width: 100%;}

.more_p1{background:url(../img/more_bj.png) no-repeat scroll transparent; height: 198px; background-size:100%;

width:100%;

overflow: hidden;

background-size:cover;}

.more_p1 img{ overflow:auto; text-align: center;height: 70px;margin: 0 auto; padding-top:30px;}
.identity img:hover{
	transform: scale(1.2);}
/*.content{
	margin: 50px auto;
	width: 1100px;
}
*/
.table{
	margin: 0 auto;
	/*margin-left: -20px;*/
	margin-top: 40px;
}
/*参数*/
.parameters{
	margin: 0 auto;
}
.parameters .parameters_title{
	text-align: center;	
	border-bottom: 2px solid #f3f3f3;
	font-size: 22px;
	margin: 0 auto;
	/*margin-left: -8px;*/
	margin-left:2px;
	margin-top: 65px;
	padding-bottom: 9px;
}
.parameters .parameters_title p{
	margin-bottom: -20px;
	font-size: 22px;
	color: #000000;
	padding-top: 0px;
}
.parameters .parameters_title img{
	margin-bottom: -40px;
}
.parameters .parameters_tail{
	text-align: left;
	color: #999;
	font-size: 14px;
	margin-top: 100px;
	padding-top: 0px;
}

.parameters .parameters_tail_02{
	text-align: left;
	color: #999;
	font-size: 14px;
	margin-top: 60px;
	
}
.parameters .parameters_tail p{
	padding-top: 0px;
	margin-top: -200px;
}
.parameters .parameters_detail{
	padding-top: 0;
	height: 200px;
	width: 100%;
	margin-left: 0;
	margin-bottom: 69px;
	/*padding-bottom: 69px;*/
	margin: 0 0;
}
.parameters #bottom{
	height: 100px;
	margin-top: 0px;
}
.parameters .parameters_left{
	display: inline-block;
	width: 50%;
}
.parameters .parameters_left .parameters_detail_part{
	display: inline-block;
	text-align: right;
	width: 25%;
	margin-top: 18px;
	vertical-align:text-top;
}
.parameters #host{
	margin-top: -50px;
		    margin-bottom: -180px
}

.parameters #host_b{
	margin-top: 40px;
		    margin-bottom: -180px
}

.parameters #host_02{
	margin-top: -93px;

}

.parameters .parameters_left .parameters_detail_part .title{
	text-align: left;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	margin-left: -60px;
	line-height: 23px;
	font-family: "microsoft yahei";
}
.parameters .parameters_left .parameters_detail_part .data{
	float: right;
	text-align: right;	
	width: 124%;
	font-size: 16px;
	line-height: 0px;
	margin-top: 25px;
}
.parameters .parameters_right{
	display: inline-block;
	width: 50%;
	float: right;
	overflow: hidden;
	padding-top: 0px;
	/*padding-bottom: 5px;*/
	margin-bottom: 0px;
}
.parameters .parameters_right .parameters_detail{
	color: #414141;	
	float: right;
	text-align: right;
}
.parameters .parameters_right .parameters_detail_part{
	display: inline-block;
	width: 32%;
	margin-top: 16px;
	vertical-align:text-top;
	float: left;
}
.parameters .parameters_right .parameters_detail_part .title{
	margin-top: 5px;
	font-size: 20px;
	font-weight:500;
	
	text-align: left;
	margin-left: 35%;
	font-family: "microsoft yahei";
	
}
.parameters .parameters_right .parameters_detail_part .data{
	text-align: right;	
	width: 100%;
	font-size: 16px;
	line-height: 5px;
	margin-top: 20px;
	float: right;
	padding-right: -65px;
}
.environment{
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 100px;
}
 .environment_title{
	text-align: center;
	border-bottom: 2px solid #F3F3F3;
	margin: 0 auto;
	/*margin-top: 138px;*/
	height: 50px;	
}
 .environment_title p{
	font-family: "microsoft yahei";
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
}
.environment .environment_title img{
	margin-bottom: 4px;
}
.environment .left{
	display: inline-block;
	float: left;
	margin-top: 100px;
	margin-left:100px;
}
.environment .left_c{
	display: inline-block;
	float: left;
	margin-top: 0px;
	
}


.environment .right{
	display: inline-block;
	text-align: left;
	margin-top: 220px;
	margin-right: 15px;
}
.environment .right p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: -20px;
	line-height: 1.8!important;
	margin: 0 0 8px;
}
.clearFix{
	clear:both;
	
	
	}
	
	
.cp_kit{
	width: 1000px;
	margin: 0 auto;
	
	

	
}

.cp_kit .left{
	
	text-align: left;
	width:50%;
	float:left;

	margin-top:100px;
	
}
.cp_kit .left p{

	font-size: 14px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 28px;
}

.cp_kit .right{
	display: inline-block;
	
	
	
}
.cp_kit .right img{
	width:480px;
	height:auto;
	margin-top:-40px;
	
	
	
	
	}



.clearFix{
	clear:both;
	
	
	}	
	
	
	
	
	
	
	
.download {
	margin: 0 auto 90px auto;
	text-align: center;
	width: 1000px;
	text-align: center;
}
.vedio .content{
	width: 1120px;
	
	
	
	}
.download_title{
	text-align: center;
	border-bottom: 2px solid #F3F3F3;
	margin: 0 auto;
	margin-top: 138px;
	height: 46px;	
}
.download_title p{
	font-family: "microsoft yahei";
	font-size: 22px;
	color: #000;
	line-height: 34px;
}
.download .download_title img{
	margin-top: -40px;
	
	/*margin-top: -50px;
	margin-bottom: -4px;*/
}
.download .download_content{
	width: 100%;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 0px;
}
.download .download_content p{
	font-size: 16px;
}
.download .download_content .file .download_box .win{
	margin-top: -16px;
}
.download .download_content .file{
	display: inline-block;
	width: 26%;
	height: 91px;
	vertical-align: top;
	text-align: left;
	padding: 0 10px;
	margin-top: 50px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.download .download_content #SDK{
	margin-left: 100px;
}
.download .download_content #soft{
	float: right;
}
.download .download_content #text{
	margin-top: 60px;
}
.download .download_content .file .document{
	width: 30%;
	font-size: 20px;
	font-weight: bold;
}
.download .download_content .file .document img{
	
}
.download .download_content .file .download_box{
margin-top: 25px;
font-size: 20px;
margin-left: 10px;
}
.download .download_content .file .download_box p{
	margin-top: -5px;
}
.download .download_content .file .download_box a{
	float:right;
	margin-right: 0px;
	text-align: right;
	font-size: 16px;
	color: #3399FF;
	text-decoration: none;
}
.download .download_content .file p{
	text-align: left;
}

.download .download_content .file img{
	margin-bottom: -7px;
}
.download .download_content .file .soft_ware{
	margin-left: -250px;
}

.content{
	margin: 0 auto;
	width: 1170px;
}
.content .question_content{	
	
}
.content .question_content .title{
	margin-top: 136px;
	font-size: 30px;
	text-align: left;
}
.content .question_content .video{
	display: inline-block;
	width: 360px;
/*	margin-top: 30px;*/
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	/*padding-top:20px;
	padding-bottom: 20px;
	padding-right: 5px;*/
	float:left;
}
.content .question_content .video .video_img{
	margin-bottom: 20px;
	
	position: relative;
}
.content .question_content .video a{
	display: block;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
.content .question_content .video .play{
	position: relative;
	display: none;
	z-index: 999;
	top: -177px;
	left: 147px;
}
.content .question_content .video a span{
	margin-left:12px;
	display: block;
}
.content .question_content .video a .s1{
	margin-top: -10px;
}
.content .question_content .video a .s2{
	margin-bottom: 5px;
}
.content .question_content .video a .arrow{
	float: right;
	margin-right: 10px;
	margin-top: -30px;
	display: none;
}
.content .question_content .video:hover{
	box-shadow: 0px 10px 24px rgba(0,0,0,0.2);
	/*margin-bottom: -10px;*/
	z-index: 99;
}
.content .question_content .video:hover .arrow{
	display: block;
}
.content .question_content .video:hover .play{
	position: relative;
	display: block;
	z-index: 999;
	top: -177px;
	left: 147px;
}
.content .question_content .video:hover .s1{
	margin-top: -76px;
}











.new{
	text-align:center;
	position: relative;
  	top: -4px;
  	left: 0px;
}

.footer{
	text-align: center;
	margin-left: -7px;
	background-color: #3399FF;
	color:#FFFFFF;
	

}
.footer p{color:#FFFFFF;}

.footer .footer_bottom{
	text-align: center;
	background: #343434;
	background-size: cover;
	height: 420px;
	padding: 0 0;
	margin-bottom: 0 0;
}
.footer .footer_bottom .ATOM_more{
	display: inline-block;
	text-align: left;
	width: 20%;
	color: #fff;
	vertical-align: top;
	margin-top: 49px;
}
.footer .footer_bottom .ATOM_more .info{
	display: inline-block;
	margin-top: 28px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	
}

.footer .footer_bottom .ATOM_more span{
	font-size: 18px;
	display: block;
	margin-top: 0px;
	color:#FFFFFF;
}

.footer .footer_bottom .ATOM_more .info a{
	text-align: left;		
	color: #fff;
	font-size: 14px;
	
	text-align:28px;


	text-decoration:none;
}

.footer .footer_bottom .ATOM_more .info .logo{
	display: inline-block;
	float: left;
	width: 30px;
}
.footer .footer_bottom .ATOM_more .erweima img{
	width: 50%;
	margin-top: 30px;
}
.footer .footer_bottom .footer_bottom_content{
	margin: 0 auto;
	width: 1000px;
}
.footer .footer_bottom #phone{
	float: left;
	width: 300px;
}
.footer .footer_bottom #phone #address_down{
	margin-left: 32px;
    margin-top:42px ;
	font-size: 16px;
}
.footer .footer_bottom #phone img{
}
.footer .footer_bottom #weixin{
	float: right;
	text-align: right;
}

.footer .footer_bottom .footer_bottom_content .final{
	width: 620px;
	height: 14px;
	clear: both;
	margin: 77px auto 0 auto;
	
}

.footer .footer_bottom .footer_bottom_content .final .copyright{
	float: left;
	color: #fff;
	font-size: 13px;
}

.footer .footer_bottom .footer_bottom_content .final .icp a{
	float: right;
	color: #fff;
	font-size: 13px;
    text-decoration : none;
	
}
@media only screen and (max-width:1024px){
	.header .daohang{
	width: 1000px;
    }
    .footer_top .logo {
	width: 1000px;
	margin: 0 auto;
	}
    .footer_top .box ul{
	width: 900px;
	margin-left: -60px;
	}
	.footer_top .box ul li {
	width: 150px;
	}
	.footer_top .prev {
	width: 5px;
	margin-left: -20px;
	} 
    .footer_top .next {
	width: 5px;
	margin-right: 16px;
	}

	.footer_bottom_content p{
		font-size: 5px;
	}
	.footer_bottom_content #phone{
		margin-left: 10px;
	}
	.footer_bottom_content #phone .info p{
		font-size: 5px;
	}
	.footer_bottom_content #phone .detail{
		margin: 0 auto;
		padding: 0 auto;
	}
	.footer_bottom_content #phone #address{
		margin-top: -25px;
		line-height: 0px;
	}
	.footer_bottom_content #phone #address_down{
		margin: 0 auto;
		padding: 0 auto;
		margin-top: -30px;
		font-size: 5px;
	}
	.footer_bottom .footer_bottom_content #phone #number{
		padding: 0 auto;
		margin: 0 auto;
		margin-top: -20px;
	}
	.footer_bottom .footer_bottom_content #phone #mail{
		padding: 0 auto;
		margin: 0 auto;
		margin-top: -25px;
	}
	.footer_bottom .footer_bottom_content #weixin{
		margin-right: 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.header .daohang{
		width: 1000px;
	}
	.bg{
		margin-left: -7px;
	    width: 1100px;
	    margin-top: 165px;
	    background: url(../img/productb_03.png) center 0 no-repeat scroll transparent;
	    background-size: cover;
	    height: 550px;
	}
	.buy{
	margin-left: 800px;
	}
	.content{
		width: 1000px;
	}
	.table img{
		width: 1000px;
	}
	.parameters .parameters_right .parameters_detail_part{
		padding-left: 0px;
		margin-left: 0px;
	}
	.environment .right{
		float: left;
		margin-left: 10px;
	}
	.download{
		width: 1000px;
	}
	.download .download_content .file .download_box a{
	margin-left: 30px;
}
	
}

/*
 *  视频播放器
 * */
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 99999999999;
}
.video-box button {
  display: inline-block;
  padding: 0;
  border: 0 none;
  background: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.video-box .video-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.video-box .video-button i {
  font-size: 56px;
}
.video-box .video-button.video-btn-volume i {
  font-size: 20px;
}
.video-box .video-button.video-tooltip-toggle i {
  font-size: 20px;
}
.video-box .video-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-box .video-video video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.video-box .video-container {
  width: 852px;
  min-height: 550px;
  max-height: 90vh;
  background: #000000;
  overflow: hidden;
  opacity: 0;
}
.video-box .video-container.video-ready {
  opacity: 1;
}
.video-box.quanping .video-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.video-box.video-playing .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box.heibian .video-container {
  padding: 40px 0;
}
.video-box.heibian .video-div.video-hide-ui .video-ui {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.video-box.heibian.quanping .video-container {
  padding: 0;
}
.video-box.hideui .video-div .video-ui {
  -webkit-transform: translateY(39px);
  -ms-transform: translateY(39px);
  transform: translateY(39px);
}
.video-box .i {
  font-family: none;
  height: 100%;
  width: 100%;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.video-box .i:before,
.video-box i:after {
  display: none !important;
}
.video-box .i-voice-on {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C10C%2022%2C12%2022%2C18%2018%2C20'%20%2F%3E%3Cpath%20d%3D'M22%2C6C%2028%2C10%2028%2C20%2022%2C24'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-voice-off {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M2%2C10L2%2C20L5%2C20L13%2C25L13%2C5L5%2C10L5%2C10Z'%2F%3E%3Cpath%20d%3D'M18%2C11L27%2C20'%20%2F%3E%3Cpath%20d%3D'M18%2C20L27%2C11'%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-bofang {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M10%2C7L10%2C23L24%2C15z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-zhanting {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D'M7%2C7L7%2C23L11%2C23L11%2C7z'%2F%3E%3Cpath%20d%3D'M20%2C7L20%2C23L24%2C23L24%2C7z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-quanping {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L6%2C6L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L6%2C25L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L24%2C6L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L24%2C25L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-box .i-suoxiao {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%20%20%3E%3Cg%20%20stroke%3D'%23fff'%20stroke-width%3D'1'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20%3E%3Cpath%20d%3D'M6%2C10L10%2C10L10%2C6'%2F%3E%3Cpath%20d%3D'M6%2C21L10%2C21L10%2C25'%2F%3E%3Cpath%20d%3D'M20%2C6L20%2C10L24%2C10'%2F%3E%3Cpath%20d%3D'M20%2C25L20%2C21L24%2C21'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .9;
}
.video-div {
  background: #000;
  font-size: 0;
  letter-spacing: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-ui {
  position: absolute;
  width: 99.8%;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  z-index: 6;
  letter-spacing: .25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.video-loading-pulse {
  position: absolute;
  width: 6px;
  height: 24px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
.video-loading-pulse:before,
.video-loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
}
.video-loading-pulse:before {
  left: -12px;
}
.video-loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
@keyframes pulse {
  50% {
    background: white;
  }
}
.video-loading {
  opacity: 1;
  color: #2c97f6;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 0px 3600px #000;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.video-loading i {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: adeg 1s infinite linear;
  -o-animation: adeg 1s infinite linear;
  -ms-animation: adeg 1s infinite linear;
  -moz-animation: adeg 1s infinite linear;
  animation: adeg 1s infinite linear;
}
.video-loading .i-loading:before {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.video-loading.yihuanchun {
  opacity: 0;
}
@keyframes adeg {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.video-bofang.f-czspjuzhong {
  z-index: 2;
  font-size: 0;
}
.video-bofang.f-czspjuzhong i {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 62px;
  font-size: 66px;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  transition: transform 1s;
}
.video-hide {
  z-index: 0 !important;
}
.video-hide i {
  opacity: 0;
  -webkit-transform: scale(3);
  -o-transform: scale(3);
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  transform: scale(3);
  will-change: transform, opacity;
  z-index: 0;
}
.video-progress {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 36px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-progress:hover .video-progress-hover,
.video-progress:hover .video-tooltip-time {
  opacity: 1;
}
.video-tooltip-time {
  width: 46px;
  position: absolute;
  height: 20px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-tooltip-time .video-tinytip-content {
  margin-left: -23px;
}
.video-tooltip-time .video-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px;
  border-radius: 2px;
}
.video-tinytip .video-tooltip-content {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.video-progress-padding {
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}
.video-progress-list {
  position: relative;
  top: -1px;
  z-index: 39;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  transform: scaleY(0.6);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-play,
.video-progress-buffer,
.video-progress-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.video-progress-buffer {
  z-index: 33;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-progress-hover {
  z-index: 34;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.video-progress-play {
  z-index: 35;
  background-color: #2c97f6;
}
.video-progress-handle {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: -6.5px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #2c97f6;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-progress-padding:hover + .video-progress-list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.video-progress-padding:hover + .video-progress-list .video-progress-handle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.video-controls-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 99%;
  padding: 0 10px;
  z-index: 3;
}
.video-time-panel {
  font-size: 12px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 5px;
  line-height: 36px;
  letter-spacing: .25px;
}
.video-time-panel-current {
  color: #DEDEDF;
}
.video-fullscreen {
  float: right;
}
.video-definition {
  float: right;
  width: 55px;
  height: 36px;
  position: relative;
}
.video-definition .video-button {
  width: 100%;
}
.video-definition .video-button span {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 2px 5px;
}
.video-definition .video-tooltip-content {
  width: 80px;
  left: 50%;
  margin-left: -40px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.video-definition:hover .video-tooltip-content {
  position: absolute;
  bottom: 35px;
  color: #aaa;
  display: block;
  z-index: 6;
}
.video-menu .video-menu-item {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
  height: 38px;
  background: -webkit-linear-gradient(top, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 50%) center bottom no-repeat;
  background-size: 80% 1px;
}
.video-menu .video-menu-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.video-menu .video-menu-item.video-active {
  color: #FF8F00;
}
.video-volume {
  float: right;
  position: relative;
}
.video-popup .video-popup-content {
  transform: scaleY(0);
  bottom: 41px;
  position: absolute;
}
.video-popup .video-popup-content:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.video-popup:hover .video-popup-content {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}
.video-volume-slider {
  left: 0;
  width: 36px;
  height: 100px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.video-tinytip-tiao {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-volume-range {
  position: absolute;
  left: 16px;
  top: 10px;
  width: 4px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
}
.video-volume-range-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #2c97f6;
}
.video-volume-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 12px;
  height: 3px;
  background-color: #fff;
}
@media (max-width: 998px) {
  .video-box .video-container {
    width: 80vw;
    max-height: 80vh;
    min-height: 44.9vw;
  }
}
@media (max-width: 468px) {
  .video-box .video-container {
    width: 100vw;
    min-height: 54.9vw;
  }
  .video-loading i {
    font-size: 26px;
  }
  .video-definition {
    display: none;
  }
}
/*
 * 视频结尾
 * */
.f-czspjuzhong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


