.page{
	position: relative;
	/*background: #efefef;*/
}
.pagetop{
	position: absolute;
	background:none;
	width:100%;
	top:-72px;
}
.page .center{
	position: relative;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 50px;
    background: #fff;
    border-bottom:3px solid #ddd; 
}
.pagecontent{
	display: block;
	position: relative;
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
    height: 66px;
    box-sizing:border-box;
}
.pagecontent a{
	position: relative;
	padding:20px 0;
	font-size:20px;
	color: #333;
	margin-right:50px;
	display: block;
	box-sizing:border-box;
}
.pagecontent .cur:after{
	content: "";
	height: 3px;
	width:100%;
	background: #f0d00a;
	position: absolute;
	bottom:-3px;
	left:0px;
	z-index: 1;
}
.pagetopimg{
	width:100%;
	height: auto;
}
.pageposition{
	display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-left: 15px;
    background: url(../image/pagepositionbg.png) no-repeat;
    background-position:left center;
}
.pageposition a{
	padding:20px 6px;
}
.page1{
	/*background: url(../image/pg1bg.png) no-repeat;
	background-size:100% 400px;*/
}
.page1 .center{
	padding:40px 100px;
	padding:40px 0px;
	background: #fff;
}
.pagetitle{
	position: relative;
	padding-bottom: 80px;
}
.page1pbg{
	position: absolute;
	z-index:0;
	top:0;
	left:-12px;
	font-size:166px;
	color: #fdfaee;
	/*opacity: 0.2;*/
	line-height: 0.8;
	font-weight: 800;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page1p2{
	font-size:30px;
	color: #333333;
	position: relative;
	z-index: 1;
	top: 50px;
}
.page1p3{
	font-size:40px;
	color: #f0d00a;
	position: relative;
	z-index: 1;
	top: 55px;
}
.page1 .center p{
	line-height: 2;
}
.page1 .center p img{
	margin-top: 10px;
}
.contitle{
	width:100%;
	line-height: 2;
	font-size:24px;
	font-weight: 600;
	color: #333;
	text-align: center;
}
@media(max-width: 1100px){
	.page1pbg{
		font-size:110px;
	}
	.pagetitle{
		/*padding-bottom: 35px;*/
	}
}
@media(max-width: 900px){
	.pagetop{
		top:auto;
	}
	/*.page{
		margin-top: 60px;
	}*/
	.page1pbg{
		font-size:80px;
	}
	.page .center{
		padding: 0 20px;
	}
	.pagecontent{
		display: none;
	}
	.pageposition{
		padding-top:10px;
		padding-bottom:10px;
		display: none;
	}
	.page1 .center{
		padding:30px 30px 0;
	}
}
@media(max-width: 600px){
	.page1pbg{
		width:100%;
		font-size:54px;
		left:0;
		text-align: center;
	}
	.page1p2{
		font-size:26px;
		text-align: center;
	}
	.page1p3{
		font-size:24px;
		text-align: center;
	}
}
.page2 .center{
	background-image: url(../image/page2bg.jpg);
	background-size:auto;
	background-position:0 100px;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
	box-sizing:border-box;
	justify-content: space-between;
	display: flex;
}
.pg2item{
	position: relative;
	width: 16%;
    height: 540px;
    margin-right: 2px;
    transition: width .5s ease;
    cursor: pointer;
}
.pg2opacity{
	background: rgba(240,208,10,.6)!important;
	-webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 1;
}

.pg2active{
	width: 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%), 0 6px 10px -2px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    opacity: 1;
    justify-content: flex-start;
    transition: all .5s ease;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pg2list{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pg2p1{
	display: flex;
	align-items: flex-end;
}
.pg2p1a{
	font-size: 60px;
    font-weight: 700;
    color: #333;
    line-height: 50px;
}
.pg2p1b{
	font-size: 16px;
    color: #333;
}
.pg2p2{
	margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.pg2p3{
	display: none;
}
.pg2p4{
	display: none;
}


.pg2active .pg2list{
	padding: 137px 0 40px 60px;
	align-items: start;
}
.pg2active .pg2p1a{
	font-size: 150px;
    line-height: 120px;
    color: #fff;
    font-weight: 400;
}
.pg2active .pg2p1b{
	font-size: 20px;
    color: #fff;
}

.pg2active .pg2p2{
	margin-top: 20px;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

.pg2active .pg2p3{
	display: block;
	margin-top: 40px;
    width: 450px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.pg2active .pg2p4{
	font-size: 14px;
    font-weight: 400;
    color: #fff;
	display: block;
	width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    background: transparent;
    
    margin-top:30px;
}
@media(max-width: 1000px){
	.page2 .center{
		background: none;
		padding:20px;
		display: block;
	}
	.pg2active{
		height: 340px;
	}
	.pg2active .pg2p1a{
		font-size:50px;
		line-height:80px;
	}
	.pg2item{
		width:100%!important;
		background-size: 100% 100%;
	}
	.pg2active{
		margin-top:30px;
	}
	.pg2active .pg2list{
		padding:20px;
	}
	.pg2active .pg2p3{
		width:100%;
	}
}



.page3{
	padding:100px 0;
}
.page3 .center{
	text-align: center;
}
.page3 .center img{
	text-align: center;
	margin:0 auto;	
	user-select:none;
  	user-drag:none;
  	-webkit-user-drag: none;
  	max-width: 100%
}
@media(max-width: 1000px){
	.page3{
		padding:20px 0;
	}
}
.flex-between{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.jobtitle{
	background: #f0d00a;
}
.jobtitle li{
	font-size:16px;
	color:#333;
	padding:30px 0;
	text-align:center;
}
.jobcontent{
	border-bottom:1px dashed #dbdbdb; 
}
.jobcontent li{
	font-size:15px;
	color:#333;
	padding:30px 0;
	text-align:center;
}
.job1{
	width:25%;
}
.job2{
	width:25%;
}
.job3{
	width:25%;
}
.job4{
	width:25%;
}
.jobcontent .job4{
	cursor:pointer;
}
.jobbutton:after{
	content: "+";
    display: inline-block;
    vertical-align: -1px;
    color: #f0d00a;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;   
}

.jobclick:after{
    content: "-";
}

.jobcon{
    width: 100%;
    border-bottom: 1px dashed #dedede;
    height: auto;
    line-height: 1.5;
    background: #f9f9f9;
    position: relative;
    padding: 65px;
    box-sizing:border-box;
    display: none;
}
.jobcon p{
	background: #f9f9f9!important;
}
.jobcon span{
	background: #f9f9f9!important;
}


.jobsub{
	position: absolute;
    right: 65px;
    bottom: 65px;
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background: #f0d00a;
    cursor: pointer;
    text-align: center;
    transition: .5s ease;
}
.jobsub:hover{
	transform: translate(0px,-5px);
}

@media(max-width:1000px){
	.jobtitle li{
		font-size:15px;
		padding:20px 0;
	}
	.jobcontent li{
		padding:10px 0;
	}
	.jobcon{
		padding:20px;
	}
	.jobsub{
		position: relative;
		right:auto;
		bottom:auto;
		margin-top:20px;
	}
}

.jobp1{
	font-size:30px;
	color: #333;
}
.jobp2{
	font-size:20px;
	color: #333;
}


.Form-J1{
	margin-top:30px;
}

.Form-J1 .Form-J1-Left {
	float: left;
	width: 48%;
}

.Form-J1 .Form-J1-right {
	float: right;
	width: 48%;
}

.Form-J1 .Form-J1-li {
	background: #f7f7f7;
	padding: 10px 2%;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}

.Form-J1 .Form-J1-li label {
	font-size: 14px;
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
}

.Form-J1 .Form-J1-li input {
	height: 28px;
	line-height: 28px;
	width: 81%;
	vertical-align: middle;
	border: none;
	background: transparent;
}

.Form-J1 .Form-J1-li .text {
	width: 83%;
	vertical-align: middle;
	height: 90px;
	border: none;
	background: transparent;
}

.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}

.Form-J1 .Form-J1-li input._yzm {
	width: 20%;
}

.Form-J1 .Form-J1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
	width: 100px;
}

.Form-J1 .Form-J1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}

.Form-J1 .Form-J1-li select {
	width: 80%;
	background: transparent;
	border: none;
	height: 30px;
	line-height: 30px;
}

.Form-J1 .Form-J1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}

.Form-J1 .Form-J1-Btn button {
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
	font-size: 15px;
}

.Form-J1 .Form-J1-Btn ._submit {
	background: #f0d00a;
	margin-right: 10px;
	color: #333333;
}

.Form-J1 .Form-J1-Btn ._reset {
	background: #909090;
}

.Form-J1 .Form-J1-li  .Validform_wrong {
	position: absolute;
	right: 9%;
	top: 13px;
	font-size: 14px;
	display: none;
}

.Form-J1 .Form-J1-li  .Validform_right {
	font-size: 14px;
	display: block;
}

.info {
	margin-bottom: 30px;
	color: #555;
}

.info .tit {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.info {
	font-size: 18px;
}

@media(max-width:1000px){
	.Form-J1 .Form-J1-Left{
		width:100%;
	}
	.Form-J1 .Form-J1-right{
		width:100%;
	}
	.Form-J1 .Form-J1-li input{
		width:65%;
	}
	.Form-J1 .Form-J1-li select{
		width:65%;
	}
	.Form-J1 .Form-J1-li .text{
		width:65%;
	}
}


/*productpage*/
.propage{
	background: none;
}
.propage .center{
	justify-content:end;
	padding:40px 20px 0;
	position: relative;
}
.propage .pageposition{
	position: absolute;
	top:40px;
	right:20px;
}

.procon{
	position: relative;
}
.procon .center{
	position: relative;
}
.proleft{
	width:300px;
}
.proright{
	width:calc(100% - 350px);
}
.proltitle{
	background: #f0d00a;
}
.proltitle a{
	background: #f0d00a;
	padding:20px 0;
	text-align: center;
	display: block;
	font-size: 22px;
	color:#333333;
}
.prolist{
	margin-top:5px;
	background: #fff;
	padding-bottom: 50px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}

.prolistul{
	background: #fff;
	
}
.prolistname{
	border-bottom:1px solid #e5e5e5;
}
.prolistname a{
	display: block;
	position: relative;
	font-size:16px;
	color: #333333;
	padding:20px;
}
.prolistul span{
	display: block;
	position: relative;
	font-size:16px;
	color: #191919;
	padding:20px;
}
.plhover{
	background: #fcf6ce;
}
.prolistli{
	background: #f5f5f5;	
	border-bottom: 1px solid #e5e5e5;
	box-sizing:border-box;
	position: relative;
	font-size:16px;
	color: #333333;
}
.prolistlz{
	display: none;
}
.prodj{
	cursor:pointer;
}
.prolistliblock {
	display: block;
}
.plhover .prolistli{
	display: block;
}
.prolistli a{
	display: block;
	position: relative;
	font-size:16px;
	color: #333333;
	padding:20px;
	padding-left:30px!important; 
}
.prolistli a:after{
	content:'';
	position: absolute;
	width:5px;
	height: 5px;
	background: #595749;
	display: block;
	top:30px;
	left:20px;
}
.prortitle{
	padding:20px 70px 20px 60px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin-bottom: 10px;
	font-size:20px; 
	color: #333;
	position: relative;
}
.prortitle:after{
	content: '';
	width:5px;
	height: 30px;
	background: #f0d00a;
	position: absolute;
	left:45px;
	top:20px;
}
.prorlist{
	padding:30px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin-bottom:20px;
}
.prlimg{
	width:320px;
	border-radius: 5px;
	overflow: hidden;
}
.prlimg img{
	width: 100%;
	height: 100%;
}
.prr{
	width:calc(100% - 350px);
	color:#333;
	position: relative;
}
.prp1{
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 30px;
	display: block;
	color:#333;
}
.prp2{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.prosc{
	position: absolute;
	bottom:20px;
	right:20px;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.psc{
	padding-right: 20px;
	transition: all .3s ease-out 0s;
}
.psc:hover{
	transform: translate(0px,-5px);
}
.pxq{
	width:100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f0d00a;
	color: #333;
	display: block;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
}
.pxq:hover{
	transform: translate(0px,-5px);
}
@media(max-width: 1000px){
	.proleft{
		display: none;
	}
	.proright{
		width:100%;
	}
	.prlimg{
		width:100%;
	}
	.prr{
		width:100%;
		margin-top: 20px;
	}
	.prosc{
		position: relative;
		justify-content: end;
		bottom: 0;
		right:0;
	}

}
/*product content*/
.pagec{
	background: #fff;
}
.pagec .center{
	padding: 20px 20px;
	display:flex;
    flex-wrap:wrap;
    justify-content:end;
}
.pron{
	width:100%;
	position: relative;
	display: block;
}
.protop{
	width:100%;
	position: relative;
}
.protl{
	width:650px;
}
.protlimg{
	width:100%;
	border-radius:5px;
	display: block;
	overflow: hidden;
	padding-bottom: 60px!important;
}
.protlimg img{
	width:100%;
	height: 100%;
	display: block;
	border-radius:5px;
}
.prop1{
	margin-top:40px;
	font-size:16px;
	color: #666666;
}
.protr{
	width:calc(100% - 800px);
}
.prop2{
	font-size:28px;
	font-weight: 600;
	color: #333333;
	margin-bottom:40px;
}
.prop3{
	font-size:20px;
	font-weight: 300;
	color: #666;
	margin-bottom:5px;
}
.propz{
	margin-top:40px;
}
.prop4{
	font-size:24px;
	color: #666;
}
.prop5{
	font-size:26px;
	color: #333333;
	/*height: 30px;*/
	line-height: 30px;
	margin-top:10px;
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
}
.prop5 span{
	height: 30px;
	line-height: 30px;
	font-size:24px;
	padding:0 16px;
	margin-bottom:10px;
	background: #f0d00a;
	border: 1px solid #666666;
	display: inline-block;
	box-sizing:border-box;
}
.prop{
	font-size: 18px;
	color: #666;
	margin-top:20px;
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
}
.prop span{
	width:150px;
	display: inline-block;
	padding:5px;
	box-sizing:border-box;
}
.prop .prosel{
	width:calc(100% - 150px);
	background: #e5e3e4;
	box-sizing:border-box;
}
.prop select{
	width:100%;
	background: #e5e3e4;
	padding: 5px;
}
.prop select option{
	background: #fff;
}
.prosc1{
	background: #f0d00a!important;
	font-size: 16px;
	color: #333;
	padding:15px 0;
	text-align: center;
	cursor:pointer;
}

.probot{
	width:100%;
	margin-top:50px;
}
.probtitle{
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
    border-bottom:1px solid #545358;
}
.prot{
	padding:15px 50px;
	font-size:18px;
	position: relative;
	cursor:pointer;
}
.prohover:after{
	position: absolute;
	content:"";
	left:0;
	bottom: -1px;
	display: block;
	width:100%;
	height: 1px;
	background: #f0d00a;
}
.prob{
	padding:30px 0;
}
.prob1 p{
	line-height: 2;
}
.probc{
	display:none;
	min-height:300px;
}
.proact{
	display:block;
}
.prob2d{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 10px 0;
}
.probcleft{
	width:30%;
	font-size:18px;
	font-weight:800;
}
.probcright{
	width:70%;
	/*padding-left:60px;*/
	font-size:16px;
	box-sizing:border-box;
	line-height:1.5;
	/*background: url(../image/pdf.png)no-repeat;*/
	background-position:left center;
	border-bottom:1px solid #999;
}
.pror1{
	display:block;
	padding:10px 0;
	
	position: relative;
}
.prorp1{
	font-weight:600;
	min-height: 30px;
}
.prorp2{
	font-size: 14px;
	min-height: 24px;
}
.prorp3{
	position: absolute;
	right:20px;
	top:10px;
	background: #f0d00a;
	padding:5px;
	font-size: 14px;
	color: #000;
}
.probc .s1c{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.probc .s1c .s1c1{
	width:18%;
	margin-right:2.5%;
	border: 1px solid #545358;
}
.probc .s1c .s1c1:nth-child(5n){
	margin-right:0%;
}
.probc .s1c .s1c1 .s1cp{
	padding:5px 10px;
}

@media(max-width:1100px){
	.protl{
		width:100%;
	}
	.protr{
		width:100%;
		margin-top:20px;
	}
	.prop5{
		font-size: :;px;
	}
	.prop span{
		width:100px;
	}
	.prop .prosel{
		width:calc(100% - 100px);
	}
	.prot{
		width:33.3333333%;
		text-align: center;
		padding:15px;
		box-sizing:border-box;
	}
	.probot{
		margin-top:0px;
	}
	.probcleft{
		width:100%;
	}
	.probcright{
		width:100%;
	}
	.prorp3{
		position: relative;
		right:0px;
		top: 0px;
	}
	.probc .s1c .s1c1{
		width: 49%;
    	margin-right: 2%;
    	margin-bottom: 5px;
	}
	.probc .s1c .s1c1:nth-child(5n){
		width: 49%;
    	margin-right:2%;
	}
	.probc .s1c .s1c1:nth-child(2n){
		width: 49%;
    	margin-right:0%;
	}
	.prop5 span{
		padding: 0 5px;
		font-size:18px;
	}
}
/*application list*/
.aptext1{
	/*max-width: 70%;*/
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.apcon{
	width:100%;
	margin-top:30px;
	margin-bottom: 50px;
}
.apc1{
	width:calc(50% - 30px);
	height: auto;
	display: block;
	transition: all .3s ease-out 0s;
	margin-bottom: 40px;
}
.apc1:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.apc1top img{
	width:100%;
	height:100%;
	display: block;
}
.apc1bot{
	padding:20px;
	box-sizing:border-box;
	border: 1px solid #cfcfcf;
	border-top:none;
	/*border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
	

}
.aptext2{
	font-size:16px;
	color: #333;
	font-weight: 800;
}
.aptext3{
	font-size:18px;
	color: #666;
	font-weight: 300;
	margin-top:10px;
}

@media(max-width:1100px){
	.apc1{
		width:100%;
	}
	.propage .pageposition{
		display: none;
	}
	.propage .center{
		padding-top: 60px;
	}
	.aptext1{
		max-width:100%;
	}
}

/*application content*/
.appswiper img{
	width:100%;
}
.app2swiper img{
	width:100%;
}
.app2swiper{
	margin-top: 30px;
	margin-bottom:100px;
}
.swiper-slide-thumb-active{
	position: relative;
}
.app2swiper .swiper-slide{
	cursor:pointer;
}
.swiper-slide-thumb-active:after{
	content:"";
	width:100%;
	height:100%;
	border:5px solid #f0d00a;
	display: block;
	z-index: 1;
	box-sizing:border-box;
	top:0;
	position: absolute;

}


/*news list*/
.pagenews .center p img{
	max-width:100%;
}
.pagenews .center p span{
	display: block;
}
.newsc{
	border-bottom: 1px solid #d1d1d1;
	padding:30px 0;
}
.newsc:nth-child(1){
	border-top: 1px solid #d1d1d1;
}
.newcimg{
	width:400px;
	height: 220px;
	background-size:cover;
}
.newctext{
	padding:40px;
	box-sizing:border-box;
	width:calc(100% - 600px);
	transition: all .3s ease-out 0s;
}
.newsp1{
	color: #f0d00a;
	color: #333;
	font-size:20px;
	font-weight: 800;
	line-height: 1!important;
}
.newsp2{
	color: #666;
	font-size:14px;
	font-weight: 300;
	margin-top:20px;
}
.newctime{
	padding:40px 0;
}
.newsp3{
	color: #333;
	font-size:40px;
	font-weight: 300;
	line-height: 1!important;
	text-align:center;
}
.newsc:hover .newctext{
	transform: translate(-10px,0px);
}
.newsc:hover .newsp1{
	color: #f0d00a;
}
@media(max-width:1100px){
	.newcimg{
		width:100%;
	}
	.newctext{
		width:100%;
		padding:30px 0 0;
	}
	.newsp1{
		line-height: 2!important
	}
	.newctime{
		display: none;
	}
	.newsc:hover .newctext{
		transform: translate(0px,0px);
	}
}
/*contact list*/
.contact{
	width:100%;
}
.cont1{
	width:calc(50% - 30px);
	padding:20px;
	background: #efefef;
	transition: all .3s ease-out 0s;
	box-sizing:border-box;
	margin-top: 50px;
	cursor:pointer;
}
.cont1:hover{
	background: #f0d00a;
	transform: translate(0px,-5px);
}
.contp1{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.contp2{
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	line-height: 2;
}
@media(max-width:1100px){
	.cont1{
		width:100%;
		margin-top:20px;
	}
}

/*case list*/
.case{
	display: flex;
	flex-wrap:wrap;
	justify-content:start;
	margin-top: 50px;
}
.casec{
    width:calc(25% - 30px);
    box-sizing:border-box;
    display: block;
    margin-right: 40px;
    margin-bottom:10px;
    transition:1s;
}
.casec:hover{
	transform: translate(0px,-5px);
}
.casec:nth-child(4n){
	margin-right:0px;
}
.caseimg{
    width:100%;
}
.caseimg img{
	width:100%;
}
.casep1{
	text-align: center;
	padding:10px 0;
	box-sizing:border-box;
}
.casecon{
	width:100%;
}
.casecon img{
	width:100%;
}
.case2{
	position: relative;
	width:100%;
}
@media(max-width:1100px){
	.casec{
		width:calc(50% - 20px);
	}
	.casec:nth-child(2n){
		margin-right:0px;
	}
}

/*download*/
.c2{
	position: relative;
	width: 100%;
	margin-top: 20px;
	border-top: 4px solid #e9e9e9;
	border-bottom: 4px solid #e9e9e9;
}
.c2img{
	width:240px;
	height: 240px;
	overflow: hidden;
}
.c2img img{
	width:100%;
	height: 100%;
}
.c2text{
	width:calc(100% - 240px);
	padding:50px;
	box-sizing:border-box;
	color: #333;
}
.c2text:hover{
	color: #f0d00a;
}
.c2p1{
	font-size: 18px;
	font-weight: 800;
}
.c2p2{
	font-size: 16px;
	font-weight: 400;
	margin-top:20px;
}
.c2p3{
	font-size: 16px;
	font-weight: 400;
	margin-top:10px;
}
.c2pa{
	position: absolute;
	font-size: 18px;
	font-weight: 800;
	right:50px;
	bottom:50px;
	color: #f0d00a;
}
@media(max-width:800px){
	.c2img{
		width:100%;
	}
	.c2text{
		width:100%;
		padding:20px 0;
	}
	.c2pa{
		right:0px;
		bottom:20px;
	}
}

/*登录注册*/
.pagelogin{
	width:100%;
	position: relative;
	box-sizing:border-box;
	margin:60px 0;
}
.pagelogin .center{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.loginleft{
	width:320px;
	height: 600px;
	border-radius: 10px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	box-sizing:border-box;
	padding:20px;
}

.logind1{
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
    line-height: 30px;
    font-size:20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e8e8e8;
}

.logind1 p{
	color: #656565;
	margin-left:10px;
	width:calc(100% - 40px);
	white-space: nowrap;/*设置不换行*/
    overflow: hidden; /*设置隐藏*/
    text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.logind2{
	padding-top: 10px;
}
.logind21{
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    line-height: 30px;
    padding:15px 0;
    color: #656565;
    font-size:20px;
}
.logind21 p{
	margin-left:10px;
}
.logind21:hover p{
	color:#f0d00a;
}
.logind21:hover path{
	fill:#f0d00a;
}
.logindactive{
	color: #f0d00a!important;
}
.logindactive path{
	fill: #f0d00a!important;
}
.loginright{
	width: calc(100% - 370px);
}
.loginp1{
	font-size:30px;
	margin-bottom:40px;
}
.loginp2{
	background: #e0e0e0;
	padding:0 20px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.loginp2 .dd{
	padding:10px;
	font-size:20px;
	box-sizing:border-box;
	text-align: center;
}
.loginp21{
	width:20%;
}
.loginp22{
	width:30%;
}
.loginp23{
	width:30%;
}
.loginp24{
	width:10%;
}
.loginp25{
	width:10%;
}
.loginp3{
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:20px;
    background: #efefef;
}
.loginp3:nth-child(2n){
	background: #fbfbfb;
}

.loginp3 .dd{
	padding:20px 0px;
	font-size:16px;
	font-weight: 600;
	box-sizing:border-box;
	text-align: center;
}

.loginp31{
	width:20%;
	padding:0!important;
}
.loginp32{
	width:30%;
}
.loginp33{
	width:30%;
}
.loginp34{
	width:10%;
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    line-height: 25px;
    font-size:20px!important;
    font-family: '微软雅黑';
}
.loginp34 .loginnum{
	width:35px;
	height:30px;
	font-size:16px;
	padding:0!important;
	line-height: 25px;
	box-sizing:border-box;
	border:1px solid #666666;
}
.loginp34 .loginjj{
	line-height: 25px;
	width:25px;
	height:25px;
	cursor: pointer;
}
.loginp35{
	width:10%;
}
.loginp31 img{
	width:100%;
	max-height:150px;
}
.logindel{
	width:32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #e0e0e0;
	border-radius: 50%;
	margin:0 auto;
	cursor: pointer;
	transform: translate(0px,-5px);
}

.logindel svg{
	margin:6px 0;
}
.logindel:hover{
	background: #f0d00a;
}
.loginp4{
	margin-top:20px;
	border-top:1px solid #d6d6d6; 
	display:flex;
    flex-wrap:wrap;
    justify-content:end;
    padding:20px 0;
    line-height:40px; 
    font-size: 20px;
}
.loginp41{
	height: 40px;
	padding:15px 50px;
	height: 40px;
	line-height:40px;
	text-align: center;
	background: #efefef;
	margin-right: 20px;
	cursor: pointer;
}
.loginp42{
	height: 40px;
	padding:15px 50px;
	height: 40px;
	line-height:40px;
	text-align: center;
	background: #f0d00a;
	cursor: pointer;
}
.loginp4 svg{
	transform: translate(0px,5px);
}

.loginp5{
	position: relative;
	width:100%;
	margin-top: 50px;
}
.loginp51{
	font-size: 18px;
	color: #f0d00a;
	width:100px;
}
.loginp51:after{
	content: '';
	display: block;
	position: absolute;
	top:12px;
	height: 1px;
	width:calc(100% - 100px);
	right:0;
	background: #efefef;
}
.loginp52{
	margin-top:30px;
	font-size: 16px;
	font-weight: 800;
}
.loginp52 span{
	margin-left:200px;
}
.loginchange{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding:10px 30px;
	background: #f0d00a;
	color: #000;
}

/*修改密码*/
.pschange{
	width:100%;
	max-width:700px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin:0px auto 50px;
	text-align: center;
	padding:30px 100px;
	box-sizing:border-box;
}
.zh .pschange{
	box-shadow:none;
}
.psretrieve{
	width:100%;
	max-width:700px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin:0px auto 50px;
	text-align: center;
	box-sizing:border-box;
}
.pscp0{
	width:100%;
	max-width:700px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.pscp01{
	width:50%;
	padding:20px 0;
	box-sizing:border-box;
	text-align: center;
	font-size: 16px;
	background: #dfdfdf;
}
.pscp01 a{
	display: block;
	height: 100%;
	width:100%;
}
.pscp02{
	width:50%;
	padding:20px 0;
	box-sizing:border-box;
	text-align: center;
	font-size: 16px;
	background: #f0d00a;
}

.pscp1{
	font-size:24px;
	color: #333333;
	font-weight:800;
}
.pscp2{
	font-size:16px;
	color: #666666;
	font-weight:400;
	margin-top:5px;
}
.pschangeform{
	margin-top:50px;
	display: block;
	width:100%;
	box-sizing:border-box;
}
.pscp3{
	text-align: left;
	font-size:16px;
}
.pscp4{
	width:100%;
	margin:10px 0 20px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	border:1px solid #333;
	padding:0 10px;
	box-sizing:border-box;
}
.pscp4a{
	width:100%;
	margin:10px 0 20px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	border:1px solid #333;
	padding:0 10px;
	box-sizing:border-box;
}
.pscp4a1{
	position: relative;
	right:15px;
	top: -60px;
    font-size: 15px;
    color: #333;
    background: #f0d00a;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
    width:100px;
    float: right;
    box-sizing:border-box;
}
.pscp5{
    display: block;
    padding: 15px 50px;
    text-align: center;
    background: #f0d00a;
    cursor: pointer;
    display: block;
    margin:20px auto;
    font-size:14px;
    box-sizing:border-box;
}
/*邮箱登录*/
.login-email{
	width:100%;
	max-width:500px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin:0px auto 50px;
	text-align: center;
}
.logindtop{
	height: 70px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.ldtz{
	width:50%;
	height: 70px;
	line-height: 70px;
	display: block;
	box-sizing:border-box;
	text-align: center;
	font-size:22px;
	font-weight: 800;
	color:#333;  
}
.ldty{
	width:50%;
	height: 70px;
	line-height: 70px;
	display: block;
	box-sizing:border-box;
	text-align: center;
	font-size:22px;
	font-weight: 800;
	color:#333; 
	background: #f0d00a; 
}
.logindcen{
	width:100%;
	padding:35px;
	box-sizing:border-box;
}
.ldcf{
	width:100%;
}
.ldc1{
	width:100%;
	background: #f7f7f7;
	padding:20px;
	box-sizing:border-box;
	border-radius: 15px;
	color:#999999;
	font-size: 16px;
	margin-bottom: 20px;
}
.ldc4{
	position: relative;
	width:100%;
	background: #f7f7f7;
	padding:20px;
	box-sizing:border-box;
	border-radius: 15px;
	color:#999999;
	font-size: 16px;
	margin-bottom: 20px;
}
.ldc41{
	width:100%;
	background: #f7f7f7;
}
.ldc42{
	position: absolute;
	top:15px;
	right: 20px;
	font-size:15px;
	color: #333;
	background: #f0d00a;
	cursor:pointer;
	padding:5px 10px;
	border-radius: 10px;
}
.ldc2{
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
    color: #999;
}
.check{
	position: relative;
	right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    margin-right:10px; 
}
.check-ok{
	background: #f0d00a;
	color: #fff;
	border: 1px solid #f0d00a;
}
.check-ok:before{
	position: absolute;
	content: "✔";	
	left:30%;
	top:2px;
}
.ldc3{
	margin-top: 20px;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.ldc31{
	width:calc(50% - 20px);
	background: #efefef;
	padding:20px 0;
	text-align: center;
	box-sizing:border-box;
	border-radius: 15px;
	color:#999999;
	font-size: 16px;
	margin-bottom: 30px;
}
.ldc33{
	width:calc(50% - 20px);
	padding:20px 0;
	text-align: center;
	box-sizing:border-box;
	border-radius: 15px;
	background: #f0d00a;
	color:#333;
	font-size: 16px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.ldc32{
	width:calc(50% - 20px);	
	text-align: center;
	box-sizing:border-box;
	margin-bottom: 30px;
}
.ldc32 input{
	padding:20px 0;
	width:100%;
	height: 100%;
	cursor:pointer;
	background: #f0d00a;
	color:#333;
	font-size: 16px;
	border-radius: 15px;
}
.ldc32inputs{
	padding:20px 0;
	width:100%;
	height: 100%;
	cursor:pointer;
	background: #f0d00a;
	color:#333;
	font-size: 16px;
	border-radius: 15px;
}
.logindbot{
	padding:30px;
	border-top:2px solid #e6e6e6;
	font-size:16px;
	color:#999; 
}

/*注册*/
.rec{
	width:100%;
	max-width:1000px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
	margin:0px auto 50px;
	text-align: center;
	padding:50px;
	box-sizing:border-box;
}
.recform{
	display: block;
	width: 100%;
	position: relative;
}
.rec1{
	width:100%;
	color: #000;
	font-size:28px;
	font-weight: 800;
	text-align: left;
}
.rec2{
	width:100%;
	display:flex;
    flex-wrap:wrap;
    justify-content:start;
    margin-top:10px;
}
.rec21{
	width:50%;
	padding:20px;
	text-align: center;
	box-sizing:border-box;
	background: #f0d00a;
	font-size: 16px;
}
.rec22{
	width:50%;
	text-align: center;
	box-sizing:border-box;
	background: #e7e7e7;
	font-size: 16px;
}
.rec22 a{
	display: block;
	padding:20px;
	box-sizing:border-box;
	background: #e7e7e7;
	font-size: 16px;
}
.rec3{
	display: block;
	width:100%;
	border:2px solid #cdcdcd;
	box-sizing:border-box;
	padding: 10px;
	margin-top:20px;
}
.rec4{
	display: block;
	width:100%;
	box-sizing:border-box;
	position: relative;
}
.rec41{
	display: block;
	width:100%;
	border:2px solid #cdcdcd;
	box-sizing:border-box;
	padding: 10px;
	margin-top:20px;
}
.rec42{
	position: absolute;
	width:130px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #f0d00a;
	right:5px;
	top:5px;
	cursor:pointer;
}
.rec0{
	margin-top: 30px;
}
.rec5{
	width:200px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size:16px;
	background: #f0d00a;
	margin-top:30px;
	display: block;
	cursor:pointer;
}
@media(max-width:800px){
	.pagelist a{
		margin:10px 5px 0!important;
		line-height: 40px!important;
    	height: 40px!important;
	}
}
