@media (max-width: 600px) {
	.header-nav,
	.header-nav.open,
	.nav-toggle,
	.nav-toggle a,
	.nav-toggle li,
	.primary-nav a {
		font-size: 16px;
		font-weight: 300;
		color: #fff;
	}
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*  Typography */

p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	padding-bottom: 20px;
}

/*.revealOnScroll {
	opacity: 0;
}*/

h1 {
	font-size: 65px;
	font-weight: 300;
}

h2 {
	font-size: 32px;
	font-weight: 300;
	color: #3d3d3d;
	line-height: auto;
}


h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #3d3d3d;
}

h4 {
	color: #ef3214;
	font-size: 18px;
}

h5 {
	font-size: 15px;
	color: #444;
	text-transform: uppercase;
	font-weight: 500;
}


/* buttons */

.btn {
	font-size: 12px;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.btn:hover,
.btn:focus {
	color: #fff;
	border-color: #c30;
	background-color: #c30;
}

.btn-white {
	font-size: 12px;
	color: #333;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	border-color: #999;
}

.btn-white:hover,
.btn-white:focus {
	color: #fff;
	border-color: #ddd;
	background: transparent;
}

.btn-dark {
	font-size: 12px;
	color: #333;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	border-color: #ccc;
}

.btn-dark:hover,
.btn-dark:focus {
	color: #111;
	border-color: #ef3214;
	background: transparent;
}

.btn-fill {
	color: #fff;
	border: solid 2px #c30;
	border-radius: 24px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #c30;
}

.btn-fill:hover,
.btn-fill:focus {
	color: #fff;
	background-color: #c30;
	border-color: #c30;
}

.btn-small {
	padding: 4px 25px;
}

.btn-small2 {
	padding: 8px 25px;
}

.btn-large {
	padding: 15px 40px;
}

.btn-margin-right {
	margin-right: 20px;
}


/* buttons2 */

.btn2 {
	font-size: 12px;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.btn2:hover,
.btn2:focus {
	color: #fff;
	border-color: #c30;
	background-color: #c30;
}

.btn2-white {
	font-size: 12px;
	color: #333;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	border-color: #999;
}

.btn2-white:hover,
.btn2-white:focus {
	color: #fff;
	border-color: #ddd;
	background: transparent;
}

.btn2-dark {
	font-size: 12px;
	color: #333;
	border: solid 2px;
	border-radius: 24px;
	display: inline-block;
	border-color: #ccc;
}

.btn2-dark:hover,
.btn2-dark:focus {
	color: #111;
	border-color: #ef3214;
	background: transparent;
}

.btn2-fill {
	color: #fff;
	border: solid 2px #c30;
	border-radius: 24px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #c30;
}

.btn3-fill {
	color: #fff;
	border: solid 2px #ef3214;
	border-radius: 24px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #ef3214;
}

.btn3-fill:hover,
.btn3-fill:focus {
	color: #fff;
	background-color: #ef3214;
	border-color: #ef3214;
}

.btn2-fill:hover,
.btn2-fill:focus {
	color: #fff;
	background-color: #c30;
	border-color: #c30;
}

.btn2-small {
	padding: 4px 25px;
}

.btn2-large {
	padding: 15px 40px;
}

.btn2-margin-right {
	margin-right: 20px;
}

section.intro,
section.features-extra,
section.sign-up {
	background: #fff;
}

section.features,
section.blog-intro,
section.blog {
	background: #fff;
	margin: 0;
}


/* features */


/* Global Styles */

.group:after {
	content: "";
	display: table;
	clear: both;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

a {
	color: #c30;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
}

body {
	font-family: -apple-system, 'PingFang SC', "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, sans-serif;
	/*font-weight: 300;*/
	color: rgba(28, 54, 83, 0.8);
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

container,
.container {
	max-width: 1200px;
	margin: 0 auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.section-padding {
	padding: 100px 0;
}


/* 100px 0 */

.section-padding1 {
	padding: 100px 0 70px 0;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.span1 {
	font-size: 40px;
	font-weight: 300;
	color: #3d3d3d;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #000;
	border-radius: 4px;
}


/* Animations */

.pulse2 {
	-webkit-animation-name: pulse2;
	animation-name: pulse2;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse2 {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.floating-arrow {
	-webkit-animation-name: floating-arrow;
	animation-name: floating-arrow;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
	from {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	65% {
		-webkit-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
	}
	to {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes floating-arrow {
	from {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	65% {
		-webkit-transform: translate(-50%, 15px);
		transform: translate(-50%, 15px);
	}
	to {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.floating-logo {
	-webkit-animation-name: floating-logo;
	animation-name: floating-logo;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-logo {
	from {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	50% {
		-webkit-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
	}
	to {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@keyframes floating-logo {
	from {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	50% {
		-webkit-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
	}
	to {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}


/* Waypoinsts */

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp8,
.wp9 {
	visibility: hidden;
}

.wp2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
	visibility: visible;
}


/* Navigation */

.header-nav.open {
	visibility: visible;
	opacity: 0.9;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.nav-toggle {
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 999999;
	padding: 10px 20px 0px 0;
	cursor: pointer;
}

.nav-toggle:focus {
	outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #ccc;
	cursor: pointer;
}

.nav-toggle span:before {
	top: -10px;
}

.nav-toggle span:after {
	bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
	background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
	top: 0;
}

.nav-toggle.active span:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-toggle.active span:after {
	top: 10px;
	-ms-transform: translatey(-10px) rotate(-45deg);
	-webkit-transform: translatey(-10px) rotate(-45deg);
	transform: translatey(-10px) rotate(-45deg);
}

.navicon {
	position: absolute;
	height: 26px;
	right: 10px;
	top: 38px;
	visibility: hidden;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


/* Hero */

.hero {
	min-height: 860px;
	height: 100vh;
	background: url("../images/hero.jpg") center center;
	background-size: cover;
	position: relative;
}

.hero .down-arrow a {
	color: #ccc;
}

.hero h1 {
	color: #fff;
	margin-bottom: 40px;
}

.hero p.intro {
	color: #ccc;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

.hero .hero-content {
	padding-top: 20%;
}


/*  also fits 25%  */

.navigation {
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.fixed {
	position: fixed;
	background-color: #4c525d;
	opacity: .9;
	z-index: 999;
	width: 100%;
}

header {
	padding: 33px 0;
	/* border-bottom: solid 1px rgba(255, 255, 255, 0.1); */
	position: relative;
	width: 1170px;
	margin: 0 auto;
	-webkit-transition: padding 300ms ease-in-out;
	transition: padding 300ms ease-in-out;
}

header a {
	color: #aaa;
	font-size: 14px;
}

header a.login,
.login a {
	margin-right: 10px;
	padding-left: 20px;
	color: #ef3214;
	border-bottom: 1px solid #ddd;
	background: url('../images/dl.svg') no-repeat center left;
}

.dl {
	color: #555;
	display: block;
}

header .logo {
	display: inline-block;
	background: #ef3214;
	-webkit-box-shadow: 0px 10px 72px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 10px 72px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 72px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 1%;
	top: 0;
}

header ul.primary-nav {
	font-weight: 300;
	margin: 0 0 0 450px;
	padding: 0;
}

header ul.primary-nav li {
	display: inline;
}

header ul.primary-nav li a {
	color: #fff;
	padding-right: 20px;
}

header ul.primary-nav li a:hover {
	color: #999;
}

header ul.primary-nav li:last-child a {
	padding-right: 0px;
}

header ul.member-actions li {
	font-weight: 300;
	overflow: hidden;
	display: inline;
}

header ul.member-actions li a {
	font-size: 12px;
	color: #fff;
}

header ul.member-actions li a:hover {
	color: #999;
}

header .header-nav {
	display: inline-block;
}

header .member-actions {
	position: absolute;
	right: 0;
	top: 35px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.down-arrow {
	color: #ccc;
	font-size: 20px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* Intro */

.intro span.icon {
	font-size: 40px;
	color: #FF9800;
	/*  change icon icons here */
	font-weight: bold;
}

.intro-icon {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0 0;
	margin-right: 20px;
	width: 40px;
}

.intro-content {
	display: inline-block;
	width: 80%;
}

.section-intro {
	padding: 100px 0 0 0;
}

.section-partner {
	padding: 50px 0 0 0;
}

.section-intro h2 {
	font-weight: 300;
	color: #111;
	display: inline-block;
}

.section-intro h2 small {
	font-size: 16px;
	display: inline-block;
	line-height: 1.5;
	margin-top: 20px;
}

.section-intro p {
	margin-bottom: 20px;
	color: #333;
	padding-bottom: 0;
}

.section-intro p.lead {
	color: #ccc;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 30px;
}

.homegrid {
	height: 350px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: zoom 0.4s;
	transition: zoom 0.4s;
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.homegrid:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	box-shadow: 0 40px 110px 0 rgba(84, 84, 84, 0.5);
	z-index: 14;
}

.homegrid h2 {
	font-size: 18px;
	padding-top: 240px;
	font-weight: 500;
	color: #c20;
}

.homegrid p,
p a {
	color: #bbb;
	font-weight: 300;
	font-size: 14px;
}

.homegrid a:hover {
	color: #ccc;
}


/* inset box effect */



.srvgrid {
	-webkit-transition: all 150ms ease-out 0ms;
	-moz-transition: all 150ms ease-out 0ms;
	-o-transition: all 150ms ease-out 0ms;
	transition: all 150ms ease-out 0ms;
}

.srvgrid img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s ease 0s;
	opacity: 0.7;
}

.srvgrid:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	box-shadow: 0 40px 110px 0 rgba(84, 84, 84, 0.5);
	background: #fff;
}

.hsrvgrid h2 {
	font-weight: 300;
	font-size: 22px;
}

.srvgrid h4,
h4 a {
	color: #666;
	font-weight: 300;
}


.zp_meau {
	padding: 30px 30%;
	border-bottom: 1px solid #eee;
}

.zp_meau a {
	float: left;
	width: 116px;
	height: 38px;
	border: 1px solid #777777;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 20px 12%;
}

.zp_meau a:hover {
	background: #ef3124;
	color: #fff;
	border-color: #ef3124;
}

.zp_meau a.zp_on {
	background: #ef3124;
	color: #fff;
	border-color: #ef3124;
}





/*pages*/

.pagination-wrapper {
	margin: 20px 0;
}

.pagination {
	height: 34px;
	text-align: center;
	width: 98%;
}

.pagination li {
	display: inline-block;
	height: 23px;
	margin-right: 5px;
}

.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}

.pagination li a:hover {
	background: #EF3124;
	color: #FFF;
}

.pagination li.thisclass {
	background: #EF3124;
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #EF3124;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	background: transparent;
	color: #fff;
	cursor: default;
}




/* testimonial-slider */

.testimonial-slider {
	background: url("") no-repeat center center;
	background-size: cover;
}

.testimonial-slider .avatar {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 50%;
	border: solid 3px #fff;
	background-color: #fff;
}

.testimonial-slider .avatar img {
	width: 100%;
	height: auto;
}

.testimonial-slider h2{
  text-align:center;
  font-weight: 300;
  font-size: 3.2rem;
  color: #222;
}
.testimonial-slider h2 b{
	font-size: 6.2rem;
	color: rgba(62,62,62,.1);
	font-family: "微软雅黑";
}
.testimonial-slider h2 p{
	font-size: 3.2rem;
	line-height: 3.2rem;
	margin-top: -3.2rem;
	margin-bottom: 0;
}
.testimonial-slider h2 span{
	width: 50px;
	height: 5px;
	display: block;
	margin: 10px auto;
	background: #c20010;
}






/* Footer */

footer {
	overflow: hidden;
	padding: 40px;
	background: url(../images/footer_bg.png) no-repeat center;
	background-size: cover;
}
footer h4{
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
footer h4 b{
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #7f7f7f;
}
footer li a {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

footer .contact h4{
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7f7f7f;
}
footer .contact h4 span{
	margin-left: 10px;
	font-size: 1.4rem;
	color: #bfbfbf;
	font-weight: normal;
}
footer .code{
	margin-top: 30px;
	padding: 0;
}
footer .code a{
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 5px;
}
footer .code a img{
	margin-bottom: 10px;max-width:85px;
}

footer p{
	color: #a6a6a6;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 12px;
	padding-bottom: 0;
}
footer p a{
	margin: 0 5px;
}

footer a {
	color: #000;
}

footer a:hover{
	color: #FFFFFF;
}
footer a:focus {
	color: #CCCCCC;
}


@media only screen and (max-width: 1024px) {
	footer{
		display: none;
	}
}


.nav-group {
	float: left;
	color: #777;
	width: 16.46%;
	margin: 0.1%;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	-webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}
.gongneng .nav-group:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.5);
}
.nav-group .imgbox{
	float: left;
	width: 36%;
	line-height: 120px;
	text-align: center;
}
.nav-group .gn_con{
	float: right;
	width: 64%;
	text-align: left;
	margin-top: 20px;
}
.nav-group .gn_con h3{
	margin-bottom: 5px;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}
.nav-group .gn_con h3 i{
	display: block;
	width: 30px;
	height: 2px;
	margin-top: 5px;
	background: #222222;
}
.nav-group .gn_con p{
	color: #808080;
	font-size: 12px;
}
@media only screen and (max-width: 480px) {
	.nav-group{
		border: none;
	}
	.nav-group .imgbox{
		float: none;
		width: 100%;
		line-height: 50px;
	}
	.nav-group .gn_con{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.nav-group .gn_con h3 i{
		margin: 5px auto 0;
	}
}

.nav-group>li>a:hover {
	color: #eee;
}

.copyright {
	background-color: #222;
	min-height: 50px;
}

.copyright>a>img {
	width: auto;
	position: absolute;
	visibility: hidden
}

.copyright .text {
	display: block;
	float: left;
	font-size: 14px;
	padding: 24px 0;
}

.copyright .text,
.copyright .text a {
	color: #a6a6a6
}

.copyright .text .small {
	margin-left: 8px;
	color: #333;
	font-size: 14px;
}

.copyright .sns-info {
	float: right;
	margin-right: 20px;
}

.copyright .sns-info>a.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #888;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.copyright .sns-info>a.icon .pop {
	font-size: 14px;
	line-height: 20px
}

.copyright .sns-info>a.icon:hover {
	color: #ededed
}

.copyright .sns-info>a.icon:hover .pop {
	display: block!important
}

.copyright .sns-info>a.icon:last-child {
	margin-right: 0
}

copyright .sns-info>a.icon.icon-qq {
	position: relative
}

.copyright .sns-info>a.icon.icon-qq:after {
	position: absolute;
	left: 0;
	top: -20px;
	width: 38px;
	height: 38px;
	content: ""
}

.copyright .sns-info>a.icon.icon-qq .pop {
	display: none;
	position: absolute;
	top: -135px;
	left: -87px;
	width: 214px;
	height: 130px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #d5d8dd;
	text-align: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.copyright .sns-info>a.icon.icon-qq .pop:after {
	position: absolute;
	left: 99px;
	bottom: -13px;
	border: 7px solid transparent;
	border-top: 7px solid #fff;
	content: ""
}

.copyright .sns-info>a.icon.icon-qq .pop label {
	color: grey;
	margin-bottom: 10px
}

.copyright .sns-info>a.icon.icon-qq .pop p {
	color: #a6a6a6;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap
}

.copyright .sns-info>a.icon.icon-wechat {
	position: relative
}

.copyright .sns-info>a.icon.icon-wechat:after {
	position: absolute;
	left: 0;
	top: -20px;
	width: 38px;
	height: 38px;
	content: ""
}

.copyright .sns-info>a.icon.icon-wechat .pop {
	display: none;
	position: absolute;
	top: -210px;
	left: -56px;
	width: 150px;
	height: 205px;
	padding: 20px 10px;
	border: 1px solid #d5d8dd;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .15)
}

.copyright .sns-info>a.icon.icon-wechat .pop:after {
	position: absolute;
	left: 68px;
	bottom: -13px;
	border: 7px solid transparent;
	border-top: 7px solid #fff;
	content: ""
}

.copyright .sns-info>a.icon.icon-wechat .pop label {
	color: grey;
	margin-bottom: 0
}

.copyright .sns-info>a.icon.icon-wechat .pop p {
	color: #a6a6a6;
	margin-bottom: 10px
}

.copyright .sns-info>a.icon.icon-wechat .pop .qr-wrapper {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-image: url(../images/weixin-qr.jpg);
	background-size: 120px 120px
}

.copyright .mixpanel-box {
	float: right;
	margin-top: 18px;
	margin-left: 18px
}

.sns-info>a.icon-qq .pop {
	padding: 20px 10px 20px 15px!important
}

@media (max-width:1199px) and (min-width:1025px) {
	.nav-group {
		width: 33.13%;
	}
}

@media (max-width:1024px) {
	.nav-group {
		min-width: 49.8%;
		padding-top: 10px;
		margin-bottom: 0;
	}
	.nav-group h4,
	.nav-group>li {
		margin-bottom: 10px;
	}
	.nav-group:nth-child(3),
	.nav-group:nth-child(4) {
		/* height: 150px  reduce list height on mobile */
	}
	.nav-group:last-child {
		width: 20%;
		/* height: 150px  reduce list height on mobile */
	}
}

@media (max-width:360px) {
	.site-footer .copyright {
		padding-top: 33px
	}
	.site-footer .copyright .text {
		display: block;
		padding: 0;
		margin-bottom: 5px
	}
	#cleft_box {
		display: none;
	}
	/* overrided on mobile */
}


/* news */

.news-h5 {
	color: #111 !important;
	font-weight: 800 !important;
	display: block;
	padding: 10px 0;
}

.news-pullquote {
	font-size: 18px;
	font-style: italic;
	border: 0;
	width: 80%;
	color: #999;
	margin: 20px auto;
	padding: 30px 0;
	border-bottom: 4px solid #ddd;
	line-height: 1.4;
}

.quote .quote-text {
	font-weight: normal;
	color: #2c3e50;
}

.quote .quote-text a {
	color: #666;
}

.quote .quote-text a:hover {
	color: #ef3214;
}

.quote .quote-author {
	margin-top: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #95a5a6;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.quote .quote-author>* {
	vertical-align: middle;
}

.quote .quote-author-photo {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #ebedee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 20px;
}

.quote .quote-author-name {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	line-height: 1.19em;
	text-align: center;
}

.quote {
	margin: 0 54px;
	padding: 10px 0 20px 10px;
	border-bottom: 1px solid #eee;
	float: left;
}

.quote:first-child {
	margin-top: 0;
}

.quote .quote-text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #95a5a6;
}

.quote .quote-author {
	font-size: 14px;
	font-weight: normal;
	color: #2c3e50;
	font-weight: 300;
}

.quote .quote-author-photo {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #ebedee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-left: -50px;
	margin-top: 6px;
}

.quote .quote-date {
	font-size: 11px;
	font-weight: normal;
	color: #95a5a6;
	font-weight: 500;
}

@media (max-width: 480px) {
	.quote .quote-author {
		font-size: 11px;
		font-weight: normal;
		color: #7f8c8d;
		letter-spacing: 0;
	}
	.quote .quote-author .quote-author-photo {
		margin-right: 10px;
	}
	.quote .quote-author-photo {
		position: static;
		margin: 0px 10px 0 0;
		float: left;
	}
}

.hq{
	position: relative;
	margin-top: 50px;
}
.poster-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.poster-main a,
.poster-main img {
  display: block;
}
.poster-main .poster-list {
  width: 100%;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 10px;
  overflow:hidden;
}
.poster-item {
  -webkit-box-shadow: #e2e2e2 0px 0px 5px;
  -moz-box-shadow: #e2e2e2 0px 0px 5px;
  box-shadow: #e2e2e2 0px 0px 5px;
  border:1px solid #e5e5e5;
}
.poster-btn {
  position: absolute;
  top: 50px;
  width: 100px;
  height: 120px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  font-size: 2.5em;
  color: #d2331c;
}
.poster-prev-btn {
  left: 0;
  padding-right: 200px;
}
.poster-next-btn {
  right: 0;
  padding-left: 200px;
}









.notice_h{
	margin-top: 90px;
}
.notice_h h2{
	font-size: 40px;
	color: #c20010;
	font-weight: bold;
}
.notice{
	width: 100%;
	height: 441px;
	margin-top: 50px;
	background: url(../images/notice_bg.png) no-repeat center;
	background-size: cover;
}
.notice img{
	margin-top: 100px;
	max-width: 90%;
}
.notice .notice_nav{
	margin-top: 50px;
}
.notice .notice_nav a{
	width: 112px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	padding: 0;
	border: none;
	background: #FFFFFF;
	color: #c20010;
	margin: 10px;
}
.notice .notice_nav a:hover,
.notice .notice_nav a.on{
	background: #C20010;
	color: #FFFFFF;
}
.notice_news{
	margin-top: 12rem;
}
.notice_news h3{
	font-size: 2.2rem;
	color: #333333;
	margin-top: 0;
}
.notice_news p{
	color: #8a8a8a;
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 1.5rem;
}
.notice_news .btn_more{
	margin-top: 0;
}
.newslist{
	margin: 4rem auto;
}
.newslist li{
	padding: 1rem 0;
}
.newslist li .date{
	height: 80px;
	margin-top: 25px;
	border-right: 1px solid #E5E5E5;
}
.newslist li .date b{
	font-size: 3.6rem;
	color: #8A8A8A;
	font-weight: normal;
	margin-top: 5px;
}
.newslist li .date span{
	font-size: 18px;
	color: #8A8A8A;
	margin-left: 3rem;
}
.newslist li h3{
	color: #333333;
}
.newslist li p{
	color: #8A8A8A;
	padding: 0;
	font-size: 1.4rem;
	height: 44px;
	overflow: hidden;
}
.newslist li .arrow{
	margin-top: 5rem;
}
.pages{
	margin-top: 50px;
}
.pages a,.pages span{
	padding: 5px 12px;
	color: #7a7a7a;
	margin: 5px;
	display: inline-block;
	border: 1px solid #d1d1d1;
}
.pages a:hover,
.pages a.on,
.pages span.current{
	color: #FFFFFF;
	background: #c20010;
}

@media only screen and (max-width:1024px ) {
	.newslist li .date b{
		font-size: 2.6rem;
	}
}
@media only screen and (max-width:640px ){
	/* .notice_h{
		margin-top: 30px;
	} */	
	.notice_news{
		margin-top: 5rem;
	}	
	.newslist li .date{
		height: 30px;
		border: none;
		text-align: left;
		margin-top: 0;
	}
	.newslist li .date span{
		margin-left: 5px;
	}
	.newslist li .arrow{
		margin-top: 0;
		text-align: left;
	}	
}
.notice_head .notice_nav{
	margin-top: 30px;
}
.notice_head .notice_nav a{
	font-size: 1.8rem;
	padding: 2px 1.2rem;
	color: #333333;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 10px;
	border: 1px solid transparent;
}
.notice_head .notice_nav a:hover,
.notice_head .notice_nav a.on{
	color: #C20010;
	border: 1px solid #c20010;
}



.collect_h h2{
	font-weight: 300;
    font-size: 3.2rem;
    color: #3e3e3e;
}
.collect_h h2 b{
	font-size: 9rem;
	color: rgba(62,62,62,.1);
	font-family: "微软雅黑";
}
.collect_h h2 p{
	font-size: 5rem;
	line-height: 5rem;
	margin-top: -5rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.collect_h h2 span{
	width: 50px;
	height: 5px;
	display: block;
	margin: 0 auto;
	background: #c20010;
}
.collect_h .collect_nav{
	margin-top: 35px;
	font-size: 1.8rem;
}
.collect_h .collect_nav a{
	padding: 0 1rem;
	color: #333333;
	border-radius: 20px;
	border: 1px solid transparent;
}
.collect_h .collect_nav a:hover,
.collect_h .collect_nav a.on{
	color: #C20010;
	border: 1px solid #c20010;
}
.collection{
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}
.collection ul{
	float: left;width:100%;
}
.collection ul li{
	padding: 50px 0;
	overflow: hidden;
	background: #fafafa;
}
.collection ul.item1 li:nth-child(1),
.collection ul.item1 li:nth-child(3){
	background: #F3F3F3;
}
.collection ul.item2 li:nth-child(2),
.collection ul.item2 li:nth-child(4){
	background: #F3F3F3;
}
.collection ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.collection ul li:hover{
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.collection ul li h3{
	max-width: 90%;
	margin: 10px auto 20px;
	font-size: 2.2rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.collection ul li .btn{
	font-size: 14px;
	line-height: 14px;
	color: #808080;
	padding: 5px 30px;
	border: 1px solid #808080;
}
.collection ul li .btn:hover{
	color: #FFFFFF;
	border: 1px solid #C20010;
}
@media only screen and (max-width: 768px) {
	.collection ul.item1 li:nth-child(1),
	.collection ul.item1 li:nth-child(4){
		background: #F3F3F3;
	}
	.collection ul.item1 li:nth-child(3){
		background: #FAFAFA;
	}
	.collection ul.item2 li:nth-child(1),
	.collection ul.item2 li:nth-child(4){
		background: #F3F3F3;
	}
	.collection ul.item2 li:nth-child(2){
		background: #FAFAFA;
	}
}
@media only screen and (max-width: 640px){
	.collect_h h2 b{
		font-size: 5rem;
	}
}

.collection_show{
	width: 100%;
	margin-top: 80px;
	background: #FBFBFB;
	overflow: hidden;
	padding: 25px 0 60px;
}
.collection_show .show_head{
	margin-bottom: 60px;
}
.collection_show .show_head h3{
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.collection_show .show_head p{
	font-size: 14px;
	color: #8A8A8A;
	padding: 0;
}
.collection_show .show_con{
	margin: 20px 0 40px;
}
.collection_show .show_con p{
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0;
}
.collection_show .show_con img{
	max-width:100%;
}
.collection_show .other_col{
	padding-top: 30px;
	border-top: 1px solid #F4F4F4;
}
.collection_show .other_col p{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	margin: 5px 0;
}
.collection_show .other_col p b{
	color: #333333;
}
.collection_show .other_col p a{
	color: #333333;
	font-weight: normal;
}
.collection_show .other_col p a:hover{
	text-decoration: underline;
}
.collection_show .other_col .btn{
	width: 128px;
	max-width: 100%;
	height: 40px;
	border: none;
	border-radius: 0;
	background: #C20010;
	color: #FFFFFF;
	padding: 0;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}
.collection_show .other_col .btn img{
	margin-right: 5px;
}
@media only screen and (max-width: 640px) {
	.collection_show{
		margin-top: 0;
		padding: 30px 0;
	}
}

.about_banner{
	width: 100%;
	overflow: hidden;
}
.about_intro{
	margin-top: 60px;
}
.about_intro p{
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin: 0 0 10px 0;
	text-indent: 28px;
}

/*关于我们时间切换*/
#timeline {width:960px;height:290px;overflow: hidden;margin:0px auto;position: relative;background: url('../images/time_line.png') left 84px repeat-x;font-family:"微软雅黑" Georgia, serif;margin-top: 40px;}
#dates {width:960px;height:140px;overflow: hidden;}
#dates li {list-style: none;float: left;width:175px;height:80px;margin-top:20px;text-align: center;background: url('../images/time_dot.png') center bottom no-repeat;}
#dates a {line-height:30px;font-size:30px;text-decoration:none;
color:#808080;
height:80px;
display: block;
}
#dates a:hover {color:#C20010}
#dates .selected {
font-size:30px;
color: #C20010;
background: url('../images/time_dot_active.png') center bottom no-repeat;
/* z-index: 100000; */
height:80px;
display: block;
}
#dates span{
	margin-top: 50px;
	display: block;
	font-size: 18px;
}
#issues {width:960px;height:260px;overflow: hidden;}	
#issues li {width: 960px;height: 160px;list-style: none;float: left;}
#issues li h1 {color: #ffcc00;font-size: 42px;margin: 20px 0;text-shadow: #000 1px 1px 2px;}
#issues li p {font-size: 14px;margin-right: 70px; margin:0px; font-weight: normal;line-height: 22px;text-align: center;}

.issuescontent{ width: 100%;margin:auto; }

.contentleft{
height:180px;
line-height: 180px;
text-align: center;
font-size: 50px;
float: left;
color: #ef3214;
font-weight: 700;
}

.contentright{
float: right;
text-align: left;
font-size: 24px;
height: 180px;
margin-top: 30px;
}

.contentright p{
   font-size:16px !important; 
   padding-bottom:0px; 
   line-height:30px !important;
   text-indent: 32px;
}

#time_prev{
width: 30px;
height: 64px;
background: url('../images/time_left.png') no-repeat;
cursor: pointer;
margin-top:150px;
}


#time_next{
width: 30px;
height: 64px;
background: url('../images/time_right.png') no-repeat;
margin-top:150px;
cursor: pointer;
}





.contact{
	position: relative;
}
.contact .map{
	width: 100%;
	height: 545px;
}
.contact .message{
	position: absolute;
	top: 0;
	right: 18%;
	width: 375px;
	height: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	background: rgba(255,255,255,.8);
}
.contact .message h3{
	margin-top: 110px;
	margin-bottom: 10px;
}
.contact .message input{
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
	background: transparent;
	border: 1px solid #cdcdcd;
	margin-bottom: 8px;
}
.contact .message textarea{
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	padding: 5px 10px;
	resize: none;
	background: transparent;
	border: 1px solid #cdcdcd;
}
.contact .message button{
	width: 49%;
	height: 30px;
	margin-right: 1%;
	color: #FFFFFF;
	background: #C20010;
	border: none;
	float: left;
}
.contact .message button:last-child{
	background: #cdcdcd;
	margin-left: 1%;
	margin-right: 0;
	float: right;
}
.contact .message button:hover{
	opacity: 0.8;
}
@media only screen and (max-width:640px ) {
	.contact .message{
		width: 70%;
		padding: 0 10px;
		right: 0;
	}
}

.download{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	background: #FAFAFA;
	padding: 40px 0;
}
@media only screen and (min-width:1200px ) {
	margin-top: 130px;
	padding: 70px 0 200px;
}
.download .dl_item{
	width: 100%;
	padding: 25px 0;
	min-height: 80px;
	background: #f0f0f0;
	margin-bottom: 20px;
}
.download .dl_item b{
	color: #333333;
	font-size: 1.8rem;
}
.download .dl_item .dl_box{
	position: relative;
}
.download .dl_item .btn{
	width: 100px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 1.4rem;
	border: 1px solid;
}
.download .dl_item .dl_box img{
	position: absolute;
	width: 107px;
	height: 105px;
	left: 120px;
	top: -40px;
	display: none;
}
.download .dl_item .dl_box:hover img{
	display: block;
}
@media only screen and (max-width:768px ) {
	.download .dl_item{
		margin-bottom: 40px;
	}
	.download .dl_item .dl_box .btn{
		display: none;
	}
	.download .dl_item .dl_box img{
		display: block;
		left: 10px;
	}
	#dpsj{
		display: none;
	}
}

#collection .swiper-button-next, 
#collection .swiper-container-rtl .swiper-button-prev{
	width: 34px;
	height: 60px;
	margin-top: -30px;
	background: url(../images/time_right.png)no-repeat;
}
#collection .swiper-button-prev, 
#collection .swiper-container-rtl .swiper-button-next{
	width: 34px;
	height: 60px;
	margin-top: -30px;
	background: url(../images/time_left.png) no-repeat;
}


.icons{
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 999;
}
.icons a{
	display: block;
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}
.icons a b{
	float: right;
	position: relative;
	z-index: 2;
	width: 50px;
	text-align: center;
}
.icons a b img{
	width: 36px;
}
.icons a b p{
	font-size: 12px;
	color: #ffffff;
}
.icons a span{
	width: 130px;
	height: 50px;
	margin-right: 50px;
	padding-left: 10px;
	line-height: 50px;
	background: #CE3340;
	color: #FFFFFF;
	transition: all ease 0.5s; 
	border-radius: 10px 0 0 10px;
	display: block;
	transform: translateX(100%);
	opacity: 0;
	position: relative;
	z-index: 1;
}
.icons a:hover span{
	transform: translateX(0);
	opacity: 1;
}
.icons .icons_bg{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #CE3340;
	border-radius: 5px 0 0 5px;
	padding-left:5px;
}

@media only screen and (max-width:768px ){
	.icons{
		display: none;
	}
}

.Goumai{position:fixed; bottom:0; left:0; right:10px; padding-bottom:5px; padding-right:10px; margin:0 auto; padding-top:10px; padding-left:5px; width:100%; display:flex; justify-content:center; background:#fff}
.Goumai .Fukuan{width:45%; text-align:left; height:44px; line-height:44px}
.Goumai .Fukuan span{font-size:20px; color:#c20010}
.Goumai ul{width:45%; display:flex; justify-content:center;}
.Goumai ul li{width:50%; text-align:center}
.Goumai ul li img{height:20px; width:auto}
.Goumai ul li p{font-size:12px; line-height:24px;}
.Goumai button{background:#c20010; color:#FFF; border:0; width:55%; height:44px; line-height:44px; border-radius:10px}

.Footer{position:fixed; bottom:0; left:0; margin:0 auto; padding-top:10px; width:100%; display:flex; justify-content:center; background:#fff}
.Footer li{width:25%;text-align:center;}
.Footer li img{height:25px}
.Footer li p{line-height:30px; font-size:14px}
.Footer li p.on{font-weight:bold; color:#c20010}




