.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.bold{font-weight: bold;}
.inner {width: 80%;margin: 0 auto;}
.section-container {cursor: grab;}
.swiper-container {cursor: grab;}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.text-shadow {
	text-shadow: 2px 3px 3px #000;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 86px);
		transform: translate(0, 86px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 86px);
		transform: translate(0, 86px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -116px);
		transform: translate(0, -116px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -116px);
		transform: translate(0, -116px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, -86px);
		transform: translate(0, -86px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, -86px);
		transform: translate(0, -86px);
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 86px);
		transform: translate(0, 86px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 86px);
		transform: translate(0, 86px);
	}
}
* {
	margin: 0;
	padding: 0;
}
html,body {
	font-family: Arial,sans-serif;;
	color:#fff;
	font-size:14px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.5);
}

html,body,.section-container,.section-wrapper,.section-slide,.swiper-container,.swiper-wrapper,.swiper-slide  {
	width: 100%;
	height: 100%;
}
.section-container {
	max-width: 1920px;
	margin:auto;
}
.section-slide {
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
}

.swiper-container {
	max-width: 1920px;
	margin:auto;
}
.swiper-slide {
	background-position: 50% 50%;
	position: relative;
	transform: translate3d(0,0,0);
	overflow: hidden;
}
.swiper-slide *{
	transform: translate3d(0,0,0);
}

img {vertical-align: middle;}
a {text-decoration: none;background-color: transparent;}
a:hover {background: none;text-decoration: none;background-color: transparent;}


li {list-style: none;}
header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	background: #333;
}
header .header-inner {
	width: 80%;
    margin: 0px auto;
    height: 55px;
    padding: 10px 0px;
}
header .header-inner .logo {float: left;}

header .header-inner .logo a img {
	width: 100px;
}

header .header-inner .nav {
	float: right;
	margin-top: 2px;
}

header .header-inner .nav li {
	float: left;
}

header .header-inner .nav li a {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	padding: 3px 16px;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: .4;
	color: #fff;
}

header .header-inner .nav li a.active {
	opacity: 1;
	color: #fff;
}

header .header-inner .nav li a.en {
	padding: 2px 16px;
	border: 1px solid #82898c;
}

header .header-inner .nav li a.en:hover {
	padding: 2px 16px;
	border: 1px solid #fff;
}

header .header-inner .nav li a:hover, header .header-inner .nav li a:focus {
	opacity: 1;
	color: #fff;
	background: none;
}

header .header-inner .nav li.current-menu-item a {
	opacity: 1;
	color: #fff;
}

header .header-inner .nav-wap {
	display: none;
}

.header-active {
	height: 55px;
	background: #333;
}

.header-active .header-inner {
	margin: 0 auto;
}

.header-active .header-inner .logo img {
	width: 120px;
	margin-top: 9px;
}
.section-footer {
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	padding: 15px 5px 30px 5px;
    height: 105px;
}

.section-footer .footer {
	width: 80%;margin:auto;
}
.section-footer .footer td {text-align: center;}
.section-footer .footer td span{
	margin-right:15px;
}
.section-footer .footer td span:nth-child(4){
	display: none;
}
.section-footer .footer div{
	display: none;
}

.section-footer .en-footer {
	width: 95%;margin:auto;
}
.section-footer .en-footer td {text-align: center;}
.section-footer .en-footer td span{
	margin-right:10px;
}
.section-footer .en-footer td span:nth-child(4){
	display: none;
}
.section-footer .en-footer div{
	display: none;
}

.nav-mask {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	header {
		position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
	}

	header .header-inner {
		width: 80%;
		margin: 20px auto;
	}

	header .header-inner .logo {
		float: left;
	}

	header .header-inner .logo img {
		width: 120px;
	}

	header .header-inner .nav {
		float: right;
		margin-top: 8px;
	}

	header .header-inner .nav li {
		float: left;
	}

	header .header-inner .nav li a {
		font-size: 14px;
		line-height: 20px;
		display: inline-block;
		padding: 3px 12px;
		opacity: .4;
		color: #fff;
	}

	header .header-inner .nav li a.active {
		opacity: 1;
		color: #fff;
	}

	header .header-inner .nav li a.en {
		border: 1px solid #82898c;
	}

	header .header-inner .nav li a.en:hover {
		border: 1px solid #fff;
	}

	header .header-inner .nav li a:hover {
		opacity: 1;
		color: #fff;
	}

	header .header-inner .nav-wap {
		display: none;
	}
}

.load-more {
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	color: #666;
	padding-top: 48px;
	cursor: pointer;
}

.loading {
	display: none;
	width: 112px;
	height: 15px;
	margin: 0 auto;
	margin-top: 48px;
}

.loading span {
	display: inline-block;
	width: 15px;
	height: 100%;
	margin-right: 5px;
	border-radius: 50%;
	background: #c99c59;
	opacity: 0.6;
	-webkit-animation: loading 1.04s ease infinite;
	animation: loading 1.04s ease infinite;
}

.loading span:last-child {
	margin-right: 0px;
}

@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes loading {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.loading span:nth-child(1) {
	-webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
	-webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
	-webkit-animation-delay: 0.65s;
}

.section-container-pc {
	display: block;
}
.section-container-wap {
	display: none;
}
.section-container-pc .section-index {
	background: url(/img/bg_p1.jpg) no-repeat center center;
	background-size: cover;
	opacity: 0;
	-webkit-animation: fadeIn 2s both;
	animation: fadeIn 2s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.section-container-pc .section-index .btn-slide {
	width: 22px;
	height: 80px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -11px;
	z-index: 99;
	background-image: url(/img/btn-slide-w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section-container-pc .section-index .page1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -95px;

}

.section-container-pc .section-index .page1 .title {
	color: #fff;
	font-size: 48px;
}


.section-container-pc .active .slowInUp_2 {
	-webkit-animation: fadeInUp 2s both;
	animation: fadeInUp 2s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.section-container-pc .fp-section-prev .slowInUp_2 {
	-webkit-animation: fadeOutUp 2s both;
	animation: fadeOutUp 2s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.section-container-pc .fp-section-active .slowInUp_1 {
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.section-container-pc .fp-section-prev .slowInUp_1 {
	-webkit-animation: fadeOutUp 1s both;
	animation: fadeOutUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.section-container-pc .section-about {
	background: url(/img/bg_p2.jpg?v=4) no-repeat center center;
	background-size: cover;
}

.section-container-pc .section-about .inner {
	width: 85%;
    margin: 0 7%;
	height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
	min-height:500px;
	position: absolute;
	bottom:0px;
}

.section-container-pc .section-about .inner .article {
	width:100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.section-container-pc .section-about .inner .article .title {
	height:80px;
	padding:25px 45px;
	margin-bottom: 20px;
}
.section-container-pc .section-about .inner .article .title span {
	color:#fff;
	display: block;
}
.section-container-pc .section-about .inner .article .title span:nth-child(1) {
	font-size: 20px;
}
.section-container-pc .section-about .inner .article .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}

.section-container-pc .section-about .inner .article .content {
	background: rgba(0, 0, 0, 0.5);
	padding:50px 50px;
}

.section-container-pc .section-about .inner .article .p2-btn {
	display: inline-block;
	width: 33px;
	height: 33px;
	border: 1px solid #5c5c5c;
	position: relative;
	opacity: .3;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

.section-container-pc .section-about .inner .article .p2-btn span {
	display: inline-block;
	width: 66px;
	position: absolute;
	left: -86px;
	line-height: 31px;
	font-size: 12px;
	color: #333;
	-webkit-transition: all 1s;
}
.section-container-pc .section-about .inner .article .p2-btn:hover {
	cursor: pointer;
	width: 100px;
	background: #fff;
	border: 1px solid #fff;
	opacity: 1;
}


.section-container-pc .section-about .inner section {
	float: right;
	width: 43%;
	position: absolute;
	right: 10%;
	top: 50%;
}

.section-container-pc .section-about .inner section img {
	width: 100%;
	height: 100%;
	max-width: 503px;
	-webkit-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	transform: translate(0, -40%);
	opacity: 0;
}

.section-container-pc .section-founder {
	background: url(/img/bg_p2.jpg?v=4) no-repeat center center;
	background-size: cover;
}

.section-container-pc .section-founder .inner {
	height: calc(100vh - 55px);
	height: -webkit-calc(100vh - 55px);
    width: 100%;
	position: absolute;
	bottom: 0px;
}
.section-container-pc .section-founder .inner .title {
	padding:20px 120px 10px 120px;
}
.section-container-pc .section-founder .inner .title span {
	color:#fff;
	display: block;
}
.section-container-pc .section-founder .inner .title span:nth-child(1) {
	font-size: 20px;
}
.section-container-pc .section-founder .inner .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}
.section-container-pc .section-founder .inner .founder-main {
	height: calc(100vh - 305px);
	margin-top: 50px;
}

.section-container-pc .section-founder .inner .founder-main .text {
	height:80px;
	/* padding:0px 2px 2px 2px; */
	margin: auto;
	border-left:3px solid transparent;
	border-bottom:3px solid transparent;
	border-right:3px solid transparent;
}


.section-container-pc .section-founder .inner .founder-main .text div{
	padding-top:18px;
	text-align:center;
	vertical-align: middle;
	font-size:16px;
	color:#fff;
	height:100%;
	background: rgba(0, 0, 0, 0.7);

}
.section-container-pc .section-founder .inner .founder-main .text-mouse-hover{
	border-left:3px solid rgba(241,110,30);
	border-bottom:3px solid rgba(241,110,30);
	border-right:3px solid rgba(241,110,30);

}

.section-container-pc .section-founder .inner .founder-main .founder1 {
	text-align: right;
}

.section-container-pc .section-founder .inner .founder-main .founder1 img{
	height:calc(100vh - 305px);
	border-left:3px solid transparent;
	border-top:3px solid transparent;
	border-right:3px solid transparent;
}

.section-container-pc .section-founder .inner .founder-main .founder2 {
	width: 100%;
	height: 100%;
	text-align: center;
}
.section-container-pc .section-founder .inner .founder-main .founder2 img{
	height:calc(100vh - 305px);
	border-left:3px solid transparent;
	border-top:3px solid transparent;
	border-right:3px solid transparent;
}

.section-container-pc .section-founder .inner .founder-main .founder3 {
	width: 100%;
	height: 100%;
	text-align: left;
}

.section-container-pc .section-founder .inner .founder-main .founder3 img{
	height:calc(100vh - 305px);
	border-left:3px solid transparent;
	border-top:3px solid transparent;
	border-right:3px solid transparent;
}



.section-container-pc .section-founder .inner .founder-main img.img-mouse-hover{
	border-left:3px solid rgba(241,110,30);
	border-top:3px solid rgba(241,110,30);
	border-right:3px solid rgba(241,110,30);
}

.section-container-pc .section-case .case {
	background: url(/img/bg_p2.jpg?v=4) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	/* height: calc(100vh);
    height: -webkit-calc(100vh); */
	height: 100%;
	position:absolute;
	bottom: 0px;
}

.section-container-pc .section-case .case .title {
	height:50px;
	width: 95% !important;
	margin-top: -webkit-calc( ( 100vh - 55px ) / 2 - 20vh - 50px);
	margin-left: 9%;
}
.section-container-pc .section-case .case .title span {
	color:#fff;
	display: block;
}
.section-container-pc .section-case .case .title span:nth-child(1) {
	font-size: 20px;
}
.section-container-pc .section-case .case .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}

.section-container-pc .section-case .case .case-container-pc {
	width: 95% !important;
	/* height: 100%; */
	margin:auto;
	position: absolute;
	margin-left: 2%;
	top: -webkit-calc( ( 100vh - 55px ) / 2 - 20vh);
	top: calc( ( 100vh - 55px ) / 2 - 20vh);
}

.section-container-pc .section-case .case .case-container-pc .wrapper {
	padding:20px;
	width:90%;
	margin:auto;
}

.section-container-pc .section-case .case .case-container-pc .wrapper .case-container {
	width:100%;

	margin:auto;
}


.section-container-pc .section-case .case .case-container-pc .caselist {
	width: 100%;
	margin:auto;
	float: left;
}


.section-container-pc .section-case .case .case-container-pc .caselist .case1 {
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	float: left;
}

.section-container-pc .section-case .case .case-container-pc .caselist .case1 .logo {
	width: 100%;
	display: inline-block;
	background: #fff;
	text-align: center;
}

.section-container-pc .section-case .case .case-container-pc .caselist .case1 .logo .case-log-img {
	width: 100%;
	border:2px solid transparent;
}
.section-container-pc .section-case .case .case-container-pc .caselist .case1 .logo .case-log-img-active {
	border:2px solid rgba(241,110,30, 0.7);
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;

}
.section-container-pc .section-case .case .case-container-pc .caselist .case1 .logo .case-log-img-no-active {
	border:2px solid transparent;
	-webkit-animation: fadeInDown 1s both;
	animation: fadeInDown 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.section-container-pc .section-case .case .case-container-pc .btn-prev, .section-container-pc .section-case .case .case-container-pc .btn-next {
	display: inline-block;
	width: 48px;
	height: 48px;
	position: absolute;
	top:50%;
	margin-top:-24px;
}

.section-container-pc .section-case .case .case-container-pc .btn-prev img, .section-container-pc .section-case .case .case-container-pc .btn-next img {
	position: absolute;
}

.section-container-pc .section-case .case .case-container-pc .btn-prev:hover, .section-container-pc .section-case .case .case-container-pc .btn-next:hover {
	cursor: pointer;
}

.section-container-pc .section-case .case .case-container-pc .btn-prev {
	left: 0;
	z-index: 2000;
}

.section-container-pc .section-case .case .case-container-pc .btn-next {
	right: 0;
	z-index: 2000;
}


.section-container-pc .section-blog {
	background: url(/img/bg_p2.jpg?v=4) no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor:grab;
}

.section-container-pc .section-blog .blog {
	display: block;
	width: 100%;
	height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
	position: absolute;
    bottom: 0px;
}

.section-container-pc .section-blog .blog .blog-inner {
	position: absolute;
	width: 80%;
	margin: 0 10%;
}

.section-container-pc .section-blog .blog .blog-inner .article {
	float: left;
	background-color: rgba(0, 0, 0, 0.2);
}

.section-container-pc .section-blog .blog .blog-inner .title {
	height: 70px;
}
.section-container-pc .section-blog .blog .blog-inner .title span {
	color: #fff;
    display: block;
}
.section-container-pc .section-blog .blog .blog-inner .title span:nth-child(1) {
	font-size: 20px;
}
.section-container-pc .section-blog .blog .blog-inner .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}
.section-container-pc .section-blog .blog .blog-inner .row {
	background-color: rgba(0, 0, 0, 0.5);

}
.section-container-pc .section-blog .blog .blog-inner .border {
	border: 3px solid transparent;
}

.section-container-pc .section-blog .blog .blog-inner .border:hover {
	border: 3px solid rgba(241,110,30);
}


.section-container-pc .section-blog .blog .blog-inner .row .col-md-3,
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-3{
    padding-right: 0px;padding-left: 0px;
}

.section-container-pc .section-blog .blog .blog-inner .row .col-md-3 img,
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-3 img{
    min-width: 236px;
	max-width: 320px;
}

.section-container-pc .section-blog .blog .blog-inner .row .col-md-9,
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-9 {
	padding:2px 10px;
}
.section-container-pc .section-blog .blog .blog-inner .row .col-md-9 .blog-title,
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-9 .blog-title {
	font-size: 18px;
	color:#fff;
	line-height: 22px;
}
.section-container-pc .section-blog .blog .blog-inner .row .col-md-9 .blog-content,
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-9 .blog-content {
	margin-top: 20px;
    color: #fff;
    min-height: 50px;
}
.section-container-pc .section-blog .blog .blog-inner .row .col-sm-9 .blog-link,
.section-container-pc .section-blog .blog .blog-inner .row .col-md-9 .blog-link {
	cursor:pointer;display: inline-block;
    width: 90px;
    height: 32px;border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-align: center;line-height: 31px;color:#fff
}

.section-container-pc .section-blog .blog .blog-inner .article img {
	opacity: .7;
	margin: 18px auto;
	margin-bottom: 14px;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.section-container-pc .section-blog .blog .blog-inner .article p {
	opacity: 0;
	position: relative;
	bottom: -10px;
	font-size: 14px;
	line-height: 23px;
	color: #fff;
	margin: 0 0 18px 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	height: 115px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.section-container-pc .section-blog .blog .blog-inner .article:hover img {
	opacity: 1;
}

.section-container-pc .section-blog .blog .blog-inner .article:hover p {
	opacity: 1;
	bottom: 0;
}

.section-container-pc .section-blog .blog .more {
	left: 50%;
	margin-left: -40px;
	display: inline-block;
	width: 80px;
	height: 33px;
	line-height: 31px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 12px;
	text-align: center;
	z-index: 999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.section-container-pc .section-blog .blog .more a {
	color: #fff;
}

.section-container-pc .section-blog .blog .more a:hover {
	text-decoration: none;
}

.section-container-pc .section-blog .blog .more:hover {
	background: rgba(255, 255, 255, 0.1);
}


.blog h2 {
	padding-top: 55px;
	padding-bottom: 35px;
	font-size: 32px;
	line-height: 48px;
	color: #474747;
}
.blog {
	padding-top:55px;
}

.blog .banner img {
	width: 100%;
}

.blog .nava{
	height: 70px;
	border-bottom: 2px solid #fff;
}

.blog .nava a{
	float:left;
	margin-right: 20px;
}
.blog .inner .title {
	padding:0px 0px 35px 0px;
}
.blog .nava a span {
	color:#fff;
	display: block;
}
.blog .nava a span:nth-child(1) {
	font-size: 20px;
}
.blog .nava a span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}
.blog .nava .active span{
	color:#fbab43;
}
.blog .nava a:hover span{
	color:#fbab43;
}

.blog section{
	min-height:480px;
	background: url(/img/bg_p2.jpg?v=4) no-repeat center center;
    background-size: cover;
	padding-bottom: 50px;;
}
.blog section .load-more {
	text-align: center;
	color: #fff;
	padding-top: 48px;
	cursor: pointer;
}
.blog section .inner .articles-container-wap {
	display: none;
}

.blog section .blog-list-pc {
	border:3px solid transparent;
	display: block;
}
.blog section .blog-list-pc .col-md-3, .blog section .blog-list-pc .col-sm-3{
	padding:10px;
}
.blog section .blog-list-wap {
	border:3px solid transparent;
	display: none;
}

.blog section .blog-list-pc:hover {
	border:3px solid rgba(241,110,30, 0.7);
}

.blog section .blog-list-pc {
	margin:20px 0px;
	background: rgba(0, 0, 0, 0.5);
}

.blog section .blog-list-pc .blog-title {
	font-size: 18px;
	color:#fff;
	line-height: 22px;
}

.blog section .blog-list-pc .blog-content {
	margin-top: 20px;
	color:#fff;
	min-height: 60px;
}

.about .banner-img{width:100%}
.about .about-container{
	min-height:600px;
	background: url(/img/bg_p2.jpg?v=4) no-repeat top center;
    background-size: cover;
}
.about .about-container .wrapper{
	min-height:600px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
}

.about .about-container .inner .title {
	padding:40px 0px 35px 0px;
}

.about .about-container .inner .title span {
	color:#fff;
	display: block;
}
.about .about-container .inner .title span:nth-child(1) {
	font-size: 20px;
}
.about .about-container .inner .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}

.about .about-container .inner p{
	color:#fff;
}

.founder .founder-container-wap{display: none;}
.founder .banner-img{width:100%}
.founder .first{
	min-height:480px;
	background: url(/img/bg_p2.jpg?v=4) no-repeat -10px center;
    background-size: cover;
	padding-top:20px;
}

.founder .other{
	min-height:480px;
	background: url(/img/bg_p2.jpg?v=4) no-repeat top center;
    background-size: cover;
}

.founder .founder-container .inner .title {
	padding:20px;
}

.founder .founder-container .inner .title span {
	color:#fff;
	display: block;
}
.founder .founder-container .inner .title span:nth-child(1) {
	font-size: 20px;
}
.founder .founder-container .inner .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}


.founder .founder-container .inner .person{
	padding:15px 10px;
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid transparent;
}
.founder .founder-container .inner .person:hover{
	padding:15px 10px;
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid rgba(241,110,30);
}
.founder .founder-container .inner .person img{
	width:100%;
	max-width: 256px;
}
.founder .founder-container .inner .person .col-sm-9 h1{
	color: #fff;
	font-size:18px;
	margin-bottom:24px;
}
.founder .founder-container .inner .person .col-sm-9 p{
	color: #fff;
}

.case .banner-img{width:100%}
.case .case-container{
	padding:20px 0px;
	background: url(/img/bg_p2.jpg?v=4) no-repeat top center;
    background-size: cover;
}

.case .case-container .inner .title{
	padding:20px;
}

.case .case-container .inner .title span {
	color:#fff;
	display: block;
}
.case .case-container .inner .title span:nth-child(1) {
	font-size: 20px;
}
.case .case-container .inner .title span:nth-child(2) {
	margin-top:5px;
	font-size: 16px;
}
.case .case-container .inner .row{
	margin-right: -15px;
    margin-left: -15px;
	padding-bottom: 30px;
}
.case .case-container .inner .row .col-sm-4{
	padding:10px;
}

.case .case-container .inner .row .col-sm-4 .logo .case-log-img {
	cursor: pointer;
	width: 100%;
	border:3px solid transparent;
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.case .case-container .inner .row .col-sm-4 .logo .case-log-img:hover {
	border:3px solid rgba(241,110,30);
}
.statement {
	background: #333;
	padding: 55px 0px 100px 0px;
}
.statement .inner .title, .statement .inner .en_title{
	padding-top: 100px;
    padding-bottom: 120px;
    margin: auto;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}
.statement .inner p{
	line-height: 1.6em;
	font-family: 等线;
    letter-spacing: 1px;
    font-size: 15px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background:#fcfcfc;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	background: rgba(241,110,30, 0.7);
}
.section-container-pc .pagination {
    position: fixed;
    top: 50%;
    right: 1.5%;
    z-index: 100;
}
.section-container-pc .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c99c59;
    border-radius: 50%;
    display: block;
    margin: 16px !important;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.section-container-pc .swiper-pagination-bullet-active {
    box-shadow: 0px 0px 0px 4px rgba(248,213,50, 0.5), 0px 0px 0px 6px rgba(248,213,50, 0.2);
}

@media screen and (max-width: 767px) {
	.section-container-pc {display: none;}
	.section-container-wap {display: block;}
	.section-container-wap .section-index {
		background: url(/img/wap_bj_p1.jpg) center center no-repeat ;
		background-size: cover;
		opacity: 0;
		-webkit-animation: fadeIn 2s both;
		animation: fadeIn 2s both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.section-container-wap .section-index .btn-slide {
		width: 22px;
		height: 80px;
		position: fixed;
		bottom: 0px;
		left: 50%;
		margin-left: -11px;
		z-index: 99;
		background-image: url(/img/btn-slide-min-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.section-container-wap .section-index .page1 {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -255px;
		margin-top: -63px;
		z-index: 10;
	}

	.section-container-wap .section-index .page1 .slowInUp_2 {
		opacity: 0;
		width: 280px;
		left: 50%;
		margin-left: 112px;
	}

	.section-container-wap .swiper-slide-active .slowInUp_2 {
		-webkit-animation: fadeInUp 2s both;
		animation: fadeInUp 2s both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	.section-container-wap .swiper-slide-prev .slowInUp_2 {
		-webkit-animation: fadeOutUp 1s both;
		animation: fadeOutUp 1s both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.section-container-wap .section-about {
		padding-top: 55px;
		width: 100%;
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}

	.section-container-wap .section-about .inner {
		height: 100%;
	}

	.section-container-wap .section-about .inner .article .title {
		margin:20px 0px 10px 0px;
		overflow-y: hidden;
		position: relative;
	}
	.section-container-wap .section-about .inner .article .title span {
		color:#fff;
		display: block;
	}
	.section-container-wap .section-about .inner .article .title span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.section-container-wap .section-about .inner .article .title span:nth-child(2) {
		margin-top: -4px;
		font-size: 12px;
		font-weight: bold;
	}
	.section-container-wap .section-about .inner .article .content {
		color: #fff;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px 10px;
		color: #fff;
		margin:0px;
		opacity: 0;
	}

	.section-container-wap .section-about .inner .article .view-more {
		display: inline-block;
		height: 33px;
		position: absolute;
		left: 50%;
		margin-left: -43px;
		width: 85px;
		border: 1px solid #aeaeae;
		opacity: 1;
		margin-top:10px;
	}

	.section-container-wap .section-about .inner .article .view-more span {
		display: inline-block;
		width: 66px;
		padding-left: 14px;
		left: 16px;
		line-height: 31px;
		color: #fff;
	}
	.section-container-wap .section-founder {
		padding-top: 0px;

	}
	.section-container-wap .section-founder1 {
		background: url(/img/founder-bg.png?v=1) top center no-repeat;
		background-size: cover;

	}

	.section-container-wap .section-founder2 {
		background: url(/img/founder-bg.png?v=1) top center no-repeat;
		background-size: cover;
	}
	.section-container-wap .section-founder3 {
		background: url(/img/founder-bg.png?v=1) top center no-repeat;
		background-size: cover;
	}
	.section-container-wap .section-founder .inner {
		width: 100%;
		height: 100%;
	}

	.section-container-wap .section-founder .inner .person1 {
		width: 100%;
		height: 100%;
		float: left;
		background: url(/img/wap_index_qutian.jpg) no-repeat top center;
		background-size: cover;

	}

	.section-container-wap .section-founder .inner .person1 .person-main {
		width: 100%;
	}

	.section-container-wap .section-founder .inner .person1 .person-main img {
		height: 100%;
		position: absolute;
		bottom: 0;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail {
		width: 100%;
		height: 100%;
		position: relative;
		right: 0;
		z-index: 999;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner {
		width: 100%;
		z-index: 999;
		position: absolute;
		bottom: 5%;
		background-color:rgba(0, 0, 0, 0.7);
		padding:10px;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner .name {
		font-size: 20px;
		line-height: 26px;
		color: #fff;
		text-align: left;
		opacity: 0;
		padding-left: 18px;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner .name span {
		color: #c99c59;
		font-size:16px;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner .more {
		width: 85px;
		height: 33px;
		font-size: 12px;
		line-height: 31px;
		text-align: center;
		margin-left:18px;
		border: 1px solid rgba(255, 255, 255, 0.4);
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner .more a {
		color: #fff;
	}

	.section-container-wap .section-founder .inner .person1 .person1-detail .person-detail-inner .more a:hover {
		text-decoration: none;
	}

	.section-container-wap .section-founder .inner .person2 {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		background: url(/img/wap_index_liangminjun.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail {
		width: 100%;
		height: 100%;
		position: relative;
		left: 0;
		z-index: 999;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner {
		width: 100%;
		z-index: 999;
		position: absolute;
		bottom: 5%;
		background-color:rgba(0, 0, 0, 0.7);
		padding:10px;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner .name {
		padding-left: 18px;
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		color: #fff;
		opacity: 0;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner .name span {
		font-size:16px;
		color: #c99c59;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner .more {
		width: 85px;
		height: 33px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		line-height: 31px;
		text-align: center;
		margin-left: 18px;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner .more a {
		color: #fff;
	}

	.section-container-wap .section-founder .inner .person2 .person2-detail .person-detail-inner .more a:hover {
		text-decoration: none;
	}

	.section-container-wap .section-founder .inner .person3 {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		background: url(/img/wap_index_bihong.jpg) no-repeat top center;
		background-size: cover;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail {
		width: 100%;
		height: 100%;
		position: relative;
		left: 0;
		z-index: 999;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner {
		width: 100%;
		z-index: 999;
		position: absolute;
		bottom: 5%;
		background-color:rgba(0, 0, 0, 0.7);
		padding:10px;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner .name {
		padding-left: 18px;
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		color: #fff;
		opacity: 0;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner .name span {
		font-size: 16px;
		color: #c99c59;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner .more {
		width: 85px;
		height: 33px;
		border: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		line-height: 31px;
		text-align: center;
		margin-left: 18px;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner .more a {
		color: #fff;
	}

	.section-container-wap .section-founder .inner .person3 .person3-detail .person-detail-inner .more a:hover {
		text-decoration: none;
	}

	.section-container-wap .swiper-slide-active .slowInUp_1 {
		-webkit-animation: fadeInUp 1s both;
		animation: fadeInUp 1s both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	.section-container-wap .swiper-slide-prev .slowInUp_1 {
		-webkit-animation: fadeOutUp 1s both;
		animation: fadeOutUp 1s both;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.section-container-wap .section-case {
		padding-top: 55px;
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}

	.section-container-wap .section-case .case {
		width: 100%;
		/* height: 100%; */
		height: -webkit-calc(100vh - 55px);
		position: relative;
		overflow: hidden;
	}

	.section-container-wap .section-case .case .case-title {
		margin:10px 4%;
		overflow-y: hidden;
		position: relative;
		margin-top: -webkit-calc( ( 100vh - 55px ) / 2 - 20vh - 70px);
	}
	.section-container-wap .section-case .case .case-title span {
		color:#fff;
		display: block;
	}
	.section-container-wap .section-case .case .case-title span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.section-container-wap .section-case .case .case-title span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}

	.section-container-wap .section-case .case .case-container-wap {
		overflow: hidden;
		position: absolute;
		top: calc( ( 100vh - 55px ) / 2 - 20vh);
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper {
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 {
		width: 92%;
		margin: 0 auto;
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 .case-logo {
		width: 100%;
		display: inline-block;
		border: 0.5px solid rgba(0, 0, 0, 0.03);
		-webkit-box-shadow: 0 6px 14px 0 rgba(72, 72, 72, 0.15);
		box-shadow: 0 6px 14px 0 rgba(72, 72, 72, 0.15);
		text-align: center;
		line-height: 224px;
		margin-bottom: 16px;
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 .case-detail {
		margin-left:2rem;
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 .case-logo .case-log-img {
		width: 75%;
	}


	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 .case-detail h4 {
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: 2px;
	}

	.section-container-wap .section-case .case .case-container-wap .case-wrapper .caselist .case1 .case-detail p {
		font-size: 1.5rem;
		line-height: 2rem;
		color: #fff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.section-container-wap .section-case .case .case-container-wap .btn-prev-wap, .section-container-wap .section-case .case .case-container-wap .btn-next-wap {
		display: inline-block;
		width: 48px;
		height: 48px;
		position: absolute;
		z-index: 1999;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.section-container-wap .section-case .case .case-container-wap .btn-prev-wap img {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -7px;
	}
	.section-container-wap .section-case .case .case-container-wap .btn-next-wap img {
		position: absolute;
		left: -20%;
		top: 50%;
		margin-top: -7px;
	}

	.section-container-wap .section-case .case .case-container-wap .btn-prev-wap {
		left: -webkit-calc(4% - 16px);
		left: calc(4% - 16px);
	}

	.section-container-wap .section-case .case .case-container-wap .btn-next-wap {
		right: -webkit-calc(4% - 16px);
		right: calc(4% - 16px);
	}

	.section-container-wap .section-case .case .more {
		position: absolute;
		left: 50%;
		margin-left: -42px;
		display: inline-block;
		width: 85px;
		height: 33px;
		border: 1px solid #aeaeae;
		font-size: 12px;
		text-align: center;
		line-height: 31px;
		z-index: 999;
		top: 50%;
    	margin-top: 170px;
	}

	.section-container-wap .section-case .case .more a {
		color: #fff;
	}

	.section-container-wap .section-case .case .more a:hover {
		text-decoration: none;
	}

	.section-container-wap .section-blog {
		padding-top: 55px;
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}

	.section-container-wap .section-blog .blog {
		width: 100%;
		height: 100%;
		position: relative;
		padding-top:0px;
	}

	.section-container-wap .section-blog .blog .blog-title {
		margin: 10px 4%;
		margin-top: -webkit-calc( ( 100vh - 55px ) / 2 - 20vh - 120px);
		margin-top: calc( ( 100vh - 55px ) / 2 - 20vh - 120px);
	}

	.section-container-wap .section-blog .blog .blog-title span {
		color: #fff;
		display: block;
	}
	.section-container-wap .section-blog .blog .blog-title span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.section-container-wap .section-blog .blog .blog-title span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}

	.section-container-wap .section-blog .blog .blog-container-wap {
		overflow: hidden;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 {
		width: 92%;
		margin: 0 auto;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 .blog-logo {
		width: 100%;
		display: inline-block;
		text-align: center;
		line-height: 224px;
		margin-bottom: 16px;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 .blog-logo img {
		width: 90%;
		height: auto;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 .blog-detail{
		width: 90%;
		margin:auto;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 .blog-detail h4 {
		font-size: 18px;
		line-height: 22px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 12px;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .blog-wrapper .bloglist .blog1 .blog-detail p {
		color: #fff;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .btn-prev-wap1, .section-container-wap .section-blog .blog .blog-container-wap .btn-next-wap1 {
		display: inline-block;
		width: 32px;
		height: 32px;
		position: absolute;
		z-index: 1999;
		top: 96px;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.section-container-wap .section-blog .blog .blog-container-wap .btn-prev-wap1 img {
		width:32px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -7px;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .btn-next-wap1 img {
		width:32px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -7px;
	}

	.section-container-wap .section-blog .blog .blog-container-wap .btn-prev-wap1 {
		left: -webkit-calc(4% - 16px);
		left: calc(4% - 16px);
	}

	.section-container-wap .section-blog .blog .blog-container-wap .btn-next-wap1 {
		right: -webkit-calc(4% - 16px);
		right: calc(4% - 16px);
	}


	.section-container-wap .section-blog .blog .more {
		position: absolute;
		left: 50%;
		/* bottom: 15%; */
		margin-left: -42px;
		display: inline-block;
		width: 85px;
		height: 33px;
		border: 1px solid #aeaeae;
		font-size: 12px;
		text-align: center;
		line-height: 31px;
		z-index: 999;
	}

	.section-container-wap .section-blog .blog .more a {
		color: #fff;
	}

	.section-container-wap .section-blog .blog .more a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 1400px) {
	.section-footer .footer td span:nth-child(4){
		display: block;
	}
}


@media screen and (max-width: 992px) {
	.blog h2 {
		padding-top: 30px;
		padding-bottom: 24px;
		font-size: 20px;
		line-height: 23px;
		color: #474747;
	}

	.blog article {
		margin-bottom: 62px;
	}

	.blog article .inner .articles-inner {
		display: none;
	}

	.blog article .inner .articles-container-wap {
		display: block;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .title {
		font-size: 16px;
		line-height: 22px;
		color: #474747;
		font-weight: bold;
		padding-top: 16px;
		padding-bottom: 14px;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .title a, .blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .title a:hover {
		color: #474747;
		text-decoration: none;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .txt {
		font-size: 14px;
		line-height: 26px;
		color: #5c5c5c;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .txt a, .blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .txt a:hover {
		color: #474747;
		text-decoration: none;
	}

	.blog article .inner .articles-container-wap .blog-prev-wap, .blog article .inner .articles-container-wap .blog-next-wap {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-color: #A78F6B;
		position: absolute;
		top: 205px;
	}

	.blog article .inner .articles-container-wap .blog-prev-wap img, .blog article .inner .articles-container-wap .blog-next-wap img {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -4px;
		margin-top: -7px;
	}

	.blog article .inner .articles-container-wap .blog-prev-wap {
		left: 0;
		z-index: 2;
	}

	.blog article .inner .articles-container-wap .blog-next-wap {
		right: 0;
		z-index: 2;
	}

	.blog article .inner .articles-container-wap .blog-next-wap img {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.blog section {
		padding-bottom: 45px;
	}

	.blog section .blog-item {
		padding-top: 27px;
	}

	.blog section .blog-item .inner {
		padding-bottom: 24px;
	}

	.blog section .blog-item .inner .pic {
		width: 40%;
	}

	.blog section .blog-item .inner .pic img {
		width: 100%;
	}

	.blog section .blog-item .inner .blog-item-main {
		width: 57%;
	}

	.blog section .blog-item .inner .blog-item-main h2 {
		font-size: 16px;
		line-height: 22px;
		padding-top: 0;
		padding-bottom: 12px;
	}

	.blog section .blog-item .inner .blog-item-main .item-bot .tips .nbsp {
		display: none;
	}

	.blog section .blog-item .inner .blog-item-main .item-bot .tips span {
		display: block;
	}

	.blog section .blog-item .inner .blog-item-main .item-bot .more p {
		left: -webkit-calc(100% - 130px);
		left: calc(100% - 130px);
	}
}

@media screen and (max-width: 767px) {
	html,body {
		font-family: Arial,sans-serif;;
		color:#fff;
		font-size: 13px;
		line-height: 24px;
		background: rgba(0, 0, 0, 0.5);
	}
	.inner {
		width: 92%;
	}

	h2 img {
		width: 100px;
	}

	header {
		position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
	}

	header .header-inner {
		width: 92%;
		margin: 20px auto;
	}

	header .header-inner .logo {
		float: left;
	}

	header .header-inner .logo img {
		width: 88px;
	}

	header .header-inner .nav {
		display: none;
	}

	header .header-inner .nav-wap {
		display: block;
		float: right;
	}

	.header-active {
		height: 55px;
		background: #333;
	}

	.header-active .header-inner {
		margin: 0 auto;
	}

	.header-active .header-inner .logo img {
		width: 120px;
		margin-top: 12px;
	}

	.header-active .header-inner .nav-wap img {
		margin-top: 8px;
	}

	.nav-mask {
		position: fixed;
		z-index: 999;
		top: 55px;
		right: -100%;
		bottom: 0;
		left: 100%;
		display: block;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		background: rgba(0, 0, 0, 0.85);
		height:470px;
		border-bottom-left-radius:30px;
	}

	.nav-mask .nav-close {
		position: absolute;
		top: 12px;
		right: 4%;
	}

	.nav-mask ul {
		position: absolute;
		top: 15px;
		left: 3%;
	}

	.nav-mask ul li a {
		font-size: 20px;
		font-weight: bold;
		line-height: 29px;
		display: inline-block;
		padding-bottom: 18px;
		text-decoration: none;
		color: #fff;
	}

	.nav-mask ul li a.en {
		font-size: 14px;
		line-height: 20px;
		padding-top: 44px;
	}

	.nav-mask ul li a.active,
      .nav-mask ul li a span,
      .nav-mask ul li a:hover {
		background: none;
	}

	.nav-mask-active .nav-close {
		top: 10px;
		right: 4%;
	}
	.section-footer {
		background: rgba(0, 0, 0, 0.85);
		width: 100%;
		padding:15px 5px 25px 5px;
		height: auto;
	}
	.section-footer .footer table {
		display: none;
	}

	.section-footer .footer {
		width: 90%;
		margin:auto;
	}
	.section-footer .footer div {
		display: block;
		margin-bottom: 5px;
	}
	.section-footer .footer img {
		float:none;
	}

	.section-footer .en-footer table {
		display: none;
	}

	.section-footer .en-footer {
		width: 90%;
		margin:auto;
	}
	.section-footer .en-footer div {
		display: block;
		margin-bottom: 5px;
	}
	.section-footer .en-footer img {
		float:none;
	}

	.case{
		padding-top:0px;
	}
	.case .case-container {
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}
	.case .case-container .inner .title span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.case .case-container .inner .title span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}
	.blog {
		padding-top:55px;
	}
	.blog section {
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}
	.blog section .blog-list-pc {
		border:3px solid transparent;
		border-radius:10px;
		display: none;
	}

	.blog section .blog-list-pc .col-md-3, .blog section .blog-list-pc .col-sm-3{
		padding:10px;
	}

	.blog section .blog-list-wap {
		border:3px solid transparent;
		border-radius:10px;
		display: block;
	}
	.blog section .blog-list-wap .col-md-3, .blog section .blog-list-wap .col-sm-3{
		padding:10px;
	}

	.blog section .blog-list-wap:hover {
		border:3px solid rgba(241,110,30, 0.7);
		border-radius:10px;
	}

	.blog section .blog-list-wap {
		margin:20px 0px;
		background: rgba(0, 0, 0, 0.5);
	}

	.blog section .blog-list-wap .blog-title {
		font-size: 18px;
		color:#fff;
		line-height: 22px;
	}

	.blog section .blog-list-wap .blog-content {
		margin-top: 20px;
		color:#fff;
		min-height: 60px;
	}

	.blog .nava{
		height: 70px;
		border-bottom: 2px solid #fff;
	}
	.blog .nava a{
		float:left;
		margin-right: 10px;
	}
	.blog .inner .title {
		padding:0px 0px 35px 0px;
	}
	.blog .nava a span {
		color:#fff;
		display: block;
	}
	.blog .nava a span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.blog .nava a span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}
	.blog .nava .active span{
		color:#fbab43;
	}
	.blog .nava a:hover span{
		color:#fbab43;
	}

	.blog article .inner .articles-container-wap .articles-wrapper .articleslist .article1 .portrait {
		min-height: 221px;
	}

	.blog article .inner .articles-container-wap .blog-prev-wap, .blog article .inner .articles-container-wap .blog-next-wap {
		top: 100px;
	}

	.blog section .blog-item .inner .blog-item-main p.txt {
		display: none;
	}

	.about {
		padding-top:55px;
	}
	.about .about-container{
		min-height:600px;
		background: url(/img/bg_p3.jpg?v=2) bottom right no-repeat;
		background-size: cover;
	}
	.about .about-container .wrapper {
		width: 100%;height:100%; background-color:rgba(0, 0, 0, 0.3);
	}


	.about .about-container .wrapper .inner h1{
		margin:0px;
		padding-top:2rem;
		font-size: 20px;
	}
	.about .about-container .wrapper .inner p {
		margin: 20px 0px 0px 0px;
		padding-bottom:20px;
	}
	.about .about-container .wrapper .inner .title span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
	}
	.about .about-container .wrapper .inner .title span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}
	.about .about-container .wrapper .inner .title {
		padding:20px 0px 0px 0px;
	}
	.founder {
	}
	.founder .founder-container {
		display: none;
	}

	.founder .founder-container-wap {
		display: block;
	}

	.founder .founder-container-wap{
		min-height:600px;
	}
	.founder .founder-container-wap .row{
		padding-top:10px;
		display: block;
		background: url(/img/bg_p3.jpg?v=2);
		background-size: cover;
	}
	.founder .founder-container-wap .row .title {
		margin-left:4%;
		padding:20px 0px 20px 0px;
	}
	.founder .founder-container-wap .row .title span {
		display: block;
	}
	.founder .founder-container-wap .row .title span:nth-child(1) {
		font-size: 16px;font-weight: bold;
	}
	.founder .founder-container-wap .row .title span:nth-child(2) {
		margin-top:-4px;
		font-size: 12px;
		font-weight: bold;
	}

	.founder .founder-container-wap .row .col-md-12 img{
		width:100%;
	}

	.founder .founder-container-wap .row .col-md-12 p{
		color:#fff;
	}
	.founder .founder-container-wap .row .col-md-12 h1{
		color:#fff;
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 10px;
		padding-top: 16px;
	}
	.statement {
		background: #333;
		padding: 55px 0px 50px 0px;
	}
	.statement .inner .title{
		padding-top:60px;
		padding-bottom:70px;
		margin: auto;
		font-size: 36px;
		font-weight: bold;
		text-align: center;
	}
	.statement .inner p{
		line-height: 1.6em;
		font-family: 等线;
		letter-spacing: 1px;
		font-size: 15px;
	}

	.statement .inner .en_title{
		padding-top: 40px;
		padding-bottom: 50px;
		margin: auto;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 32px;
	}

}
.swiper-slide-active .slowInUp {
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.swiper-slide-prev .slowInUp{
	-webkit-animation: fadeOutDown 1s both;
	animation: fadeOutDown 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.slowInUp {
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
