﻿	div,
dl,
ul li {
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	box-sizing: border-box;
}

@font-face {
	font-family: 'Conv_SOFIAPROLIGHT';
	src: url('../fonts/SOFIAPROLIGHT.eot');
	src: url('../fonts/SOFIAPROLIGHT.eot?#iefix') format('embedded-opentype'), url('../fonts/SOFIAPROLIGHT.woff') format('woff'), url('../fonts/SOFIAPROLIGHT.ttf') format('truetype'), url('../fonts/SOFIAPROLIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
	width: 1500px;
	margin: 0 auto;
}
#cnzz_stat_icon_1275538562 img{width: 20px; height: 20px; display: inline-block;}
.header,
.content,
.footer,
.banner,
.sub-banner {
	min-width: 1500px;
}

@media(min-width:1620px) {
	body {
		overflow-x: hidden;
	}
}


/*header*/

.logo {
	padding: 17px 0 16px;
}

.logo img {
	width: 192px;
	height: 64px;
}

.logo-tip {
	line-height: 64px;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	margin-left: 22px;
}

.logo-tip:before {
	content: "";
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 0;
	border-left: solid 1px #999;
}

#nav {
	margin-right: -30px;
}

#nav .nLi {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 30px;
}

#nav .nLi>a {
	display: block;
	font-size: 16px;
	line-height: 100px;
}

#nav .nLi:hover>a,
#nav .nLi.current>a,
.sub-nav>li:hover>a {
	color: #d61519;
}

.sub-nav {
	width: 220px;
	position: absolute;
	z-index: 999;
	top: 95px;
	left: 50%;
	margin-left: -110px;
	border-top: solid 5px #d61519;
	display: none;
	background: #fff;
	_display: none;
}

.sub-nav>li>a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	padding: 0 40px 0 20px;
	position: relative;
}

.sub-nav>li:hover>a {}

.sub-nav>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	height: 100%;
	right: 100%;
	background: #f0f0f0;
}

.sub-nav>li:hover>a:before {
	right: 0;
}

.sub-nav>li>a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 16px;
	width: 0;
	height: 7px;
	background: url(../images/icons.png) no-repeat -222px -66px;
}

.sub-nav>li:hover>a:after {
	width: 14px;
}


/*fix-nav*/

.fixed-nav {
	position: fixed;
	width: 100%;
	top: 0;
	height: 70px;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fixed-nav .logo {
	padding: 10px 0 7px;
}

.fixed-nav .logo-tip {
	line-height: 50px;
}

.fixed-nav .logo-tip:before {
	top: 14px;
	bottom: 14px;
}

.fixed-nav .logo img {
	height: 50px;
	width: auto;
}

.fixed-nav #nav .nLi>a {
	line-height: 70px;
}

.fixed-nav .sub-nav {
	top: 65px;
}


/*banner*/

.banner {
	position: relative;
	width: 100%;
}

.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
}

.slide_nav {
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 60px;
	width: 38px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -60px;
}

.slide_tabs {
	margin-top: -20px;
	position: absolute;
	width: 100%;
	bottom: 60px;
	z-index: 22;
	text-align: center;
}

.slide_tabs li {
	display: inline-block;
	margin: 0 2px;
}

.slide_tabs li a {
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	border-top: solid 2px #fff;
}

.slide_tabs .slide_here a {
	border-color: #d61519;
}

.banner:hover .slide_nav {
	opacity: .7;
}

.banner:hover .slide_nav:hover {
	opacity: 1;
}

.slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.banner-text {
	position: absolute;
	top: 28%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

.banner-text h1 {
	font-size: 60px;
	letter-spacing: 14px;
	margin-bottom: 20px;
}

.banner .banner-text h1,
.banner .banner-text p {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.banner .slide1_on .banner-text h1,
.banner .slide1_on .banner-text p {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.banner .slide1_on .banner-text h1 {
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.banner .slide1_on .banner-text p {
	-webkit-transition: all .8s ease-in;
	transition: all .8s ease-in;
}


/*video*/

.video-back {
	padding: 22.8% 0;
}

.vidbacking-active-body-back {
	position: absolute;
	z-index: -100;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking {
	display: none;
}

.vidmask-body-back {
	background: url(../video/videooverlay1.png) repeat;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}

.vidmask-block-back {
	background: url(../video/videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}


/*c-box01*/

.c-box {
	margin-top: 20px;
}

.pro-categories li {
	width: 20%;
	position: relative;
	overflow: hidden;
}

.pro-categories li img {
	width: 100%;
	height: auto;
}

.pro-categories li:nth-child(2n+1) dl {
	color: #fff;
}

.pro-categories li:hover img,
.c-box02:hover .cb02-pic img,
.c-box04:hover .cb04-pic img,
.case-list li:hover .case-pic img,
.news-list li:hover .news-pic img,
.lecture-course li.bgfff:hover .course-pic img,
.lecture-experience li:hover .course-pic img,
.about-list li:hover .about-pic img,
.news-list2 li:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.categories-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 55px 50px;
}

.categories-wrap dt {
	margin-bottom: 20px;
}

.categories-wrap dd,
.f-box01 dd a {
	line-height: 30px;
}

.categories-wrap .list,
.f-box01 dd a {
	position: relative;
	padding-left: 24px;
}

.categories-wrap .list:before,
.f-box01 dd a:before,
.about-info .describe-list:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border: solid 1px #3a3a3a;
	left: 0;
	top: 14px;
}

.pro-categories li:nth-child(2n+1) .list:before,
.f-box01 dd a:before {
	border-color: #fff;
}

.categories-wrap .btn-more {
	margin-top: 18px;
}

.categories-wrap .list:hover,
.f-box01 dd a:hover {
	padding-left: 36px;
}

.categories-wrap .list:hover:before,
.f-box01 dd a:hover:before {
	left: 12px;
}


/*c-box02*/

.cb02-main,
.cb04-main {
	padding: 80px 160px 80px 50px;
}

.cb02-pic img,
.cb04-pic img,
.about-pic img {
	width: 600px;
	height: 600px;
}

.index-title,
.categories-wrap dt,
.f-box01 dt,
.contact-title,
.case-new,
.customized-title,
.building-title,
.fs30,
.theme-title,
.advantage-title,
.recommend-case-title {
	font-family: PingFangSC, "榛戜綋";
}

.summary {
	font-size: 18px;
}

.summary.color555 {
	margin-top: 20px;
}

.summary.color777 {
	margin-top: 10px;
}

.cb02-describe,
.cb04-describe {
	margin: 30px 0 10px;
}

.line-heihgt30 {
	line-height: 30px;
}

.btn-more {
	position: relative;
	width: 60px;
	height: 21px;
}

.btn-more .icon-arrow {
	width: 30px;
	height: 7px;
	margin: 7px;
	background-position: -250px -55px;
}

.btn-white .icon-arrow {
	background-position: -281px -55px;
}

.btn-more:before,
.btn-more:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 7px;
	border: solid 1px #3a3a3a;
}

.btn-more:before {
	top: 0;
	border-bottom: none;
}

.btn-more:after {
	bottom: 0;
	border-top: none;
}

.btn-white:before,
.btn-white:after {
	border-color: #fff;
}

.pro-categories li:hover .btn-more:before,
.pro-categories li:hover .btn-more:after,
.cb02-about01:hover .btn-more:before,
.cb02-about01:hover .btn-more:after,
.cb04-lecture01:hover .btn-more:before,
.cb04-lecture01:hover .btn-more:after {
	height: 10px;
}

.pro-categories li:hover .btn-more .icon-arrow,
.cb02-about01:hover .btn-more .icon-arrow,
.cb02-about01:hover .btn-more .icon-arrow,
.cb04-lecture01:hover .btn-more .icon-arrow {
	margin-left: 14px;
}

.cb02-about02,
.cb04-lecture02 {
	margin-top: 50px;
}

.cb02-about02 li,
.cb04-lecture02 li {
	margin-right: 155px;
}

.cb02-about02 li:hover .icon,
.cb04-lecture02 li:hover .icon,
.cb02-about02 li:hover .icon-title,
.cb04-lecture02 li:hover .icon-title {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.icon {
	display: inline-block;
	background: url(../images/icons.png) no-repeat;
}

.cb02-about02 .icon,
.cb04-lecture02 .icon {
	width: 48px;
	height: 48px;
}

.icon-company {
	background-position: 0 0;
}

.icon-culture {
	background-position: -58px 0;
}

.icon-team {
	background-position: -116px 0;
}

.cb02-about02 .icon-title,
.cb04-lecture02 .icon-title {
	margin-top: 5px;
}

.cb02-pic,
.cb04-pic,
.about-pic {
	overflow: hidden;
}


/*c-box03*/

.cb03-container,
.cb05-container {
	padding: 55px 50px 35px;
}

.cb03-top {
	margin: 20px 0 40px;
}

.cb03-menu li {
	margin-right: 2px;
}

.cb03-menu li a {
	display: block;
	padding: 0 24px;
	line-height: 42px;
	border: solid 1px #f0f0f0;
}

.cb03-menu li:hover a {
	background: #d61519;
	color: #fff;
	border-color: #d61519;
}

.cb03-menu .icon {
	width: 16px;
	height: 21px;
	vertical-align: middle;
	margin-right: 8px;
}

.icon-website {
	background-position: 0 -55px;
}

.icon-build-site {
	background-position: -19px -55px;
}

.icon-d-animation {
	background-position: -40px -55px;
}

.icon-3d-show {
	background-position: -61px -55px;
}

.icon-shop {
	background-position: -82px -55px;
}

.icon-app {
	background-position: -103px -55px;
}

.icon-vr {
	background-position: -124px -55px;
}

.cb03-menu li:hover .icon-website {
	background-position: 0 -76px;
}

.cb03-menu li:hover .icon-build-site {
	background-position: -19px -76px;
}

.cb03-menu li:hover .icon-3d-animation {
	background-position: -40px -76px;
}

.cb03-menu li:hover .icon-3d-show {
	background-position: -61px -76px;
}

.cb03-menu li:hover .icon-shop {
	background-position: -82px -76px;
}

.cb03-menu li:hover .icon-app {
	background-position: -103px -76px;
}

.cb03-menu li:hover .icon-vr {
	background-position: -124px -76px;
}

.icon-all {
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-right: 8px;
	background-position: -147px -55px;
}

.cb03-top .more-all {
	line-height: 44px;
}

.more-all:hover a {
	color: #d9161b;
}

.more-all:hover .icon-all {
	background-position: -147px -71px;
}

.case-list,
.news-list {
	margin-right: -25px;
}

.case-list li,
.news-list li {
	width: 450px;
	margin: 0 25px 25px 0;
}

.case-pic,
.news-pic {
	overflow: hidden;
}

.case-info,
.news-info {
	border: solid 1px #f0f0f0;
	margin-top: 5px;
	padding: 0 20px;
}

.case-title,
.news-title {
	padding: 15px 0;
}

.btn-detail {
	border-top: solid 1px #f0f0f0;
	padding: 18px 0;
	margin-top: 20px;
	position: relative;
}

.btn-detail:after {
	content: "";
	position: absolute;
	right: 0;
	width: 30px;
	height: 7px;
	background: url(../images/icons.png) no-repeat -250px -55px;
	top: 50%;
	margin-top: -4px;
}

.case-list li:hover .btn-detail,
.news-list li:hover .btn-detail,
.news-list2 li:hover .btn-detail,
.building-article li:hover .btn-detail {
	color: #d61519;
}

.case-list li:hover .btn-detail:after,
.news-list li:hover .btn-detail:after,
.news-list2 li:hover .btn-detail:after,
.building-article li:hover .btn-detail:after {
	background-position: -219px -55px;
}
.case-detail .case-section1 img,.case-detail .case-section2 img {margin: 0 auto;}
/*.case-detail .case-section1 {padding-top: 80px;}
.case-detail .case-section2{padding-bottom: 80px;}*/
.case-section1{background: #fff;}

/*c-box04*/

.cb04-lecture02 {
	margin-right: -155px;
}

.icon-experience {
	background-position: -174px 0;
}

.icon-course1 {
	background-position: -232px 0;
}

.icon-course2 {
	background-position: -290px 0;
}

.icon-suggestion {
	background-position: -348px 0;
}


/*c-box05*/

.cb05-title-box .more-all {
	line-height: 34px;
}

.news-list {
	margin-top: 35px;
}

.news-list .news-summary {
	line-height: 24px;
	height: 48px;
}


/*partner*/

.partner {
	background: url(../images/bg-partner.jpg) no-repeat center top;
	height: 238px;
}

.partner-list {
	padding: 69px 0;
	margin-right: -50px;
}

.partner-list li a {
	display: block;
}

.partner-list li {
	width: 100px;
	height: 100px;
	margin-right: 50px;
	position: relative;
	border: solid 1px rgba(255, 255, 255, .3);
}

.partner-list li:before,
.partner-list li:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.partner-list li:before {
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.partner-list li:after {
	border-right: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.partner-list li:hover:before,
.partner-list li:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*footer*/

.footer {
	background: #2d343a;
}

.f-box01 {
	padding: 60px 0 50px;
}

.f-box01 dl,
.fb02-column {
	width: 20%;
	padding-left: 50px;
}

.f-box01 dt,
.f-box01 a {
	color: #fff;
}

.f-box01 dt {
	margin-bottom: 30px;
}

.f-box01 dd a {
	display: block;
}

.f-box02 {
	border-top: solid 1px #44474d;
	border-bottom: solid 1px #44474d;
	padding: 50px 0;
}

.f-logo,
.f-code {
	padding: 7px;
	border: solid 1px #44474d;
}

.f-logo {
	margin-right: 10px;
}

.f-logo img {
	width: 86px;
	height: 85px;
}

.f-code img {
	width: 85px;
	height: 85px;
}

.contact-title {
	font-size: 18px;
	margin: 12px 0 20px;
}

.contact-title .icon,
.contact-info .icon {
	width: 24px;
	height: 30px;
	vertical-align: middle;
	margin-right: 8px;
}

.icon-add {
	background-position: 0 -106px;
}

.icon-tel {
	background-position: -24px -106px;
}

.icon-service {
	background-position: -48px -106px;
}

.contact-service {
	margin-top: -10px;
}

.contact-service a,
.btn-join a {
	height: 36px;
	padding: 0 15px 0 45px;
	line-height: 36px;
	border: solid 1px #44474d;
	margin-right: 4px;
	position: relative;
	-webkit-background: linear-gradient(to left, transparent 50%, #d61519 50%) no-repeat right 0;
	background: linear-gradient(to left, transparent 50%, #d61519 50%) no-repeat right 0;
	-webkit-background-size: 200% 36px;
	background-size: 200% 36px;
}

.contact-service a:hover,
.btn-join a:hover {
	background-position: left 0;
	border-color: #d61519;
}

.contact-service a:before,
.btn-join a:before {
	content: "";
	width: 17px;
	height: 19px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/icons.png) no-repeat -77px -106px;
}

.btn-join a:before {
	background-position: -96px -106px;
}

.f-box3 {
	color: #6a6d73;
	padding: 15px 50px;
}


/*return*/

.backToTop {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/top.png) no-repeat center #d61519;
	text-indent: 9999px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 25px;
	right: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.backToTop:hover {
	background-color: #f2050a;
}


/*sub-banner*/

.sub-banner {
	position: relative;
}

.sub-banner img {
	width: 100%;
	height: auto;
}

.sub-banner .banner-text {
	top: 41%;
}

.scroll-tip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 9;
	height: 60px;
}

.scroll-tip a:before,
.scroll-tip a:after {
	content: "";
	position: absolute;
	background: url(../images/icons.png) no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%);
	;
	transform: translateX(-50%);
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s in;
}

.scroll-tip a:before {
	top: 0;
	width: 22px;
	height: 35px;
	background-position: -145px -106px;
	margin-left: -6px;
}

.scroll-tip a:after {
	bottom: 0;
	width: 10px;
	height: 5px;
	background-position: -145px -146px;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.3, .3, .3);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.3, .3, .3);
	}
}


/*lecture*/

.lecture-content .wrapper {
	position: relative;
}

.lecture-menu {
	position: absolute;
	width: 100%;
	height: 100px;
	top: -120px;
}

.lecture-menu a,
.case-menu a {
	color: #fff;
	display: inline-block;
	padding: 0 100px;
	position: relative;
}

.lecture-menu a:before,
.contact-section .account a:before,
.case-menu a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 44px;
	height: 12px;
	border-left: solid 1px #fff;
}

.lecture-menu a:first-child:before,
.contact-section .account a:first-child:before,
.case-menu a:first-child:before {
	border-left: none;
}

.lecture-menu span,
.contact-section .account span,
.case-menu span {
	position: relative;
	display: inline-block;
	line-height: 100px;
}

.lecture-menu span:after,
.contact-section .account span:after,
.case-menu span:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 5px;
	background: #fff;
	width: 0;
}

.lecture-menu a:hover span:after,
.lecture-menu a.on span:after,
.case-menu a:hover span:after,
.case-menu a.on span:after {
	left: 0;
	right: 0;
	width: 100%;
}


/*lecture-experience*/

.lecture-experience {
	margin-top: 20px;
	padding: 50px 50px 10px 50px;
}

.lecture-experience li {
	margin: 0 40px 40px 0;
	width: 680px;
}

.lecture-experience li:nth-child(2n) {
	margin-right: 0;
}

.lecture-experience .course-pic {
	margin-right: 10px;
}

.lecture-experience .course-pic img {
	width: 300px;
	height: 200px;
}

.lecture-experience .course-info {
	height: 200px;
	padding: 20px;
}

.course-views {
	margin-top: 20px;
}


/*lecture-detail*/

.lecture-detail {
	background: url(../images/lecture-bg.jpg) no-repeat center top;
	padding: 50px 0;
}

.lecture-detail .wrapper {
	position: relative;
}

.lecture-detail video {
	width: 900px;
	height: 600px;
}

.lecture-detail .course-info {
	border: none;
	margin: 45px 50px 30px;
}

.course-media {
	width: 500px;
	position: absolute;
	right: 50px;
	bottom: 30px;
}

.course-communication {
	background: #f6f6f6;
	padding: 20px 30px;
}

.course-communication .course-code {
	margin-left: 30px;
}

.course-communication dd {
	line-height: 24px;
	margin-top: 10px;
}

.course-share {
	margin-top: 30px;
}

.course-share span {
	line-height: 26px;
}


/*page*/

.page {
	padding: 60px 0 40px;
}

.page a {
	display: inline-block;
	margin: 0 4px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.page a:hover {
	background: #d61519;
	color: #fff;
}
.page .on {
	background: #d61519;
	color: #fff;
}
.page .prev:before,
.page .next:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 10px;
	background: url(../images/icons.png) no-repeat;
}

.page .prev:before {
	background-position: -222px -76px;
}

.page .next:before {
	background-position: -237px -76px;
}

.page .prev:hover:before {
	background-position: -227px -76px;
}

.page .next:hover:before {
	background-position: -232px -76px;
}


/*lecture-course*/

.lecture-course li.bgfff {
	margin-top: 20px;
	padding: 50px;
}

.lecture-course .course-pic {
	margin-right: 20px;
}

.course-pic {
	overflow: hidden;
}

.lecture-course .course-pic img {
	width: 600px;
	height: 400px;
}

.lecture-course .course-info {
	height: 400px;
	padding: 30px 40px;
}

.course-info {
	border: solid 1px #f0f0f0;
}

.course-tip {
	margin: 10px 0 15px;
}

.course-tip span {
	display: inline-block;
	margin-right: 15px;
}

.course-cost {
	width: 50px;
	height: 20px;
	text-align: center;
	line-height: 18px;
}

.course-summary {
	line-height: 24px;
}

.course-list {
	margin: 15px 0 30px;
}

.course-list li {
	float: left;
	width: 50%;
	border-bottom: dashed 1px #d0d0d0;
	padding: 10px 15px 10px 0;
}

.serial-number {
	margin-right: 15px;
}

.course-all {
	width: 120px;
	height: 40px;
	line-height: 40px;
}


/*lecture-suggestion*/

.lecture-suggestion {
	padding: 60px;
	margin-top: 20px;
}

.suggestion-img img {
	width: 468px;
	height: 380px;
}

.suggestion-items li {
	margin-bottom: 12px;
}

.suggestion-items label {
	width: 80px;
	margin-right: 20px;
	vertical-align: top;
	padding: 8px 0;
}

.lecture-suggestion textarea,
.lecture-suggestion input {
	display: block;
	width: 728px;
	border: solid 1px #ececec;
	padding: 8px 10px;
	font-size: 14px;
}

:-webkit-input-placeholder {
	color: #c6c6c6;
}

:-moz-placeholder {
	color: #c6c6c6;
}

:-ms-input-placeholder {
	color: #c6c6c6;
}

.lecture-suggestion textarea {
	height: 118px;
	line-height: 24px;
}

.suggestion-submit {
	margin-left: 100px;
	width: 85px;
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
}

.suggestion-submit:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../images/icons.png) no-repeat -430px 0;
}

.suggestion-submit:hover:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.btn-red,
.btn-transparent {
	position: relative;
	z-index: 9;
}

.btn-red:after,
.btn-transparent:after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #e7a8aa;
	z-index: -1;
	-webkit-transition: all ease-in .5s;
	transition: all ease-in .5s;
}

.btn-transparent:after {
	background: #fff;
}

.btn-red:hover:after,
.btn-transparent:hover:after {
	background: #d61519;
	left: 0;
	right: 0;
}

.btn-transparent:hover:after {
	background: transparent;
}


/*contact*/

.contact-section .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact-section .account {
	position: absolute;
	height: 100px;
	bottom: 0;
	left: 0;
	right: 0;
}

.contact-info {
	position: absolute;
	width: 100%;
	top: 38%;
	transform: translateY(-50%);
}

.contact-info li,
.contact-section .account a {
	width: 33.33%;
}

.contact-info .icon-bg {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 25px;
}

.contact-info .icon {
	margin-right: 0;
}

.icon-mail {
	background-position: 0 -144px;
}

.contact-section .account a {
	position: relative;
}

.contact-section .account span {
	padding: 0 10px;
}

.contact-job {
	padding: 55px 0 60px;
}

.job-list {
	margin: 0 -100px;
}

.job-list li {
	width: 33%;
	padding: 0 100px;
	position: relative;
}

.job-list li:nth-child(2n):before,
.job-list li:nth-child(2n):after {
	content: "";
	position: absolute;
	top: 85px;
	bottom: 85px;
}

.job-list li:nth-child(2n):before {
	left: 0;
	border-left: solid 1px #f0f0f0;
}

.job-list li:nth-child(2n):after {
	right: 0;
	border-right: solid 1px #f0f0f0;
}

.job-list dt span {
	font-family: PingFangSC, Arial;
	color: #b0b0b0;
}

.job-request {
	margin: 30px 0 50px;
}

.btn-join a:hover {
	color: #fff;
}

.btn-join a:before {
	background-position: -96px -106px;
}

.btn-join a:hover:before {
	background-position: -77px -106px;
}

.contact-map {
	margin-bottom: -20px;
}


/*about*/

.about-list li {
	margin-top: 20px;
}

.about-info {
	padding: 95px 100px 50px;
}

.about-info .cb02-describe p {
	margin-bottom: 25px;
}

.about-info .describe-list {
	padding-left: 25px;
	position: relative;
	margin-bottom: 25px;
}

.about-info .describe-list span {
	color: #555;
}


/*news*/

.news-list2 li {
	width: 475px;
	padding: 60px 0 60px 25px;
	margin-top: 20px;
}

.news-list2 li:nth-child(3n) {
	width: 525px;
	padding-right: 50px;
}

.news-list2 li:nth-child(3n+1) {
	width: 500px;
	padding-left: 50px;
}

.news-date {
	padding-right: 15px;
	margin: 25px 15px 0 0;
	font-family: PingFangSC, Arial;
	border-right: solid 1px #f0f0f0;
}

.news-date span {
	display: block;
}

.news-day {
	font-size: 48px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
}


/*case*/

.case-banner {
	position: relative;
	background: url(../images/case-bg.jpg) no-repeat center center;
}

.case-banner .wrapper {
	padding: 140px 25px 0 50px;
}

.case-banner img {
	width: 665px;
	height: 696px;
}

.case-banner dl {
	padding: 100px 180px 0 0;
}

.case-new {
	font-size: 48px;
}

.case-new:after {
	content: "";
	display: block;
	width: 45px;
	border-bottom: solid 3px #fff;
	margin-top: 35px;
}

.case-summary {
	margin: 35px 0 50px;
}

.case-btn {
	width: 196px;
	height: 42px;
	line-height: 42px;
	border: solid 2px #fff;
	border-radius: 30px;
}

.case-menu {
	margin-top: 20px;
	height: 100px;
}

.case-menu a {
	padding: 0 50px;
}


/*case-detail*/

.case-tip {
	margin-top: 20px;
}

.case-tip a {
	line-height: 140px;
	font-family: PingFangSC, Arial;
	width: 15%;
}
.customized-title-box{padding: 20px 0;}
.case-previous,
.case-next,
{
	display: inline-block;
	width: 300px;
}

.new-previous,
.case-previous {
	border-right: solid 1px #f0f0f0;
}

.case-next,
.new-next {
	border-left: solid 1px #f0f0f0;
}

.new-previous:before,
.case-previous:before,
.case-all:before,
.case-next:after,
.new-next:after,
.btn-customized:before {
	content: "";
	display: inline-block;
	background: url(../images/icons.png) no-repeat;
	width: 30px;
	height: 12px;
	vertical-align: middle;
}

.new-previous:before,
.case-previous:before {
	background-position: -222px -93px;
	margin-right: 8px;
}

.case-all:before {
	width: 14px;
	height: 18px;
	background-position: -163px -71px;
	margin-right: 8px;
}

.case-next:after,
.new-next:after {
	background-position: -315px -93px;
	margin-left: 8px;
}

.case-tip a:hover {
	color: #d61519;
}

.new-previousL:before,
.case-tip .case-previous:hover:before {
	background-position: -253px -93px;
}

.case-tip .case-all:hover:before {
	background-position: -147px -71px;
}

.case-tip .case-next:hover:after,
.new-next:after {
	background-position: -284px -93px;
}

.case-color {
	margin: 75px 0;
}

.case-color li {
	margin: 0 100px;
}

.color-circle {
	width: 100px;
	height: 100px;
}

.color-val {
	font-size: 14px;
	margin-top: 10px;
}

/*.customized-title-box {
	padding: 50px 0;
}*/
/*
.customized-title {
	margin-bottom: 25px;
}*/

.customized-summary {
	line-height: 24px;
}

.customized-show {
	position: relative;
}

.btn-customized {
	position: absolute;
	left: 120px;
	bottom: 100px;
	width: 295px;
	height: 66px;
	line-height: 66px;
	border: solid 1px #969ca3;
	font-size: 14px;
}

.btn-customized:before {
	width: 24px;
	height: 12px;
	background-position: -257px -73px;
	margin-right: 20px;
}

.btn-customized:hover {
	background: #d61519;
	border-color: #d61519;
}


/*solution--鏋侀€熷缓绔�*/

.building-section1 {
	padding: 55px 0 70px;
}

.building-title {
	font-size: 60px;
}

.building-subtitle {
	margin: 30px 0;
}

.building-subtitle img {
	width: auto;
}

.building-summary {
	width: 72%;
	margin: 0 auto;
}

.building-system {
	margin-top: 50px;
}

.building-system li {
	width: 25%;
	margin-bottom: 55px;
}

.system-icon {
	width: 156px;
	height: 156px;
	line-height: 156px;
	margin: 0 auto 20px;
	border: solid 2px #f0f0f0;
}

.building-system li:hover .system-icon {
	background: #0a58b6;
	border-color: #0a58b6;
}

.system-icon .icon {
	width: 75px;
	height: 75px;
	margin-top: 40px;
}

.icon-cost {
	background-position: 0 -182px;
}

.icon-cycle {
	background-position: -76px -182px;
}

.icon-terminal {
	background-position: -152px -182px;
}

.icon-theme {
	background-position: -228px -182px;
}

.icon-operation {
	background-position: -304px -182px;
}

.icon-backstage {
	background-position: -380px -182px;
}

.icon-seo {
	background-position: -456px -182px;
}

.icon-demand {
	background-position: -532px -182px;
}

.building-system li:hover .icon-cost {
	background-position: 0 -258px;
}

.building-system li:hover .icon-cycle {
	background-position: -76px -258px;
}

.building-system li:hover .icon-terminal {
	background-position: -152px -258px;
}

.building-system li:hover .icon-theme {
	background-position: -228px -258px;
}

.building-system li:hover .icon-operation {
	background-position: -304px -258px;
}

.building-system li:hover .icon-backstage {
	background-position: -380px -258px;
}

.building-system li:hover .icon-seo {
	background-position: -456px -258px;
}

.building-system li:hover .icon-demand {
	background-position: -532px -258px;
}

.btn-theme {
	width: 282px;
	height: 42px;
	line-height: 42px;
	border: solid 2px #0a58b6;
	margin: 0 auto;
}

.btn-theme a {
	display: block;
	color: #0a58b6;
}

.btn-theme a:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 28px;
	background: url(../images/icons.png) no-repeat -631px -182px;
	vertical-align: middle;
	margin-right: 20px;
}

.btn-theme:hover {
	background: #0a58b6;
}

.btn-theme:hover a {
	color: #fff;
}

.btn-theme:hover a:before,
.btn-theme2 a:before {
	background-position: -631px -211px;
}

.building-section2 {
	background: url(../images/solution-bg1.jpg) no-repeat center 0;
	padding: 65px 0 70px;
	background-attachment: fixed;
}

.building-advantage li {
	width: 20%;
	padding: 0 20px;
	margin-bottom: 70px;
}

.building-advantage dt {
	margin: 10px 0;
}

.advantage-icon {
	width: 56px;
	height: 56px;
	border: solid 2px #ededed;
	margin: 0 auto;
}

.advantage-icon .icon {
	width: 30px;
	height: 28px;
	margin-top: 13px;
}

.icon-advantage1 {
	background-position: 0 -333px;
}

.icon-advantage2 {
	background-position: -30px -333px;
}

.icon-advantage3 {
	background-position: -60px -333px;
}

.icon-advantage4 {
	background-position: -90px -333px;
}

.icon-advantage5 {
	background-position: -120px -333px;
}

.icon-advantage6 {
	background-position: -150px -333px;
}

.icon-advantage7 {
	background-position: -180px -333px;
}

.icon-advantage8 {
	background-position: -210px -333px;
}

.icon-advantage9 {
	background-position: -240px -333px;
}

.icon-advantage10 {
	background-position: -270px -333px;
}

.building-advantage li:hover .advantage-icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.advantage-describe {
	line-height: 24px;
}

.building-advantage {
	margin-top: 65px;
}

.advantage-title {
	font-size: 48px;
}

.advantage-summary {
	width: 57%;
	margin: 15px auto;
}

.btn-theme2 {
	border-color: #fff;
}

.btn-theme2 a {
	color: #fff;
}

.btn-theme2:hover,
.btn-theme3:hover {
	background: #d61519;
	border-color: #d61519;
}

.building-section3 .wrapper {
	padding: 50px 0 60px;
}

.theme-title,
.recommend-case-title {
	font-size: 48px;
	margin-bottom: 15px;
}

.building-section3 .cb03-menu li {
	margin-right: 10px;
}

.building-section3 .cb03-menu li:last-child {
	margin-right: 0;
}

.building-section3 .cb03-menu li a {
	padding: 0 26px;
}

.btn-theme3 {
	border-color: #d61519;
}

.btn-theme3 a {
	color: #d61519;
}

.btn-theme3 a:before {
	display: none;
}

.theme-pic {
	background: #f0f0f0;
	position: relative;
}

.building-section3 .cb03-container {
	padding-top: 0;
}

.building-section3 .cb03-top {
	margin: 25px 0 30px;
}

.theme-link {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
	padding: 10px 0;
}

.theme-link a {
	width: 120px;
	height: 30px;
	line-height: 30px;
}

.theme-view {
	background: #0a58b6;
}

.theme-trial {
	background: #d61519;
}

.theme-detail {
	width: 118px;
	height: 28px;
	border: solid 1px #ff4f00;
	color: #ff4f00;
}

.theme-name {
	width: 65%;
}

.theme-number {
	color: #999;
	margin-top: 3px;
}

.theme-number,
.theme-link,
.btn-Chinese {
	opacity: 0;
}

.theme-list li:hover .theme-number,
.theme-list li:hover .theme-link,
.theme-list li:hover .btn-Chinese {
	opacity: 1;
}

.theme-list .btn-detail {
	position: relative;
}

.btn-Chinese {
	position: absolute;
	left: 0;
	z-index: 5;
}

.theme-list li:hover .btn-English {
	opacity: 0;
}

.theme-link a:hover {
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.building-section4 {
	padding: 55px 0 90px;
}

.recommend-case-title {
	margin-bottom: 0;
}

.recommend-summary {
	margin-top: 10px;
}

.r-case-show {
	margin-top: 45px;
	position: relative;
	padding: 0 50px 60px;
}

.r-case-show img {
	width: 765px;
	height: 460px;
}

.r-case-show dl {
	width: 480px;
	margin: 50px 40px 0 0;
}

.r-case-show dt span {
	color: #3a3a3a;
}

.r-case-describe {
	margin: 30px 0;
}

.btn-website {
	border: solid 2px #d61519;
	width: 116px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.btn-website:hover {
	color: #fff;
}

.building-section5 {
	padding: 55px 0 75px;
	background: url(../images/bg-step.jpg) no-repeat center 0;
	background-attachment: fixed;
}

.building-step {
	margin-top: 55px;
	margin-right: -40px;
}

.building-step li {
	width: 345px;
	height: 345px;
	background: rgba(214, 21, 25, .8);
	margin-right: 40px;
	padding: 50px;
}

.step-num {
	width: 56px;
	height: 56px;
	border: solid 2px #fff;
	line-height: 56px;
	margin: 0 auto;
}

.step-title {
	margin: 15px 0 30px;
}

.step-describe {
	line-height: 24px;
}

.building-section6 {
	padding: 55px 0 40px;
}

.building-article {
	margin: 30px -30px 10px 0;
}

.building-article li {
	width: 480px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 10px 30px;
}

.building-article .news-info {
	border: none;
	padding: 0;
}

.building-article .news-title {
	padding-bottom: 10px;
}

.building-article .news-summary {
	line-height: 24px;
}


/*solution--涓婚鍒楄〃*/

.solution-theme {
	margin-top: 20px;
}

.solution-theme .cb03-top {
	margin: -5px 0 30px;
}


/*solution--涓婚璇︽儏*/

.theme-bannner .wrapper {
	padding: 90px 0 105px;
}

.theme-show {
	width: 865px;
	padding: 0 50px 80px;
	position: relative;
}

.theme-info {
	width: 500px;
}

.theme-show .bd img {
	width: 745px;
	height: 440px;
}

.theme-show .hd,
.r-case-show .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
}

.theme-show .num li,
.recommended-theme .num li,
.r-case-show .num li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 2px #fff;
	margin: 0 8px;
	background: #fff;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.theme-show .num li.on,
.recommended-theme .num li.on,
.r-case-show .num li.on {
	background: none;
}

.theme-show .prev,
.theme-show .next,
.r-case-show .prev,
.r-case-show .next,
.customized-advantages .prev,
.customized-advantages .next {
	position: absolute;
	top: 45%;
	margin-top: -20px;
	display: inline-block;
	width: 44px;
	height: 34px;
	border: solid 3px #fff;
	text-align: center;
	line-height: 34px;
}

.r-case-show .num li,
.r-case-show .prev,
.r-case-show .next,
.customized-advantages .prev,
.customized-advantages .next {
	background: #d61519;
	border-color: #d61519;
}

.r-case-show .prev:hover,
.r-case-show .next:hover,
.customized-advantages .prev:hover,
.customized-advantages .next:hover {
	opacity: .7;
}

.theme-show .prev,
.r-case-show .prev {
	left: 0;
}

.theme-show .next,
.r-case-show .next {
	right: 0;
}

.theme-show .prev:after,
.theme-show .next:after,
.r-case-show .prev:after,
.r-case-show .next:after,
.customized-advantages .prev:after,
.customized-advantages .next:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 20px;
	background: url(../images/icons.png) no-repeat;
	vertical-align: middle;
}

.theme-show .prev:after,
.r-case-show .prev:after,
.customized-advantages .prev:after {
	background-position: -425px -85px;
}

.theme-show .next:after,
.r-case-show .next:after,
.customized-advantages .next:after {
	background-position: -468px -85px;
}

.theme-info .theme-title {
	margin-bottom: 35px;
	padding-bottom: 35px;
	position: relative;
}

.theme-info .theme-title:after {
	content: "";
	position: absolute;
	width: 45px;
	bottom: 0;
	left: 0;
	border-bottom: solid 3px #fff;
}

.theme-info .theme-name {
	width: 100%;
	font-size: 36px;
	line-height: 48px;
}
.theme-info .theme-name span{float: right;}

.theme-info .theme-range {
	font-size: 12px;
}

.theme-summary {
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 30px;
}

.choose-industy {
	position: relative;
	margin: 30px 0 40px;
}

.select-show {
	width: 358px;
	height: 42px;
	border: solid 1px #fff;
	line-height: 42px;
	padding: 0 40px 0 20px;
	position: relative;
	cursor: pointer;
}

.select-show:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url(../images/icons.png) no-repeat -501px -88px;
}

.select-list {
	display: none;
	position: absolute;
	width: 360px;
	top: 45px;
	background: #fff;
	padding: 15px 30px;
	cursor: pointer;
	z-index: 99;
}

.select-list li {
	line-height: 44px;
	border-bottom: solid 1px #ddd;
}

.select-list li:last-child {
	border-bottom: none;
}

.select-list li:hover {
	color: #d61519;
}

.theme-tip li {
	border: solid 1px #fff;
	width: 200px;
	height: 80px;
	margin-right: 20px;
}

.theme-tip .btn-red:hover:after {
	background: #fff;
}

.theme-tip .btn-transparent:hover:after {
	background: #fff;
}

.theme-tip .btn-transparent:hover dt {
	color: #d61519;
	transition: all ease-in .5s;
}

.theme-tip .btn-transparent:hover dd {
	color: #777;
	transition: all ease-in .5s;
}

.theme-bannner .theme-tip dl {
	padding: 0;
}

.theme-tip dt {
	margin-top: 20px;
}

.solution-theme-detail,
.recommended-theme {
	margin-top: 20px;
}

.recommended-theme {
	padding: 55px 0 60px;
}

.recommended-theme .cb03-container {
	padding-top: 30px;
	padding-bottom: 0;
}

.recommended-slide {
	height: 456px !important;
}

.recommended-theme .num {
	margin-top: 40px;
	height: 10px;
}

.recommended-theme .num li {
	border-color: #d61519;
	background: #d61519;
}


/*solution--楂樼瀹氬埗缃戠珯*/

.customized-section1 {
	background: url(../images/bg-customized01.jpg) no-repeat center bottom;
	padding: 55px 0 90px;
}

.customized-summary {
	width: 59%;
	margin: 10px auto 0;
	line-height: 24px;
}

.customized-pics {
	margin-top: 60px;
}

.customized-pic {
	width: 400px;
}

.customized-add {
	width: 150px;
}

.customized-add img {
	width: auto;
	margin: 150px auto 0;
}

.customized-pic img {
	margin: 0 auto;
}

.customized-pic img {
	width: 330px;
	height: 320px;
}

.customized-name {
	margin-top: 40px;
}

.customized-section2 {
	background: url(../images/bg-customized02.jpg) no-repeat center 50px;
	background-attachment: fixed;
	padding: 85px 0 120px;
}

.process-step li {
	background: rgba(5, 44, 89, .6);
	width: 345px;
	height: 450px;
	margin-right: 40px;
	padding: 100px 40px;
}

.process-step li:hover {
	background: rgba(214, 21, 25, .6);
	padding: 55px 40px;
}

.process-step {
	margin-top: 65px;
	margin-right: -40px;
}

.process-icon {
	width: 56px;
	height: 56px;
	border: solid 2px #fff;
	line-height: 56px;
	margin: 0 auto 15px;
}

.process-icon .icon {
	width: 30px;
	height: 32px;
	margin-top: 12px;
}

.icon-process1 {
	background-position: -338px -333px;
}

.process-icon .icon-process2 {
	width: 25px;
	background-position: -368px -333px;
}

.icon-process3 {
	background-position: -393px -333px;
}

.icon-process4 {
	background-position: -423px -333px;
}

.process-describe {
	margin-top: 30px;
}

.process-wrap {
	opacity: 0;
	padding-top: 25px;
	position: relative;
	margin-top: 25px;
}

.process-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	border-top: solid 2px #fff;
}

.process-step li p,
.process-step li .process-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.process-step li:hover .process-wrap {
	opacity: 1;
}

.process-step li:hover .process-describe {
	margin-top: 15px;
}

.process-step li:hover .process-wrap:before {
	width: 20px;
	left: 50%;
	margin-left: -10px;
}

.process-step li:hover p,
.process-step li:hover .process-wrap {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.customized-section3 {
	background: url(../images/bg-customized03.jpg) no-repeat center bottom;
	padding: 55px 0 70px;
}

.customized-flat {
	margin-top: 10px;
}

.customized-flat-pic img {
	width: auto;
	margin: 50px auto 0;
}

.customized-section4 {
	padding: 55px 0 60px;
}

.customized-advantages {
	margin-top: 30px;
	position: relative;
}

.customized-advantages img {
	width: 750px;
	height: 400px;
}

.customized-advantages dl {
	width: 750px;
	padding: 60px 120px 30px;
}

.customized-advantages dt {
	margin-bottom: 30px;
}

.customized-advantages .prev,
.customized-advantages .next {
	bottom: 0;
	top: auto;
}

.customized-advantages .prev {
	left: 700px;
}

.customized-advantages .next {
	right: 700px;
}

.customized-case-title a {
	display: block;
	color: #fff;
	height: 100px;
	line-height: 100px;
	padding: 0 80px 0 50px;
	position: relative;
}

.customized-case-title a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 50px;
	width: 30px;
	height: 7px;
	background: url(../images/icons.png) no-repeat -281px -55px;
	top: 50%;
	margin-top: -4px;
}

.customized-case-title span {
	display: inline-block;
	margin-right: 50px;
	padding-right: 50px;
	position: relative;
}

.customized-case-title span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 47px;
	height: 12px;
	border-right: solid 1px #fff;
	margin-left: 50px;
}


/*solution--涓夌淮鍔ㄧ敾*/

.animation-section1 {
	background: url(../images/bg-animation001.jpg) no-repeat center bottom;
	padding: 70px 0 0;
	height: 930px;
}

.animation-section2 {
	background: url(../images/bg-animation02.jpg) no-repeat center bottom;
	padding: 55px 0 80px;
}

.application-summary {
	width: 65%;
	margin: 15px auto;
}

.application-list {
	margin: 50px -51px 50px 0;
}

.application-list li {
	width: 466px;
	padding: 0 50px;
	margin-right: 51px;
}

.application-title {
	margin-bottom: 30px;
}

.btn-application {
	border-color: #d61519;
}

.btn-application a {
	color: #d61519;
}

.btn-application a:before {
	background-position: -631px -240px;
}

.btn-application:hover {
	background: #d61519;
}

.animation-section3 {
	background: url(../images/bg-animation03.jpg) no-repeat center bottom;
	padding: 70px 0 80px;
	min-height: 890px;
}

.model-subtitle {
	margin: 15px 0 25px;
}

.model-summary,
.video-advantage-describe {
	color: #b0ceeb;
}

.animation-section4 {
	background: url(../images/bg-animation04.jpg) no-repeat center center;
	padding: 55px 0 100px;
	margin-bottom: 20px;
}

.video-advantage-list {
	margin: 50px -135px 50px 0;
}

.video-advantage-list li {
	width: 410px;
	padding: 0 50px;
	margin-right: 135px;
}

.video-advantage-list li:hover .video-advantage-icon span {
	transform: translate3d(0, -10px, 0);
}

.video-advantage-title {
	margin: 30px 0;
}

.video-advantage-icon span {
	width: 115px;
	height: 105px;
}

.icon-video1 {
	background-position: 0 -370px;
}

.icon-video2 {
	background-position: -115px -370px;
}

.icon-video3 {
	background-position: -230px -370px;
}

.btn-advantage {
	border-color: #badcff;
}

.btn-advantage a {
	color: #badcff;
}

.btn-advantage a:before {
	background-position: -631px -268px;
}

.btn-advantage:hover {
	background: #d61519;
	border-color: #d61519;
}
.new-previous,.new-next {
		display: inline-block;
		width: 450px;
	}
.bshare-custom{width: 200px; height: 20px; float: right; margin-top: 8px;}
.icon-medium{float: left; margin-top: 100px;}
@media (max-width:1600px) {
	/*common*/
/*	body {
		font-size: 12px;
	}*/
	.wrapper {
		width: 1200px;
	}
	.header,
	.content,
	.footer,
	.banner,
	.sub-banner {
		min-width: 1200px;
	}
	@media(min-width:1210px) {
		body {
			overflow-x: hidden;
		}
	}
	.fs14 {
		font-size: 12px;
	}
	.fs16 {
		font-size: 14px;
	}
	.fs18 {
		font-size: 16px;
	}
	.fs20 {
		font-size: 18px;
	}
	.fs22 {
		font-size: 20px;
	}
	.fs24 {
		font-size: 22px;
	}
	.fs28 {
		font-size: 26px;
	}
	.fs30 {
		font-size: 28px;
	}
	/*header*/
	#nav {
		margin-right: -25px;
	}
	#nav .nLi {
		float: left;
		position: relative;
		height: 100%;
		padding: 0 25px;
	}
	/*banner*/
	.slide_tabs {
		bottom: 25px;
	}
	.banner-text {
		position: absolute;
		top: 24%;
		width: 700px;
		left: 50%;
		margin-left: -350px;
	}
	.banner-text h1 {
		font-size: 50px;
	}
	/*c-box01*/
	.categories-wrap {
		padding: 35px 30px;
	}
	.categories-wrap dt {
		margin-bottom: 15px;
	}
	/*c-box02*/
	.summary {
		font-size: 16px;
	}
	.cb03-container .summary,
	.cb05-container .summary {
		font-size: 14px;
	}
	.line-heihgt30 {
		line-height: 26px;
	}
	.cb02-pic img,
	.cb04-pic img,
	.about-pic img {
		width: 480px;
		height: auto;
	}
	.cb02-main,
	.cb04-main {
		padding: 60px 100px 60px 30px;
	}
	.cb02-about02 li,
	.cb04-lecture02 li {
		margin-right: 130px;
	}
	/*c-box03*/
	.cb03-container,
	.cb05-container {
		padding: 35px 30px 15px;
	}
	.case-list,
	.news-list {
		margin-right: -30px;
	}
	.case-list li,
	.news-list li {
		width: 360px;
		margin: 0 30px 30px 0;
	}
	.cb03-menu li a {
		padding: 0 16px;
		line-height: 32px;
	}
	.cb03-top .more-all {
		line-height: 34px;
	}
	/*partner*/
	.partner-list {
		padding: 76.5px 0;
		margin-right: -40px;
	}
	.partner-list li {
		width: 83px;
		height: 83px;
		margin-right: 39px;
	}
	/*footer*/
	.f-box01 dl,
	.fb02-column {
		padding-left: 40px;
	}
	.fb02-column:last-child {
		width: 30%;
	}
	.f-box02 {
		padding: 40px 0;
	}
	.f-logo img,
	.f-code img {
		width: auto;
		height: 74px;
	}
	.f-box3 {
		padding: 15px 40px;
	}
	/*lecture*/
	.lecture-menu {
		height: 80px;
		top: -100px;
	}
	.lecture-menu span,
	.contact-section .account span,
	.case-menu span {
		line-height: 80px;
	}
	.lecture-menu a:before,
	.contact-section .account a:before,
	.case-menu a:before {
		top: 34px;
	}
	/*lecture-experience*/
	.lecture-experience {
		padding: 30px 30px 1px 30px;
	}
	.lecture-experience li {
		width: 555px;
		margin: 0 30px 30px 0;
	}
	.lecture-experience .course-pic img {
		width: 240px;
		height: 160px;
	}
	.lecture-experience .course-info {
		height: 160px;
		padding: 10px 15px;
	}
	.lecture-experience .course-info:hover h4 {
		transition: .2s;
		color: #d61519;
	}
	.course-views {
		margin-top: 15px;
	}
	.page {
		padding: 40px 0 20px;
	}
	.page a {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	/*lecture-detail*/
	.lecture-detail video {
		width: 720px;
		height: 480px;
	}
	.lecture-detail .course-info {
		margin: 25px 30px 30px;
	}
	.course-media {
		width: 420px;
		right: 30px;
	}
	.course-communication {
		padding: 20px;
	}
	.course-communication .course-code {
		margin-left: 20px;
	}
	/*lecture-course*/
	.lecture-course li.bgfff {
		padding: 30px;
	}
	.lecture-course .course-pic img {
		width: 480px;
		height: 320px;
	}
	.lecture-course .course-info {
		height: 320px;
	}
	.lecture-course .course-info {
		padding: 20px 30px;
	}
	.course-summary {
		line-height: 20px;
	}
	.course-list {
		margin: 10px 0 20px;
	}
	.course-all {
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
	/*lecture-suggestion*/
	.lecture-suggestion {
		padding: 40px;
	}
	.suggestion-img img {
		width: 400px;
		height: auto;
	}
	.suggestion-items label {
		width: 70px;
		margin-right: 15px;
	}
	.lecture-suggestion textarea,
	.lecture-suggestion input {
		width: 573px;
		font-size: 12px;
	}
	.lecture-suggestion textarea {
		height: 68px;
		line-height: 18px;
	}
	.suggestion-submit {
		margin-left: 85px;
	}
	/*contact*/
	.contact-section .account {
		height: 80px;
	}
	.job-list {
		margin: 0 -70px;
	}
	.job-list li {
		padding: 0 70px;
	}
	/*about*/
	.about-info {
		padding: 55px 60px 30px;
	}
	.about-info .describe-list:before {
		top: 12px;
	}
	.about-info .describe-list {
		margin-bottom: 15px;
	}
	/*news*/
	.news-list2 li {
		width: 390px;
		padding: 30px 0 30px 30px;
	}
	.news-date {
		margin-top: 22px;
	}
	.news-list2 li:nth-child(3n) {
		width: 420px;
		padding-right: 30px;
	}
	.news-list2 li:nth-child(3n+1) {
		width: 390px;
		padding-left: 30px;
	}
	/*case*/
	.case-banner .wrapper {
		padding: 100px 5px 0 30px;
	}
	.case-banner img {
		width: 530px;
		height: auto;
	}
	.case-banner dl {
		padding: 100px 120px 0 0;
	}
	.case-new {
		font-size: 40px;
	}
	.case-new:after {
		margin-top: 25px;
	}
	.case-summary {
		margin: 25px 0 40px;
	}
	.case-btn {
		width: 186px;
	}
	.case-menu {
		height: 80px;
	}
	.case-menu a {
		padding: 0 40px;
	}
	/*case-detail*/
	.case-tip a {
		line-height: 100px;
	}
	.case-color li {
		margin: 0 70px;
	}
	.color-circle {
		width: 80px;
		height: 80px;
	}
	.btn-customized {
		left: 80px;
		bottom: 60px;
	}
	/*solution*/
	.building-title {
		font-size: 50px;
	}
	.building-subtitle {
		margin: 25px 0;
	}
	.building-subtitle img {
		width: 32%;
	}
	.building-summary {
		width: 80%;
		margin: 0 auto;
	}
	.building-system li {
		width: 25%;
		margin-bottom: 55px;
	}
	.system-icon {
		width: 136px;
		height: 136px;
	}
	.system-icon .icon {
		margin-top: 30px;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.advantage-title {
		font-size: 38px;
	}
	.advantage-summary {
		width: 63%;
	}
	.building-advantage li {
		padding: 0 5px;
	}
	.theme-title,
	.recommend-case-title {
		font-size: 38px;
	}
	.building-section3 .cb03-menu li {
		margin-right: 9px;
	}
	.building-section3 .cb03-menu li a {
		padding: 0 20px;
	}
	.theme-link {
		left: 15px;
		right: 15px;
		bottom: 15px;
		padding: 5px 0;
	}
	.theme-link a {
		width: 100px;
		margin: 0 2px;
	}
	.theme-detail {
		width: 98px;
	}
	.r-case-show img {
		width: 620px;
		height: 373px;
	}
	.r-case-show dl {
		width: 400px;
	}
	.building-step li {
		width: 270px;
		height: 270px;
		padding: 30px;
	}
	.step-num {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.step-title {
		margin: 15px 0;
	}
	.building-article li {
		width: 380px;
	}
	.building-article .news-summary {
		line-height: 22px;
	}
	/*solution--涓婚璇︽儏*/
	.theme-bannner .wrapper {
		padding: 90px 0;
	}
	.theme-show {
		width: 720px;
		padding: 0 50px 60px;
	}
	.theme-info {
		width: 450px;
	}
	.theme-info .theme-title {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.theme-info .theme-name {
		font-size: 32px;
	}
	.choose-industy {
		margin: 30px 0 30px;
	}
	.select-show {
		width: 338px;
	}
	.select-list {
		width: 340px;
	}
	.theme-tip li {
		width: 190px;
		height: 70px;
	}
	.theme-tip {
		margin-right: -20px;
	}
	.theme-tip dt {
		margin-top: 15px;
	}
	.theme-show .bd img {
		width: 600px;
		height: 354px;
	}
	.recommended-slide {
		height: 387px !important;
	}
	/*solution--缃戠珯瀹氬埗*/
	.customized-case-title a {
		height: 80px;
		line-height: 80px;
		padding: 0 60px 0 30px;
	}
	.customized-case-title a:after {
		right: 30px;
	}
	.customized-case-title span {
		margin-right: 30px;
		padding-right: 30px;
	}
	.customized-case-title span:after {
		top: 37px;
		margin-left: 30px;
	}
	.customized-pic {
		width: 300px;
	}
	.customized-add img {
		width: auto;
		margin-top: 120px;
	}
	.customized-pic img {
		width: 280px;
		height: auto;
	}
	.process-step li {
		width: 270px;
		height: 380px;
		padding: 60px 20px;
	}
	.process-step li:hover {
		padding: 45px 20px;
	}
	.process-icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.customized-advantages img {
		width: 600px;
		height: 320px;
	}
	.customized-advantages dl {
		width: 600px;
		padding: 40px 60px 30px;
	}
	.customized-advantages .prev {
		left: 550px;
	}
	.customized-advantages .next {
		right: 550px;
	}
	/*solution--涓夌淮鍔ㄧ敾*/
	.application-list {
		margin-right: 0;
	}
	.application-list li {
		width: 400px;
		padding: 0 30px;
		margin-right: 0;
	}
	.video-advantage-list {
		margin-right: -60px;
	}
	.video-advantage-list li {
		width: 360px;
		padding: 0 30px;
		margin-right: 60px;
	}
	.video-advantage-icon span {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		margin-left: -10px;
	}
}