.reset {
	overflow: hidden
}

.reset.scroll-watch-in-view img {
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.img_scale {
	overflow: hidden
}

.img_scale img {
	transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 2s
}

.img_scale:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.img_scale:hover .full {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.show_right {
	opacity: 0;
	transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-ms-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-o-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-webkit-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-moz-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	visibility: hidden
}

.show_left {
	opacity: 0;
	transform: translateX(10%);
	-ms-transform: translateX(10%);
	-o-transform: translateX(10%);
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-ms-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-o-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-webkit-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-moz-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	visibility: hidden
}

.show_bottom {
	opacity: 0;
	transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	transition: cubic-bezier(.4,0,.2,1) 1s;
	-ms-transition: cubic-bezier(.4,0,.2,1) 1s;
	-o-transition: cubic-bezier(.4,0,.2,1) 1s;
	-webkit-transition: cubic-bezier(.4,0,.2,1) 1s;
	-moz-transition: cubic-bezier(.4,0,.2,1) 1s;
	visibility: hidden
}

.show_mask:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 250%;
	top: -100%;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: -o-linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s
}

.show_mask2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 250%;
	left: -50%;
	top: -85%;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s
}

.double_show {
	overflow: hidden;
	position: relative
}

.double_show:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 102%;
	left: -1px;
	top: -1px;
	background: #264fa1;
	transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 1s
}

.double_show_child {
	transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	transform: translateX(80%);
	-ms-transform: translateX(80%);
	-o-transform: translateX(80%);
	-webkit-transform: translateX(80%);
	-moz-transform: translateX(80%)
}

.double_show.scroll-watch-in-view:after {
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%)
}

.double_show.scroll-watch-in-view .double_show_child {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.double_show.scroll-watch-in-view .show_bottom {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view .flip {
	visibility: visible!important;
	animation: flip ease 1.5s 1 both;
	-webkit-animation: flip ease 1.5s 1 both;
	-moz-animation: flip ease 1.5s 1 both;
	-o-animation: flip ease 1.5s 1 both
}

.scroll-watch-in-view.flip {
	visibility: visible!important;
	animation: flip ease 1.5s 1 both;
	-webkit-animation: flip ease 1.5s 1 both;
	-moz-animation: flip ease 1.5s 1 both;
	-o-animation: flip ease 1.5s 1 both
}

.scroll-watch-in-view.show_right {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.scroll-watch-in-view.show_bottom {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view.show_left {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view.show_mask:after {
	top: 50%
}

.scroll-watch-in-view.show_mask2:after {
	left: 20%
}

.delay_100 {
	transition-delay: .1s!important
}

.delay_200 {
	transition-delay: .2s!important
}

.delay_300 {
	transition-delay: .3s!important
}

.delay_400 {
	transition-delay: .4s!important
}

.delay_500 {
	transition-delay: .5s!important
}

.aniDlay_100 {
	animation-delay: .1s!important
}

.aniDlay_200 {
	animation-delay: .2s!important
}

.aniDlay_300 {
	animation-delay: .3s!important
}

.aniDlay_400 {
	animation-delay: .4s!important
}

.aniDlay_500 {
	animation-delay: .5s!important
}

@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}

@keyframes show_bottom {
	0% {
		opacity: 0;
		transform: translateY(20%);
		-ms-transform: translateY(20%);
		-o-transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0)
	}
}

@keyframes flip {
	0% {
		opacity: 0;
		transform: rotateY(-125deg) translateX(-60px);
		-ms-transform: rotateY(-125deg) translateX(-60px);
		-o-transform: rotateY(-125deg) translateX(-60px);
		-webkit-transform: rotateY(-125deg) translateX(-120px);
		-moz-transform: rotateY(-125deg) translateX(-60px)
	}

	20% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: rotateY(0) translateX(0);
		-ms-transform: rotateY(0) translateX(0);
		-o-transform: rotateY(0) translateX(0);
		-webkit-transform: rotateY(0) translateX(0);
		-moz-transform: rotateY(0) translateX(0)
	}
}

@media (max-width:640px) {
	.scroll-watch-in-view.show_mask2:after {
		left: 40%
	}
}

@keyframes border_show {
	0% {
		clip: rect(0,0,150px,0);
		transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0)
	}

	100% {
		clip: rect(0,150px,150px,0);
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg)
	}
}

@keyframes bck_show {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(5deg);
		transform: perspective(400px) rotateY(5deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0)
	}
}

@keyframes show_top_right {
	0% {
		transform: translate(50%,-100%);
		-ms-transform: translate(50%,-100%);
		-o-transform: translate(50%,-100%);
		-webkit-transform: translate(50%,-100%);
		-moz-transform: translate(50%,-100%)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes show_bottom_left {
	0% {
		transform: translate(-50%,100%);
		-ms-transform: translate(-50%,100%);
		-o-transform: translate(-50%,100%);
		-webkit-transform: translate(-50%,100%);
		-moz-transform: translate(-50%,100%)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: .3
	}
}

@keyframes txtMove {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-o-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes letter-fade-in {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes lineMove {
	0% {
		width: 0
	}

	100% {
		width: 40px
	}
}

@keyframes lineMove2 {
	0% {
		height: 0
	}

	100% {
		height: 96px
	}
}

@media (max-width:1440px) {
@	keyframes lineMove2 {
		0%{height: 0
	}

	100% {
		height: 80px
	}
}}

@keyframes lineMove3 {
	0% {
		width: 0
	}

	100% {
		width: 8px
	}
}

@keyframes txtMove2 {
	0% {
		clip: rect(0 0 90px 0);
		clip: rect(0,0,90px,0)
	}

	100% {
		clip: rect(0 195px 90px 0);
		clip: rect(0,195px,90px,0)
	}
}

@keyframes borderMove1 {
	0% {
		left: 0;
		top: 0;
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes borderMove2 {
	0% {
		left: 0;
		top: 0;
		height: 0%
	}

	100% {
		height: 100%
	}
}

@keyframes borderMove3 {
	0% {
		right: 0;
		bottom: 0;
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes borderMove4 {
	0% {
		right: 0;
		bottom: 0;
		height: 0%
	}

	100% {
		height: 100%
	}
}

@keyframes move_right_top {
	0% {
		transform: translate(55px,80px);
		-ms-transform: translate(55px,80px);
		-o-transform: translate(55px,80px);
		-webkit-transform: translate(55px,80px);
		-moz-transform: translate(55px,80px)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes move_right_top3 {
	0% {
		transform: translate(40px,40px);
		-ms-transform: translate(40px,40px);
		-o-transform: translate(40px,40px);
		-webkit-transform: translate(40px,40px);
		-moz-transform: translate(40px,40px)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes move_right_top2 {
	0% {
		opacity: 0;
		transform: translate(47px,28px);
		-ms-transform: translate(47px,28px);
		-o-transform: translate(47px,28px);
		-webkit-transform: translate(47px,28px);
		-moz-transform: translate(47px,28px)
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: 1;
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes fadeInUp50 {
	0% {
		transform: translate(0,50px);
		-ms-transform: translate(0,50px);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,50px);
		-moz-transform: translate(0,50px);
		opacity: 0
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		opacity: 1
	}
}

.swiper-pagination {
	position: static
}

.form-group {
	position: relative
}

label.error {
	font-size: 12px;
	position: absolute;
	color: red;
	line-height: 1;
	right: 20px;
	top: 0;
	line-height: 40px
}

.dialog-warp {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none
}

.dialog {
	position: absolute;
	width: 800px;
	height: 94px;
	background-color: #edd17c;
	font-size: 18px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -47px;
	color: #333;
	text-align: center;
	line-height: 94px;
	z-index: 999;
	border-radius: 12px
}

@font-face {
	font-family:'DIN Condensed Bold';src:url('../fonts/DIN Condensed Bold.eot');src:url('../fonts/DIN Condensed Bold.eot?#font-spider') format('embedded-opentype'),url('../fonts/DIN Condensed Bold.woff') format('woff'),url('../fonts/DIN Condensed Bold.ttf') format('truetype'),url('../fonts/DIN Condensed Bold.svg') format('svg');font-weight:400;font-style:normal
}

.footer {
	background: url(../images/footer-bg2.jpg) no-repeat center/cover
}

.banner {
	position: relative
}


@media (max-width:480px) {
.banner .banner-txt {
	position: absolute;
	left: 50%;
	top: 22%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	color: #fff;
	text-align: center
}	

}

.banner .banner-txt {
	position: absolute;
	left: 50%;
	top: 12%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	color: #fff;
	text-align: center
}

.banner .banner-txt h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom:10px;
}

.banner .banner-txt span {
	opacity: 0;
	transition: opacity .6s linear;
	-ms-transition: opacity .6s linear;
	-o-transition: opacity .6s linear;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0)
}

.banner .banner-txt p {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0
}

#news {
	padding-bottom: 7.96875%;
	background: #f6f1e1;
	padding-top: 4.4%
}

#news .container {
	width: 1382px;
	padding: 0 43px
}

#news .title {
	line-height: 1;
	margin-bottom: 32px
}

#news .title h3 {
	color: #264fa1;
	font-size: 24px;
	line-height: 1;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-right: 80px
}

#news .time {
	font-size: 24px;
	color: #aea488;
	position: absolute;
	right: 0;
	top: -5px;
	font-family: syyh
}

#news .description {
	font-size: 14px;
	line-height: 24px;
	color: #aea488
}

#news .more {
	display: block;
	padding-top: 4%;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.news-top {
	margin-bottom: 8%;
	background: #fff;
	padding: 2.5% 6% 2.5% 2%;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
	box-shadow: 0 0 30px rgba(0,0,0,.08);
	font-size: 0
}

.news-top>div {
	display: inline-block;
	vertical-align: middle
}

.news-top .news-img {
	width: 32%;
	margin-right: 6%;
	position: relative
}

.news-top .news-img span {
	width: 57px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #264fa1;
	display: block;
	position: absolute;
	top: -10px;
	left: 35px
}

.news-top .news-con {
	width: 62%;
	position: relative
}

.news-top:hover .more {
	transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px)
}

.news-menu {
	width: 100%;
	position: relative;
	height: 48px
}

.news-menu ul {
	float: left;
	position: relative;
	left: 50%
}

.news-menu li {
	width: 177px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	left: -50%;
	position: relative;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.news-menu li a {
	color: #264fa1;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.news-menu li:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-top: 7px solid #264fa1;
	position: absolute;
	left: 50%;
	margin-left: -6.5px;
	bottom: -7px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.news-menu li.cur,.news-menu li:hover {
	background: #264fa1;
}

.news-menu li.cur a,.news-menu li:hover a {
	color: #fff
}

.news-menu li.cur:after,.news-menu li:hover:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.news-list {
	padding-top: 40px;
	padding-bottom: 0.6875%
}

.news-list .news-con {
	background-color: #fff;
	margin-bottom: 22px;
	padding: 4.296% 4.6875% 4.6875% 4.6875%;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
	box-shadow: 0 0 30px rgba(0,0,0,.08)
}

.news-list .summary {
	position: relative
}

.news-list .summary .description {
	width: 80%
}

.news-list .summary .news-info {
	width: 20%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.news-list .summary .news-info .more,.news-list .summary .news-info .time {
	position: static!important;
	display: inline-block!important;
	vertical-align: middle;
	padding: 0!important;
	margin-left: 30px
}

.news-list dl:hover .news-info .more {
	transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px)
}

@media (max-width:1200px) {
	.banner .banner-txt h1 {
		font-size: 50px
	}

	#news .title {
		margin-bottom: 20px
	}

	#news .title h3 {
		font-size: 22px
	}

	.news-list {
		padding-top: 30px
	}
}

@media (max-width:1000px) {
	.news-top {
		margin-bottom: 6%;
		padding: 3%
	}

	.news-top .news-img {
		width: 50%;
		margin-right: 2%;
		margin-bottom: 4%
	}

	.news-top .news-con {
		width: 48%
	}

	.news-list .summary .news-info {
		width: 21%
	}

	.news-list .summary .news-info .time {
		margin-left: 20px
	}

	.news-list .summary .news-info .more {
		margin-left: 10px
	}

	#news .time {
		font-size: 24px;
		position: static;
		right: auto;
		top: auto;
		display: inline-block;
		vertical-align: middle
	}

	#news .more {
		display: inline-block;
		padding-top: 0;
		padding-left: 15px
	}

	#news .title h3 {
		padding-right: 0;
		font-size: 20px
	}

	#news .description {
		padding-bottom: 15px
	}
}

@media (max-width:768px) {
	#news .container {
		padding: 0 5%
	}

	#news .description {
		padding-bottom: 15px
	}

	#news .time {
		font-size: 20px
	}

	.news-list {
		padding-top: 20px;
		padding-bottom: 1.5%
	}

	.news-list .summary .description {
		width: 100%
	}

	.news-list .summary .news-info {
		width: 100%;
		position: inherit;
		left: auto;
		top: auto;
		transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0)
	}

	.news-list .summary .news-info .time {
		margin-left: 0
	}

	.news-list .summary .news-info .more img {
		width: 80%
	}

	.news-menu {
		height: 42px
	}

	.news-menu li {
		line-height: 42px;
		font-size: 18px;
		width: 110px
	}

	.news-top .news-img {
		width: 100%
	}

	.news-top .news-img span {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 14px
	}

	.news-top .news-con {
		width: 100%
	}
}

@media (max-width:480px) {
	.banner .banner-txt h1 {
		font-size: 30px;
		line-height: 42px
	}

	.banner .banner-txt p {
		font-size: 16px
	}

	.banner img {
		height: 300px
	}

	#news {
		padding-top: 8%
	}

	#news .title {
		margin-bottom: 10px
	}

	#news .title h3 {
		font-size: 15px
	}

	#news .time {
		font-size: 16px
	}

	#news .more img {
		width: 70%
	}

	#news .description {
		font-size: 13px;
		line-height: 24px
	}

	.news-menu ul {
		margin-left: -2px
	}

	.news-menu li {
		margin-bottom: 10px;
		font-size: 15px
	}

	.news-list {
		padding-top: 15px
	}

	.news-list .news-con {
		padding: 5% 3%;
		margin-bottom: 16px
	}

	.news-top .news-img span {
		top: -20px
	}
}

.sec-con {
	padding-top: 4.1667%;
	padding-bottom: 8.3333%
}

.sec-con .title {
	text-align: center;
	margin-bottom: 6.16%;
	z-index: 3;
	position: relative
}

.sec-con .title .zh {
	font-size: 24px;
	color: #264fa1;
	line-height: 1;
	margin-bottom: 20px
}

.sec-con .title .zh:after {
	content: "";
	width: 33px;
	height: 2px;
	background: #264fa1;
	display: block;
	margin: 12px auto 0
}

.sec-con .title .en {
	font-size: 18px;
	color: #264fa1;
	line-height: 1
}

.profile {
	background: #f6f1e1 url(../images/profile-bck.jpg) no-repeat right center
}

.main-con {
	background: #f6f1e1
}

.main-con .container {
	width: 1280px;
	padding: 0
}

.profile-con {
	font-size: 0;
	padding: 0 2px
}

.profile-con .profile-img {
	padding-right: 5.6%;
	padding-left: 1.8%
}

.profile-con .profile-img>div {
	position: relative
}

.profile-con .profile-img>div img {
	position: relative;
	z-index: 2
}

.profile-con .profile-img>div:after,.profile-con .profile-img>div:before {
	content: "";
	width: 88px;
	height: 88px;
	position: absolute;
	z-index: 1
}

.profile-con .profile-img>div:before {
	border-left: 16px solid #264fa1;
	border-top: 16px solid #264fa1;
	left: -16px;
	top: -16px
}

.profile-con .profile-img>div:after {
	right: -16px;
	bottom: -16px;
	border-bottom: 16px solid #264fa1;
	border-right: 16px solid #264fa1
}

.profile-con .profile-text {
	color: #264fa1;
	line-height: 1;
	font-size: 16px;
	line-height: 30px;
	padding-right: 12.5%
}

.profile-con>div {
	display: inline-block;
	vertical-align: middle;
	width: 50%
}

.swiper-container,.swiper-slide,.swiper-wrapper {
	height: auto!important
}

.swiper-button-next,.swiper-button-prev {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid #b99821;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.swiper-button-prev {
	background: url(../images/left1.png) no-repeat center
}

.swiper-button-prev:hover {
	background: #264fa1 url(../images/left2.png) no-repeat center
}

.swiper-button-next {
	background: url(../images/right1.png) no-repeat center
}

.swiper-button-next:hover {
	background: #b99821 url(../images/right2.png) no-repeat center
}

.team {
	position: relative
}

.team .team-con,.team .team-img,.team .team-img img {
	width: 100%
}

.team .swiper-slide-active .double_show:after,.team .swiper-slide-next .double_show:after,.team .swiper-slide-next+.swiper-slide .double_show:after {
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%)
}

.team .team-con {
	background: #264fa1;
	width: 100%;
	color: #264fa1;
	display: table;
	text-align: center;
	font-size: 0;
	max-height: 253px
}

.team .team-con>div {
	display: table-cell;
	vertical-align: middle
}

.team .number {
	color: #fff;
	font-size: 96px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'DIN Condensed Bold';
	margin-right: 10px
}

.team .info {
	display: inline-block;
	vertical-align: middle;
	text-align: left
}

.team .info p:first-child {
	color: #fff;
	font-size: 24px;
	line-height: 1
}

.team .info p:first-child span {
	padding-bottom: 5px;
	border-bottom: 1px solid #d4bc64
}

.team .info p:first-child+p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 15px
}

.team-list {
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	z-index: 2
}

.speech.sec-con {
	background: #222;
	padding-bottom: 5%
}

.speech.sec-con .title .en {
	color: #c9c09f
}

.speech-con {
	position: relative;
	margin: 0 100px;
	font-size: 0
}

.speech-con .speech-img {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.speech-con .speech-img img {
	position: relative;
	z-index: 2
}

.speech-con .speech-img:after,.speech-con .speech-img:before {
	content: "";
	width: 88px;
	height: 88px;
	position: absolute;
	z-index: 1
}

.speech-con .speech-img:before {
	border-left: 13px solid #264fa1;
	border-top: 13px solid #264fa1;
	left: -13px;
	top: -13px
}

.speech-con .speech-img:after {
	right: -13px;
	bottom: -13px;
	border-bottom: 13px solid #264fa1;
	border-right: 13px solid #264fa1
}

.speech-con .speech-left {
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	color: #000;
	z-index: 99;
	margin-right: 6%
}

.speech-con .speech-left h5 {
	font-size: 18px;
	margin-bottom: 30px
}

.speech-con .speech-left p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px
}

.speech-con .speech-left p:last-child {
	margin-bottom: 0
}

.environment .environment-img {
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 30px #ddd;
	box-shadow: 0 0 30px #ddd;
	display: table
}

.environment .environment-img a {
	display: table-cell;
	vertical-align: middle
}

.environment .environment-img img {
	display: block;
	margin: 0 auto
}

.environment .swiper-slide {
	width: 628px;
	height: 469px
}

.environment .swiper-slide .tit {
	line-height: 1;
	text-align: center;
	color: #264fa1;
	font-size: 16px;
	margin: 35px auto 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.environment .swiper-slide-active .tit {
	opacity: 1;
	filter: alpha(opacity=100)
}

@media (max-width:1440px) {
	.speech-con .speech-img:after,.speech-con .speech-img:before {
		width: 80px;
		height: 80px
	}

	.speech-con .speech-img:before {
		border-left: 10px solid #264fa1;
		border-top: 10px solid #264fa1;
		left: -10px;
		top: -10px
	}

	.speech-con .speech-img:after {
		right: -10px;
		bottom: -10px;
		border-bottom: 10px solid #264fa1;
		border-right: 10px solid #264fa1
	}
}

@media (max-width:1440px) {
	.profile-con .profile-text {
		padding-right: 3.5%
	}

	.team .number {
		font-size: 80px
	}

	.speech-con .speech-img:after,.speech-con .speech-img:before {
		width: 60px;
		height: 60px
	}

	.speech-con .speech-img:before {
		border-left: 8px solid #264fa1;
		border-top: 8px solid #264fa1;
		left: -8px;
		top: -8px
	}

	.speech-con .speech-img:after {
		right: -8px;
		bottom: -8px;
		border-bottom: 8px solid #264fa1;
		border-right: 8px solid #264fa1
	}
}

@media (max-width:1200px) {
	.team .number {
		font-size: 68px
	}
}

@media (max-width:1000px) {
	.team .info p:first-child {
		font-size: 20px
	}

	.environment {
		padding-bottom: 6%
	}

	.profile-con>div {
		width: 100%
	}

	.profile-con .profile-img {
		padding: 0;
		text-align: center
	}

	.profile-con .profile-img>div:after,.profile-con .profile-img>div:before {
		display: none
	}

	.profile-con .profile-text {
		padding: 4% 0
	}

	.sec-con {
		padding-bottom: 2%
	}

	.sec-con .title {
		margin-bottom: 4%
	}
}

@media (max-width:768px) {
	.swiper-button-next,.swiper-button-prev {
		width: 42px;
		height: 42px
	}

	.environment .environment-img {
		padding: 10px
	}

	.environment .swiper-slide .tit {
		font-size: 14px;
		margin-top: 10px
	}
}

@media (max-width:480px) {
	.profile-con {
		padding: 0
	}

	.profile-con .profile-text {
		font-size: 13px;
		line-height: 24px;
		padding: 5% 0
	}

	.sec-con {
		padding-top: 6%;
		padding-bottom: 6%
	}

	.sec-con .title {
		margin-bottom: 6%
	}

	.sec-con .title .zh {
		font-size: 16px;
		margin-bottom: 10px
	}

	.sec-con .title .zh:after {
		margin: 10px auto 0
	}

	.sec-con .title .en {
		padding-bottom: 5px
	}

	.team .number {
		font-size: 42px;
		padding-right: 5px
	}

	.team .info p:first-child {
		font-size: 16px
	}

	.team .info p:first-child+p {
		font-size: 13px;
		margin-top: 12px
	}

	.team-list {
		padding-left: 55px;
		padding-right: 55px
	}
}

.main-con {
	padding-top: 2.03125%
}

.contact {
	margin-bottom: 9.375%
}

.contact h3 {
	font-size: 26px;
	color: #a98f4a;
	line-height: 50px
}

.contact p {
	color: #8f8f8f;
	font-size: 14px
}

.contact .contact-info {
	margin-top: 8%;
	margin-bottom: 6%
}

.contact .contact-info p {
	padding-left: 32px;
	background: url(../images/add_icon.png) no-repeat left;
	line-height: 36px
}

.contact .contact-code {
	font-size: 14px;
	color: #264fa1;
	line-height: 24px
}

.contact .contact-code p {
	color: #264fa1;
	margin-top: 10px
}

.contact-message .msg-tit {
	line-height: 64px;
	background: #eee;
	font-size: 20px;
	color: #848484;
	padding-left: 6%
}

.contact-message .msg-tit img {
	margin-right: 15px
}

.contact-message .message-form {
	padding: 6%;
	background: #fff
}

.contact-message .form-group {
	padding-top: 20px
}

.contact-message .form-group input {
	width: 100%;
	border: none;
	line-height: 50px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	color: #333
}

.contact-message .form-group input::-moz-placeholder {
	color: #a98f4a
}

.contact-message .form-group input:-ms-input-placeholder {
	color: #a98f4a
}

.contact-message .form-group input::-webkit-input-placeholder {
	color: #a98f4a
}

.contact-message .form-group textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	resize: none
}

.contact-message .form-group textarea::-moz-placeholder {
	color: #a98f4a
}

.contact-message .form-group textarea:-ms-input-placeholder {
	color: #a98f4a
}

.contact-message .form-group textarea::-webkit-input-placeholder {
	color: #a98f4a
}

.contact-message button {
	width: 100%;
	line-height: 50px;
	background: #cfb565;
	font-size: 20px;
	color: #fff;
	border: none;
	margin-top: 7%;
	-webkit-box-shadow: 0 2px 20px #ddd;
	box-shadow: 0 2px 20px #ddd
}

.map {
	margin-bottom: 14.0625%
}

.mobile-map {
	display: none
}

@media (max-width:1366px) {
	.main-con .container {
		width: 1280px;
		padding: 0 4%
	}

	.contact-message .message-form {
		padding: 2% 6% 6%
	}
}

@media (max-width:1000px) {
	.contact {
		margin-bottom: 6%
	}

	.contact h3 {
		font-size: 22px;
		line-height: 36px
	}

	.contact .contact-info {
		margin-top: 10%;
		margin-bottom: 8%
	}

	.contact .contact-info p {
		line-height: 30px
	}

	.contact-message button {
		margin-top: 9%
	}
}

@media (max-width:768px) {
	.main-con {
		padding-top: 6%
	}

	.contact .contact-info {
		margin-top: 3%;
		margin-bottom: 3%
	}

	.contact .contact-code {
		margin-bottom: 6%
	}

	.contact-message .msg-tit {
		font-size: 18px
	}

	.contact-message .form-group input,.contact-message .form-group textarea {
		font-size: 14px
	}

	.map {
		margin-bottom: 12%
	}
}

@media (max-width:480px) {
	.main-con .container {
		padding: 0 5%
	}

	.contact h3 {
		font-size: 16px
	}

	.contact p {
		font-size: 13px
	}

	.contact .contact-info {
		margin-top: 5%;
		margin-bottom: 5%
	}

	.contact .contact-info p {
		padding-left: 25px;
		line-height: 24px
	}

	.contact .contact-info p span:after {
		margin: 0 5px
	}

	.contact-message .message-form {
		padding: 2% 4% 6%
	}

	.contact-message .msg-tit {
		font-size: 16px;
		padding-left: 4%;
		line-height: 48px
	}

	.contact-message .form-group {
		padding-top: 10px
	}

	.contact-message .form-group input {
		line-height: 42px
	}

	.contact-message button {
		margin-top: 5%;
		line-height: 42px;
		font-size: 16px
	}

	.map {
		display: none
	}

	.mobile-map {
		display: block;
		padding-bottom: 8%;
		cursor: pointer
	}
}

.project-list {
	padding-bottom: 7.8125%;
	margin-left: -36px;
	margin-right: -36px
}

.project-list .title {
	position: relative;
	z-index: 2;
	text-align: center
}

.project-list .title .zh {
	font-size: 28px;
	color: #264fa1;
	margin-bottom: 20px
}

.project-list .title .zh:after {
	content: "";
	width: 33px;
	height: 2px;
	background: #264fa1;
	display: block;
	margin: 12px auto 0
}

.project-list .title .en {
	color: #c9c09f;
	font-size: 14px
}

.project-list .swiper-container {
	padding: 16px 16px 0 16px
}

.project-list .swiper-slide {
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	position: relative
}

.project-list .swiper-slide img {
	width: 100%
}

.project-list .swiper-slide a {
	border: 12px solid #fff;
	display: block;
	-webkit-box-shadow: 0 0 30px 6px rgba(0,0,0,.15);
	box-shadow: 0 0 30px 6px rgba(0,0,0,.15)
}

.project-list .swiper-slide p {
	font-size: 14px;
	line-height: 1;
	color: #264fa1;
	text-align: center;
	margin-top: 32px
}

.project-list .swiper-slide:hover {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}

.project-list .swiper-pagination {
	margin-top: 3.5%
}

.project-list .swiper-pagination .swiper-pagination-bullet:before {
	background: #264fa1
}

.project-list .swiper-pagination .swiper-pagination-bullet:after {
	border: 1px solid #c2a126
}

#project.scroll-watch-in-view .swiper-slide-active>div {
	animation: fadeInUp50 1s .5s ease both;
	-webkit-animation: fadeInUp50 1s .5s ease both;
	-moz-animation: fadeInUp50 1s .5s ease both;
	-o-animation: fadeInUp50 1s .5s ease both
}

#project.scroll-watch-in-view .swiper-slide-next>div {
	animation: fadeInUp50 1s .8s ease both;
	-webkit-animation: fadeInUp50 1s .8s ease both;
	-moz-animation: fadeInUp50 1s .8s ease both;
	-o-animation: fadeInUp50 1s .8s ease both
}

#project.scroll-watch-in-view .swiper-slide-next+.swiper-slide>div {
	animation: fadeInUp50 1s 1.1s ease both;
	-webkit-animation: fadeInUp50 1s 1.1s ease both;
	-moz-animation: fadeInUp50 1s 1.1s ease both;
	-o-animation: fadeInUp50 1s 1.1s ease both
}

#project.scroll-watch-in-view .swiper-slide-next+.swiper-slide+.swiper-slide>div {
	animation: fadeInUp50 1s 1.4s ease both;
	-webkit-animation: fadeInUp50 1s 1.4s ease both;
	-moz-animation: fadeInUp50 1s 1.4s ease both;
	-o-animation: fadeInUp50 1s 1.4s ease both
}

.other-project {
	position: relative
}

.other-project:after {
	content: "";
	width: 100%;
	height: 70%;
	background: #1e1e1e;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.other-project .title {
	position: relative;
	z-index: 2;
	margin-bottom: 3%
}

.other-project .title .zh {
	font-size: 28px;
	color: #264fa1
}

.other-project .title .en {
	color: #554c2f
}

.item-tit {
	position: absolute;
	width: 135px;
	padding: 24px 0 38px;
	background: #264fa1;
	font-size: 18px;
	color: #fff;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -40px;
	z-index: 9999
}

.item-tit span {
	padding-bottom: 12px;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.3)
}

.project-con {
	position: relative;
	z-index: 2
}

.project-con .project-left,.project-con .project-right {
	float: left;
	width: 50%;
	position: relative
}

.project-con .swiper-container {
	padding-bottom: 36px
}

.project-con .project-img {
	text-align: right;
	overflow: hidden;
	-webkit-box-shadow: 0 0 30px 6px rgba(0,0,0,.15);
	box-shadow: 0 0 30px 6px rgba(0,0,0,.15);
	border: 16px solid #fff;
	width: 90%;
	float: right;
	position: relative
}

.project-con .project-img:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 102%;
	left: -1px;
	top: -1px;
	background: #264fa1
}

.project-con .project-img img {
	max-width: 100%;
	height: auto;
	width: 100%
}

.project-con .project-right {
	padding-left: 7.9%;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px)
}

.project-con .project-right .tit {
	font-size: 28px;
	color: #edd17c;
	line-height: 1;
	margin-bottom: 8.125%
}

.project-con .project-right .summary {
	font-size: 14px;
	color: #c7c7c7;
	line-height: 24px
}

.project-con .project-right .more {
	width: 69px;
	height: 23px;
	border: 1px solid #edd17c;
	margin-top: 9.68%;
	display: block;
	background: url(../images/more2.png) no-repeat center;
	position: relative;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.project-con .project-right .more:after {
	content: "";
	width: 0%;
	height: 100%;
	background: #264fa1;
	position: absolute;
	left: 0;
	top: 0;
	transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	z-index: -1
}

.project-con .project-right .more:hover {
	border: 1px solid #264fa1;
	background: url(../images/more3.png) no-repeat center
}

.project-con .project-right .more:hover:after {
	width: 100%;
	background: #264fa1
}

.project-con .swiper-pagination {
	position: absolute;
	bottom: 10%;
	text-align: left;
	width: auto;
	left: 57.5%
}

.project-con .swiper-pagination .swiper-pagination-bullet:before {
	background: #264fa1
}

.project-con .swiper-pagination .swiper-pagination-bullet:after {
	border: 1px solid #c2a126
}

.project-con .swiper-slide-active .project-img:after {
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transition: transform cubic-bezier(.575,.005,.285,1.005) 1.5s;
	-ms-transition: transform cubic-bezier(.575,.005,.285,1.005) 1.5s;
	-o-transition: transform cubic-bezier(.575,.005,.285,1.005) 1.5s;
	-webkit-transition: transform cubic-bezier(.575,.005,.285,1.005) 1.5s;
	-moz-transition: transform cubic-bezier(.575,.005,.285,1.005) 1.5s
}

.project-con .swiper-slide-active .project-right {
	transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	opacity: 1;
	transition: all ease 1.6s;
	-ms-transition: all ease 1.6s;
	-o-transition: all ease 1.6s;
	-webkit-transition: all ease 1.6s;
	-moz-transition: all ease 1.6s
}

@media (max-width:1440px) {
	.project-list .swiper-slide a {
		-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.15);
		box-shadow: 0 10px 25px rgba(0,0,0,.15)
	}

	.project-list .swiper-container {
		padding: 36px 20px 0 20px
	}
}

@media (max-width:1200px) {
	.project-con .project-right {
		padding-left: 3%
	}

	.project-con .project-right .summary {
		color: #264fa1
	}

	.project-con .project-right .tit {
		font-size: 24px
	}

	.project-con .swiper-container {
		padding-bottom: 50px;
		position: relative
	}

	.project-con .swiper-pagination {
		width: 100%;
		left: 50%;
		transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		bottom: 0;
		text-align: center
	}

	.project-con .project-img {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-width: 12px
	}

	.item-tit {
		width: 100px;
		padding: 18px 0 24px;
		font-size: 16px;
		left: 0;
		top: 50%
	}

	.item-tit span {
		padding-bottom: 8px
	}

	.other-project {
		padding-top: 0;
		padding-bottom: 6%
	}

	.other-project:after {
		display: none
	}

	.other-project .title .zh {
		font-size: 26px
	}

	.other-project .title .en {
		color: #264fa1
	}

	.project-list .title .zh {
		font-size: 26px
	}

	.project-list .swiper-slide a {
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
		box-shadow: 0 0 7px rgba(0,0,0,.15)
	}

	.project-list .swiper-container {
		padding: 36px 15px 0 15px
	}

	.speech-con {
		margin: 0 25px
	}

	.speech-con .speech-left h5 {
		margin-bottom: 25px;
		font-size: 16px
	}

	.speech-con .speech-left p {
		margin-bottom: 20px;
		font-size: 13px
	}

	.speech-con .speech-left p:last-child {
		margin-bottom: 0
	}
}

@media (max-width:1000px) {
	.project-con .project-left {
		width: 40%
	}

	.project-con .project-right {
		width: 60%
	}

	.project-con .project-right .tit {
		margin-bottom: 2%;
		font-size: 18px
	}

	.project-con .project-right .more {
		margin-top: 2%
	}

	.project-con .project-img {
		text-align: left;
		width: 100%;
		border-width: 8px
	}

	.item-tit {
		width: 128px;
		padding: 10px 0 20px;
		position: static;
		left: auto;
		top: auto;
		margin: 0 auto 3%
	}

	.item-tit span {
		padding-bottom: 5px
	}

	.other-project .title .zh {
		font-size: 24px
	}

	.project-list .title .zh {
		font-size: 24px
	}

	.project-list .swiper-slide p {
		margin-top: 22px
	}

	.project-list .swiper-slide a {
		border-width: 6px
	}

	.speech-con {
		margin: 0;
		padding-bottom: 8%
	}

	.speech-con .speech-left {
		position: static;
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		width: 100%;
		padding-bottom: 0
	}

	.speech-con .speech-left h5 {
		text-align: center
	}

	.speech-con .speech-img {
		width: 100%;
		float: none;
		height: 300px;
		overflow: hidden;
		margin: 6% 0 0 0
	}

	.speech-con .speech-img:after,.speech-con .speech-img:before {
		display: none
	}

	.speech-con .speech-img img {
		position: absolute;
		width: 88.94%;
		top: -10%;
		left: 50%;
		transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%)
	}
}

@media (max-width:768px) {
	.project-con .project-left {
		width: 100%
	}

	.project-con .project-right {
		width: 100%
	}

	.project-con .project-right {
		padding-top: 5%;
		padding-left: 0
	}

	.project-con .project-right .tit {
		margin-bottom: 2%;
		font-size: 15px
	}

	.project-con .project-right .more {
		margin-top: 4%
	}

	.other-project .title .zh {
		font-size: 22px
	}

	.project-list .title .zh {
		font-size: 22px
	}

	.item-tit {
		font-size: 15px
	}

	.honor-list li {
		width: 50%;
		padding: 0 8px
	}

	.sec-con .title .zh {
		font-size: 15px
	}

	.sec-con .title .en {
		font-size: 12px
	}

	.team .info p:first-child {
		font-size: 16px
	}
}

@media (max-width:480px) {
	.project-list {
		padding-bottom: 12%
	}

	.project-list .swiper-container {
		padding: 25px 36px 0 36px
	}

	.project-list .swiper-slide a {
		border-width: 8px
	}

	.project-list .swiper-slide p {
		margin-top: 16px
	}

	.project-con .project-left {
		width: 100%
	}

	.project-con .project-right {
		padding-left: 0
	}

	.project-con .project-right .tit {
		font-size: 16px;
		line-height: 24px
	}

	.project-con .project-right .summary {
		font-size: 13px;
		line-height: 24px
	}

	.project-con .project-img {
		width: 100%;
		border-width: 6px;
		box-shadow: 0 0 15px -2px rgba(0,0,0,.15)
	}

	.project-con .swiper-pagination {
		bottom: 15px
	}

	.other-project {
		padding-bottom: 8%
	}

	.other-project .title {
		margin-bottom: 4%
	}

	.other-project .title .zh {
		font-size: 16px;
		margin-bottom: 10px
	}

	.other-project .title .zh:after {
		margin: 10px auto 0
	}

	.project-list .title .zh {
		font-size: 16px;
		margin-bottom: 10px
	}

	.project-list .title .zh:after {
		margin: 10px auto 0
	}

	.project-list .swiper-container {
		padding: 36px 36px 0 36px
	}
}

.recruit-con {
	padding-top: 4.16667%;
	padding-bottom: 3.8125%
}

.recruit-con .resume_form {
	background: #f6f1e1;
	padding: 90px 70px 55px
}

.recruit-con .resume_popup {
	position: fixed;
	width: 60%;
	z-index: 9999;
	display: none;
	z-index: 99999;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	left: 50%;
	top: 50%
}

.recruit-con form {
	margin: 0
}

.recruit-con .form-group {
	width: 31.3333%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 25px
}

.recruit-con .form-group .ngroup {
	margin-right: 0
}

.recruit-con .form-group .form-control {
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f6f1e1;
	border: 1px solid #c9c09f
}

.recruit-con .form-group .form-control::-moz-placeholder {
	color: #a29256
}

.recruit-con .form-group .form-control:-ms-input-placeholder {
	color: #a29256
}

.recruit-con .form-group .form-control::-webkit-input-placeholder {
	color: #a29256
}

.recruit-con .con_ipt {
	width: 100%
}

.recruit-con .con_ipt .form-control {
	height: 240px;
	resize: none
}

.recruit-con .btn-book {
	display: block;
	width: 320px;
	height: 50px;
	margin: 30px auto 0;
	background-color: #264fa1;
	border: none;
	color: #f5f5f5;
	text-align: center
}

.recruit-con .close_icon {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #264fa1 url(../images/close.png) no-repeat center;
	text-align: center
}

.recruit-con .resume_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	left: 0;
	top: 0;
	z-index: 999;
	display: none
}

.recruit-con .resume_form label {
	margin-left: 0
}

.recruit-con .no_con {
	text-align: center;
	font-size: 24px;
	color: #606060;
	margin-top: 100px;
	margin-bottom: 100px
}

.recruit-con #education {
	position: relative
}

.recruit-con .select-ipt {
	width: 100%;
	color: #a29256;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #c9c09f;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat center right 18px;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear
}

.recruit-con .select-list {
	padding-bottom: 7px;
	padding-top: 9px;
	border: 1px solid #c9c09f;
	border-top: none;
	width: 100%;
	position: absolute;
	z-index: 10000;
	background: #e1dac2;
	max-height: 400px;
	color: #264fa1;
	text-align: center;
	display: none
}

.recruit-con .select-list span {
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-bottom: 2px
}

.recruit-list ul li {
	margin-bottom: 6.25%
}

.recruit-form {
	width: 100%;
	border-collapse: collapse;
	color: #264fa1;
	position: relative;
	border: 1px solid #c9c09f
}

.recruit-form tr {
	border-top: 1px solid #c9c09f;
	height: 65px
}

.recruit-form td {
	padding: 22px 0;
	position: relative
}

.recruit-form .recruit_btn {
	width: 170px;
	height: 66px;
	position: absolute;
	font-size: 16px;
	color: #264fa1;
	text-align: center;
	line-height: 66px;
	border-left: 1px solid #dbcfab;
	right: 0;
	top: 0;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.recruit-form .recruit_btn span {
	display: inline-block;
	vertical-align: middle
}

.recruit-form .recruit_btn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: -7px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.recruit-form tr:first-child td:last-child:hover .recruit_btn {
	background: #264fa1;
	border-color: #264fa1;
	color: #fff
}

.recruit-form tr:first-child td:last-child:hover .recruit_btn img {
	margin-left: 35px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.recruit-form .position_describe p {
	font-size: 14px;
	color: #948756;
	line-height: 30px;
	margin-bottom: 55px
}

.recruit-form .position_describe h5 {
	color: #857845;
	font-size: 16px;
	margin-bottom: 35px
}

.recruit-form tr:last-child td:first-child {
	vertical-align: top
}

.recruit-form td.odd {
	text-align: center;
	width: 120px;
	border-right: 1px solid #e2d7b9;
	font-size: 16px;
	color: #264fa1
}

.recruit-form td.even {
	padding-left: 25px;
	color: #857845
}

@media (max-width:1440px) {
	.recruit-con .resume_form {
		padding: 80px 50px 40px
	}
}

@media (max-width:1200px) {
	.recruit-con .resume_popup {
		width: 70%
	}
}

@media (max-width:1000px) {
	.recruit-con .resume_form {
		margin-left: 0
	}

	.recruit-con .resume_popup {
		width: 88%
	}
}

@media (max-width:768px) {
	.recruit-form td.odd {
		font-size: 14px
	}

	.recruit-form td.even {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px
	}

	.recruit-form .recruit_btn {
		font-size: 14px;
		width: 100px
	}

	.recruit-form .position_describe p {
		margin-bottom: 35px
	}

	.recruit-form .position_describe h5 {
		font-size: 14px;
		margin-bottom: 20px
	}

	.recruit-con .resume_form {
		padding: 50px 20px 30px
	}

	.recruit-con .resume_popup {
		width: 90vw
	}

	.recruit-con .btn-book {
		width: 200px;
		height: 35px;
		line-height: 35px
	}

	.recruit-con .form-group {
		width: 48%;
		margin-right: 2%;
		margin-left: 0;
		margin-bottom: 15px
	}

	.recruit-con .form-group:nth-child(3n) {
		margin-right: 2%
	}

	.recruit-con .form-group:nth-child(2n) {
		margin-right: 0
	}

	.recruit-con .con_ipt {
		width: 100%
	}
}

@media (max-width:480px) {
	.recruit-form td.odd {
		width: 70px
	}

	.recruit-form td {
		padding: 16px 0
	}

	.recruit-form .recruit_btn {
		line-height: 52px;
		height: 52px
	}

	.recruit-form tr {
		height: 50px
	}

	.recruit-form .position_describe p {
		line-height: 24px;
		font-size: 13px;
		margin-bottom: 20px
	}

	.recruit-form .position_describe h5 {
		font-size: 13px;
		margin-bottom: 10px
	}

	.recruit-con {
		padding-top: 7%
	}

	.recruit-con .form-group {
		width: 100%;
		margin-bottom: 10px
	}

	.recruit-con .resume_popup {
		height: 90vh
	}

	.recruit-con .close_icon {
		width: 30px;
		height: 30px
	}

	.recruit-con .close_icon img {
		position: relative;
		top: -2px
	}

	.recruit-con .con_ipt .form-control {
		height: 140px
	}

	.recruit-con button {
		font-size: 14px
	}
}

.service-con {
	padding-top: 3.90625%
}

.service-con .profile-con {
	padding-bottom: 9.375%
}

.service-con .profile-con .profile-img {
	width: 41.4%;
	padding: 0
}

.service-con .profile-con .profile-img>div {
	width: auto;
	margin: 0
}

.service-con .profile-con .profile-img>div:before {
	display: none
}

.service-con .profile-con .profile-img>div:after {
	width: 90%;
	height: 90%
}

.service-con .profile-con .profile-text {
	padding-left: 6.76%;
	width: 58.6%
}

.service-con .profile-con .profile-text p {
	margin-bottom: 10px
}

.service-con .profile-con .profile-text p:last-child {
	margin-bottom: 0
}

.service-more {
	display: block;
	width: 210px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #264fa1;
	font-family: Arial;
	position: relative;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	margin-top: 45px
}

.service-more span {
	position: relative;
	z-index: 2
}

.service-more img {
	margin-left: -37px;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	opacity: 0;
	filter: alpha(opacity=0)
}

.service-more:after {
	content: "";
	width: 0%;
	height: 100%;
	z-index: 1;
	background: #264fa1;
	position: absolute;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	left: 0;
	top: 0
}

.service-more:hover {
	color: #fff
}

.service-more:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 50px
}

.service-more:hover:after {
	width: 100%
}

.problem {
	background: #1e1e1e;
	padding-top: 3.90625%;
	padding-bottom: 5.46875%
}

.problem-list ul li {
	margin-bottom: 27px
}

.problem-list ul li:last-child {
	margin-bottom: 0
}

.problem-list .question {
	background: #ebe4cc;
	height: 60px;
	line-height: 60px;
	color: #264fa1;
	font-size: 16px;
	position: relative;
	padding-left: 85px;
	padding-right: 6px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.problem-list .question span {
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	background: #264fa1;
	left: 0;
	top: 0
}

.problem-list .question span:after,.problem-list .question span:before {
	content: "";
	background: #fff;
	left: 50%;
	top: 50%;
	display: block;
	position: absolute
}

.problem-list .question span:after {
	width: 3px;
	height: 18px;
	margin-left: -1.5px;
	margin-top: -9px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.problem-list .question span:before {
	width: 18px;
	height: 3px;
	margin-top: -1.5px;
	margin-left: -9px
}

.problem-list .question span.icon-jian:after {
	height: 0
}

.problem-list .answer {
	font-size: 14px;
	color: #264fa1;
	line-height: 30px;
	padding: 40px 85px;
	padding: 3.125% 6.64%;
	display: none
}

.problem-list .answer span {
	color: #edd17c
}

.problem-list .answer hr {
	border-color: #2b2b2b;
	margin: 2% 0 4% 0
}

.problem-list .answer p {
	margin-bottom: 8px
}

.problem-list .answer p:last-child {
	margin-bottom: 0
}

.question-sec {
	padding-top: 3.3854%;
	background: #f6f1e1;
	padding-bottom: 5.208%
}

.message-form2 {
	margin: 0
}

.message-form2 input,.message-form2 textarea {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #fff;
	padding-left: 20px;
	margin-bottom: 9px;
	font-size: 14px;
	color: #333;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.message-form2 input::-moz-placeholder,.message-form2 textarea::-moz-placeholder {
	color: #264fa1
}

.message-form2 input:-ms-input-placeholder,.message-form2 textarea:-ms-input-placeholder {
	color: #264fa1
}

.message-form2 input::-webkit-input-placeholder,.message-form2 textarea::-webkit-input-placeholder {
	color: #264fa1
}

.message-form2 input:focus,.message-form2 textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: 0 0 8px rgba(163,134,57,.4);
	box-shadow: 0 0 8px rgba(163,134,57,.4)
}

.message-form2 textarea {
	height: 138px;
	padding: 8px 20px;
	line-height: 24px;
	resize: none
}

.message-form2 button {
	width: 100%;
	height: 45px;
	background: #264fa1;
	font-size: 16px;
	color: #fff;
	border: none;
	margin-top: 3%;
	position: relative
}

.message-form2 button:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	display: block;
	background: #91762d;
	transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	z-index: 1
}

.message-form2 button span {
	position: relative;
	z-index: 2
}

.message-form2 button:hover:after {
	width: 100%
}

@media (max-width:1440px) {
	.message-form2 {
		padding-left: 5%;
		padding-right: 5%
	}
}

@media (max-width:1200px) {
	.service-con .profile-con {
		padding-bottom: 6%
	}

	.service-con .profile-con .profile-img {
		width: 40%
	}

	.service-con .profile-con .profile-text {
		padding-left: 4%;
		padding-right: 2%;
		width: 60%
	}
}

@media (max-width:1100px) {
	.service-con .profile-con {
		padding: 0
	}

	.service-con .profile-con .profile-img {
		width: 100%;
		text-align: center
	}

	.service-con .profile-con .profile-img>div:after {
		display: none
	}

	.service-con .profile-con .profile-text {
		padding-left: 0;
		padding-right: 0;
		padding-top: 3%;
		width: 100%
	}

	.service-con .service-more {
		left: 50%;
		transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		margin-top: 4%
	}
}

@media (max-width:768px) {
	.problem-list .question {
		height: 48px;
		line-height: 48px;
		padding-left: 52px;
		font-size: 14px
	}

	.problem-list .question span {
		width: 48px;
		height: 48px
	}

	.problem-list .question span:after {
		width: 2px;
		height: 16px;
		margin-left: -1.5px;
		margin-top: -9px
	}

	.problem-list .question span:before {
		width: 16px;
		height: 2px;
		margin-top: -1.5px;
		margin-left: -8px
	}

	.service-con .service-more {
		width: 160px
	}

	.message-form2 input {
		padding-left: 10px
	}

	.message-form2 textarea {
		padding: 8px 10px
	}
}

@media (max-width:480px) {
	.message-form2 {
		padding-left: 0;
		padding-right: 0
	}

	.message-form2 input {
		padding-left: 10px
	}

	.message-form2 textarea {
		padding: 8px 10px
	}

	.message-form2 button {
		margin-top: 2%
	}

	.service-con {
		padding-top: 6%
	}

	.service-con .profile-con .profile-img {
		padding: 0 0 10px 0
	}

	.service-con .profile-con .profile-text {
		padding-bottom: 10%
	}

	.problem {
		padding-top: 10%;
		padding-bottom: 10%
	}

	.problem-list .answer {
		padding: 2% 1%;
		line-height: 24px;
		font-size: 13px
	}

	.problem-list .answer p {
		padding-bottom: 12px
	}

	.problem-list .answer hr {
		margin: 0 0 2%
	}

	.problem-list ul li {
		margin-bottom: 12px
	}

	.question-sec {
		padding-top: 10%;
		padding-bottom: 10%
	}
}

.invest-list ul li {
	position: relative;
	background: #fff url(../images/bg.png) no-repeat center;
	text-align: center;
	-webkit-box-shadow: 0 0 20px rgba(193,153,33,.5);
	box-shadow: 0 0 20px rgba(193,153,33,.5);
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

.invest-list ul li>div {
	width: 50%
}

.invest-list ul li:nth-child(2n+1)>div {
	float: left
}

.invest-list ul li:nth-child(2n)>div {
	float: right
}

.invest-list .invest-con>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 50%;
	padding: 0 5.7%
}

.invest-list .invest-tit {
	margin-bottom: 12%
}

.invest-list .invest-tit .tit1 {
	font-size: 26px;
	line-height: 1;
	color: #264fa1;
	margin-bottom: 8px;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

.invest-list .invest-tit .tit2 {
	font-size: 14px;
	color: #878686;
	line-height: 1;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease;
	font-weight: 'Arial'
}

.invest-list .invest-txt {
	font-size: 16px;
	line-height: 26px;
	color: #878686;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 128px;
	transition: all .36s ease;
	-ms-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	-moz-transition: all .36s ease
}

.invest-list .service-more {
	border: 1px solid #e2d297;
	margin: 30px auto 0;
	color: #264fa1
}

.invest-list .service-more:after {
	background: #fff
}

.honor.sec-con {
	background: #1e1e1e;
	padding-bottom: 0
}

.honor-list {
	position: relative
}

.honor-list ul {
	float: left;
	left: 50%;
	position: relative
}

.honor-list li {
	position: relative;
	float: left;
	left: -50%;
	margin: 0 60px
}

.honor-list li img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

@media (min-width:769px) {
	.invest-list ul li:hover {
		background: #264fa1 url(../images/bg.png) no-repeat center
	}

	.invest-list ul li:hover .invest-tit .tit1 {
		color: #fff
	}

	.invest-list ul li:hover .invest-tit .tit2 {
		color: #f6e3a7
	}

	.invest-list ul li:hover .invest-txt {
		color: #fef1c8
	}

	.invest-list ul li:hover .service-more img {
		opacity: 1;
		filter: alpha(opacity=100);
		margin-left: 50px
	}

	.invest-list .service-more:hover {
		color: #264fa1;
		border: 1px solid #fff
	}
}

@media (max-width:1080px) {
	.honor-list ul {
		float: none;
		position: static;
		left: auto;
		text-align: center;
		font-size: 0
	}

	.honor-list li {
		float: none;
		position: static;
		display: inline-block;
		vertical-align: bottom;
		margin: 0;
		padding: 0 30px
	}

	.sec-con .title .zh {
		margin-bottom: 12px
	}
}

@media (max-width:992px) {
	.invest-list ul li>div {
		width: 100%
	}

	.invest-list ul li:nth-child(2n+1)>div {
		float: none
	}

	.invest-list ul li:nth-child(2n)>div {
		float: none
	}

	.invest-list .invest-img {
		padding: 5% 5% 0
	}

	.invest-list .invest-con>div {
		width: 100%;
		position: inherit;
		top: auto;
		transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		padding: 5% 10%
	}

	.invest-list .invest-tit {
		margin-bottom: 5%
	}

	.honor-list li {
		padding: 0 20px
	}

	.invest-list .invest-txt {
		height: auto
	}

	.sec-con .title .zh {
		margin-bottom: 10px
	}
}

@media (max-width:480px) {
	.invest-list .invest-tit {
		margin-bottom: 3%
	}

	.invest-list .invest-tit .tit1 {
		font-size: 16px
	}

	.invest-list .service-more {
		width: 140px;
		margin: 20px auto 0
	}

	.invest-list ul li {
		margin-bottom: 15px
	}

	.invest-list .invest-img {
		padding: 4% 4% 0
	}

	.invest-list .invest-con>div {
		padding: 5% 3%
	}

	.invest-list .service-more {
		width: 120px;
		margin: 15px auto 0;
		line-height: 36px
	}

	.invest-list .service-more img {
		display: none
	}

	.invest-list .invest-txt {
		line-height: 24px;
		font-size: 13px
	}

	.honor-list li:nth-child(2) {
		margin-top: 20px
	}
}

#news-info {
	padding-bottom: 2.96875%;
	background: #f6f1e1;
	padding-top: 4.1667%;
	color: #000
}

#news-info .container {
	width: 1200px
}

#news-info .news-tit {
	padding-bottom: 2.5%;
	text-align: center;
	border-bottom: 1px dashed #e1d3ae
}

#news-info .news-tit h3 {
	font-size: 26px;font-weight:bold;
}

#news-info .news-tit .date {
	font-size: 14px;
	line-height: 24px;
	padding-top: 2%
}

#news-info .news-tit .date a {
	padding: 5px 10px;
	border: 1px solid #e1d3ae;
	color: #264fa1;
	line-height: 1;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

#news-info .news-tit .date a:hover {
	border: 1px solid #264fa1;
	background: #264fa1;
	color: #fff
}

#news-info .news-det {
	padding-top: 4.2%
}

#news-info .news-det p {
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	padding-bottom: 1.2%
}

#news-info .news-det img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

#news-info .news-det div {
	padding: 1.2% 0 3%
}

#news-info .news-det video {
	max-width: 100%;
	display: block;
	margin: 0 auto 5%
}

#news-info .news-page {
	padding-top: 4%;
	padding-bottom: 3.4%;
	width:700px;
	margin:0 auto;
}

#news-info .news-page p {
	padding-top: 6px;
	font-size: 16px;
	line-height: 24px
}

#news-info .news-page a {
	color: #264fa1
}

#news-info .news-btn a {
	display: inline-block;
	width: 17%;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #264fa1;
	font-weight: 700
}

@media (max-width:1200px) {
	#news-info .container {
		width: 80%
	}
}

@media (max-width:1000px) {
	#news-info .news-btn a {
		width: 18%;
		line-height: 50px
	}

	#news-info .news-tit h3 {
		line-height: 24px
	}
}

@media (max-width:768px) {
	#news-info .container {
		width: 90%
	}

	#news-info .news-btn a {
		width: 20%;
		line-height: 42px
	}

	#news-info .news-det div {
		padding: 3% 0 4%
	}
}

@media (max-width:480px) {
	#news-info .news-btn a {
		width: 34%;
		line-height: 36px
	}

	#news-info .news-tit {
		padding-bottom: 4%
	}

	#news-info .news-tit h3 {
		font-size: 16px
	}

	#news-info .news-det p {
		font-size: 13px
	}

	#news-info .news-det div {
		padding: 4% 0
	}

	#news-info .news-page {
		padding-bottom: 5%
	}

	#news-info .news-page p {
		font-size: 13px
	}
}

@media (max-width:375px) {
	#news-info .news-btn a {
		width: 40%
	}
}