/**{
	box-sizing: border-box;
}*/
.zwcad-overview *{
	box-sizing: border-box;
}
body{
	color: #505050; background: #fafafa;
}
.zw-beta a img{
	display:block;
}
/*导航*/
#header{
	position: fixed; left: 0; right: 0; top: 0; z-index: 99;
	transition: 0.2s;
	-webkit-transition: 0.2s; 
	z-index: 999;
}
.zwcad-header{
	position: fixed; left: 0; right: 0; top: 70px; z-index: 99;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

/*滚动*/
body.is-scrolled{
	padding-top: 70px;
}
body.is-scrolled #header{
	top: -70px;
}
body.is-scrolled .zwcad-header{
	top: 0;
}

img{
	max-width: 100%;
}
body.zwcad-header{
	padding-top: 70px;
}

.g-none{
	display: none;
}
.wrapper{
	width: 1322px; margin: 0 auto;
}
.zwcad-header{
	height: 80px; line-height: 80px; background: #0042a4;color: #fff; font-size: 23px; overflow: hidden;
	position: fixed;
    left: 0;
    right: 0;
    top: 70px;
   
}
.zwcad-header a{
	color: #fff;
}
.zwcad-header-logo{
	display: inline-block;vertical-align: middle; margin-left: 25px;
}
.zwcad-header-logo img{
	vertical-align: middle;
}
.zwcad-header-solgan{
	display: inline-block;vertical-align: middle; margin-left: 12px; font-size: 18px;
}
.zwcad-header-nav{
	float: right; margin-right: 35px;
}
.zwcad-header-nav li{
	float: left; font-size: 16px;
}
.zwcad-header-nav li a{
	display: block; padding: 0 22px;
}
.zwcad-header-nav li a:hover,
.zwcad-header-nav li.active a{
	background: #0057a9;
}
.zwcad-header-nav li.btn{
	margin-left: 20px;
}
.zwcad-header-nav li.btn a{
	height: 45px; line-height: 45px; background: #ff7f29; padding: 0 30px; border-radius: 45px; margin-top: 18px;
}
.zwcad-header-nav li.btn a:hover{
	background: #fd6703;
}
.beta-banner{
	position: relative;background: url(https://cdn.zwsoft.com/static/images/product/zwcad/beta-banner.jpg) no-repeat center #13204a; background-size:cover ; height: 635px;
}
.beta-banner-txt{
	color: #fff; text-align: left;
}
.beta-banner-txt h2{
	font-size: 60px;font-weight: lighter;
}
.beta-banner-txt p {
    font-size: 30px;
    margin-top: 5px;
}
.beta-banner-txt .btn{
	margin-top: 35px;
}
.beta-banner-txt .btn a{
	 display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border: 2px solid #0d69f6;
    text-align: center;
    color: #0d69f6;
    font-size: 24px;
    margin-right: 40px;
	transition: all .4s;
}
.beta-banner-txt .btn a.white{
	background: #006bd3; color: #ffffff;border: 2px solid #0d69f6;
}
.beta-banner-txt .btn a:hover{
	background: #0b2970; color: #ffffff;border: 2px solid #0b2970;
}
.beta-banner-txt .btn a.white:hover{
	background: #0b2970; color: #ffffff; border-color: #0b2970;
}

/*zw3d bate*/
.beta-banner-txt .btn a.zw3d-bate-btn1{
	border: 2px solid #ffffff;
	color: #ffffff;
}
.beta-banner-txt .btn a.zw3d-bate-btn1:hover{
	background-color: #ffffff;
	color: #006bd3;
}
.beta-banner-txt .btn a.zw3d-bate-btn2{
	border: 2px solid #ffffff;
	color: #13204a;
	background-color: #ffffff;

}
.beta-banner-txt .btn a.zw3d-bate-btn2:hover{
	background-color: #0b2970 !important;
	border: 2px solid #0b2970 !important;
	color: #ffffff;
}

.beta-list-box * {box-sizing: border-box;}
.beta-list-box{
	background: #fff; padding: 40px;  position: relative; width: 1402px; margin: -40px auto 0; box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #ebeced;
}
.beta-list-view{
	background: #0e5bce; padding: 30px 50px 30px 55px; color: #fff; height: auto; overflow: hidden; min-height: 187px;
}
.beta-list-view .txt{
	width: 778px;float: left; font-size: 22px;
}
.beta-list-view .txt h2{
	font-size: 46px; margin-bottom: 5px;
}

.beta-list-view .btn{
	float: right; line-height: 50px; padding: 0 25px; display: inline-block; border: 2px solid #fff; color: #fff; font-size: 22px; margin-top: 42px;
	
}
.beta-list-view .btn .icon{
	background: url(https://cdn.zwsoft.com/static/images/product/zwcad/beta-more.png) no-repeat; background-size:19px ; width: 19px; height: 12px; display: inline-block;vertical-align: middle; margin-left: 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	 -webkit-transform: rotate(180deg) translateY(2px);
	 transform: rotate(180deg) translateY(2px);
}
.beta-list-view .btn:hover{
	background: #0042a4;
}
.beta-list-box.on .beta-list-view .btn .icon{
	 -webkit-transform: rotate(0) translateY(0);
	 transform: rotate(0) translateY(0);
}
.beta-list{
	margin-top: 55px;margin-top: 30px;
}
.beta-list ul{
	margin: 0 -3.5%; height: auto; overflow: hidden;width: auto;
}
.beta-list li{
	width: 26.33%; height: 588px; background: #fff; box-shadow: 0 0 9px 0 #e0e0e0; float: left; margin: 0 3.5% 5%; border: 1px solid #ebeced;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}
.beta-list li:hover{
	box-shadow: 0 0 18px 0 rgba(0,107,211,.4);filter: progid:DXImageTransform.Microsoft.Shadow(color='#99c1df', Direction=125, Strength=9);
}
.beta-list li:hover .info h3{
	color: #006bd3;
}
.beta-list .img{overflow: hidden;}
.beta-list .img img{width: 396px;transition: all .4s;}
.beta-list li:hover .img img{transform: scale(1.05);}
.beta-list .info{
	padding: 30px 35px; font-size: 22px; color: #505050;
}
.beta-list .info h3{
	font-size: 28px; color: #505050; height: 76px; margin-bottom: 15px; line-height: 1.2;transition: all .4s;
}
.beta-list-btn{
	text-align: center;
}
.beta-list-btn a{
	line-height: 45px; display: inline-block; padding: 0 60px; font-size: 22px; color: #fff; background: #006bd3; transition: all .4s;
}
.beta-list-btn a:hover{background: #0b2970;}
.beta-join{
	margin-top: 80px; background: url(https://cdn.zwsoft.com/static/images/product/zwcad/beta-bg01.jpg) no-repeat center right #0752a1; background-size:cover ; height: 506px; 
}
.beta-join-txt{
	padding-top: 150px; color: #fff; width: 750px;
}
.beta-join-txt h2{
	font-size: 47px; font-weight: bold;
}
.beta-join-txt .btn-box{
	margin-top: 50px;
}
.beta-join-txt .btn{
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33FFFFFF', endColorstr='#33FFFFFF'); background: rgba(255,255,255,0.23); border: 1px dashed #ffffff; padding: 8px 15px; font-size: 24px; color: #fff; position: relative; margin-right: 20px;
}
.beta-join-txt .btn sub:after,
.beta-join-txt .btn sub:before,
.beta-join-txt .btn sup:after,
.beta-join-txt .btn sup:before{
	position: absolute;
	width: 8px; height: 8px; display: block; background: #0446b3; content: "";
}
.beta-join-txt .btn sub:after{
	left:-4px; top: -4px;
}
.beta-join-txt .btn sub:before{
	right:-4px; top: -4px;
}
.beta-join-txt .btn sup:after{
	left:-4px; bottom: -4px;
}
.beta-join-txt .btn sup:before{
	right:-4px; bottom: -4px;
}
.beta-join-txt .btn:hover{
	background: #0446b3;
}

@media (max-width: 1537px) {
	.wrapper{
		width: 1200px;
	}
	img{
	max-width: 100%; 
	}
	.zwcad-header{
		height: 60px;line-height: 60px;
	}
	.zwcad-header a,
	.zwcad-header-solgan{
		font-size: 14px;
	}
	.zwcad-header-nav li.btn a{
		height: 35px;line-height: 35px; padding: 0 20px; margin-top: 12px;
	}
	.zwcad-header-logo img{
		width: 35px;
	}
	.zwcad-header-solgan{
		margin-left: 5px;
	}
	.beta-banner{
		height: 490px;
	}
	.beta-banner-txt h2{
		font-size: 40px;
	}
	.beta-banner-txt p{
		font-size: 24px;
	}
	
	.beta-banner-txt .btn a{
		font-size: 18px; line-height: 45px; padding: 0 25px; margin-right: 25px;
		
	}
	.beta-list-box{
		width: 1200px; padding: 35px;
	}
	.beta-list-view{
		padding: 25px 45px; min-height: 158px;
	}
	.beta-list-view .txt{
		width: 60%; font-size: 20px;
	}
	.beta-list-view .txt h2{
		font-size: 36px;
	}
	.beta-list-view .btn{
		font-size: 20px; border-width:1px ; margin-top: 35px;
	}
	.beta-list-btn a{
		font-size: 20px;
	}
	.beta-list{
		margin-top: 45px;
	}
	.beta-list ul{
		margin: -20px -15px;
	}
	.beta-list .img img{
		width: 355px;
	}
	.beta-list .info{
		padding: 25px 25px; font-size: 20px;
	}
	.beta-list .info h3{
		font-size: 26px; height: 66px; margin-bottom: 10px;
	}
	.beta-join{
		margin-top: 60px; height: 420px;
	}
	.beta-join-txt{
		padding-top: 120px; width: 660px;
	}
	.beta-join-txt h2{
		font-size: 40px;
	}
	.beta-join-txt .btn-box{
		margin-top: 45px;
	}
	.beta-join-txt .btn{
		font-size: 20px;
	}
}

@media only screen and (max-width: 1220px){
	.wrapper{
		width: auto; margin-left: 5%; margin-right: 5%;
	}
	.zwcad-header-logo{
		margin-left: 0;
	}
	.zwcad-header-nav li a{
		padding: 0 16px;
	}
	.zwcad-header-nav li.btn{
		margin-left: 10px;
	}
	.beta-banner{
		height: 330px;
	}
	.beta-list-box{
		width: auto; margin-left: 5%; margin-right: 5%; margin-top: -30px;
	}
	.beta-list{
		margin-top: 30px;
	}
	.beta-list ul{
		margin: 0; width: 103%; margin-left: -1.5%;
	}
	.beta-list li{
		width: 46%;margin: 2%;
	}
	.beta-list .img img{
		width: 100%;
	}
	.beta-list .info h3{
		font-size: 24px;
	}
	.beta-join{
		height: 360px;
	}
	.beta-join-txt{
		padding-top: 110px; width: 550px;
	}
	.beta-join-txt h2{
		font-size: 34px;
	}
}

@media (max-width: 1100px) {
	.beta-list ul {
		margin: 0 -1%;
	}

	.beta-list ul li {margin: 0 1% 2%;}
}

@media screen and (max-width: 800px){
	.zwcad-header{
		height: 45px; line-height: 45px;top: 40px; text-align: left;overflow: visible;
	}
	.zwcad-header-logo{
		margin-right: 2px;
	}
	.zwcad-header-logo img{
		width: 25px;
	}
	.zwcad-header-solgan{
		font-size: 14px;
	}
	
	.zwcad-header-nav{
		position: absolute; left: 0; right: 0; top: 45px; background: #364360; margin-right: 0; margin-left: 0; display: none;
	}
	.zwcad-header-nav li{
		float: none; position: relative; display: block;
	}
	.zwcad-header-nav li:after{
		position: absolute; left:5%; right: 5%; bottom: 0; height: 1px; background: #fff; content: "";
	}
	.zwcad-header-nav li a{
		padding: 0 7%;
	}
	
	.zwcad-header-nav li.btn{
		text-align: center; padding-top: 30px; padding-bottom: 30px; margin-left: 0; display: inline-block; padding-left: 7%; padding-right: 7%; 
	}
	.zwcad-header-nav li.btn:after{
		display: none;
	}
	.zwcad-header-nav li.btn a{
		margin-top: 0;
	}
	.zwcad-header .nav-bar{
		width: 30px; height: 30px; position: absolute; right: 5%; top: 50%; margin-top: -15px;  display: block;
		 background: url(https://cdn.zwsoft.com/static/images/product/zwcad/ico_tri.png)  center no-repeat; background-size:15px ;
		 -webkit-transition: all 0.3s;
		  transition: all 0.3s;
	}
	.zwcad-header .nav-bar.on{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.beta-banner{
		height: 250px; position: relative; background-image:url(https://cdn.zwsoft.com/static/images/product/zwcad/zwcad-banner-m.jpg) ;
	}
	.beta-banner-txt{
		position: relative; z-index: 1; position: static; bottom: 0;
	}
	.beta-banner-txt h2{
		font-size: 30px;
	}
	.beta-banner-txt p{
		font-size: 20px;
	}
	.beta-banner-txt .btn{
		margin-top: 29px;
	}
	.beta-banner-txt .btn a{
		font-size: 18px; line-height: 35px; margin-right: 0; padding: 0 20px;
	}
	.beta-banner-txt .btn a+ a{
		margin-left: 10px;
	}
	.beta-list-box{
		padding: 15px;
	}
	.beta-list-view{
		padding: 15px 20px 20px;text-align: center;
	}
	.beta-list-view .txt{
		width: auto; font-size: 16px; float: none;text-align: left;
	}
	.beta-list-view .txt h2{
		font-size: 24px;
	}
	.beta-list-view .btn{
		margin: 15px auto 0; float: none; font-size: 16px; line-height: 35px;
	}
	.beta-list-view .btn .icon{
		width: 15px; background-size:15px ; margin-left: 8px;
	}

	.beta-list-btn a{
		font-size: 16px; line-height: 40px;
	}
	.beta-list{
		margin-top: 0;
	}
	.beta-list ul{
		width: auto; margin-left: 0;
	}
	.beta-list li{
		position: relative;width: auto; float: none; margin: 10px 0; box-shadow: none;
	}
	.beta-list .info{
		padding: 15px 15px 25px 15px; font-size: 16px;
	}
	.beta-list .info h3{
		height: auto; font-size: 20px;
	}
	.beta-join{
		height: 210px; background-position:right 30% center;
	}
	.beta-join-txt{
		width: auto;  padding-top: 55px;
	}
	.beta-join-txt h2{
		font-size: 18px;
	}
	.beta-join-txt .btn-box{
		margin-top: 35px;
	}
	.beta-join-txt .btn{
		 font-size: 16px;
	}
}


@media screen and (max-width: 760px){
	.beta-list li{height: auto;width: 98%;}
}