.head .right>ul>li:nth-child(1) a {
	color: #d53d3a;
}

.banner span {
	top: 72%;
	left: 19%;
	width: 220px;
	height: 54px;
	border-radius: 27px;
	background-color: #5584eb;
	line-height: 54px;
	text-align: center;
}

.banner span a {
	display: block;
	font-size: 20px;
	color: #fff;
}

.our {
	text-align: center;
	padding-top:0px;
	line-height: 1;
	padding-bottom: 50px;
}

.our .content {
	width: 1200px;
	margin: 0 auto;
}

.our li {
	padding-top: 39px;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	display: inline-block;
	border-radius: 50%;
	margin-right:50px;
	box-shadow: 0px 9px 29.64px 8.36px rgba(222, 222, 222, 0.22);
}

/*.our li:last-child {
	margin-right: 0;
}
*/
.our li>.icon {
	margin-bottom: 25px;
}

.our li .icon.iconfont {
	font-size: 30px;
	color: #d84c49;
}

.our li .text-title {
	color: #333333;
	font-size: 20px;
}

.our li .text-description {
	font-size: 16px;
	color: #666666;
	margin-top: 8px;
}

.service {
	line-height: 1;
	text-align: center;
	margin-bottom: 0px;
	margin-top:50px;
}

.service .title {
	font-size: 26px;
	color: #030303;
	margin-bottom: 16px;
}

.service .sub-title {
	font-size: 16px;
	color: #777777;
	margin-bottom:30px;
	padding: 0 10px;
}

.service .content {
	width: 1200px;
	margin: 0 auto;
}

.service ul {
	height: 440px;
}

.service ul:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.service li {
	display: inline-block;
	width: 270px;
	height: 400px;
	border-radius: 5px;
	box-shadow: 0px 0px 5.64px 0.36px rgba(193, 193, 193, 0.22);
	padding-top: 50px;
	box-sizing: border-box;
	margin: 0 19.5px;
	float: left;
	/* transition: all 0.5s; */
	/* transition: width 0.5s ,height 0.5s ; */
}

.service li:last-child {
	margin-right: 0;
}

.service li:first-child {
	margin-left: 0;
}

.service li:hover,
.service li.active {
	width: 290px;
	height: 440px;
	box-shadow: 0px 7px 32px 0px rgba(52, 52, 52, 0.13);
	transform: translateY(-20px);
	margin: 0 7.5px;
	padding-top: 54px;
}

.service li:hover:first-child,
.service li.active:first-child {
	margin-left: -10px;
}

.service li:hover:last-child,
.service li.active:last-child {
	margin-right: -10px;
}

.service li .text-title {
	font-size: 24px;
	color: #d53d3a;
	margin-bottom: 28px;
}

.service li:hover .text-title,
.service li.active .text-title {
	margin-bottom: 38px;
}

.service li .text-description {
	font-size: 16px;
	color: #777;
	margin-bottom: 22px;
}

.service li .text-description span {
	color: #ce8533;
}

.service li .price {
	font-size: 18px;
	color: #030303;
	margin-bottom: 30px;
}

.service li:hover .price,
.service li.active .price {
	margin-bottom: 56px;
}

.service li .price span {
	font-size: 28px;
}

.service .details {
	height: 48px;
	width: 100%;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 0;
	margin-top: auto;
	line-height: 48px;
	color: #d53d3a;
	font-size: 18px;
}

.service li:hover .details,
.service li.active .details {
	background-color: #d53d3a;
	color: #fff;
}

.service li:hover .details span,
.service li.active .details span {
	color: #fff;
}

.service li:hover .details img,
.service li.active .details img {
	display: inline-block;
}

.service .details a {
	display: block;
}

.service .details span {
	vertical-align: middle;
	color: #d53d3a;
}

.service .details img {
	padding-left: 50px;
	vertical-align: middle;
	display: none;
}

.service-process {
	background-color: #f9f9f9;
	padding-top: 60px;
	text-align: center;
	line-height: 1;
	padding-bottom: 295px;
}

.service-process .title {
	font-size: 28px;
	color: #030303;
	margin-bottom: 15px;
}

.service-process .sub-title {
	font-size: 18px;
	color: #777777;
	margin-bottom: 128px;
	padding: 0 10px;
}

.service-process .content {
	width: 1200px;
	margin: 0 auto;
}

.service-process ul {
	position: relative;
}

.service-process ul:before {
	position: absolute;
	content: "";
	top: -51px;
	width: 939px;
	left: 130px;
	height: 1px;
	background: url(../images/process.png);
	background-position: center;
}

.service-process li {
	position: relative;
	display: inline-block;
	width: 227px;
	height: 220px;
	border-radius: 10px;
	background-color: #fff;
	vertical-align: top;
	padding: 33px 57px 0;
	box-sizing: border-box;
	margin-right: 10px;
}

.service-process li:before {
	position: absolute;
	content: "1";
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #d84c4a;
	top: -67px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	font-size: 20px;
	line-height: 32px;
	color: #d84c4a;
	background-color: #fff;
}

.service-process li:hover:before {
	color: #fff;
	background-color: #d84c4a;
	box-shadow: 0px 10px 18px 0px rgba(213, 61, 58, 0.25);
}

.service-process li:nth-child(2):before {
	content: "2";
}

.service-process li:nth-child(3):before {
	content: "3";
}

.service-process li:nth-child(4):before {
	content: "4";
}

.service-process li:nth-child(5):before {
	content: "5";
}

.service-process li:last-child {
	margin-right: 0;
}

.service-process li>.icon {
	height: 46px;
	margin-bottom: 27px;
}

.service-process li .icon .iconfont {
	font-size: 46px;
	color: #d53e3b;
}

.service-process li .text-title {
	font-size: 22px;
	color: #333333;
	margin-bottom: 16px;
}

.service-process li .text-description {
	line-height: 24px;
	font-size: 16px;
	color: #777;
}

.why {
	margin-top: -175px;
	width: 1200px;
	margin: -175px auto 120px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 35.72px 2.28px rgba(193, 193, 193, 0.2);
	text-align: center;
	line-height: 1;
	padding-top: 60px;
	padding-bottom: 55px;
}

.why .title {
	font-size: 28px;
	color: #030303;
	margin-bottom: 15px;
}

.why .sub-title {
	font-size: 18px;
	color: #777;
	margin-bottom: 54px;
}

.why ul {
	padding: 0 96px;
}

.why li {
	display: inline-block;
	width: 210px;
	text-align: left;
	margin-right: 50px;
}

.why li:last-child {
	margin-right: 0;
}

.why li .text-title {
	font-size: 22px;
	color: #f07c14;
	margin-bottom: 15px;
}

.why li .text-description {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.dynamic {
	height: 980px;
	line-height: 1;
	padding-top: 105px;
}

.dynamic>.title {
	opacity: 1;
	font-size: 28px;
	color: #030303;
	text-align: center;
	margin-bottom: 15px;
}

.dynamic.active>.title {}

.dynamic .sub_title {
	text-align: center;
	color: #777;
	font-size: 18px;
	margin-bottom: 50px;
}

.dynamic.active .sub_title {}

.dynamic .content {
	width: 1200px;
	margin: 60px auto 0;
	margin-top: 0\0;
	opacity: 1;
	opacity: 1\0;
	transition: all .8s 2s
}

.dynamic.active .content {
	opacity: 1
}

.dynamic .content .lists {
	width: 780px;
	font-size: 20px;
	margin: 0 auto;
	color: #222;
	width: 835px
}

.dynamic .content .lists li {
	display: inline-block;
	margin-right: 46px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	width: 150px;
	background-color: #e9e9e9;
	color: #666;
	text-align: center;
	border-radius: 5px;
}

.dynamic .content .lists li:last-child {
	margin-right: 0
}

.dynamic .content .lists li.active,
.dynamic .content .lists li:hover {
	color: #fff;
	background-color: #d53d3a;
}

.dynamic .tabs {
	position: relative;
	width: 100%;
	margin-top: 50px
}

.dynamic .tabs ul {
	position: relative
}

.dynamic .tabs li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	width: 100%
}

.dynamic .tabs li.active {
	display: inline-block
}

.dynamic .tabs li>div {
	position: relative;
	display: inline-block;
	float: left;
	width: 32%;
	height: 460px
}

.dynamic .tabs li .pic {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dynamic .tabs li .left:hover .pic img,
.dynamic .tabs li .center:hover .pic img {
	transform: scale(1.1)
}

.dynamic .tabs li .left:hover .blog .img,
.dynamic .tabs li .center:hover .blog .img {
	transform: translateX(20px)
}

.dynamic .tabs li .left img,
.dynamic .tabs li .center img {
	width: 100%;
	height: 100%;
	transition: all .3s
}

.dynamic .tabs ul li {
	overflow: hidden
}

.dynamic .tabs .blog {
	position: absolute;
	bottom: 0;
	padding: 20px;
	background-color: rgba(0, 0, 0, .51);
	color: #fff;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box
}

.dynamic .tabs .blog .blog_title {
	float: left;
	width: 260px
}

.dynamic .tabs .blog .img {
	float: right;
	margin: 10px 20px 0 0;
	transition: all .5s
}

.dynamic .tabs li>div:nth-child(2) {
	margin: 0 10px 0 5px
}

.dynamic .tabs li .right .article {
	height: 147px;
	background-color: #f6f6f6;
	padding: 20px 30px;
	box-sizing: border-box
}

.dynamic .tabs li .right .article:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	transform: scale(1.01)
}

.dynamic .tabs li .right .article:hover .text p {
	color: #00a2e9
}

.dynamic .tabs li .right .article:hover .text img {
	transform: translateX(20px)
}

.dynamic .tabs li .right .article>div {
	float: left
}

.dynamic .tabs li .right .article:nth-child(2) {
	margin: 10px 0
}

.dynamic .tabs li .right .article .text {
	width: 215px;
	margin-left: 22px;
	padding-left: 22px;
	border-left: 1px solid #cacaca;
	height: 105px;
	font-size: 18px;
	color: #333
}

.dynamic .tabs li .right .article .text a {
	text-decoration: none;
	color: #333
}

.dynamic .tabs li .right .article:hover .text a {
	color: #00a2e9
}

.dynamic .tabs li .right .article .text img {
	margin-top: 42px;
	transition: all .5s
}

.dynamic .tabs li .right .article .date {
	height: 90px
}

.dynamic .tabs li .right .article .date .day {
	position: relative;
	display: block;
	font-size: 40px;
	color: #333
}

.dynamic .tabs li .right .article .date .day:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 30px;
	bottom: 0;
	background-color: #707070
}

.dynamic .tabs li .right .article .year {
	display: inline-block;
	margin-top: 10px
}

.contt {
	width: 100%;
	float: left
}

.contt>div {
	width: 100%;
	display: none
}

.dynamic #contt>div.active {
	display: block;
}

.hovercol ul.col2 {
	width: 45%;
	height: 500px;
	float: left;
	margin: 0 5% 0 0;
	margin-top: 70px
}

.hovercol li {
	width: 100%;
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	float: left
}

.hovercol li.active1 {
	height: 136px
}

.hovercol li .title {
	display: block;
	height: 1.8em;
	overflow: hidden;
	margin-bottom: .2em;
	font-size: 15px
}

.hovercol li .att {
	float: right
}

.hovercol li .description {
	display: none;
	margin-bottom: .4em
}

.hovercol li .catlist {
	display: none
}

.hovercol li .attention {
	float: right
}

.hovercol dl {
	width: 290px;
	float: right
}

.hovercol .img {
	display: none;
	padding-right: 10px
}

.hovercol .desc {
	display: table-cell;
	vertical-align: top;
	width: 100%
}

.hovercol .img img {
	display: block
}

.hovercol li.active1 .att {
	display: none
}

.hovercol li.active1 .title {}

.hovercol ul li.active1 .title {
	font-weight: 700;
	max-height: 3.6em
}

.hovercol li.active1 .img {
	display: table-cell
}

.hovercol li.active1 .desc {
	height: 121px;
	vertical-align: middle
}

.hovercol li.active .catlist {
	display: block
}

.hovercol li.active1 .description {
	display: block
}

.li_1.num1 {
	background: #e15d65;
}

.num1 {
	background-position: 0 -111px
}

.li_1 {
	display: inline-block;
	width: 16px;
	padding: 0 2px 0 0;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-right: .5em;
	background: #bbb;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	border-radius: 2px
}

.font12 {
	font-size: 12px
}

.ccc {
	color: #ccc
}

.line18em {
	line-height: 1.8em
}

.c44476c {
	color: #44476c
}

.font13 {
	font-size: 13px
}

.line15em {
	line-height: 1.5em
}

.c999 {
	color: #999
}

.font26 {
	font-size: 26px
}

.ytx-index33 {
	background: url(../images/ytx-index33.png);
	text-align: center;
	/* border-bottom: 1px solid #efefef; */
	background-size: cover;
}

.ytx-index33 img {}

.ytx-index33 ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0
}

.ytx-index33 ul li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	/* border-left: 1px solid #e6e6e6; */
	/* padding-left: 20px; */
	box-sizing: border-box
	
}

.ytx-index33 ul li:before {
	position: absolute;
	content: "";
	right: 0;
	top: 11px;
	width: 1px;
	height: 88px;
	background-color: #414761;
}

.ytx-index33 ul li:last-child:before {
	display: none;
}

.ytx-index33 ul li .title {
	font-size: 18px;
	color: #080c0f
}

.ytx-index33 ul li>.icon {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	/* vertical-align: middle; */
	text-align: center;
}
.ytx-index33 ul li .icon.iconfont{
	font-size: 40px;
	color: #fff;
}
.ytx-index33 ul li>.icon {
	transition: all .8s
}

.ytx-index33 ul li:hover>.icon{
	transform: rotateY(360deg)
}

.ytx-index33 ul li .text {
	display: block;
	vertical-align: middle;
	line-height: 1
}

.ytx-index33 ul li .description {
	font-size: 16px;
	color: #fff;
	padding-top: 23px;
	text-align: center;
}

.ytx-index33 .content {
	width: 1200px;
	margin: 0 auto
}

.ytx-index33 .content li {
	padding: 20px;
	width: 20%;
	padding-left: 28px
}

@media only screen and (max-width: 768px) {

	.service li:hover:first-child,
	.service li.active:first-child {
		margin-left: 0;
	}

	.our {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.our .content {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.our .content ul:after {
		content: "";
		width: 0;
		clear: both;
		display: block;
	}

	.our li {
		width: 140px;
		height: 140px;
		padding-top: 20px;
		margin-right: 0;
		float: left;
		margin-bottom: 20px;
	}

	.our li:last-child {
		display: none;
	}

	.our li:nth-child(2n) {
		float: right;
	}

	.our li .icon {
		margin-bottom: 10px;
	}

	.service .title {
		font-size: 20px;
	}

	.our li .text-title {
		font-size: 18px;
	}

	.service .sub-title {
		margin-bottom: 30px;
		line-height: 1.4;
	}

	.service .content {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.service li {
		width: 47%;
		margin: 0 0 20px;
		padding-top: 25px;
		height: 337px;
	}

	.service li:nth-child(2n) {
		float: right;
	}

	.service li .text-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.service li .text-description {
		font-size: 14px;
	}

	.service li .price {
		font-size: 14px;
	}

	.service li .price span {
		font-size: 20px;
	}

	.service .details {
		font-size: 14px;
	}

	.service ul {
		height: auto;
	}

	.service li:hover,
	.service li.active {
		width: 47%;
		height: 337px;
		padding-top: 50px;
		margin: 0 0 20px;
		transform: translateY(0);
		padding-top: 25px;
	}

	.service li:hover:last-child,
	.service li.active:last-child {
		margin-right: 0;
	}

	.service li:hover .price,
	.service li.active .price {
		margin-bottom: 30px;
	}

	.service li:hover .text-title,
	.service li.active .text-title {
		margin-bottom: 15px;
	}

	.service li:hover:first-child,
	.service li:hover:last-child {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.service {
		margin-bottom: 30px;
	}

	.service-process .title {
		font-size: 20px;
	}

	.service-process .sub-title {
		margin-bottom: 40px;
		line-height: 1.4;
		font-size: 16px;
	}

	.service-process ul:before {
		display: none;
	}

	.service-process li:before {
		display: none;
	}

	.service-process .content {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.service-process ul:after {
		content: "";
		width: 0;
		display: block;
		clear: both;
	}

	.service-process li {
		width: 47%;
		float: left;
		padding: 20px;
		height: 170px;
		margin-bottom: 20px;
	}

	.service-process li:nth-child(2n) {
		float: right;
	}

	.service-process li .icon {
		height: 30px;
		margin-bottom: 15px;
	}

	.service-process li .icon img {
		max-height: 100%;
	}

	.service-process li .text-title {
		font-size: 18px;
	}

	.service-process {
		padding-bottom: 50px;
	}

	.why {
		margin-top: 0;
		box-shadow: none;
		background-color: transparent;
		width: 100%;
		padding-top: 40px;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	.why .title {
		font-size: 20px;
	}

	.why .sub-title {
		font-size: 16px;
		line-height: 1.4;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.why ul {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.why ul:after {
		content: "";
		width: 0;
		display: block;
		clear: both;
	}

	.why li {
		width: 47%;
		float: left;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.why li:nth-child(2n) {
		float: right;
	}

	.why li .text-title {
		font-size: 18px;
	}

	.why li .text-description {
		font-size: 14px;
	}

	.dynamic {
		padding-top: 30px;
		display: none;
	}

	.dynamic>.title {
		font-size: 20px;
	}

	.dynamic .sub_title {
		margin-bottom: 30px;
	}

	.ytx-index33 ul {
		display: none;
	}
}
