
.layer-head .layer-subtit{
	max-width: 100% !important;
	font-size: 18px !important;
}
.layer-vision{
	margin-top: 0 !important;
}
.layer-vision .vision-thumb .thumb-img{
	width: 34% !important;
    min-height: 60% !important;
    bottom: 20px !important
}
.layout-adout-header ul{
	overflow: hidden;
}
.layout-adout-header ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.layout-adout-header ul li span{
	font-size: 44px;
	color: #316CC3;
}
.layout-adout-header ul li font{
	font-size: 14px;
	color: #999999;
}
.layout-adout-header ul li p{
	font-size: 14px;
	color: #999999;
}
.layout-about-bg{
	background-image: url(img/about/bg.jpg);
	padding: 80px 0 0 0;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.layout-about-line{
	padding-top: 50px;
	width: 980px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}
.layout-about-info{
	width: 820px;
	margin: 0 auto;
	padding: 30px;
	box-shadow:0px 0px 10px #ebebeb;
	background-color: #FFFFFF;
}
.about-info-box{
	overflow: hidden;
}
.about-info-box img{
	width: 190px;
	height: 55px;
	float: left;
}
.about-info-box div{
	float: left;
	margin-left: 30px;
	width: 600px;
}
.about-info-box div p{
	font-size:14px;
	color: #666666;
	display: block;
}
.about-info-list ul li{
	padding-top: 24px;
	overflow: hidden;
}
.about-info-list ul li span{
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	margin-right: 14px;
	margin-top: 4px;
}
.about-info-list ul li:nth-child(1) span{
	background-color: #406FB4;
}
.about-info-list ul li:nth-child(2) span{
	background-color: #EAC52E;
}
.about-info-list ul li:nth-child(3) span{
	background-color: #33D9C7;
}
.about-info-list ul li:nth-child(4) span{
	background-color: #D97233;
}
.about-info-list ul li p{
	font-size:14px;
	color: #666666;
	display: block;
	float: left;
	width: 798px;
}

.layout-about-com{
	
}
.layout-about-com ul li{
	float: left;
	width:31.333%;
	height:224px;
	background:#FFFFFF;
	border-radius: 10px;
	transition:box-shadow .5s;
	-moz-transition:box-shadow 5s; /* Firefox 4 */
	-webkit-transition:box-shadow .5s; /* Safari and Chrome */
	-o-transition:box-shadow .5s; /* Opera */
	border:1px solid #dee2e6;
	--border-opacity: 1;
	border-color: #f1f3f5;
	border-color: rgba(241,243,245,var(--border-opacity));
	text-align: center;
	margin-right: 2.6%;
}
.layout-about-com ul li:hover{
	box-shadow:0px 0px 10px #ebebeb;/* 边框阴影 */  
	-moz-box-shadow: 0px 0px 10px #ebebeb; /* 老的 Firefox */  
}
.layout-about-com ul li:nth-child(3){
	margin-right: 0;
}
.layout-about-com ul li img{
	margin-top: 40px;
}
.layout-about-com ul li p{
	margin: 20px 0;
	display: block;
	color: #495057;
	font-size: 16px;
}
.layout-about-com ul li span{
	display: block;
	color: #868e96;
	font-size: 12px;
}

/*时间轴*/
.company__jumbotron {
	background-image: url(/_nuxt/img/9a3538f.jpg)
}

.company-introduction__item strong {
	background-image: linear-gradient(0deg, #69db7c, #3bc9db);
	-webkit-background-clip: text;
	-webkit-animation: hueRotate 15s linear infinite;
	-webkit-text-fill-color: transparent
}

@-webkit-keyframes hueRotate {
	0% {
		-webkit-filter: hue-rotate(0)
	}

	to {
		-webkit-filter: hue-rotate(-1turn)
	}
}

@keyframes hueRotate {
	0% {
		-webkit-filter: hue-rotate(0)
	}

	to {
		-webkit-filter: hue-rotate(-1turn)
	}
}

.company-introduction__content {
	background-image: url(/_nuxt/img/dad76a5.jpg)
}

.company-introduction__content-description p {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .75rem;
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134, 142, 150, var(--text-opacity));
	line-height: 2
}

.company-introduction__content-description p:before {
	position: absolute;
	left: 0;
	padding: .25rem;
	--bg-opacity: 1;
	background-color: #ff8787;
	background-color: rgba(255, 135, 135, var(--bg-opacity));
	top: 9px;
	content: ""
}

.company-introduction__content-description p:first-child {
	padding-left: 0
}

.company-introduction__content-description p:first-child:before {
	display: none
}

.company-introduction__content-description p:nth-child(2):before {
	--bg-opacity: 1;
	background-color: #ffd43b;
	background-color: rgba(255, 212, 59, var(--bg-opacity))
}

.company-introduction__content-description p:nth-child(3):before {
	--bg-opacity: 1;
	background-color: #ffa94d;
	background-color: rgba(255, 169, 77, var(--bg-opacity))
}

.company-introduction__content-description p:nth-child(4) {
	margin-bottom: 0
}

.company-introduction__content-description p:nth-child(4):before {
	--bg-opacity: 1;
	background-color: #4dabf7;
	background-color: rgba(77, 171, 247, var(--bg-opacity))
}

.company-culture__item:first-child i {
	--text-opacity: 1;
	color: #ffa94d;
	color: rgba(255, 169, 77, var(--text-opacity))
}

.company-culture__item:nth-child(2) i {
	--text-opacity: 1;
	color: #4dabf7;
	color: rgba(77, 171, 247, var(--text-opacity))
}

.company-culture__item:nth-child(3) i {
	--text-opacity: 1;
	color: #ff8787;
	color: rgba(255, 135, 135, var(--text-opacity))
}

.company-history__list {
	position: relative;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.company-history__list:before {
	position: absolute;
	top: 0;
	bottom: 0;
	border: 1px solid #f1f3f5;
	left: 50%;
	content: ""
}

.company-history__item {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	transform: translateX(96.5%)
}

.company-history__item span {
	position: relative;
	width: 3rem;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 4rem;
	font-size: .75rem;
	text-align: center;
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134, 142, 150, var(--text-opacity));
	border-width: 1px;
	--border-opacity: 1;
	border-color: #ced4da;
	border-color: rgba(206, 212, 218, var(--border-opacity));
	border-radius: 9999px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.company-history__item span:before {
	position: absolute;
	width: 2.5rem;
	height: 1px;
	--bg-opacity: 1;
	background-color: #ced4da;
	background-color: rgba(206, 212, 218, var(--bg-opacity));
	top: 50%;
	right: -87%;
	content: ""
}

.company-history__item span:after {
	position: absolute;
	width: .5rem;
	height: .5rem;
	border-width: 1px;
	--border-opacity: 1;
	border-color: #ced4da;
	border: 1px solid #EBEBEB;
	--bg-opacity: 1;
	background-color: #fff;
	border-radius: 9999px;
	top: 50%;
	right: -100%;
	content: "";
	transform: translateY(-50%)
}

.company-history__item:nth-child(odd) {
	flex-direction: row-reverse;
	transform: translateX(4%)
}

.company-history__item:nth-child(odd) span {
	margin-right: 0;
	margin-left: 4rem
}

.company-history__item:nth-child(odd) span:before {
	left: -87%
}

.company-history__item:nth-child(odd) span:after {
	left: -100%
}

.company-history__item .company-history__item-text {
	--text-opacity: 1;
	color: #868e96;
	color: rgba(134, 142, 150, var(--text-opacity))
}

.company-honor__item {
	position: relative;
	width: 20%;
	padding-left: .5rem;
	padding-right: .5rem;
	order: 3;
	overflow: hidden
}

.company-honor__item:before {
	position: absolute;
	top: 0;
	height: 100%;
	left: -130px;
	width: 80px;
	background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .2) 50%, hsla(0, 0%, 100%, 0));
	content: "";
	transform: skewx(-25deg)
}

.company-honor__item:hover:before {
	left: 100%;
	transition: left .3s
}

.company-honor__item:nth-child(-n+5) {
	margin-bottom: 1rem;
	order: 1
}

.company-honor__item:nth-child(2) {
	order: 2
}

.company-honor {
	background-color: rgba(0, 0, 0, .02)
}

.company-contact__content {
	height: 391px;
	background-image: url(/_nuxt/img/f5de664.jpg)
}

.company-job {
	background-color: rgba(0, 0, 0, .02)
}
.location{
}
.layout-banner{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -11vw;
	position: relative;
	height: 158px;
}
.layout-banner ul{
	overflow: hidden;
}
.layout-banner ul li{
	width: 33.33%;
	float: left;
	overflow: hidden;
}
.layout-banner ul li .layout-banner-left{
	float: left;
	width: 6vw;
}
.layout-banner ul li .layout-banner-right{
	float: left;
	margin-top: 20px;
	margin-left: 32px;
	
}
.layout-banner ul li .layout-banner-right h3{
	font-size: 1.5vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.layout-banner ul li .layout-banner-right div{

}
.layout-banner ul li .layout-banner-right img{
	width: 18px;
	height: 18px;
}
.layout-banner ul li .layout-banner-right span{
	font-size: 1vw;
	color: #FFFFFF;
}



.layout-one{
	width: 660px;
	margin: 0 auto;
}
.layout-one ul{
	overflow: hidden;
}
.layout-one ul li{
	width: 288px;
	height: 195px;
	margin-right: 83px;
	float: left;
	overflow:hidden;position:relative;
}
.layout-one ul li:nth-child(2){
	margin-right: 0;
}

.layout-one ul li i,.layout-two ul li i,.layout-three ul li i ,.layout-five ul li i {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,.2))
}

.layout-one ul li:hover i,.layout-two ul li:hover i,.layout-three ul li:hover i,.layout-five ul li:hover i {
    left: 100%;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s
}

.layout-two{
	width: 820px;
	margin: 0 auto;
	margin-top: 56px;
}
.layout-two ul{
	overflow: hidden;
}
.layout-two ul li{
	width: 240px;
	height: 306px;
	margin-right: 50px;
	float: left;
	overflow:hidden;position:relative;
}
.layout-two ul li:nth-child(3){
	margin-right: 0;
}

.layout-three{
	width: 1200px;
	margin: 0 auto;
	margin-top: 56px;
}
.layout-three ul{
	overflow: hidden;
}
.layout-three ul li{
	width: 222px;
	height: 286px;
	margin-right: 22.5px;
	float: left;
	overflow:hidden;position:relative;
}
.layout-three ul li:nth-child(5){
	margin-right: 0;
}

.layout-five{
	width: 1200px;
	margin: 0 auto;
	margin-top: 56px;
}
.layout-five ul{
	overflow: hidden;
}
.layout-five ul li{
	width: 282px;
	height: 286px;
	margin-right: 22.5px;
	float: left;
	overflow:hidden;position:relative;
}
.layout-five ul li:nth-child(4){
	margin-right: 0;
}




.list-cooperation ul{
	overflow: hidden;
}
.list-cooperation li{
	width: 33.33%;
	float: left;
	position: relative;
}
.list-cooperation li a{
	width: 69%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 40px;
}
.list-cooperation li a img{
	width: 48px;
	height: 48px;
	margin-bottom: 15px;
}
.list-cooperation li a p{
	font-weight: 300;
	--text-opacity: 1;
	color: #495057;
	margin-bottom: 10px;
}
.list-cooperation li a span{
	font-size: 12px;
	color: #868e96;
	font-weight: 100;
}
.margin-top{
	background-position-y: 5px;
}
.list-cooperation-img:hover{transform: translateY(8px);}
.list-cooperation-img{
	width: 48px;
	height: 48px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-size: 100%;
	margin-bottom: 12px;
	transition: transform .3s ease-out;
}
.list-cooperation-icon1{
	background-image: url(img/cooperation/c-icon1.png);
}
.list-cooperation-icon2{
	background-image: url(img/cooperation/c-icon2.png);
}
.list-cooperation-icon3{
	background-image: url(img/cooperation/c-icon3.png);
}
.list-cooperation-icon4{
	background-image: url(img/cooperation/c-icon4.png);
}
.list-cooperation-icon5{
	background-image: url(img/cooperation/c-icon5.png);
}
.list-cooperation-icon6{
	background-image: url(img/cooperation/c-icon6.png);
}

.ipt-type{
	width: 480px;
	margin: 0 auto;
	margin-top: 40px;
}
.ipt-type-com{
	margin-bottom: 20px;
}
.ipt-type-com input{
	width: 480px
	height: 40px;
	border-radius: 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: 100%;
}
.ipt-type-min input{
	width: 214px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.ipt-type-info{
	overflow: hidden;
	width: 512px;
	margin-bottom: 20px;
}
.ipt-type-left{
	float: left;
}
.ipt-type-right{
	float: right;
}
.ipt-type-remark{
	margin-bottom: 20px;
}
.ipt-type-remark textarea{
	width: 480px
	border-radius: 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	font-size: 12px;
	height: 120px;
	outline: 0;
	padding: 10px 15px;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: 100%;
}
.ipt-type-btn{
	text-align: center;
	margin-bottom: 20px;
}
.ipt-type-btn input{
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #409eff;
	border-radius: 4px;
	border: 1px solid #409eff;
	outline: 0;
	color: #FFFFFF;
}
.ipt-title{
	padding: 20px 0;
	text-align: center;
	font-weight: 300;
	font-size: 1.25rem;
	color: #495057;
	--text-opacity: 1;
}
.ipt-txt{
	text-align: center;
	font-weight: 300;
	font-size: 0.85rem;
	color: #868e96;
	--text-opacity: 1;
	margin-bottom: 30px;
}


.enterprise ul{
	overflow: hidden;
	
}
.enterprise ul li{
	width: 25%;
	display: block;
	float: left;
}
.enterprise ul li div{
	margin:10px;
	position: relative;
}

.enterprise ul li div i {
    position: absolute;
    left: -10%;
    top: 0;
    width: 20%;
    height: 100%;
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,.5),rgba(255,255,255,.5),rgba(255,255,255,.5))
}

.enterprise ul li:hover div i {
    left: 100%;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s
}

.layout-case{
	overflow: hidden;
}
.layout-case img{
	width: 53.5%;
	float: left;
}
.layout-case div{
	float: left;
	width: 46.5%;
	overflow: hidden;
}
.layout-case div h1{
	padding: 1.6vw 0;
	font-size: 30px;
	color: #111111;
	margin-left: 44px;
}
.layout-case div span{
	display: block;
	width: 46px;
	height: 2px;
	background: #076CE0;
	margin-left: 44px;
}

.layout-case div p{
	padding-top: 24px;
	color: #666;
	line-height: 2em;
	margin-left: 44px;
	margin-bottom: 3vw;
}
.layout-case div .case-learnmore{
	padding: 12px 20px !important;
	font-size: 20px !important;
	float: right;
	border-radius: 0;
}
.layout-case-customer{
	
}
.layout-case-customer ul{
	overflow: hidden;
}
.layout-case-customer ul li{
	float: left;
	width: 50%;
	margin-top: 20px;
}
.layout-case-customer ul li div{
	width: 75%;
	margin: 0 auto;
}
.layout-case-customer ul li div p{
	display: block;
	padding: 20px 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
}


.wrapper {
  margin: 0 auto;
  padding:0;
  width: 700px;
  margin-bottom: 60px
}
.tagcloud {
  position: relative;
  margin-top: 150px;
  z-index: 1;
}
.tagcloud a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  
}

.b01{
    width: 160px;
    height: 160px;
    line-height: 160px;
}
.b02{
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.b03{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.b04{
    width: 80px;
    height: 80px;
    line-height: 80px;
}


.qiye-title{
	font-size: 20px;
}
.jiesao{
	margin: 3vw 0;
	line-height: 30px;
}
.layout-index-bg{
	background-image: url(img/index-com-bg.png) !important;
	padding: 80px 0 0 0;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.about-info-list .more-link{display:inline-block;font-size:16px;padding:0 10px 0px 15px;line-height:25px;background-position:0 center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKBAMAAACUK2mNAAAAJ1BMVEUAAAAxbMMxbMMxbMMxbMMxbMMxbMMxbMMxbMMxbMMxbMMxbMMxbMM4MR8sAAAADHRSTlMADPTr5srHn5qCWjKe6eEqAAAAKUlEQVQI12MonsgABDpHFgDJM2eObQCRZ04IgMgzARASIgKWhaqE6AIA89gYvURTVBIAAAAASUVORK5CYII=);color:#0A74FF;position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.about-info-list .more-link:before{content:'';display:block;width:0%;height:2px;position:absolute;right:0;bottom:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.about-info-list .more-link:hover:before{width:100%;left:0;right:auto;background-color:#0A74FF;}
.about-info-list .more-txt{display:inline}



.research-box section.news-list{
	overflow: hidden;
	padding-bottom: 0px;
	width: 19%;
	float: left;
	border-bottom: none;
}

.research-box section.news-list .list-box{
	width: 100%;
	height: 84px;
}
.research-box section.news-list .list-text{
	width: 471px;
	margin-left: 15px;
	height: 84px;
	overflow: hidden;
}

.research-box section:nth-child(1){
	margin-right: 1%;
}
.research-box section:nth-child(2){
	margin-right: 1%;
}
.research-box section:nth-child(3){
	margin-right: 1%;
}
.research-box section:nth-child(4){
	margin-right: 1%;
}
.research-box section{
	position: relative;
}

.news-list-box{
	width: 100%;
	overflow: hidden;
}
.news-list-box img{
	width: 100%;
	overflow: hidden;
}
.news-list-box-icon{
	width: 24px !important;
	height: 24px;
	display: block !important;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-list-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 224px;
	background-color: rgba(255,255,255,0.6);
	text-align: center;
}
.news-list-footer span{
	font-size: 12px;
	color: #868e96;
}

.section-box-s{
	background-color: #00CCBB;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	box-shadow: 0px 4px 20px rgba(0,0,0,.3);
}


.customization{
	width: 1200px;
	margin: 0 auto;
	padding-top: 85px;
}
.customization_title{
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}
.customization_explains{
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-bottom: 24px;
}
.customization_content{

}
.customization_contents{
	float: left;
	width: 23%;
    height: 280px;
    padding: 1% 1%;
	position: relative;
	cursor: pointer;
}
.customization_contents a{
	position: absolute;
	bottom: 40px;
	left: 0;
}
.customization_contents:hover{
	box-shadow:0 0 10px rgba(0,0,0,.1);
	border-radius:5px;
	border: 1px solid #e9e9e9\9;
        margin-bottom: -1px\9;
        
}
.customization_contents img{
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
.customization_contents h4{
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 16px;
}
.customization_contents p{
	font-size: 16px;
	color: #777777;
	text-align: justify;
  text-justify: inter-ideograph;/*IE*/
}
.customization_contents a{
	font-size: 14px;
	color: #555555;
	width: 100%;
	text-align: center;
	margin-top: 28px;
	display: block;
}
.customization_contents a:hover{
	color: #2569e6;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

.customization-img{
	width: 1200px;
	margin: 0 auto;
	height: 420px;
}
.customization-box{
	float: left;
	width: 25%;
	height: 420px;
}
.customization-templates{
	background-image: url(img/index/customization_001.png)/*tpa=http://www.jeecms.com/r/cms/www/red/img/customization/customization_001.png*/;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
.customization-functions{
	background-image: url(img/index/customization_002.png)/*tpa=http://www.jeecms.com/r/cms/www/red/img/customization/customization_002.png*/;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
.customization-origin{
	background-image: url(img/index/customization_003.png)/*tpa=http://www.jeecms.com/r/cms/www/red/img/customization/customization_003.png*/;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
.customization-message{
	background-image: url(img/index/customization_004.png)/*tpa=http://www.jeecms.com/r/cms/www/red/img/customization/customization_004.png*/;
	background-size: 100% 100%;
	background-repeat:no-repeat;
}
.customization-littlebox{
	width: 100%;
	height: 100%;
}
.littlebox{
	margin: auto;
	padding-top: 100px;
	height:320px ;
}
.littlebox img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}
.littlebox i{
	display: block;
	width: 21px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 0 auto 27px;
}
.littlebox h3{
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
}
.littlebox p{
	width: 240px;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 25px;
	display: none;
	line-height: 25px;
}
.littlebox:hover{
	text-decoration:none; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;
	background: #2569e6;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	background-color: rgba(37,105,230,0.8);
	padding-top: 80px;
	height: 340px;
	-webkit-filter:brightness(1);
	-o-filter:brightness(1);
	-moz-filter:brightness(1);
	filter:brightness(1);
}
.littlebox:hover i{
	display: none;
}
.littlebox:hover p{
	display: block;
}
.littlebox:hover img{
	margin-bottom: 25px;
}
.customization-flow{
	width: 100%;
}
.flow-1200{
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.flow-1200 h3{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.flow-1200 p{
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 65px;
}
.flow-1200 img{
	margin: 0 auto;
	width: 1266px;
	height: 290px;
	margin-left: -33px;
}

.research_explains{
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.research-box section.news-listss{
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 40px;
	width: 570px;
	float: left;
}

.research-box section.news-listss .list-box{
	width: 100%;
	height: 84px;
}
.research-box section.news-listss .list-text{
	width: 471px;
	margin-left: 15px;
	height: 84px;
	overflow: hidden;
}

/* å¹¿æ³›åº”ç”¨ */
.apply{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.apply_title{
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}
.apply_explains{
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-bottom: 24px;
}

article.news h4 {
    margin-top: 30px;
    overflow: hidden;
    font-weight:normal;
}
article.news h4 a {
    color: #288df0;
    font-size:16px;    
}
article.news h4 a:hover{
    color:#fb6400;
}
article.news h4 em{
    float:right;
    color: #999;
    font-size: 14px;
    font-style:normal;
}
span.news-right {
    color: #c1c1c1;
    font-weight: 100;
    font-size: 12px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
}
span.news-right b {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.news-down .news-view i {
	content: "";
	position: absolute;
	width: 15px;
	height: 11px;
	background: url("http://haokuai.cn/r/cms/www/default/styles/img/news-view.png") center center no-repeat;
	background-size: 15 11px;
	left: -21px;
	top: 7px;
}

.news-down .news-zan i {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	background: url("http://haokuai.cn/r/cms/www/default/styles/img/news-zan1.png") right center no-repeat;
	background-size: auto 14px;
	left: -28px;
	top: 0;
}
section.news-list {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding-bottom:10px;
	margin-top: 40px;
}
.list-time{
	float: left;
	width: 84px;
	height: 69px;
	padding-top: 15px;
	background-color: #f5f5f5;
}
.list-time .time-dd{
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.list-time .time-MM{
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.list-text{
	float: left;
	width:1030px;
	margin-left: 15px;
}
.list-text h4{
	margin-top: 5px !important;
	margin-bottom: 10px;
}
.list-text h4 a{
	font-size: 16px !important;
	color: #333333 !important;
}
.list-text h4:hover a{
	color: #2569e6 !important;
}
.list-text p a{
	font-size: 14px !important;
	color: #777777 !important;
	line-height: 23px;
}


p.news-content {
    margin-top: 20px;
    width: 100%;
    line-height: 26px;
    overflow: hidden;
}
p.news-content a {
    color: #7a7a7a;
    font-size: 14px;
}
.news-down{
  text-align:right;
}
.news-down span{
  color:#999999;
  font-style:normal;
  font-size:12px;
  height:24px;
  line-height:24px;
  display:inline-block;
  position:relative;
  margin-left:34px;
}














