
main h4{
	color: rgba(43, 43, 43, .5);
	font-size: 18px;
	margin: 40px 0 64px;
	padding: 0 0 10px;
	border-bottom: 2px solid rgba(151, 151, 151, .2);
	position: relative;
}
main h4:after{
	content: ' ';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 38px;
	height: 2px;
	background: #9B9B9B;
	display: block;
}

.gray-back{
	background: rgba(216,216,216,.1);
	padding: 40px 0 80px;
}

.gray-back1{
	background: rgba(216,216,216,.1);
	padding: 0;
}

.white-back{
	background: rgba(255,255,255);
	padding: 40px 0 80px;
}

.carousel{
	overflow: hidden;
}
.carousel-inner{
	width: 30000px;
}
.carousel-inner>*{
	float: left;
}
.carousel .bar{
	text-align: center;
	height: 32px;
	position: relative;
}
.carousel .page{
	font-size: 16px;
	color: #9B9B9B;
	position: absolute;
	left: 0;
	top: 0;
}
.carousel .indicator{
	padding: 3px 0 0;
}
.carousel .indicator a{
	position: relative;
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 2px;
	background: rgba(67,67,67,.2);
	border-radius: 1px;
}
.carousel .indicator i{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: #F13A39;
	border-radius: 1px;
}
.carousel .arrow{
	position: absolute;
	right: 0;
	top: 5px;
}
.carousel .arrow img{
	cursor: pointer;
}
.carousel .arrow .left{
	margin-right: 20px;
}


.font-box{
	padding-left: 432px;
	height: 650px;
	position: relative;
}
.font-box small{
	color: #9B9B9B;
	font-size: 12px;
	display: block;
}
.font-box .preview{
	padding: 64px 0;
	position: absolute;
	left: 0;
	top: 0;
}
.font-box .text{
	width: 360px;
	height: 270px;
	overflow: auto;
	margin: 90px 0 70px;
	font-size: 56px;
}
.font-box .text:after{
	content: ' ';
	display: inline-block;
	width: 3px;
	height: 56px;
	background: #F13A39;
	position: relative;
	top: 9px;
	left: 4px;
	animation: text-cursor 1.2s infinite;
}
@keyframes text-cursor{
  0% { opacity: 0;}
  100% { opacity: 1;}
}
.font-box .text:focus:after{
	display: none;
}
.font-box .btn{
	width: 120px;
	line-height: 38px;
}

.font-box .carousel{
	padding: 64px 0 0 50px;
}
.font-box .carousel-inner{
	overflow: visible;
	height: 450px;
	padding: 94px 0 85px;
}
.font-box .carousel small{
	position: absolute;
	top: 64px;
}

.font-item{
	width: 200px;
	height: 250px;
	border: 1px solid rgba(151,151,151,0.3);
	color: #666;
	margin-right: 37px;
	padding: 24px;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.font-item:before{
	content: ' ';
	display: block;
	width: 1px;
	height: 542px;
	background: rgba(151, 151, 151, .2);
	position: absolute;
	left: -19px;
	top: -158px;
}
.font-item:after{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/home/font-back.png');
	background-size: cover;
	opacity: 0;
	z-index: -1;
}
.font-item h5{
	font-size: 18px;
	margin: 0 0 12px;
}
.font-item h6{
	font-size: 12px;
	margin: 0;
}
.font-item p{
	margin: 33px 0 0;
}
.font-item a{
	display: none;
	color: #fff;
	padding-bottom: 0 0 3px;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 24px;
	bottom: 24px;
}
.font-item.active{
	width: 244px;
	color: #fff;
}
.font-item.active:after{
	opacity: 1;
}
.font-item.active a{
	display: inline-block;
}
.font-last.font-item{
	margin-right: 100px;
}


.news-box .carousel .bar{
	margin: 64px 0 0;
}

.news-item{
	width: 370px;
	margin-right: 45px;
	cursor: pointer;
	color: #9B9B9B;
	border: 1px solid rgba(151,151,151,0.3);
	border-radius: 4px;
}
.news-item:hover{
	border-color: #333;
}
.news-item img{
	width: 100%;
	height: 185px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.news-item .bottom{
	text-align: center;
	padding: 78px 24px 0;
	position: relative;
	width: 100%;
}
.news-item h5{
	margin: 0;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	position: absolute;
	top: 48px;
	-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
	line-height: 28px;
	max-height: 56px;
	transform: translateY(-50%);
	width: 320px;
}
.news-item p{
	margin: 20px 0;
	letter-spacing: 0.6px;
}
.news-item .bottom span{
	border-top: 1px solid #DFDFDF;
	padding: 17px 0;
	display: block;
}



.business-box{
	padding: 24px 0 60px;
}

.business-item{
	transition: all .3s;
}
.business-item{
	float: left;
	width: 370px;
	height: 278px;
	border: 1px solid #D6D6D6;
	margin: 0 43px 48px 0;
	padding: 48px 32px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.business-item h5{
	font-size: 32px;
	margin: 0;
	line-height: 45px;
	letter-spacing: 0.5px;
}
.business-item h6{
	font-size: 32px;
	color: #F13A39;
	position: absolute;
	right: 32px;
	top: 48px;
	margin: 0;
}
.business-item p{
	color: #666;
	margin: 40px 0 0;
	line-height: 22px;
	letter-spacing: 1px;
	overflow: hidden;
  text-overflow: ellipsis;
	-webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
	height: 88px;
}
.business-item img{
	position: absolute;
	z-index: -3;
	display: block;
}
.business-item .number{
	right: 0;
	bottom: 0;
}
.business-item .back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
}
.business-item .back img{
	width: 100%;
	height: 100%;
}
.business-item a{
	position: absolute;
	width: 26px;
	height: 15px;
	right: 32px;
	bottom: 22px;
	z-index: 1;
	display: none;
}
.business-item:hover,
.business-item:hover *{
	color: #fff;
}
.business-item:hover *{
	display: block;
	opacity: 1;
}
.business-item:after{
	content: ' ';
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: -1;
}
.business-item:hover:after{
	opacity: 1;
}
.business-item:hover .number{
	display: none;
}

.business-item:nth-child(odd){
	margin-right: 0;
}
.business-item:first-child{
	height: 604px;
	margin-right: 43px;
}
.business-item:first-child .number{
	bottom: 274px;
	z-index: -1;
}
.business-item:first-child h6{
	font-size: 24px;
	position: static;
	margin: 8px 0 0;
}
.business-item small{
	color: #666;
	position: absolute;
	left: 32px;
	top: 290px;
	font-size: 14px;
}
.business-item:first-child p{
	display: none;
	margin: 80px 0 0;
	height: 220px;
  -webkit-line-clamp: 10;
}
.business-item:first-child .back,
.business-item:first-child img{
	opacity: 1;
}
.business-item:first-child:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 326px;
	background: #fff;
	z-index: -2;
	transition: all ease .3s;
}
.business-item:first-child:hover p{
  display: -webkit-box;
}
.business-item:first-child:hover h6,
.business-item:first-child:hover small{
	display: none;
}
.business-item:first-child:hover:before{
	height: 0;
}
.business-custom{
	position: absolute;
	top: 80px;
	left: 32px;
	color: #F13A39;
}
.business-custom h5{
	font-size: 28px;
	margin: ;
}


.box-help{
	text-align: center;
	margin-top: 40px;
}
.box-help h5{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 24px;
}
.box-help .btn{
	width: 160px;
}


.license-tip {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
  background: #F13A39;
  color: #fff;
  padding-left: 15%;
  padding-right: 15%;
  z-index: 10;
  line-height: 48px;
  height: 48px;
	letter-spacing: 1px;
}
.license-tip b {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.license-tip i {
  opacity: 1;
  margin: 12px 0;
  background: url('../images/tip-close.svg');
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
}
.license-tip a {
	border-color: #fff;
	background: #F13A39;
	width: 128px;
	margin: 0 40px;
}


#contactModal .modal-dialog {
  margin-top: 30px !important;
  width: 800px;
}
#contactModal .modal-content {
  padding: 1px 66px;
}
#contactModal .modal-up .title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
#contactModal .modal-up .sub-title {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
#contactModal .modal-up {
  position: relative;
}
#contactModal .callModalIcon {
  width: 61px;
  height: 78px;
  position: absolute;
  right: 205px;
  top: 0px;
}
#contactModal .callModalIcon img {
	width: 100%;
	opacity: .6;
}
#contactModal .modal-middle {
  border-top: 1px solid #E6E6E6;
  margin-top: 32px;
}
#contactModal .middle-l {
  float: left;
  width: 430px;
}
#contactModal .middle-r {
  float: right;
  width: 158px;
}
#contactModal .middle-l .item .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}
#contactModal .middle-l .item .itemBox {
  border-bottom: 1px solid #E6E6E6;
}
#contactModal .middle-l .item .itemBox .title {
  font-size: 14px;
  font-weight: 400;
  color: #4A90E2;
  display: block;
  margin-top: 24px;
}
#contactModal .middle-l .item .itemBox .text {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-top: 16px;
}
#contactModal .middle-l .item .itemBox .tel {
  margin-top: 24px;
}
#contactModal .middle-l .item .itemBox .email {
  margin-top: 12px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
	display: inline-block;
}
#contactModal .middle-r .inner .title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}
#contactModal .middle-r .inner .text {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-top: 16px;
}
#contactModal .middle-r .inner .imgBox img {
  width: 100%;
  margin-top: 16px;
}

.scroll_wrap1 {
  position: relative;
}
.scroll_wrap1 .scroll_cont1 {
  height: 100%;
  overflow: hidden;
}
.scroll_bar1 {
  position: absolute;
  top: 40px;
  right: -24px;
  width: 1px;
  height: 70%;
  background-color: #E6E6E6;
}
.scroll_slider1 {
  position: absolute;
  top: 0;
  left: -6px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
}


@media(max-width: 768px) {
	.box-1200{
		padding: 0 15px;
	}
	.font-box{
		padding: 0 0 50px;
		height: auto;
		position: relative;
	}
	.font-box .preview{
		position: static;
		padding: 0;
		color: #fff;
		text-align: center;
		height: 200px;
		margin: 0 -15px -30px;
    padding: 40px 0 0;
		background: url('../images/home/m-banner.svg');
		background-size: cover;
	}
	.font-box .preview p{
		margin: 15px 0 0;
		font-size: 12px;
	}
	.font-box .text{
		font-size: 48px;
		margin: 0;
		width: auto;
		overflow: hidden;
    height: 68px;
	}
	.font-box .btn{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 38px;
		border-radius: 20px;
		background: #fff;
		color: #F13A39;
		border-color: #F13A39;
	}
	.font-box .carousel{
		padding: 0;
		margin: 0 -15px;
		position: relative;
    height: 120px;
		overflow: auto;
	}
	.font-box .carousel-inner{
		position: absolute;
		padding: 0;
		height: 124px;
		width: auto;
		padding: 0 15px;
		flex-wrap: nowrap;
		display: flex;
	}

	.font-item{
		width: 90px !important;
		min-width: 90px;
		height: 108px;
		background: #fff;
		border-radius: 4px;
    margin-right: 16px;
		padding: 0;
		text-align: center;
	}
	.font-last.font-item{
    margin-right: 16px;
	}
	.font-item:last-child{
    margin-right: 0;
	}
	.font-item:before{
		display: none;
	}
	.font-item h5{
		padding: 10px;
		font-size: 56px;
		color: #434343;
	}
	.font-item p{
		margin: 0;
		overflow: hidden;
    white-space: nowrap;
		text-overflow: ellipsis;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 9px;
		font-size: 12px;
	}
	.font-item.active{
		border-color: #F13A39;
	}
	.font-item.active p{
		background: #F13A39;
		white-space: normal;
	}

	.gray-back{
		padding: 0;
	}
	main h4{
		font-size: 18px;
		color: #333;
		border: none;
		padding: 0;
		margin-bottom: 30px;
	}
	main h4:after{
		display: none;
	}

	.news-box .carousel{
		margin: 0 -15px;
    height: 141px;
		overflow: auto;
		position: relative;
	}
	.news-box .carousel-inner{
		position: absolute;
		padding: 0 15px;
    width: auto;
		flex-wrap: nowrap;
		display: flex;
	}
	.news-item{
		width: 160px;
		min-width: 160px;
		height: 140px;
    margin-right: 8px;
		border-radius: 2px;
	}
	.news-item:last-child{
		margin-right: 0;
	}
	.news-item img{
		height: 80px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	.news-item .bottom{
		padding: 4px 12px;
		height: 60px;
	}
	.news-item h5{
		color: #333;
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: static;
		display: block;
		width: 100%;
		margin: 0;
		transform: translateY(0);
	}
	.news-item .bottom span{
		font-size: 12px;
		padding: 0;
		border-top: none;
	}


	.business-item{
		width: calc(50% - 5px);
		height: 125px;
		float: left;
		margin-right: 5px;
		border: none;
    overflow: visible;
	}
	.business-item:nth-child(odd){
		margin-right: 0;
		margin-left: 5px;
	}
	.business-item:first-child{
		width: 100%;
		height: 254px;
		margin: 0 0 48px;
		position: relative;
	}
	.business-item:first-child .back img{
		position: absolute;
		height: auto;
		bottom: 0;
	}
	.business-item .back{
		z-index: 1;
		border-radius: 2px;
    opacity: 1;
	}
	.business-item:first-child h6,
	.business-item h5{
    position: absolute;
    bottom: -28px;
    left: 0;
    display: block;
    font-size: 14px;
    height: auto;
    top: auto;
    color: #333;
    margin: 0;
    line-height: 20px;
	}

	.business-item p,
	.business-item small,
	.business-item h6,
	.business-item:first-child h5,
	.business-item .number,
	.news-box .bar,
	.news-item .btn,
	.news-item p,
	.font-box .carousel .bar,
	.font-box .text:after,
	.font-box small,
	.font-item h6,
	.font-item a{
		display: none;
	}
}