﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
body::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #fff;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
body::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #fff;
}
  
/*定义滑块 内阴影+圆角*/  
body::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#da1428;
}
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html,body{ 
	min-height:100%;
	-webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现背景*/
    width: 100%;
    overflow-x:hidden;
    min-width: 320px;
	font-size: 12px;
}
body {
	color: #000;
	font-family:"Arial","sans-serif";
}


/** Generated by FG **/
@font-face {
	font-family: 'ziti';
	src: url('/phone/fonts/DIN-Medium.eot');
	src: local('☺'), url('/phone/fonts/DIN-Medium.woff') format('woff'), url('/phone/fonts/DIN-Medium.ttf') format('truetype'), url('/phone/fonts/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","Microsoft YaHei";
	font-size: 12px;
	outline: none;
    appearance:none; /*清楚表单默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
}

/*94%的内容*/
.wrap{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}
.wrap1{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
    position: relative;
}


/*图片通用样式*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
/*清楚浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}
/*Flex居中样式*/
.flex-center{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
/*动画*/
.donghua {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.imgbox{
	overflow: hidden;
	position: relative;
}
.out-box{
	overflow: hidden;
	position: relative;
}
.out-box .block{
	content: "";
	width: 60%;
	height: 100%;
	background-color: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
}
/* =========

    导航

 ========= */
.headerbox .header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 85px;
	z-index: 1111;
	transition: all .5s ease;
}
.headerbox.down .header{
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
}
.headerbox .header .logo{
	float: left;
	height: 85px;
	width: 234px;
}
/*活动报名*/
.headerbox .header .top-link{
	float: right;
	height: 85px;
	margin-left: 20px;
}
.headerbox .header .top-link .word{
	width: 100px;
	height: 36px;
	line-height: 36px;
	border:1px solid #fff;
	border-radius: 3px;
	padding-left: 38px;
	font-size: 13px;
	color: #ffffff;
	background-position: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
	background-image: url(/phone/images/ico1_03.png);
	transition: all .5s ease;
}
/* .headerbox.down .header .top-link .word{
	border:1px solid #000;
	color: #000;
	background-image: url(/phone/images/dico1_03.png);
} */
.headerbox.down .header .top-link .word{
    background-image: url(/phone/images/rico1_03.png);
    border:1px solid #d23838;
    color: #d23838;
}

/*导航条*/
.headerbox .header .nav{
	float: right;
	font-size: 0;
}
.headerbox .header .nav .li1.index{
	padding: 0 20px;
}
.headerbox .header .nav .li1{
	float: left;
	padding: 0 36px;
	position: relative;
}
.headerbox .header .nav .li1:after{
	content: "";
	width: 0;
	height: 3px;
	background-color: #c70606;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.headerbox .header .nav .li1.on:after{
	width: 100%;
}
.headerbox .header .nav .li1 .a1{
	font-size: 16px;
	color: #ffffff;
	height: 85px;
	line-height: 85px;
	position: relative;
}
.headerbox.down .header .nav .li1 .a1{
	color: #2b2b2b;
}
.headerbox.down .header .nav .li1.on .a1{
	color: #c70606;
}
.headerbox .header .nav .li1 .sub{
	position: absolute;
	top: 100%;
	left: 50%!important;
	width: 100%;
	background-color: #fff;
	transform: translateX(-50%);
  	z-index: 11;
	display: none;
}
 .headerbox .header .nav .li1 .sub .list{
	padding: 20px 0;
} 
.headerbox .header .nav .li1 .sub .list .sub-a{
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}


.mm-nav-box{
	display: none;
}

@media only screen and (min-width: 601px){
.headerbox .header .top-link .word:hover{
	border:1px solid #c70606;
	color: #c70606;
	background-image: url(/phone/images/hico1_03.png);
}
.headerbox .header .nav .li1 .sub .list .sub-a:hover{
	color: #c70606;
	background-color: #f5f5f5;
}
}
@media only screen and (max-width: 1360px){
.headerbox .header{
    height: 75px; 
}
.headerbox .header .logo {
    height: 75px;
    width: 200px;
}
.headerbox .header .top-link {
    height: 75px;
}
.headerbox .header .nav .li1 .a1 {
    height: 75px;
    line-height: 75px;
}
}
@media only screen and (max-width: 1280px){
.headerbox .header{
    height: 65px; 
}
.headerbox .header .logo {
    height: 65px;
    width: 180px;
}
.headerbox .header .top-link {
    height: 65px;
}
.headerbox .header .nav .li1 .a1 {
    height: 65px;
    line-height: 65px;
}
.headerbox .header .nav .li1 {
    padding: 0 30px;
}
}
@media only screen and (max-width: 1024px){
.headerbox .header{
    height: 55px; 
}
.headerbox .header .logo {
    height: 55px;
}
.headerbox .header .top-link {
    height: 55px;
}
.headerbox .header .nav {
	display: none;
}
.headerbox .header .mmbtn{
	float: right;
	width: 30px;
	height: 55px;
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}
.headerbox .header .mmbtn .line{
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
}
.headerbox .header .mmbtn .line.l1{
	margin-top: -8px;
}
.headerbox .header .mmbtn .line.l3{
	margin-top: 8px;
}
.headerbox[data-on="on"] .header .mmbtn .line.l1{
	margin-top: 0;
	transform:translateY(-50%) rotate(45deg);
}
.headerbox[data-on="on"] .header .mmbtn .line.l2{
	display: none;
}
.headerbox[data-on="on"] .header .mmbtn .line.l3{
	margin-top: 0;
	transform:translateY(-50%) rotate(-45deg);
}
.headerbox[data-on="on"] .header{
	background-color: #fff;
}
.headerbox[data-on="on"] .header .mmbtn .line{
	background-color: #c70606;
}
.headerbox.down .header .mmbtn .line{
	background-color: #c70606;
}
/* .headerbox[data-on="on"] .header .top-link .word {
    border: 1px solid #000;
    color: #000;
    background-image: url(/phone/images/dico1_03.png);
} */
.headerbox[data-on="on"] .header .top-link .word{
    background-image: url(/phone/images/rico1_03.png);
    border:1px solid #d23838;
    color: #d23838;
}
.mm-nav-box{
	display: block;
	position: fixed;
	left: 0;
	top: 55px;
	width: 100%;
	z-index: 1111;
	overflow-y: auto;
	background-color: #fff;
	height: calc(100vh - 50px);
	opacity: 0;
	visibility: hidden;
}
.mm-nav-box[data-on="active"]{
	opacity: 1;
	visibility: visible;
}
.mm-nav-box .mm-nav .li1{
	background-color: #fff;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	    display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 3%;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	transition: all 0s;
    color: #292929;
    font-size: 16px;
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-title{
	background-color: #c70606;
	border:none;
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-title .a1{
	color: #fff;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #ab050b #ab050b transparent;
	margin-top: -7px;
	transform: rotate(45deg);
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-title .click{
	border-color: transparent #fff #fff transparent;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
    background-color: #a40303;
    border-top: 1px solid #930c0c;
    display: none;
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	height: 55px;
	line-height: 55px;
   	border-bottom: 1px solid #930c0c;
    position: relative;
    text-align: center;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	font-size: 14px;
    color: #fff;
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-innav{
	display: block;
}

}
@media only screen and (max-width: 414px){
.mm-nav-box .mm-nav .li1 .mm-title{
  	height: 50px;
  	line-height: 50px;
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	height: 45px;
	line-height: 45px;
}
.mm-nav-box .mm-nav .li1 .mm-innav {
    padding-left: 5%;
    padding-right: 5%;
}
.headerbox .header .top-link .word{
	font-size: 0;
	padding: 0;
    width: 32px;
    height: 32px;
   	background-position: center;
}
}



/* =========

    首页

 ========= */
/*首页大图轮播*/
.inbswiperbox{
	position: relative;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner{
	height: 100vh;
	display: block;
	position: relative;
	overflow: hidden;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .bimg{
	transition: all 2s ease;
	transform: scale(1.2);	
	height: 100%;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .inbanner .bimg{
	transform: scale(1);
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn{
	font-size: 50px;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn:after{
	content: "";
	width: 50px;
	height: 4px;
	background-color: #f90500;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .en{
	font-size: 36px;
	color: #fff;
	font-family: "ziti";
	text-transform:uppercase;
}
.inbswiperbox .inbanner-swiper .function{
	position: absolute;
	left: 50%;
	bottom: 110px;
	margin-left: 40px;
	padding-left: 40px;
	z-index: 11;
}
.function .stop{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.function .stop:before{
	content: "";
	width: 2px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 35%;
	top: 50%;
	transform: translateY(-50%);
}
.function .stop:after{
	content: "";
	width: 2px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	right: 35%;
	top: 50%;
	transform: translateY(-50%);
}
.function .stop[data-on="on"]:before{
	content: "";
	border-style: solid;
	border-width: 8px;
	border-color:transparent transparent transparent #fff; 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-25%,-50%);
	background-color: transparent;
}
.function .stop[data-on="on"]:after{
	display: none;
}
.inbswiperbox .inbanner-swiper .function .inbanner-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background-color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 8px;
	opacity: 1;
}
.inbswiperbox .inbanner-swiper .function .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background-color: #000;
	border:3px solid #fd0000;
}
.inbswiperbox .scroll{
	position: absolute;
	left: 60px;
	bottom: 0;
	padding-bottom: 90px;
	font-size: 12px;
	color: #da251d;
	font-family: "ziti";
	z-index: 111;
	cursor: pointer;
}
.inbswiperbox .scroll:before{
	content: "";
	width: 1px;
	height: 70%;
	background-color: rgba(199,6,6,.7);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.inbswiperbox .scroll:after{
	content: "";
	width: 3px;
	height: 8px;
	background-color: #da251d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .5s cubic-bezier(.52, 1.64, .37, .66);
	transform: translateX(-50%);
}
.inbswiperbox .scroll[data-on="on"]:after{
	bottom: 50%;
}
.inbswiperbox .mmbanner-swiper{
	display: none;
}
@media only screen and (min-width: 601px){
.inbswiperbox .scroll:hover:after{
	bottom: 0;
}
.function .stop:hover:before{
	background-color: #c70606;
}
.function .stop:hover:after{
	background-color: #c70606;
}
.function .stop[data-on="on"]:before{
	background-color: transparent;
}
}
@media only screen and (max-width: 1360px){
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn{
	font-size: 40px;
}
}
@media only screen and (max-width: 1280px){
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn{
	font-size: 36px;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .en{
	font-size: 30px;
}
}
@media only screen and (max-width: 1024px){
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn{
	font-size: 32px;
	    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .en{
	font-size: 24px;
}
.inbswiperbox .scroll{
	padding-bottom: 70px;
}
.inbswiperbox .inbanner-swiper .function{
	margin-left: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}
}
@media only screen and (max-width: 414px){
.inbswiperbox .inbanner-swiper{
	display: none;
}
.inbswiperbox .mmbanner-swiper{
	display: block;
}
.inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner{
	height: 100vh;
	display: block;
}
.inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn{
	font-size: 22px;
	padding-bottom: 3%;
	margin-bottom: 3%;
	color: #fff;
	position: relative;
}
.inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .cn:after{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #f90500;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner .title .en{
	font-size: 16px;
	color: #fff;
	font-family: "ziti";
	text-transform:uppercase;
}
.inbswiperbox .scroll {
    position: absolute;
    left: 0;
    bottom: 6%;
    padding-bottom: 0;
    padding-left: 60px;
    height: 30px;
    line-height: 30px;
    transform: translateX(-100%);
    transition: all 1s ease;
}
.inbswiperbox .scroll[data-on="on"]{
    transform: translateX(0);
}
.inbswiperbox .scroll:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: rgba(199,6,6,.7);
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.inbswiperbox .scroll:after {
    content: "";
    width: 8px;
    height: 3px;
    background-color: #da251d;
    position: absolute;
    left: 40%;
    bottom: 50%;
    transition: all .5s cubic-bezier(.52, 1.64, .37, .66);
    transform: translateY(50%);
}
}

/*首页感动中国*/
.inabout-bg{
	padding-bottom: 110px;
	position: relative;
	max-width: 1600px;
}
.inabout-bg .amd{
	position: absolute;
	top: -85px;
}
.inabout-bg .aleft{
	position: absolute;
	left: 0;
	top: -180px;
	padding: 180px 110px 100px 110px;
	background-color: #fbfbfb;
	z-index: 11;
	width: 50%;
	max-width: 800px;
	overflow: hidden;
}
.inabout-bg .aleft .inbox{
	position: relative;
}
.inabout-bg .aleft .inbox .en{
	font-size: 120px;
	color: rgba(199,6,6,.1);
	font-family: "ziti";
	position: absolute;
	right: 0;
	bottom: 100%;
}
.inabout-bg .aleft .inbox .cn{
	font-size: 24px;
	margin-bottom: 30px;
}
.inabout-bg .aleft .inbox .desc{
	font-size: 14px;
	color: #343434;
	line-height: 2;
	margin-bottom: 90px;
	max-width: 380px;
}
.linkbtn{
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background-color: #c70606;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.linkbtn .word{
	width: 150px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.linkbtn .word:before{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.linkbtn .word:after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.inabout-bg .aright{
	float: right;
	width: 100%;
	max-width: 1000px;
	background-color: #000;
	position: relative;
	z-index: 18;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    margin-top: -70px;
}
.inabout-bg .aright .liar{
	position: relative;
	overflow: hidden;
  -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.inabout-bg .aright .liar .arimg{
	padding-top: calc(590 / 200 * 100%);
}
.inabout-bg .aright .liar .dimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 1s cubic-bezier(.52, 1.64, .37, .66);
	z-index: 20;
}
.inabout-bg .aright .liar .upbox{
	background-color: rgba(209,49,56,.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.inabout-bg .aright .liar .upbox .ico{
	max-height: 100px;
	margin-bottom: 50px;
}
.inabout-bg .aright .liar .upbox .cn{
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
}
.inabout-bg .aright .liar .upbox .en{
	font-size: 20px;
	color: rgba(255,255,255,.35);
}
@media only screen and (min-width: 601px){
.inabout-bg .aright .liar:hover .dimg{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.linkbtn:hover{
	background-color: #fff;
	border:1px solid #c70606;
}
.linkbtn:hover .word{
	color: #c70606;
}
.linkbtn:hover .word:before{
	right: 10px;
	border-color: transparent transparent #c70606 #c70606;
}
.linkbtn:hover .word:after{
	background-color: #c70606;
}
}
@media only screen and (max-width: 1600px){
.inabout-bg .aleft {
    top: -150px;
    padding: 150px 80px 70px 80px;
}
.inabout-bg .aright{
	margin-top: -50px;
}
}
@media only screen and (max-width: 1440px){
.out-box .block{
	width: 100%;
}
.inabout-bg .aleft{
	position: relative;
	width: 100%;
	top: 0;
	max-width: none;
    padding: 30px;
    background-color: transparent;
}
.inabout-bg .aleft .inbox .desc{
	margin-bottom: 50px;
	max-width: none;
}
.inabout-bg .aleft .inbox .en{
	font-size: 60px;
	position: relative;
	text-align: left;
}
.inabout-bg .aright{
	float: none;
	width: 100%;
	max-width: none;
	margin-top: 0;
}
.inabout-bg{
	width: 100%;
	padding-bottom: 80px;
}
}
@media only screen and (max-width: 1360px){
.inabout-bg{
	padding-bottom: 60px;
}
.inabout-bg .amd{
	top: -75px;
}
}
@media only screen and (max-width: 1280px){
.inabout-bg{
	padding-bottom: 0;
}
.inabout-bg .amd{
	top: -65px;
}
}
@media only screen and (max-width: 1024px){
.inabout-bg .aleft .inbox .en{
	font-size:50px;
}
.inabout-bg .amd{
	top: -55px;
}
}
@media only screen and (max-width: 640px){
.inabout-bg .aright .liar .upbox .cn{
	font-size: 16px;
}
.inabout-bg .aright .liar .upbox .ico{
	max-height: 55px;
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 414px){
.inabout-bg .aleft{
	padding:6% 3%;
}
.inabout-bg .aleft .inbox .en{
	font-size:40px;
}
.inabout-bg .aleft .inbox .cn{
	font-size: 20px;
	margin-bottom: 5%;
}
.inabout-bg .aleft .inbox .desc{
	margin-bottom: 6%;
}
.inabout-bg .aright{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.inabout-bg .aright .liar .arimg{
	padding-top: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inabout-bg .aright .liar .upbox{
	padding: 5% 0;
	position: relative;
}
.inabout-bg .aright .liar .upbox .ico{
	max-width: 50px;
	margin-bottom: 5%;
}
.linkbtn {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.linkbtn .word{
	width: 120px;
}
}

/*首页新闻*/
.innews-bg{
	width: 100%;
	max-width: 1800px;
	background-color: #dcdcdc;
	padding: 88px 0;
	margin-bottom: 110px;
}
.innews-bg .inbox{
	max-width: 1600px;
}
.innews-bg .inbox .nleft{
	width: 700px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
}
.innews-bg .inbox .nleft .theme{
	height: 140px;
	color: #232323;
	text-align: right;
}
.innews-bg .inbox .nleft .theme .en{
	font-size: 90px;
	height: 90px;
	line-height: 90px;
	font-family: "ziti";
}
.innews-bg .inbox .nleft .theme .cn{
	font-size: 24px;
}
.innews-bg .inbox .nleft .llist .lil{
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	float: left;
	display: block;
}
.innews-bg .inbox .nleft .llist .lil:nth-child(2){
	margin-right: 0;
}
.innews-bg .inbox .nleft .llist .lil .imgbox{
	overflow: hidden;
	margin-bottom: 20px;
}
.innews-bg .inbox .nleft .llist .lil .imgbox .nimg{
	padding-top: calc(232 / 353 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.innews-bg .inbox .nleft .llist .lil .title{
	font-size: 16px;
	color: #232323;
	line-height: 24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 48px;
margin-bottom: 20px;
}
.innews-bg .inbox .nleft .llist .lil .time{
	font-size: 14px;
	color: #c70606;
	font-family: "ziti";
}
.innews-bg .inbox .nright{
	width: calc(100% - 730px);
	float: right;
	padding-top: 140px;
	padding-bottom: 25px;
	position: relative;
	min-height: 570px;
}
.innews-bg .inbox .nright:before{
	content: "";
	width: 140px;
	height: 100%;
	background-color: #c70606;
	position: absolute;
	left: 0;
	top: 0;
}
.innews-bg .inbox .nright .rlist{
	position: relative;
	z-index: 11;
}
.innews-bg .inbox .nright .rlist .lin{
	margin-bottom: 50px;
	display: block;
}
.innews-bg .inbox .nright .rlist .lin .timebox{
	width: 140px;
	float: left;
	text-align: right;
	padding-right: 30px;
}
.innews-bg .inbox .nright .rlist .lin .timebox .year{
	font-size: 14px;
	color: rgba(255,255,255,.7);
}
.innews-bg .inbox .nright .rlist .lin .timebox .date{
	font-size: 24px;
	color: rgba(255,255,255,.7);
}
.innews-bg .inbox .nright .rlist .lin .main{
	width: calc(100% - 140px);
	max-width: calc(100% - 170px);
	float: right;
}
.innews-bg .inbox .nright .rlist .lin .main .time{
	font-size: 14px;
	margin-bottom: 3%;
	color: #c70606;
	font-family: "ziti";
	display: none;
}
.innews-bg .inbox .nright .rlist .lin .main .title{
	font-size: 16px;
	color: #232323;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.innews-bg .inbox .nright .rlist .lin .main .demo{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 56px;
}
.innews-bg .inbox .nright .all{
	width: 140px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: "ziti";
	position: relative;
	z-index: 11;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.innews-bg .inbox .nright .all span{
	width: 20px;
	height: 12px;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 30px;
	margin-top: -6px;
}
.innews-bg .inbox .nright .all span:before{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.innews-bg .inbox .nright .all span:after{
	content: "";
	width: 20px;
	height: 2px;
	background-color: #c70606;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.innews-bg .inbox .nclass{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}
.innews-bg .inbox .nclass .nc{
	font-size: 15px;
	color: #232323;
	margin-left: 40px;
	padding-bottom: 10px;
	position: relative;
}
.innews-bg .inbox .nclass .nc:after{
	content: "";
	width: 0;
	height: 2px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	bottom: 0;
}
.innews-bg .inbox .nclass .nc.on{
	color: #c70606;
}
.innews-bg .inbox .nclass .nc.on:after{
	width: 100%;
}
@media only screen and (min-width: 601px){
.innews-bg .inbox .nleft .llist .lil:hover .imgbox .nimg{
	transform: scale(1.1);	
}
.innews-bg .inbox .nright .all:hover span:before{
	right: 10px;
	border-color: transparent transparent #c70606 #c70606;
}
.innews-bg .inbox .nclass .nc:hover{
	color: #c70606;
}
.innews-bg .inbox .nclass .nc:hover:after{
	width: 100%;
}
.innews-bg .inbox .nright .rlist .lin:hover .main .title{
	color: #c70606;
}
}
@media only screen and (max-width: 1440px){
.innews-bg .inbox .nleft{
    width: 600px;
}
.innews-bg .inbox .nright{
    width: calc(100% - 630px);
}
}
@media only screen and (max-width: 1360px){
.innews-bg {
    padding: 60px 0;
    margin-bottom: 80px;
}
.innews-bg .inbox .nleft{
    width: 550px;
}
.innews-bg .inbox .nright{
    width: calc(100% - 580px);
}
}
@media only screen and (max-width: 1280px){
.innews-bg {
    padding: 40px 0;
    margin-bottom: 60px;
}
.innews-bg .inbox .nleft{
    width: 500px;
    margin-right: 30px;
}
.innews-bg .inbox .nright{
    width: calc(100% - 530px);
}
.innews-bg .inbox .nleft .theme{
	height: 120px;
}
.innews-bg .inbox .nleft .theme .en{
	font-size: 70px;
	height: 70px;
	line-height: 70px;
}
.innews-bg .inbox .nright{
	padding-top: 120px;
}
.innews-bg .inbox .nright:before{
	width: 120px;
}
.innews-bg .inbox .nright .rlist .lin .timebox {
    width: 120px;
}
.innews-bg .inbox .nright .all{
	width: 120px;
}
.innews-bg .inbox .nright .rlist .lin .main{
    width: calc(100% - 120px);
    max-width: calc(100% - 150px);
}
}
@media only screen and (max-width: 1024px){
.innews-bg {
    padding: 30px 0;
    margin-bottom: 40px;
}
.innews-bg .inbox .nleft{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.innews-bg .inbox .nleft .theme{
	text-align: left;
	height: auto;
	margin-bottom: 20px;
}
.innews-bg .inbox .nleft .theme .en {
    font-size: 50px;
    height: auto;
    line-height: 1.1;
}
.innews-bg .inbox .nleft .llist .lil .title {
    -webkit-line-clamp: 1;
    height: 24px;
}
.innews-bg .inbox .nright{
	width: 100%;
	float: none;
	padding-top: 30px;
	min-height: auto;
}
.innews-bg .inbox .nright .rlist .lin{
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 414px){
.innews-bg .inbox .nleft{
	margin-bottom: 0;
}
.innews-bg .inbox .nleft .theme .en{
	font-size: 30px;
}
.innews-bg .inbox .nleft .theme .cn{
	font-size: 20px;
}
.innews-bg .inbox .nleft .llist .lil{
	width: 100%;
	margin-bottom: 6%;
}
.innews-bg .inbox .nleft .llist .lil .title{
	margin-bottom: 3%;
}
.innews-bg .inbox .nright{
	padding-top: 0;
	padding-bottom: 0;
}
.innews-bg .inbox .nright:before{
	display: none;
}
.innews-bg .inbox .nright .rlist .lin{
	margin-bottom: 6%;
}
.innews-bg .inbox .nright .rlist .lin .timebox{
	display: none;
}
.innews-bg .inbox .nright .rlist .lin .main{
	width: 100%;
	float: none;
	max-width: none;
}
.innews-bg .inbox .nright .rlist .lin .main .time{
	display: block;
}
.innews-bg .inbox .nright .all {
    color: #c70606;
    text-align: left;
    width: auto;
}
.innews-bg .inbox .nclass .nc{
	margin-left: 20px;
}
}

/*首页视频*/
.invideo{
	position: relative;
	z-index: 11;
}
.invideo:after{
	content:"";
	width: 100%;
	height: 30%;
	background-color: #252629;
	position: absolute;
	left: 0;
	bottom: 0;
}
.invideo .wrap{
	max-width: 1600px;
}
.invideo .wrap .invideobox{
	padding-top: calc(445 / 1600 * 100%);
	position: relative;
	overflow: hidden;
	z-index: 111;
}
.invideo .wrap .invideobox .mejs-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.invideo .wrap .invideobox .videoview-iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.invideo .wrap .invideobox .mejs-container img{
	display: block;
}
.invideo .wrap .invideobox .mejs-overlay-button{
	display: none;
}
.invideo .wrap .invideobox .vplay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 111;
	cursor: pointer;
}
.invideo .wrap .invideobox .vplay .ico{
	background-image: url(/phone/images/play_03.png);
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.invideo .wrap .invideobox .vplay .title{
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
}
@media only screen and (max-width: 1024px){
.invideo .wrap .invideobox .vplay .ico{
	width: 50px;
	height: 50px;
}
.invideo .wrap .invideobox .vplay .title{
	font-size: 20px;
}
}
@media only screen and (max-width: 414px){
.invideo .wrap .invideobox .vplay .ico {
    width: 36px;
    height: 36px;
}
.invideo .wrap .invideobox .vplay .title{
	font-size: 16px;
}
}




/* =========

    通用内页大图

 ========= */
.allpage-banner .abanner{
	padding-top: calc(700 / 1920 * 100%);
}
.color-block{
	height: 36px;
	position: relative;
}
.color-block:after{
	content: "";
	width: 100vw;
	height: 100%;
	background-color:#f5f5f5;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
@media only screen and (max-width: 414px){
.allpage-banner .abanner{
	padding-top: calc(700 / 1920 * 200%);
}
}

/* =========

    通用分页

 ========= */
.allfenye{
	text-align: center;
	font-size: 0;
}
.allfenye .btn{
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	color: #ababab;
	border:1px solid #ababab;
}
.allfenye .btn.on{
	background-color: #c70606;
	border:1px solid #c70606;
	color: #fff;
}
.allfenye .link{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	position: relative;
}
.allfenye .link:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #ababab transparent transparent #ababab;
	position: absolute;
	left: 50%;
	top: 50%;
}
.allfenye .link.prev:after{
	transform: translate(-50%,-50%) rotate(-45deg);	
}
.allfenye .link.next:after{
	transform: translate(-50%,-50%) rotate(135deg);	
}
@media only screen and (min-width: 601px){
.allfenye .btn:hover{
	background-color: #c70606;
	border:1px solid #c70606;
	color: #fff;
}
.allfenye .link:hover:after{
	border-color: #c70606 transparent transparent #c70606;
}
}
@media only screen and (max-width: 414px){
.allfenye .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.allfenye .link{
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}


/* =========

    通用上下页

 ========= */
.allpage-box{
	padding: 36px 60px;
	background-color: #f5f5f5;
}
.allpage-box .pagebtn{
	height: 130px;
	line-height: 130px;
	padding: 0 100px;
	background-color: #fff;
	position: relative;
}
.allpage-box .pagebtn .all{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/all_03.png);
	transition: all .5s ease;
}
.allpage-box .pagebtn .btn{
	font-size: 16px;
	color: #666666;
	background-repeat: no-repeat;
	transition: all .5s ease;
}
.allpage-box .pagebtn .btn.prev{
	padding-left: 35px;
	float: left;
	background-position: left;
	background-image: url(/phone/images/jt_03.png);
}
.allpage-box .pagebtn .btn.next{
	padding-right: 35px;
	float: right;
	background-position: right;
	background-image: url(/phone/images/jt_05.png);
}

@media only screen and (min-width: 601px){
.allpage-box .pagebtn .btn:hover{
	color: #c70606;
}
.allpage-box .pagebtn .btn:hover.prev{
	background-image: url(/phone/images/hjt_03.png);
}
.allpage-box .pagebtn .btn:hover.next{
	background-image: url(/phone/images/hjt_05.png);
}
.allpage-box .pagebtn .all:hover{
	background-image: url(/phone/images/hall_03.png);
}
}

/* =========

    感动中国

 ========= */
.section-bg{
	background-color: #f5f5f5;
	position: relative;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.section-bg .setleft{
	width: 410px;
 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
	padding: 80px 0;
}
.section-bg .setleft .setmenu{
	max-width: 290px;
}
.section-bg .setleft .setmenu .lic{
	display: block;
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	color: #222222;
	border-bottom: 1px solid #cccccc;
	transition: all .5s ease;
}
.section-bg .setleft .setmenu .lic:before{
	content: "";
	width: 0;
	height: 1px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-bg .setleft .setmenu .lic:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.section-bg .setleft .setmenu .lic.on{
	color: #c70606;
}
.section-bg .setleft .setmenu .lic.on:before{
	width: 100%;
}
.section-bg .setleft .setmenu .lic.on:after{
	transform: rotate(-135deg);
}
.section-bg .menu-swiper{
	display: none;
}
.section-bg .setright{
	width: calc(100% - 410px);
	background-color: #fff;
	margin-top: -200px;
	overflow: hidden;
	position: relative;
}
.section-bg .setright .hico{
	width: 516px;
	height: 368px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-bg .setright .setbox{
	padding-top: 50px;
}
.section-bg .setright .setbox .pathbox{
	margin-bottom: 35px;
	font-size: 0;
}
.section-bg .setright .setbox .pathbox .pp{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	color: #a1a1a1;
	height: 20px;
	line-height: 20px;
	position: relative;
}
.section-bg .setright .setbox .pathbox .pp.jt{
	width: 50px;
}
.section-bg .setright .setbox .pathbox .pp.jt:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #a1a1a1 #a1a1a1 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.section-bg .setright .setbox .setheme{
	padding-bottom: 40px;
	font-size: 40px;
	color: #313131;
}
.section-bg .setright .setbox .seline{
	height: 1px;
	background-color: #dcdcdc;
}
.section-bg .setright .setbox .nclass{
	padding-top: 40px;
	margin-bottom: 50px;
}
.section-bg .setright .setbox .nclass .lin{
	width: calc((100% - 160px) / 3);
	margin-right: 80px;
	margin-bottom: 50px;
	float: left;
	max-width: 333px;
	display: block;
	position: relative;
	font-size: 15px;
	color: #3a3a3a;
	height: 50px;
	line-height: 50px;
	padding-right: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.section-bg .setright .setbox .nclass .lin:before{
	content: "";
	width: 0;
	height: 1px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-bg .setright .setbox .nclass .lin:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.section-bg .setright .setbox .nclass .lin:nth-child(3n){
	margin-right: 0;
}
.section-bg .setright .setbox .menu2-swiper{
	display: none;
}
@media only screen and (min-width: 601px){
.section-bg .setleft .setmenu .lic:hover{
	color: #c70606;
}
.section-bg .setleft .setmenu .lic:hover:before{
	width: 100%;
}
.section-bg .setleft .setmenu .lic:hover:after{
	transform: rotate(-135deg);
}
.section-bg .setright .setbox .nclass .lin:hover:before{
	width: 100%;	
}
.section-bg .setright .setbox .nclass .lin:hover:after{
	transform: rotate(-135deg);
}
}
@media only screen and (max-width: 1360px){
.section-bg .setleft{
    padding: 60px 0;
}
}
@media only screen and (max-width: 1280px){
.section-bg .setleft{
    padding: 40px 0;
    width: 330px;
}
.section-bg .setright {
    width: calc(100% - 330px);
    margin-top: -145px;
}
.section-bg .setright .setbox{
	padding-top: 30px;
}
.section-bg .setright .setbox .pathbox{
	margin-bottom: 25px;
}
.section-bg .setright .setbox .setheme{
	font-size: 30px;
	padding-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
.section-bg{
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.section-bg .setleft{
	padding: 20px 0;
	width: 100%;
}
.section-bg .setleft .setmenu{
	display: none;
}
.section-bg .setright{
	width: 100%;
	margin-top: 0;
}
.section-bg .menu-swiper{
	display: block;
	padding: 0 3%;
}
.section-bg .menu-swiper .swiper-wrapper .swiper-slide{
	width: auto!important;
}
.section-bg .menu-swiper .swiper-wrapper .swiper-slide .lim{
    font-size: 16px;
    color: #222222;
}
.section-bg .menu-swiper .swiper-wrapper .swiper-slide .lim.on{
    color: #c70606;
}
.section-bg .setright .setbox .nclass{
	padding: 30px 0;
	margin-bottom: 0;
}
.section-bg .setright .setbox .nclass .lin {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 30px;
    height:40px;
    line-height:40px;
}
}
@media only screen and (max-width: 768px){
.section-bg .setright .setbox .seline{
	height: 2px;
}
.section-bg .setright .setbox .nclass .lin{
    width: calc((100% - 80px) / 3);
    margin-right: 40px;	
}
}
@media only screen and (max-width: 414px){
.section-bg .setleft{
	padding: 3% 0;
}
.section-bg .setright .setbox{
	padding-top: 6%;
}
.section-bg .setright .setbox .pathbox{
	margin-bottom: 3%;
}
.section-bg .setright .setbox .setheme{
	font-size: 20px;
	padding-bottom: 5%;
}
.section-bg .setright .setbox .nclass{
	padding: 3% 0;
}
.section-bg .setright .setbox .nclass .lin {
    width: calc((100% - 30px) / 2);
    margin-right:30px;
    margin-bottom: 3%;
}
.section-bg .setright .setbox .nclass .lin:nth-child(3n){
	margin-right: 30px;
}
.section-bg .setright .setbox .nclass .lin:nth-child(2n){
	margin-right: 0;
}
}


/* =========

    关于我们

 ========= */
.acontent{
	padding-top: 100px;
	padding-bottom: 130px;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 2;
}
@media only screen and (max-width: 1360px){
.acontent {
    padding-top: 80px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1280px){
.acontent {
    padding-top: 60px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1024px){
.acontent {
    padding-top: 30px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 414px){
.acontent {
    padding-top: 5%;
    padding-bottom: 6%;
}
}

/* =========

    企业文化

 ========= */
.culture-top{
	position: relative;
	padding-bottom: 100px;
}
.culture-top .imgbox{
	width: calc(97% - 530px);
	max-width: 570px;
	float: left;
	padding-top: 80px;
}
.culture-top .imgbox .timg{
	padding-top: calc(320 / 570 * 100%);
}
.culture-top .tright{
	width: 530px;
	float: right;
	font-size: 15px;
	color: #1e1e1e;
}
/*马拉松*/
.run-bg{
	padding: 100px 0;
	position: relative;
}
.run-bg .rtheme{
	font-size: 40px;
	color: #313131;
	margin-bottom: 100px;
}
.rlistbox{
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.rlistbox:after{
	content: "";
	width: 1px;
	height: calc(100% - 100px);
	background-color: #f7f7f7;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.rlistbox .rlist .lir{
	width: calc(97% / 2);
	max-width: 460px;
	margin-bottom: 100px;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.rlistbox .rlist .lir:nth-child(2n){
	float: right;
}
.rlistbox .rlist .lir .imgbox{
	width: 260px;
	overflow: hidden;
	margin-right: 20px;
	 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.rlistbox .rlist .lir .imgbox .rimg{
	padding-top: calc(180 / 260 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.rlistbox .rlist .lir .rmain{
	width: calc(100% - 280px);
	position: relative;
}
.rlistbox .rlist .lir .rmain .title{
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s ease;
}
.rlistbox .rlist .lir .rmain .time{
	font-size: 12px;
	color: #9f9f9f;
	margin-bottom: 10px;
}
.rlistbox .rlist .lir .rmain .demo{
	font-size: 12px;
	color: #747474;
	line-height: 2;
}
.rlistbox .rlist .lir .rmain .jt{
	position: absolute;
	left: 0;
	bottom:-2px;
	padding-left: 10px;
	padding-right: 25px;
	border:1px solid #c70707;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #c70606;
	transition: all .5s ease;
}
.rlistbox .rlist .lir .rmain .jt:before{
	content: "";
	width: 6px;
	height: 1px;
	background-color:#c70606; 
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.rlistbox .rlist .lir .rmain .jt:after{
	content: "";
	width: 6px;
	height: 1px;
	background-color:#c70606; 
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 601px){
.rlistbox .rlist .lir:hover .imgbox .rimg{
	transform: scale(1.1);
}
.rlistbox .rlist .lir:hover .rmain .title{
	color: #c70606;
}
.rlistbox .rlist .lir:hover .rmain .jt{
	background-color:  #c70606;
	color: #fff;
}
.rlistbox .rlist .lir:hover .rmain .jt:before{
	background-color:#fff; 
}
.rlistbox .rlist .lir:hover .rmain .jt:after{
	background-color:#fff; 
}
}
@media only screen and (max-width: 1360px){
.culture-top{
	padding-bottom: 80px;
}
.run-bg {
    padding: 80px 0;
}
.run-bg .rtheme{
	margin-bottom: 80px;
}
}
@media only screen and (max-width: 1280px){
.culture-top{
	padding-bottom: 60px;
}
.culture-top .imgbox{
	width: calc(97% - 430px);
	padding-top: 50px;
}
.culture-top .tright{
	width: 430px;
}
.run-bg {
    padding: 60px 0;
}
.run-bg .rtheme{
	margin-bottom: 60px;
}
.rlistbox .rlist .lir{
	margin-bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.culture-top{
	padding-bottom: 40px;
}
.run-bg {
    padding: 30px 0;
}
.run-bg .rtheme {
    font-size: 30px;
    margin-bottom: 40px;
}
.rlistbox .rlist .lir{
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px){
.culture-top .imgbox{
	width: 100%;
	margin-bottom: 3%;
	padding-top: 0;
	max-width: none;
}
.culture-top .tright{
	width: 100%;
}
.rlistbox:after{
	display: none;
}
.rlistbox .rlist .lir{
	width: 100%;
	max-width: none;
}
}
@media only screen and (max-width: 640px){
.culture-top{
	padding-bottom: 6%;
}
.run-bg {
    padding: 6% 0;
}
.run-bg .rtheme {
    font-size: 24px;
    margin-bottom: 6%;
}
.rlistbox .rlist .lir{
	margin-bottom: 6%;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.rlistbox .rlist .lir .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
}
.rlistbox .rlist .lir .rmain{
	width: 100%;
}
.rlistbox .rlist .lir .rmain .demo{
	margin-bottom: 6%;
}
.rlistbox .rlist .lir .rmain .jt{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
}
/* =========

    马拉松详情

 ========= */
.rview-bg .vtitle{
	font-size: 40px;
	color: #313131;
	margin-bottom: 10px;
}
.rview-bg .vtime{
	font-size: 18px;
	color: #cd0000;
	margin-bottom: 20px;
}
.rview-bg .sharebox{
	position: relative;
	padding-top: 10px;
	padding-bottom: 45px;
	border-bottom: 1px solid #dcdcdc;
}
.rview-bg .sharebox .word{
	font-size: 14px;
	color: #787878;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 8px;
}
.rview-bg .sharebox .bdsharebuttonbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.rview-bg .sharebox .bdsharebuttonbox a{
	width: 25px;
	height: 25px;
	margin: 0;
	margin-right: 8px;
	padding: 0;
	background-position: center;
}
.rview-bg .sharebox .bdsharebuttonbox a.bds_weixin{
    background-image: url(/phone/images/share_03.png);
}
.rview-bg .sharebox .bdsharebuttonbox a.bds_tsina{
    background-image: url(/phone/images/share_05.png);	
}
.rview-bg .sharebox .bdsharebuttonbox a.bds_qzone{
    background-image: url(/phone/images/share_07.png);	
}
.rview-bg .sharebox .bdsharebuttonbox a.bds_sqq{
    background-image: url(/phone/images/share_09.png);	
}
.rview-bg .sharebox .bdsharebuttonbox a.bds_more{
    background-image: url(/phone/images/more.png);	
}
.rview-bg .sharebox .back{
	position: absolute;
	right:0;
	top: 0;
	width: 	100px; 
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #cd0000 ;
}
.rview-bg .vcontent{
	padding-top: 50px;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 2;
	overflow: hidden;
	padding-bottom: 100px;
}
@media only screen and (max-width: 1280px){
.rview-bg .vcontent {
    padding-top: 40px;
    padding-bottom: 80px;
}
.allpage-box .pagebtn {
    height: 10px;
    line-height: 10px;
    padding: 0 70px;
}
}
@media only screen and (max-width: 1024px){
.rview-bg .vtitle {
    font-size: 30px;
}
.rview-bg .vcontent {
    padding-top: 30px;
    padding-bottom: 60px;
}
.allpage-box {
    padding: 30px 40px;
    background-color: #f5f5f5;
}
.allpage-box .pagebtn {
    height: 80px;
    line-height: 80px;
    padding: 0 50px;
}
}
@media only screen and (max-width: 414px){
.rview-bg .vtitle {
    font-size: 24px;
    margin-bottom: 3%;
}
.rview-bg .vtime{
	margin-bottom: 3%;
}
.rview-bg .sharebox{
	padding-bottom: 6%;
}
.rview-bg .vcontent {
    padding-top: 6%;
    padding-bottom: 6%;
}
.allpage-box {
    padding: 3%;
    background-color: #f5f5f5;
}
.allpage-box .pagebtn {
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
}
}

/* =========

    大事记

 ========= */
.historybox{
	padding-left: 275px;
	padding-bottom: 230px;
	position: relative;
}
.historybox .theme{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #e4e4e4;
	font-family: "ziti";
	max-width: 210px;
	text-align: right;
	text-transform:uppercase;
}
.historybox .hlist{
	position: relative;
	border-left: 1px solid #dedede;
}
.historybox .hlist .lih{
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
   	margin-bottom: 20px;
}
.historybox .hlist .lih .num{
	width: 100px;
	height: 40px;
	line-height: 40px;
	 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    font-size: 30px;
    color: #b2b2b2;
    font-family: "ziti";
    text-align: right;
    position: relative;
}
.historybox .hlist .lih .num:before{
	content: "";
	width: 7px;
	height: 7px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	z-index: 1;
	animation:hh 1.5s infinite;
	-webkit-animation:hh 1.5s infinite; /* Safari and Chrome */
}
.historybox .hlist .lih .num:after{
	content: "";
	width:28px;
	height:  1px;
	background-color: #dedede;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.historybox .hlist .lih .content{
	width: calc(100% - 100px);
	padding-top: 10px;
	padding-left: 40px;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
}

@keyframes hh
{
0%   {transform: translate(-50%,-50%) scale(1);}
25%  {}
50%  {transform: translate(-50%,-50%) scale(1.5);}
75%  {}
100% {transform: translate(-50%,-50%) scale(1);}
}
@-moz-keyframes hh /* Firefox */
{
0%   {transform: translate(-50%,-50%) scale(1);}
25%  {}
50%  {transform: translate(-50%,-50%) scale(1.5);}
75%  {}
100% {transform: translate(-50%,-50%) scale(1);}
}
@-webkit-keyframes hh /* Safari 和 Chrome */
{
0%   {transform: translate(-50%,-50%) scale(1);}
25%  {}
50%  {transform: translate(-50%,-50%) scale(1.5);}
75%  {}
100% {transform: translate(-50%,-50%) scale(1);}
}
@-o-keyframes hh /* Opera */
{
0%   {transform: translate(-50%,-50%) scale(1);}
25%  {}
50%  {transform: translate(-50%,-50%) scale(1.5);}
75%  {}
100% {transform: translate(-50%,-50%) scale(1);}
}
@media only screen and (max-width: 1024px){
.historybox {
    padding-left: 0;
    padding-bottom: 60px;
}
.historybox .theme{
	position: relative;
	margin-bottom: 3%;
	max-width: none;
	text-align: left;
}
.section-bg .setright .hico {
	display: none;
}
}
@media only screen and (max-width: 414px){
.historybox {
	padding-bottom: 6%;
}
.historybox .hlist .lih{
	margin-bottom: 6%;
	-ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.historybox .hlist .lih .num{
	width: 70px;
	font-size: 24px;
}
.historybox .hlist .lih .content{
	width: 100%;
	padding-left: 5%;
}
}
/* =========

    教练团队

 ========= */
.team-box{
	padding-top: 100px;
	padding-bottom: 140px;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 2;
	overflow: hidden;
}
@media only screen and (max-width: 1360px){
.team-box {
    padding-top: 80px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1280px){
.team-box {
    padding-top: 60px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1024px){
.team-box {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 414px){
.team-box {
    padding-top: 5%;
    padding-bottom: 6%;
}
}
/* =========

    公司视频

 ========= */
.video-bg{
	padding: 100px 0;
}
.video-bg .video-list{
	padding-bottom: 20px;
	overflow: hidden;
}
.video-bg .video-list .liv{
	width: calc((100% - 140px) / 3);
	margin-right: 70px;
	margin-bottom: 70px;
	float: left;
	position: relative;
}
.video-bg .video-list .liv:nth-child(3n){
	margin-right: 0;
}
.video-bg .video-list .liv .imgbox{
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.video-bg .video-list .liv .imgbox:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.35);
	opacity: 0;
	visibility: hidden;
}
.video-bg .video-list .liv .imgbox .vimg{
	padding-top: calc(230 / 350 * 100%);
}
.video-bg .video-list .liv .imgbox .ico{
	width:45px;
	height: 45px;
	background-image: url(/phone/images/play_03.png); 	
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all .5s ease;
	transform: translate(-50%,-50%) scale(0);
	z-index: 11;
}
.video-bg .video-list .liv .time{
	font-size: 14px;
	color: #c70606;
	font-family: "ziti";
	margin-bottom: 10px;
}
.video-bg .video-list .liv .title{
	display: block;
	font-size: 14px;
	color: #333333;
}
.video-bg .video-list .liv .jt{
	display: block;	
	width: 30px;
	height: 30px;
	background-color: #cd0000;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .5s ease;
}
.video-bg .video-list .liv .jt:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	margin-left: -6px;
	transform: rotate(45deg);
}

/* =========

    视频详情

 ========= */
.videobox{
	padding-top: 50px;
	padding-bottom: 135px;
}
.videobox .video{
	padding-top: calc(690 / 1190 * 100%);
	position: relative;
	overflow: hidden;
}
.videobox .video .mejs-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.videobox .video .mejs-container img{
	display: block;
}
.videobox .video iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
@media only screen and (min-width: 601px){
.video-bg .video-list .liv:hover .imgbox:after{
	opacity: 1;
	visibility: visible;
}
.video-bg .video-list .liv:hover .imgbox .ico{
	transform: translate(-50%,-50%) scale(1);
}
.video-bg .video-list .liv:hover .jt{
	background-color: #fff;
}
.video-bg .video-list .liv:hover .jt:after{
	border-color: #cd0000 #cd0000 transparent transparent;
	transform: rotate(-135deg);
}
}
@media only screen and (max-width: 1440px){
.videobox{
	padding-bottom: 100px;
}
}
@media only screen and (max-width: 1360px){
.video-bg {
    padding: 80px 0;
}
.videobox{
	padding-bottom: 80px;
}
}
@media only screen and (max-width: 1280px){
.video-bg {
    padding: 60px 0;
}
.video-bg .video-list .liv {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 50px;
}
.videobox{
	padding-top: 30px;
	padding-bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.video-bg {
    padding: 30px 0;
}
.video-bg .video-list .liv {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 414px){
.video-bg {
    padding: 6% 0;
}
.video-bg .video-list .liv {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 6%;
}
.video-bg .video-list .liv:nth-child(3n){
	margin-right: 20px;
}
.video-bg .video-list .liv:nth-child(2n){
	margin-right: 0;
}
.video-bg .video-list .liv .jt{
	display: none;
}
.videobox{
	padding-top: 5%;
	padding-bottom: 6%;
}
}


/* =========

    课程产品

 ========= */
/*跟随菜单*/
.pclass-swiper{
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 3%;
	z-index: 111;
	transition:all .5s ease;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}
.pclass-swiper[data-on="on"]{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.pclass-swiper .swiper-wrapper .swiper-slide a{
	transition: all .5s ease;
	display: block;
	height: 60px;
	line-height: 60px;
font-size: 15px;
	color: #3a3a3a;
	text-align: center;
}
.pindex-bg .space .pclass{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #fff;
	margin-top: -200px;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.pindex-bg .space .pclass .inbox{
	max-width: 1190px;
}
.pindex-bg .space .pclass .inbox .cc{
	width: calc((100% - 180px) / 3);
	margin-right: 90px;
	margin-bottom: 40px;
	float: left;
	height: 50px;
	line-height: 50px;
	padding-right: 15px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
	color: #3a3a3a;
	display: block;
	transition: all .5s ease;
}
.pindex-bg .space .pclass .inbox .cc:before{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #c70606 #c70606 transparent; 
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.pindex-bg .space .pclass .inbox .cc:after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pindex-bg .space .pclass .inbox .cc:nth-child(3n){
	margin-right: 0;
}

/*课程列表*/
.pindex-bg .pclist{
	background-color: #f5f5f5;
	padding-top: 50px;
	margin-top: -50px;
}
.pindex-bg .pclist .pitem{
	position: relative;
}
.pindex-bg .pclist .pitem .pmd{
	position: absolute;
	top: -85px;
}
.pindex-bg .pclist .pitem .top{
	max-width: 1190px;
	padding: 70px 0;
	text-align: center;
}
.pindex-bg .pclist .pitem .top .main{
	padding-bottom: 60px;
}
.pindex-bg .pclist .pitem .top .main .mleft{
	width: 440px;
	float: left;
	padding-top: 60px;
	text-align: left;
}
.pindex-bg .pclist .pitem .top .main .mleft .classname{
	font-size: 36px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.pindex-bg .pclist .pitem .top .main .mleft .classname:after{
	content: "";
	width: 36px;
	height: 2px;
	background-color: #cd0000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pindex-bg .pclist .pitem .top .main .mleft .classcontent{
	font-size: 15px;
	color: #535353;
	max-width: 380px;
}
.pindex-bg .pclist .pitem .top .main .mright{
	width: calc(100% - 440px);
	float: right;
	border-left: 3px solid #c70606;
}
.pindex-bg .pclist .pitem .pbanner{
	padding-top: calc(500 / 1920 * 100%);
}


@media only screen and (min-width: 601px){
.pindex-bg .pclass .inbox .cc:hover{
	color: #c70606;
}
.pindex-bg .pclass .inbox .cc:hover:after{
	width: 100%;
}
.pclass-swiper .swiper-wrapper .swiper-slide:hover a{
	background-color: #c70606;
	color: #fff;
}
}
@media only screen and (max-width: 1360px){
.pindex-bg .space .pclass{
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: -100px;
}
.pindex-bg .space .pclass .inbox .cc {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
}
.pclass-swiper{
	top: 75px;
}
.pindex-bg .pclist .pitem .pmd{
	top: -75px;
}
}
@media only screen and (max-width: 1280px){
.pclass-swiper{
	top: 65px;
}
.pclass-swiper .swiper-wrapper .swiper-slide a {
    height: 55px;
    line-height: 55px;
}
.pindex-bg .pclist .pitem .top{
	padding: 50px 0;
}
.pindex-bg .pclist .pitem .pmd{
	top: -65px;
}
}
@media only screen and (max-width: 1024px){
.pindex-bg .space .pclass{
	display: none;
}
.pclass-swiper{
	position: relative;
	top: 0;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.pclass-swiper[data-on="on"]{
	position: fixed;
	top: 55px;
}
.pclass-swiper .swiper-wrapper .swiper-slide a {
    height: 50px;
    line-height: 50px;
}
.pindex-bg .pclist{
	margin-top: 0;
	padding-top: 0;
}
.pindex-bg .pclist .pitem .top{
	padding:40px 0;
}
.pindex-bg .pclist .pitem .top .main .mleft{
	padding-top: 40px;
}
.pindex-bg .pclist .pitem .top .main .mleft .classname{
	font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.linkbtn {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.linkbtn .word{
	width: 130px;
}
.pindex-bg .pclist .pitem .top .main{
	padding-bottom: 40px;
}
.pindex-bg .pclist .pitem .pmd{
	top: -55px;
}
}
@media only screen and (max-width: 768px){
.pindex-bg .pclist .pitem .top .main .mleft{
	padding-top: 0;
	width: 100%;
	float: none;
	margin-bottom: 3%;
}
.pindex-bg .pclist .pitem .top .main .mleft .classcontent{
	max-width: none;
}
.pindex-bg .pclist .pitem .top .main .mright{
	width: 100%;
	float: none;
}
}
@media only screen and (max-width: 414px){
.pclass-swiper .swiper-wrapper .swiper-slide{
	width: auto!important;
}
.pindex-bg .pclist .pitem .top{
	padding:6% 0;
}
.pindex-bg .pclist .pitem .top .main{
	padding-bottom: 6%;
}
.pindex-bg .pclist .pitem .top .main .mleft .classname{
	font-size: 24px;
padding-bottom: 5%;
    margin-bottom: 5%;
}
.pindex-bg .pclist .pitem .pmd{
	top: -105px;
}
}


/*产品通用标题*/
.allpbt{
	min-height: 63px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/logg_03.png);
	padding-top: 40px;
	padding-left: 30px;
}
.allpbt .cn{
	font-size: 40px;
	color: #bf0505;
	margin-bottom: 5px;
}
.allpbt .en{
	font-size: 14px;
	color: #919191;
}

/* =========

    成人团队培训

 ========= */
.system-list{
	padding-bottom: 50px;
	position: relative;
}
.system-list.color:after{
	content: "";
	width: 100vw;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #f5f5f5;
	transform: translateX(-50%);
}
.system-list .lis{
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
}
.system-list.pdd .lis{
	padding-top: 100px!important;
}
.system-list .lis:first-child{
	padding-top: 0;
}
.system-list .lis .scontent{
	padding-top: 40px;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
}
.system-list .lis .scontent.up{
	margin-top: -50px;
}
/*夏冬令营*/
.intro-box{
	padding-bottom: 80px;
}
.tripbbt{
	font-size: 24px;
	color: #c00b0b;
	margin-bottom: 90px;
}
.rlistbox.trip .rlist .lir{
	max-width: 530px;
}
@media only screen and (max-width: 1360px){
.system-list .lis {
    padding-top: 80px;
    padding-bottom: 50px;
}
.intro-box {
    padding-bottom: 60px;
}
.tripbbt{
	margin-bottom: 70px;
}
.system-list.pdd .lis {
    padding-top: 80px!important;
}
}
@media only screen and (max-width: 1280px){
.system-list .lis {
    padding-top: 60px;
    padding-bottom: 40px;
}
.allpbt .cn{
	font-size: 36px;
}
.intro-box {
    padding-bottom: 40px;
}
.tripbbt{
	margin-bottom: 50px;
}
.system-list.pdd .lis {
    padding-top: 60px!important;
}
}
@media only screen and (max-width: 1024px){
.system-list .lis {
    padding-top: 50px;
    padding-bottom: 30px;
}
.allpbt .cn{
	font-size: 30px;
}
.system-list .lis .scontent{
	padding-top: 20px;
}
.system-list{
	padding-bottom: 30px;
}
.system-list.pdd .lis {
    padding-top: 40px!important;
}
}
@media only screen and (max-width: 640px){
.rlistbox.trip .rlist .lir{
	max-width: none;
}
}
@media only screen and (max-width: 414px){
.system-list .lis {
    padding-top: 6%;
    padding-bottom: 5%;
}
.allpbt .cn{
	font-size: 24px;
}
.allpbt {
    padding-top: 25px;
    padding-left: 25px;
}
.intro-box {
    padding-bottom: 6%;
}
.tripbbt{
	margin-bottom: 6%;
}
.system-list.pdd .lis {
    padding-top: 6%!important;
}
}
/* =========

    营地分布

 ========= */
.camp-text{
	padding: 100px 0;
	font-size: 16px;
	color: #2a2a2a;
}
@media only screen and (max-width: 1360px){
.camp-text{
	padding: 80px 0;
}
}
@media only screen and (max-width: 1280px){
.camp-text{
	padding: 60px 0;
}
}
@media only screen and (max-width: 1024px){
.camp-text{
	padding: 40px 0;
}
}
@media only screen and (max-width: 414px){
.camp-text{
	padding: 6% 0;
}
}


/* =========

    新闻动态

 ========= */
.allfenye.news{
	padding-bottom: 100px;
}
/*精彩报道*/
.news-list{
	padding-bottom: 50px;
	overflow: hidden;
}
.news-list .lin{
	border-bottom: 1px solid #e5e5e5;
	padding: 45px;
	position: relative;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.news-list .lin:after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-list .lin .imgbox {
	width: 320px;
	display: block;
	padding-right: 45px;
	margin-right: 45px;
	border-right: 1px solid #e5e5e5;
	  -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.news-list .lin .imgbox .nimg{
	padding-top: calc(220 / 320 * 100%);
	transform: scale(1);
}
.news-list .lin .nmain{
	width: calc(100% - 410px);
	padding-top: 30px;
	position: relative;
}
.news-list .lin .nmain .title{
	font-size: 20px;
	color: #c00000;
	margin-bottom: 20px;
	border-bottom: 1px solid #c70606;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.news-list .lin .nmain .demo{
	font-size: 14px;
	color: #575757;
	line-height: 2;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 56px;
}
.news-list .lin .nmain .time{
	font-size: 14px;
	color: #9e9e9e;
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: "ziti";
}
.news-list .lin .nmain .jt{
	display: block;
	position: absolute;
	top: 100%;
	right: 2px;
	padding-left: 10px;
	padding-right: 25px;
	border:1px solid #c70707;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #c70606;
	transition: all .5s ease;
}
.news-list .lin .nmain .jt:before{
	content: "";
	width: 6px;
	height: 1px;
	background-color:#c70606; 
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.news-list .lin .nmain .jt:after{
	content: "";
	width: 6px;
	height: 1px;
	background-color:#c70606; 
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

@media only screen and (min-width: 601px){
.news-list .lin:hover:after{
	width: 100%;
}
.news-list .lin:hover .imgbox .nimg{
	transform: scale(1.1);
}
.news-list .lin:hover .nmain .jt{
	background-color: #c70606;
	color: #fff;
}
.news-list .lin:hover .nmain .jt:before{
	background-color:#fff; 
}
.news-list .lin:hover .nmain .jt:after{
	background-color:#fff; 
}
}
@media only screen and (max-width: 1360px){
.allfenye.news {
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1280px){
.allfenye.news {
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.news-list {
    padding-bottom: 30px;
}
.news-list .lin{
	padding: 30px;
}
.allfenye.news {
    padding-bottom: 40px;
}
}
@media only screen and (max-width: 768px){
.news-list .lin{
	padding: 30px 0;
}
.news-list .lin .imgbox {
    width: 270px;
    padding-right: 30px;
    margin-right: 30px;
}
.news-list .lin .nmain {
    width: calc(100% - 300px);
    padding-top: 3%;
}
}
@media only screen and (max-width: 414px){
.news-list {
    padding-bottom: 6%;
}
.news-list .lin{
	padding: 6% 0;
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.news-list .lin .imgbox {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}
.news-list .lin .nmain {
    width:100%;
}
.news-list .lin .nmain .title{
	font-size: 18px;
	margin-bottom: 3%;
}
.news-list .lin .nmain .demo{
	margin-bottom: 3%;
}
.news-list .lin .nmain .time{
	position: relative;
}
.allfenye.news {
    padding-bottom: 6%;
}
}



/*活动预告*/
.call-list{
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.call-list:before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
	position: absolute;
	left: calc(95% / 3);
	top: 0;
}
.call-list:after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
	position: absolute;
	right: calc(95% / 3);
	top: 0;
}
.call-list .lic{
	width: calc((100% - 230px) / 3);
	margin-right: 115px;
	margin-bottom: 70px;
	float: left;
}
.call-list .lic:nth-child(3n){
	margin-right: 0;
}
.call-list .lic .time{
	font-size: 14px;
	color: #c70606;
	margin-bottom: 10px;
}
.call-list .lic .title{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-bottom: 30px;
}
.call-list .lic .imgbox{
	margin-bottom: 30px;
	display:block;
}
.call-list .lic .imgbox .nimg{
	padding-top: calc(220 / 320 * 100%);
	transform: scale(1);
}
.call-list .lic .demo{
	font-size: 14px;
	color: #9f9f9f;
	line-height: 22px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 44px;
margin-bottom: 40px;
}
.call-list .lic .jt{
	width: 60px;
	position: relative;
}
.call-list .lic .jt:before{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.call-list .lic .jt:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #c70606;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (min-width: 601px){
.call-list .lic:hover .imgbox .nimg{
	transform: scale(1.1);
}
.call-list .lic:hover .title{
	color: #c70606;
}
}
@media only screen and (max-width: 1360px){
.call-list{
	margin-top: 80px;
}
}
@media only screen and (max-width: 1280px){
.call-list{
	margin-top: 60px;
}
.call-list .lic {
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 1024px){
.call-list:before{
	display: none;
}
.call-list:after{
	display: none;
}
.call-list{
	margin-top: 40px;
}
.call-list .lic {
    width: calc((100% - 100px) / 3);
    margin-right:50px;
    margin-bottom: 30px;
}
.call-list .lic .title{
	margin-bottom: 20px;
}
.call-list .lic .imgbox{
	margin-bottom: 20px;
}
.call-list .lic .demo{
	margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.call-list .lic {
    width: calc((100% - 50px) / 2);
    margin-right:50px;
}
.call-list .lic:nth-child(3n){
	margin-right: 50px;
}
.call-list .lic:nth-child(2n){
	margin-right: 0;
}
}
@media only screen and (max-width: 640px){
.call-list .lic{
	width: 100%;
	margin-bottom: 10%;
}
.call-list .lic .title{
	margin-bottom: 3%;
}
.call-list .lic .demo{
	margin-bottom: 3%;
}
}
@media only screen and (max-width: 414px){
.call-list{
	margin-top: 6%;
}
}

/*活动报名*/
.apply-box{
	padding: 100px 0;
}
.msg-form .my-box{
	margin-bottom: 30px;
}
.msg-form .my-box .my-item{
	width: calc((100% - 45px) / 2);
	float: left;
}
.msg-form .my-box .my-item:nth-child(2n){
	float: right;
}
.msg-form .my-label{
	font-size: 16px;
	color: #2b2b2b;
	display: block;
	margin-bottom: 15px;
}
.msg-form .my-label span{
	color: #c70606;
	margin-right: 5px;
	vertical-align: middle;
}
.msg-form .my-box .my-input{
	position: relative;
}
.msg-form .my-box .my-input.select:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.msg-form .my-box .my-input select{
	width: 100%;
	height: 70px;
	background-color: #f6f6f6;
	border:none;
	padding: 0 20px;
	font-size: 20px;
	color: rgba(26,26,26,.35);
	cursor: pointer;
}
.msg-form .my-box .my-input input[type="text"]{
	width: 100%;
	height: 70px;
	border:none;
	background-color: #f6f6f6;
	padding: 0 20px;
	font-size: 20px;
	color: rgba(26,26,26,.35);
}
/*性别*/
.msg-form .my-box .my-input .sexitem{
	width: 50%;
	float: left;
	font-size: 16px;
	color: #2b2b2b;
	padding-left: 40px;
	height: 70px;
	line-height: 70px;
	position: relative;
	cursor: pointer;
}
.msg-form .my-box .my-input .sexitem:before{
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #eeeeee;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.msg-form .my-box .my-input .sexitem:after{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #c70606;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}
.msg-form .my-box .my-input .sexitem[data-on="on"]:after{
	opacity: 1;
	visibility: visible;
}
.msg-form .my-item.textarea {
	margin-bottom: 100px;
}
.msg-form .my-item.textarea .my-textarea textarea{
	width: 100%;
	height: 70px;
	background-color: #f6f6f6;
	resize: none;
	border:none;
	padding:20px;
	font-size: 16px;
}
.msg-form .btn{
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	position: relative;
}
.msg-form .btn:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #c70606 #c70606 transparent transparent;
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.msg-form .btn input[type="submit"]{
	height: 80px;
	line-height: 80px;
	padding: 0 60px;
	font-size: 16px;
	color: #c70606;
	text-align: left;
	border:1px solid #c70606;
	background-color: transparent;
	cursor: pointer;
}
@media only screen and (min-width: 601px){
.msg-form .btn:hover{
	color: #fff;
}
.msg-form .btn:hover:after{
	border-color: #fff #fff transparent transparent;
}
.msg-form .btn:hover input[type="submit"]{
	background-color: #c70606;
	color: #fff;
}
}
@media only screen and (max-width: 1360px){
.apply-box {
    padding: 80px 0;
}
}
@media only screen and (max-width: 1280px){
.apply-box {
    padding: 60px 0;
}
.msg-form .my-box .my-input select{
	height: 60px;
}
.msg-form .my-box .my-input input[type="text"]{
	height: 60px;
}
.msg-form .my-box .my-input .sexitem{
	height: 60px;
	line-height: 60px;
}
.msg-form .my-item.textarea{
	margin-bottom: 70px;
}
.msg-form .btn {
    max-width: 260px;
}
.msg-form .btn:after{
	right: 30px;
}
.msg-form .btn input[type="submit"] {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
}
}
@media only screen and (max-width: 1024px){
.apply-box {
    padding: 40px 0;
}
.msg-form .my-box .my-input select {
    height: 50px;
}
.msg-form .my-box .my-input input[type="text"]{
	height: 50px;
}
.msg-form .my-box .my-input .sexitem{
	height: 50px;
	line-height: 50px;
}
.msg-form .my-item.textarea{
	margin-bottom: 50px;
}
.msg-form .btn {
    max-width: 200px;
}
.msg-form .btn:after{
	right: 20px;
}
.msg-form .btn input[type="submit"] {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}
}
@media only screen and (max-width: 414px){
.apply-box {
    padding: 6% 0;
}
.msg-form .my-box{
	margin-bottom:0;
}
.msg-form .my-box .my-item{
	width: 100%;
	margin-bottom: 5%;
}
.msg-form .my-item.textarea{
	margin-bottom: 5%;
}
}

/* =========

    联系我们

 ========= */
.map-list{
	padding-top: 100px;
}
.map-list .lim{
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	float: left;
	margin-bottom: 70px;
}
.map-list .lim:nth-child(2n){
	margin-right: 0;
}
.map-list .lim .mapbox{
	padding-top: 100%;
	position: relative;
	margin-bottom: 30px;
}
.map-list .lim .mapbox .mapshow{
 	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
}
.map-list .lim .mapbox .mapshow img{
	max-width: none;
}
.map-list .lim .mtitle{
	font-size: 24px;
	color: #cd0000;
	margin-bottom: 20px;
}
.map-list .lim .mmsg{
	height: 120px;
	overflow-y: auto;
}
.map-list .lim .mmsg .mm{
	font-size: 15px;
	color: #333333;
	line-height: 2;
}

/*在线留言*/
.massage-box{
	padding: 100px 0;
}
.massage-box .msg-form .my-item.textarea{
	margin-bottom: 60px;
}
.massage-box .msg-form .my-item.textarea .my-textarea textarea{
	height: 200px;
}
@media only screen and (max-width: 1360px){
.map-list {
    padding-top: 80px;
}
.massage-box {
    padding: 80px 0;
}
}
@media only screen and (max-width: 1280px){
.map-list {
    padding-top: 60px;
}
.massage-box {
    padding: 60px 0;
}
}
@media only screen and (max-width: 1024px){
.map-list {
    padding-top: 40px;
}
.massage-box {
    padding:40px 0;
}
.map-list .lim .mtitle{
	font-size: 20px;
}
.map-list .lim {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 414px){
.map-list {
    padding-top: 6%;
}
.map-list .lim {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
}
.map-list .lim .mapbox{
	margin-bottom: 3%;
}
.map-list .lim .mtitle{
	font-size: 18px;
	margin-bottom: 3%;
}
.map-list .lim .mmsg{
	height: auto;
}
.massage-box {
    padding: 6% 0;
}
}



/* =========

    页脚

 ========= */
.footer{
	position: relative;
	z-index: 11;
}
.footer .footer-top{
	background-color: #252629;
		padding:60px 0;
}
.footer .footer-top .wrap{
		display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1600px;
}
.footer .footer-top .wrap .fnav-list{
	font-size: 0;
}
.footer .footer-top .wrap .fnav-list .lif{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 30px;
	font-size: 14px;
	line-height: 36px;
	color: rgba(255,255,255,.5);
}
.footer .footer-top .wrap .flogo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s ease;
}
.footer .footer-top .wrap .flogo img{
	max-height: 40px;
}
.footer .footer-top .wrap .tright .ftel{
	float: left;
	padding-left: 50px;
	background-position: left;
	background-repeat: no-repeat;
	-webkit-background-size: 36px;
	background-size: 36px;
	background-image: url(/phone/images/tel_04.png);
	font-size: 18px;
	color: rgba(255,255,255,.5);
	line-height: 36px;
	margin-right: 30px;
}
.footer .footer-top .wrap .tright .ftool{
	float: right;
	font-size: 0;
}
.footer .footer-top .wrap .tright .ftool .titem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}
.footer .footer-top .wrap .tright .ftool .titem .ico{
	width: 36px;
	height: 36px;
}
.footer .footer-top .wrap .tright .ftool .titem .wxcode{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%) scale(0);
	transition: all .5s ease;
}
.footer .footer-top .wrap .tright .ftool .titem[data-on="on"] .wxcode{
	transform: translateX(-50%) scale(1);	
}
.footer .footer-bottom{
	padding: 15px 0;
	background-color: #1a1b1d;
}
.footer .footer-bottom .fcontent{
	max-width: 1600px;
	font-size: 12px;
	color: rgba(255,255,255,.2);
	line-height: 2;	
	padding-right: 330px;
	position: relative;
}
.footer .footer-bottom .fcontent .rr{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 320px;
}
.footer .footer-bottom .fcontent a{
	color: rgba(255,255,255,.2);
}
.footer .footer-bottom .fcontent .rr a{
	color: rgba(255,255,255,.2);
}
.md{
	position: absolute;
	top: -85px;
}

@media only screen and (min-width: 601px){
.footer .footer-top .wrap .tright .ftool .titem:hover .wxcode{
	transform: translateX(-50%) scale(1);	
}
.footer .footer-top .wrap .fnav-list .lif:hover{
	color: #c70606;
}
.footer .footer-top .ftool .toolbox .titem:hover .wxcode{
	transform: translateX(-50%) scale(1);
}
.footer .footer-top .wrap .flogo:hover{
	box-shadow: 0 0 20px rgba(255,255,255,.5);
}
}
@media only screen and (max-width: 1360px){
.md{
	top: -75px;
}
}
@media only screen and (max-width: 1280px){
.md{
	top: -65px;
}
}
@media only screen and (max-width: 1024px){
.md{
	top: 5px;
}
.footer .footer-top{
	padding: 40px 0;
}
.footer .footer-bottom .fcontent{
	padding-right: 0;
}
.footer .footer-bottom .fcontent .rr{
	position: relative;
	top: 0;
	transform: translateY(0);
	width: 100%;
}
}
@media only screen and (max-width: 768px){
.footer .footer-top{
	padding: 20px 0;
}
.footer .footer-top .wrap{
	 -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.footer .footer-top .wrap .fnav-list{
	margin-bottom: 20px;
}
.footer .footer-top .wrap .flogo{
	text-align: center;
}
.footer .footer-top .wrap .flogo{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	transform: translate(0);
	top: 0;
	left: 0;
}
.footer .footer-top .wrap .tright .ftel{
	width: 100%;
	margin-bottom: 6%;
}
.footer .footer-top .wrap .tright .ftool{
	float: left;
}
.footer .footer-top .wrap .tright .ftool .titem{
	margin-left: 0;
	margin-right: 10px;
}
.footer .footer-top .wrap .tright{
	margin-top: 20px;
}
}
@media only screen and (max-width: 414px){
.footer .footer-top{
	padding: 6% 0;
}
.footer .footer-bottom{
	padding: 6% 0;
}
.footer .footer-top .wrap .fnav-list{
	display: none;
}
.md{
	top: -1000px;
}
.system-list .lis .md{
	top: -60px;
}
}



#loading-center-absolute {
	padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #c70606;
}
.object{
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background-color: #000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	
	}

	






@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}





@-webkit-keyframes object_two {
 

  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}