/*!
 *  by zhangyh
 */
/* common */
body {
	background: #fff;
	color: #403F3E;
	font-size: 14px;
	line-height: 24px;
	font-family: 微软雅黑, 'Foundry Sterling W01 Lt', Sukhumvit Set;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	list-style: none;
}

button:focus {
	border: none;
	outline: 0;
}

input:focus {
	border-color: #dcdcdc;
	outline: 0;
}

input:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

i {
	font-style: initial;
}

span,
dt {
	font-weight: normal;
}

dl,
ul,
ol,
li {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	color: #403F3E;
}

h2 {
	font-size: 24px;
	color: #403F3E;
}

h3 {
	font-size: 20px;
	color: #999;
}

h3.mb30 {
	margin-bottom: 20px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h5.f16 {
	font-size: 16px;
}

a {
	color: #fff;
}

a:hover {
	color: #02A0E5;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fa {
	margin: 0 5px;
}

.clear {
	clear: both
}

.clearfix:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	height: 0pt;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
	zoom: 1;
}

.p30 {
	padding: 30px;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.pt30 {
	padding-top: 30px
}

.pt20 {
	padding-top: 20px;
}

.pt50 {
	padding-top: 50px
}

.pb10 {
	padding-bottom: 10px;
}

.pb30 {
	padding-bottom: 30px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml50 {
	margin-left: 50px;
}

.ml20 {
	margin-left: 20px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bg-white {
	background: #fff;
}

.bg-red {
	background: #e4f5e5
}

.bg-gray {
	background: #f8f8f8
}

.c3 {
	color: #403F3E;
}

.c6 {
	color: #666;
}

.c9 {
	color: #999;
}

.color-red {
	color: #02A0E5
}

.index-title {
	position: relative;
	color: #403F3E;
	font-size: 30px;
	padding-bottom: 6px;
	text-align: center;
	margin: 50px 0 30px 0;
}

.index-title:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	width: 130px;
	height: 10px;
	content: '';
	border-bottom: 2px solid #403F3E;
	z-index: 100
}


/*新清除浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*IE/7/6*/
.fl {
	float: left
}

.fr {
	float: right;
}

.container {
	padding-left: 0;
	padding-right: 0
}

.container-fluid {
	padding-left: 0;
	padding-right: 0
}

.dot-bg {
	background: url(../images/dot-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*btn*/
.btn-big i {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.btn-big {
	padding: 8px 45px;
	font-size: 22px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1)
}

.btn-red {
	background: #fff;
	border-radius: 50px;
	border: none;
	position: relative;
	color: #403F3E;
	position: relative;
	z-index: 1;
}

.btn-web:after {
	position: absolute;
	width: 0;
	height: 100%;
	z-index: -1;
	content: '';
	transition: all 0.3s linear 0s;
	background-color: transparent;
	background-image: linear-gradient(60deg, #2979ff 0%, #02A0E5 100%);
	color: #fff;
	border-radius: 50px;
	left: 0;
	top: 0
}

.btn-web:hover {
	color: #fff
}

.btn-web:hover:after {
	width: 100%;
	height: 100%
}

/*common*/
.bg-color {
	background-color: transparent;
	background-image: linear-gradient(60deg, #2979ff 0%, #02A0E5 100%);
	color: #fff;
	text-align: center;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 60px;
	z-index: -1;
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

.elementor-shape.elementor-shape-bottom {
	transform: rotate(180deg);
	bottom: -1px;
}

.elementor-shape.elementor-shape-top {
	transform: rotate(0deg);
	top: -1px;
}

/*content==========================================================================================*/
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 10px
}

.navbar {
	margin-bottom: 0;
	/* padding: 10px 0; */
	border-radius: 0;
	height: 60px;
	color: #fff;

}

.stick {
	opacity: 0.8;
	background: #1A1A24;
}

#sticker .navbar-default {
	background: rgba(26,26,36,.71);
}

.nav {
	position: relative
}

.nav-btn {
	position: absolute;
	top: 15px;
	right: 20px;
	/* border:1px solid #02A0E5; */
	border-radius: 50px;
	padding: 5px 30px;
	color: #02A0E5;
	background:#fff
}

.navbar-nav {
	margin-top: 20px
}

.navbar-nav a {
	padding: 0 15px;
	font-size: 14px;
}

.navbar-toggle {
	padding-top: 2px;
	padding-bottom: 2px;
}

.navbar-toggle .icon-bar {
	height: 1px;
	width: 15px;
}

.navbar-default {
	border: none;
}

.navbar-default .navbar-nav a:hover {
	color: #02A0E5;
	text-decoration: none
}

.navbar-default .navbar-nav a {
	position: relative;
	z-index: 1;
}

.navbar-default .navbar-nav a.active,
.navbar-default .navbar-nav>a.active:hover {
	border-bottom: 2px solid #02A0E5;
	background: none;
	color: #02A0E5;
}

.navbar-nav a.active {
	border-bottom: 2px solid #02A0E5;
	background: none;
	color: #02A0E5;
}

.navbar-nav a.active:link,
.navbar-nav a.active:visited {
	color: #02A0E5;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	border-bottom: 2px solid #02A0E5;
	color: #02A0E5;
}

.navbar-brand {
	padding-top: 10px;
}

.navbar-brand>img {
	height: 35px;
}

.navbar-default .navbar-nav>a {
	color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #02A0E5;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #02A0E5;
}

.navbar-line a:after {
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: 2px solid #02A0E5;
	content: '';
	width: 0;
	height: 2px;
}

.navbar-line a:hover:after {
	width: 100%;
	height: 2px;
}

.logo {
	background: url(../images/logo.svg) no-repeat;
	background-size: contain;
	width: 380px;
	height: 50px;
	padding: 0;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
}

@media (max-width:1200px) {
	.logo {
		width: 225px;
		height: 43px;
	}

	.navbar-nav {
		margin-top: 5px
	}
}

@media (min-width:768px) {
	.btn:hover:after {
		width: 100%;
		height: 100%;
	}

	.navbar-nav a {
		padding: 5px 10px;
		font-size: 14px;
	}
}

@media (min-width:769px) and (max-width:1000px) {
	.container {
		max-width: 980px
	}

	.navbar-nav>li>a {
		padding: 5px 10px;
		font-size: 14px;
	}
}

@media (max-width:768px) {
	.logo {
		display: block;
		float: none !important;
		width: 240px;
		height: 45px;
		margin: 0 auto
	}

	.navbar-right,
	.navbar-brand {
		float: none !important;
		margin: 0 auto
	}

	.navbar-header {
		margin: 0 auto;
		width: 140px;
		float: none;
		text-align: center
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: auto
	}

	.container>.navbar-header,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container-fluid>.navbar-collapse {
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}

	.navbar-nav {
		margin: 0 auto;
		max-width: 768px;
		float: none
	}

	.index-type-pro i {
		margin-top: 10px
	}

	.navbar-nav {
		margin-top: 20px
	}

	body {
		font-size: 12px
	}
}


/*banner=======================*/
.swiper-container {
	position: relative;
}
.banner-bg-color{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.8;
	background-color: transparent;
	background-image: linear-gradient(70deg, #2D82F9 30%, #F1BF75 60%);
}
.banner-area,
.banner-xs {
	color: #efefef;
	/* height: 600px; */
	position: relative;
	background: url("../images/banner.jpg") no-repeat center center #1A1A24 fixed;
	background-size: cover;
	width: 100%;
	text-align: center;
}

.banner-cont,
.banner-xs-cont {
	background: url("../images/banner_img.svg") no-repeat center center fixed;
	background-size: cover;
	width: 100%;
	padding-bottom: 130px;
}

.banner-btn {
	border-radius: 50px;
	padding: 10px 50px;
	display: inline-block;
	cursor: pointer;
	margin-top: 50px;
}

.banner-btn .icon {
	transform: rotate(270deg);
	height: 20px;
	width: 20px;
	color: #fff;
	vertical-align: middle;
}

.banner-title {
	padding: 130px 10px 10px 10px;
	font-size: 26px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}

.banner-des {
	margin-top: 10px;
	font-size: 16px;
	padding: 0 10px;
	font-weight: normal;
    /* padding:0 100px; */
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;

}


/*主要项目*/
.index-type-pro {
	text-align: center;
	padding-bottom: 10px
}

.index-type-pro dt {
	font-size: 16px;
	color: #403F3E;
}

.index-type-pro i {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #F1BF75;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 34px
}

.index-circle-hover i:after {
	position: absolute;
	z-index: -1;
	content: '';
	color: #F1BF75;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	transform: scale(0, 0);
	transition: all 0.3s linear 0s;
}

.index-circle-hover dl:hover i:after {
	transform: scale(0.95, 0.95);
	border: none;
}

.index-circle-hover dl:hover i {
	color: #F1BF75
}

.index-circle-hover dl:hover dt {
	color: #F1BF75
}

.index-type-box.index-num {
	margin-top: 15px;
	background: url(../images/bg-index-type-box.jpg) center bottom no-repeat fixed;
	background-size: cover;
	color: #fff;
	position: relative
}

.index-type-box .index-title {
	color: #fff
}

/*footer*/
.footer-area {
	text-align: center;
	background:url(../images/bg.png) #424A57 no-repeat;
	background-size:cover;
	/* background: #333b48 none repeat scroll 0 0; */
	padding: 94px 0 50px;
	color: #fff;
	position: relative;
}

.bar {
	margin: 30px auto 30px auto;
	padding: 10px 20px;
	border-radius: 50px;
	max-width: 1200px;
	background:url(../images/foot-bg.svg) no-repeat #02A0E5;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.bar-btn{
 padding:6px 30px;
}
.bar-btn i{
	margin-right:10px;
}
/*任务列表*/
.task-list {
	margin-top: 30px;
}

.task-list dt {
	height: 90px;
	overflow: hidden;
	background: #f8f8f8;
}


.task-list img ,.task-list svg{
	width: 100%;
	/* height: 100%; */
	transition: all 0.3s linear 0s;
	border-radius: 6px 6px 0 0;
}

.task-list .title {
	display: block;
	color: #02A0E5;
	font-size: 14px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 22px;
	text-align: center;
}

.task-list:hover {
	color: #403F3E;
	cursor: pointer;
	text-decoration: none;
}
.task-list dl:hover span{
	color:#403F3E;
}
.task-list dl {
	margin-bottom: 15px;
}

.task-list dd {
	padding: 5px 20px 20px 20px;
	height: 120px;
	background: #f8f8f8;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	padding-bottom: 20px;
}

.task-list dd p {
	overflow: hidden;
    color: #666;
	width: 100%;
	height: 60px;
}

.task-list dl dt,
.task-list dl dd {
	transition: all 0.3s linear 0s
}


.task-list dl:hover dt,
.task-list dl:hover dd {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6)
}

.task-list dl:hover img {
	transform: scale(1.1, 1.1)
}

.task-nav {
	margin: 10px auto;
	text-align: center;
}

.task-nav a.active {
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(60deg, #2979ff 0%, #02A0E5 100%);
}

.task-nav a {
	display: inline-block;
	padding: 8px 34px 9px;
	text-transform: uppercase;
	color: #403F3E;
	font-family: 'Oxygen', sans-serif;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	line-height: 21px;
	cursor: pointer;
	background: #E9EDF0;
	border-radius: 50px;
	position: relative;
	z-index: 1;
}

.task-nav a:before {
	position: absolute;
	width: 0;
	height: 100%;
	z-index: -1;
	content: '';
	transition: all 0.3s linear 0s;
	background-color: transparent;
	background-image: linear-gradient(60deg, #02A0E5 0%, #2979ff 100%);
	border-radius: 50px;
	left: 0;
	top: 0;
}

.task-nav a:hover:before {
	height: 100%;
	width: 100%;
}

.task-nav a:hover {
	color: #fff;
}

.project_maxitup .mix {
	display: none;
}

/* 训练模式 */
.moshi-area{
	background:url('../images/bg.png') no-repeat fixed;
	background-size:cover;
	position:relative;
	color:#666;
	border-radius:10px;
}
.moshi-area dl{
	border:1px solid #fff;
	transition: all 0.3s ease 0s;
}
.moshi-area dl:hover{
border:1px solid #02A0E5;
transition: all 0.3s ease 0s;
}
.moshi-area dl{
	padding:30px 50px;
}
.moshi-left{
	text-align:center;
	border-radius:0 10px 0 10px;
	background:rgba(255,255,255,.6);
	height:260px;
}
.moshi-right{
	background:rgba(255,255,255,.6);
	height:100%;
	text-align:center;
	border-radius:10px 0 10px 0;
	height:260px;
}
.moshi-area dt{
	font-size:16px;
	margin-bottom:10px;
	color:#403F3E;
	height:50px;
}
.moshi-area dt.title{
	height:20px;
}
.moshi-area dt i{
	font-size:45px;
	color:#02A0E5
}
.moshi-btn{
	padding:5px 50px;
	background:none;
	border:1px solid #02A0E5;
	margin-top:10px;
	color:#02A0E5
}
/* 关于我们 */
.about-area{
	background:url('../images/about.jpg') no-repeat fixed;
	background-size:cover;
	position:relative;	
	color:#f8f8f8;
}
.about-area .dot-bg{
	position: inherit;
	padding:30px 50px 50px 50px;
}
.about-area .index-title{
	color:#f8f8f8
}
.about-area .index-title:before{
	border-color:#f8f8f8
}
.about-area dd{margin:4px;text-indent:20px;}
.bar .banner-btn{
        border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
}
.bar .bg-color1{
        background-color: transparent;
    /* background-image: linear-gradient(60deg, #2979ff 0%, #02A0E5 100%); */
    color: #fff;
    text-align: center;
}
