@charset 'UTF-8';

.bannerPR{
	position: relative;
	width: 100%;
	height: 480px;
	background: url(../images/webPR/prBanner.jpg) no-repeat center;
	color: #fff;
}

.bannerPR .container{
	height: 100%;
	box-sizing: border-box;
}

.bannerPR h1{
	font-size: 32px;
	font-weight: bold;
	padding-top: 80px;
	margin-bottom: 20px;
}

.bannerPR p{
	max-width: 736px;
	font-size: 14px;
	line-height: 26px;
}

.bannerPR .website{
	width: 540px;
	height: 40px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 13px;
}

.bannerPR .website::-webkit-input-placeholder {
	color: #999;
}


.search-conditions{
	width: 540px;
	height: 40px;
	box-sizing: border-box;
	margin-top: 12px;
}

.search-conditions .select { 
    position: relative; 
    display: inline-block; 
    width: 170px; 
    height: 40px;
    background-color: #F6F5F5;
    border: 1px solid #DDDDDD;
    box-sizing: border-box; 
    text-align: left; 
    user-select: none; 
    -webkit-touch-callout: none;
    line-height: 38px;
    border-radius: 3px;
    padding-left: 1em;
    font-size: 14px;
	color: #666;
	margin-right: 12px;
}

.search-conditions .select .placeholder { 
    position: relative; 
    display: block; 
    z-index: 1; 
    border-radius: 2px; 
    cursor: pointer;
}

.search-conditions .select .placeholder:after { 
    position: absolute; 
    right: 1em; 
    top: 50%; 
    transform: translateY(-50%); 
    font-family: 'FontAwesome'; 
    content: '\f078'; 
	z-index: 10;
}

.search-conditions .select.is-open .placeholder:after {
    content: '\f077';
}

.search-conditions .select.is-open ul { 
    display: block;
}

.search-conditions .select ul {
    display: none; 
    position: absolute; 
    overflow: hidden; 
    width: 100%; 
    background: #fff; 
    border-radius: 2px; 
    top: 100%; 
    left: 0; 
    list-style: none; 
    margin: 5px 0 0 0; 
    z-index: 100;
    box-shadow: 0px 0px 5px rgba(51, 51, 51,.4);
}

.search-conditions .select ul li { 
    display: block; 
    text-align: left; 
    height: 36px; 
    line-height: 36px; 
    padding-left: 1em; 
    color: #666; 
    cursor: pointer;
}

.search-conditions .select ul li:hover { 
    background: #2d99eb; 
    color: #fff;
}

.go-to-experience{
	float: right;
	display: block;
	width:170px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	background-color: #2894F4;
	padding-left: 32px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 3px;
}

.go-to-experience:hover{
	background-color: #0C76F9;
}

.animate-l-to-r {
    animation: arrow 0.8s linear infinite alternate;
    -moz-animation: arrow .8s linear infinite alternate;
    -webkit-animation: arrow .8s linear infinite alternate;
}


@keyframes arrow {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: 10px;
    }
  }
  @-moz-keyframes arrow {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: 10px;
    }
  }
  @-webkit-keyframes arrow {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: 10px;
    }
}

.actionBtns{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background:rgba(0,123,255,0.4);
}
.actionBtns .container{
	display: flex;
	justify-content: space-between;
}
.actionBtns .container > li{
	width: 240px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background:rgba(0,123,255,0.8);
	box-sizing: border-box;
}
.actionBtns .container > li:nth-of-type(odd){
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.actionBtns a{
	color: #fff;
	font-size: 16px;
}
.actionBtns a i{
	vertical-align: -6px;
}


.contArea{
	width: 100%;
	padding: 90px 0;
}
.advantage{
	background-color: #FAFAFA;
}
.contArea>h1{
	text-align: center;
	margin-bottom: 50px;
	font-size: 28px;
	color: #35465B;
}
.contArea .contArea-out{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contArea .contArea-box{
	display: flex;
	align-items: center;
	width: 280px;
	height: 120px;
	margin-bottom: 21px;
	padding: 30px 20px 30px 10px;
	box-sizing: border-box;
	background-color: #fff;
}
.contArea .contArea-box-r{
	margin-left: 10px;
	color: #666;
	line-height: 22px;
}

.contArea>ul.discount-package{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contArea>ul.discount-package>li{
	width: 210px;
	height: 240px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #229afe;
	padding: 0 10px;
	position: relative;
}

.contArea>ul.discount-package>li:last-child{
	border: 1px solid #e1e4e5;
}

.contArea>ul.discount-package>li>p{
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	text-align: center;
}

.contArea>ul.discount-package>li>a{
	position: absolute;
	width: 120px;
	height: 30px;
	background-image: linear-gradient(to right, #067eff , #279cfe);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.package-items{
	width: 100%;
	border-bottom: 1px dashed #e1e4e5;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.package-items>h1,.package-items-more>h1{
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.package-items>p{
	font-size: 16px;
	color: #333;
	margin: 16px 0;
}

.package-items>span{
	font-size: 22px;
	color: #fc5e37;
	font-weight: 600;
}

.package-items-more{
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.package-items-more>p{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 15px 0;
	line-height: 24px;
}

.package-items-more>span{
	font-size: 14px;
	color: #333;
	text-align: center;
}

.package-items-more>span>label{
	color: #229afe;
	margin-top: 6px;
	display:flex;
}

.platform-img{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/process.png) no-repeat center;
	background-size: 1000px auto;
}

.contArea>ul.platform-process{
	width: 1000px;
	margin: 0 auto;
	background-size: 1100px auto;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 40px;
	box-sizing: border-box;
}

.contArea>ul.platform-process>li{
	width: 20%;
	text-align: center;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
}

.contArea>ul.platform-process>li>h1{
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}

.contArea>ul.platform-process>li>p{
	font-size: 12px;
	color: #999;
	line-height: 22px;
}

.lay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/op_bg.png) repeat;
    z-index: 999;
    display: none;
}

.refer {
    width: 600px;
    height: 550px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -250px;
    background: #f6f6f6;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 5px #f6f6f6;
}

.refer h4 {
    font-size: 18px;
    color: #313131;
    text-align: center;
    padding: 15px;
}

.refer .close {
	font-size: 24px;
	color: #b5b5b5;
	float: right;
	margin-top: -45px;
	margin-right: 10px;
	cursor: pointer;
}

.refer .te {
	padding: 0 30px;
}

.refer .te li {
	width: 100%;
	margin-top: 18px;
}

.refer .rLeft {
	float: left;
	text-align: right;
	width: 80px;
	color: #313131;
	font-size: 14px;
	line-height: 40px;
	margin-right: 5px;
}

.refer .rRight {
	float: left;
}

.refer .rRight select {
	width: 180px;
	height: 40px;
	padding: 0 5px;
	font-size: 14px;
	color: #313131;
	border: 1px solid #c9c9c9;
	background: #F6F6F6;
}

.refer .rRight textarea {
	width: 430px;
	height: 90px;
	border: 1px solid #c9c9c9;
	resize: none;
	font-size: 14px;
	padding: 5px;
	background: #F6F6F6;
}

.refer .rRight input {
	width: 430px;
	height: 40px;
	border: 1px solid #c9c9c9;
	font-size: 14px;
	padding: 0 5px;
	font-size: 14px;
	background: #F6F6F6;
}

.refer .submit {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #48A1FF;
	margin: 20px 210px;
	cursor: pointer;
}

.refer .line {
	height: 1px;
	width: 520px;
	background: #C9C9C9;
	margin: 0 auto 5px;
}

.refer p {
	margin-left: 10px;
	font-size: 14px;
	color: #898989;
	line-height: 30px;
}

.refer p span {
	color: #313131;
	margin-right: 10px;
}

.success {
    width: 360px;
    height: 160px;
    border-radius: 5px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -80px;
    z-index: 99999;
    display: none;
}

.success images {
    margin: 20px 160px;
}

.success p {
    font-size: 14px;
    color: #313131;
    margin-bottom: 10px;
    text-align: center;
}
/*  自适应*/
.process-img{
	display:none;
	width:90%;
	margin:auto;
}
.process-img>li{
	display:flex;
	width:100%;
	margin-bottom:30px;
	align-items: center;
}
.process-img>li i{
	width: 73px;
    height: 64px;
    display:inline-block;
    background-image: url(../images/process-zsy.png) ;
    background-repeat:no-repeat;
}
.process-img>li i.process1{
	background-position:-100px 0;
}
.process-img>li i.process2{
	background-position:-322px 0;
}
.process-img>li i.process3{
	background-position:-543px 0;
}
.process-img>li i.process4{
	background-position:-764px 0;
}
.process-img>li i.process5{
	background-position:-986px 0;
}
.process-img>li>.process_c{
	margin-left:20px;
}
.process-img>li>.process_c>h1{
	font-size: 18px;
    margin-bottom: 10px;
    color: #666;
}
.process-img>li>.process_c>p{
	font-size: 12px;
    color: #999;
    line-height: 22px;
}
@media screen and (max-width:1024px){
	.bannerPR{
		background-position:45% 0;
		text-align:center;
	}	
	.contArea .contArea-out,.bannerPR .container{
		width:90%;
	}
	.contArea .contArea-box{
		width:calc(50% - 15px);
	}
	.contArea .contArea-box .contArea-box-l img{
		width:35px;
		height:35px;
	}
	.bannerPR h1{
		padding-top:50px;
	}
	.bannerPR .website,.go-to-experience{
		width:100%!important;
		margin-left:0!important;
		margin-top:20px;
	}
	.actionBtns .container{
		width:100%;
	}
	.actionBtns a i,.actionBtns .container > li:nth-child(1),.platform-img,.platform-process{
		display:none;
	}
	.actionBtns{
		height: 60px;
	}
	.actionBtns .container > li{
		height: 60px;
    	line-height: 60px;
	}
	.actionBtns a{
		font-size:14px;
	}
	.contArea>ul.discount-package{
		width:90%;
		flex-wrap: wrap;
	}
	.contArea>ul.discount-package>li{
		width:calc(50% - 15px);
		margin-bottom:30px;
	}
	.process-img{
		display:block;
	}
}
@media screen and (max-width:768px){
	.contArea .contArea-box{
		width:100%;
	}
	
}
