body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
	font-family: "Open Sans","Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;
	font-size: 16px;
	line-height : 30px;
	background: #ffffff;
	color: #444;
	height: 100%;
}
.margin-top30{
	margin-top:30px;
}
.border-ddd{
	border:solid 1px #ddd;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.width-50b{
	width:50%;
}
.margin-left-29b{
	margin-left:29%;
}
.width-42b{
	width:42%;
}
.width-100b{
	width:100%;
}
.text-align-center{
	text-align:center;
}
@font-face {
   font-family: 'FZLTCXHJW';
   src: url(../fonts/FZLTCXHJW.ttf)format('truetype');
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}
@font-face {
   font-family: 'Norican-Regular';
   src: url(../fonts/Norican-Regular.ttf)format('truetype');
}
.no-padding {
	padding:0;
}
.no-margin {
	margin:0;
}
.row-margin {
    margin: 80px 0;
}
.margin-top-10 {
	margin-top: 10px;
}
.header-margin {
	width: 100%;
	height: 4px;
	background-color: #1CD5B4;
}
.container-fluid {
	max-width: 1200px;
}
.navbar {
	background-color: #000;
}
.navbar-right>li>a {
	color: #FFF!important;
	font-size: 0.8em;
	letter-spacing: 2px;
	text-decoration: none;
}
.navbar-right > li.active > a,
.navbar-right > li > a:hover,
.navbar-right > li > a:focus {
  	color: #1CD5B4!important;
  	text-decoration: none!important;
  	background-color: transparent!important;
  	font-weight: 800;
}
.navbar-header img {
	width: 60px;
}
.carousel-control {
	width: 80px;
}
.carousel-indicators li {
	display: inline-block;
    width: 80px;
    height: 2px;
    margin: 1px 10px;
    cursor: pointer;
    background-color: #FFF;
    border: 0px solid #fff;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 80px;
    height: 2px;
    margin: 1px 10px;
    background-color: #1CD5B4;
}
.carousel-indicators {
	width:40%;
	left:0;
	bottom:5px;
	margin-left: 0;
}
.slider-arrow-left {
	position: absolute;
    top: 50%;
    left:20px;
    margin-top:-31px;
	background-image: url("../images/img-group.png");
    width: 40px;
    height: 62px;
    background-position: -180px -395px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.slider-arrow-right {
	position: absolute;
    top: 50%;
    right:20px;
    margin-top:-31px;
	background-image: url("../images/img-group.png");
    width: 40px;
    height: 62px;
    background-position: -220px -395px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.banner-title {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	width:100%;
	font-size: 50px;
	font-weight: 800;
	color:#FFF;
	margin-left: 30%;
	margin-top: 200px;
}
.banner-title-img {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	width:320px;
	font-size: 50px;
	font-weight: 800;
	color:#FFF;
	margin-left: 25%;
	margin-top: 100px;
}

.bounceInLeft-animation {
	-webkit-animation: bounceInLeft 1s ease-in 200ms both;
    animation: bounceInLeft 1s ease-in 200ms both;
}
.banner-subtitle {
	position:absolute;
	left:0;
	margin:0;
	width:100%;
	font-size: 30px;
	font-weight: 500;
	top:0;
	color:#FFF;
	margin-left: 30%;
	margin-top: 300px;
	line-height: 35px;
	font-family: "FZLTCXHJW";
}
.carousel-inner .item .detail-title {
	position:absolute;
	right:0;
	margin:0;
	width:100%;
	font-size: 12px;
	color:#FFF;
	margin-right: 30%;
	text-align:right;
	cursor:pointer;
	margin-top: 400px;
}
.bounceInLeft-animation2 {
	-webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
    animation: bounceInLeft 1.5s ease-in-out 800ms both;
}
.carousel-inner .title-left {
	position:absolute;
	left:0;
	margin:0;
	height: 0;
	width:100%;
	border-top: 600px solid rgba(0, 0, 0, 0.2);
	border-right: 150px solid transparent;
}
.carousel-inner .img-right {
	width: 100%;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 0;
	margin: 0;
}
.fadeIn-animation {
	-webkit-animation: fadeIn 2s ease-in-out 800ms both;
    animation: fadeIn 1.5s ease-in-out 800ms both;
}
.promo-tile {
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin:0;
	background-size: cover;
	padding: 0;
	text-align: right;
	margin-top: 1px;
	border: solid 1px #fff;
	overflow: hidden;
}
.promo-tile img {
	width: 100%;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}
.promo-tile:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.promo-tile > div {
	position: absolute;
    height: 40%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(-90deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);
    background: -moz-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);
    background: -ms-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);
    background: -o-linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);
    background: linear-gradient(-180deg,rgba(237,237,237,0)0%,rgba(0,0,0,.54)100%);
}
.promo-tile > div > div {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
	font-size: 20px;
    font-weight: 500;
}
.overview-row-3 {
	padding: 0;
	margin: 0;
}
.overview-row-3 img {
	width: 100%;
}
.heading-inner {
    /* width: 60%; */
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.heading-inner:after {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 330px;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}
.heading-inner:before {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 330px;
    right: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}
.heading-inner-half {
    /* width: 60%; */
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.heading-inner-half:after {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 120px;
    left: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}
.heading-inner-half:before {
    position: absolute;
    content: "";
    border-top: 1px dotted#ddd;
    border-bottom: 1px dotted#ddd;
    width: 120px;
    right: 0px;
    top: 25px;
    padding: 5px 10px;
    overflow: hidden;
}
.sec-title {
    padding: 8px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    font-family: "FZLTCXHJW";
}
.sec-title span {
    color: #1CD5B4;
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.about-inner {
    margin-bottom: 10px;
    padding: 0px 20px;
}
.about-inner i {
    font-size: 50px;
    color: #00AEFF;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    margin: 0px auto;
}
.flipster-container {
    margin: 80px 20px 80px 20px; 
}
.narrow-banner {
/* 	 background-color:black; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); */
}
.narrow-banner .container {
	padding:100px 0;
}
.narrow-banner .title {
	color: #fff;
    font-size: 50px;
    text-align: center;
    font-family: "FZLTCXHJW";
}
.narrow-banner .subtitle {
	color: #fff;
	font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    margin-top: 30px;
}
.dz-narrow-banner {
	background:url(../images/dazhuang-title.jpg);
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
}
.academy-narrow-banner {
	background:url(../images/academy-banner.jpg) no-repeat bottom center;
	height:600px;
}
.academy-narrow-banner .title {
	color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: 250px;
    line-height: 60px;
    font-family: "FZLTCXHJW";
}
.academy-narrow-banner .subtitle {
	color: #fff;
	font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    margin-top: 50px;
}
.academy-intro {
	padding: 50px 0;
}
.academy-intro > div > div {
	padding: 30px 50px;
}
.academy-prospect {
	background-color:#f7f7f7;
	padding: 80px 0 80px 0;
}
.academy-prospect .container {
	position: relative;
}
.academy-prospect img {
}
.academy-prospect .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: left;
    margin-bottom: 40px;
}
.academy-prospect p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 0px;
	text-align: left;
}
.academy-people {
/* 	background-image: url("../images/academy-people.jpg"); */
/* 	background-size:cover; */
	background-color:#151515;
	padding: 80px 0 80px 0;
	color: #fff;
}
.academy-people .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-family: "FZLTCXHJW";
}
.academy-people .grid {
	margin-top:50px;
	border: 2px solid #e9cd00;
    padding: 4.3em 2em;
    text-align: center;
    min-height: 320px;
/*     height: 274px; */
/*     margin-right: 1%; */
/*     background-color: #F7F7F7; */
    position: relative;
}
.academy-people .grid.lost {
    margin-right: 0;
}
.academy-course {
	padding: 80px 0 80px 0;
}
.academy-course .title {
	margin-bottom: 50px;
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: center;
    font-family: "FZLTCXHJW";
}
.academy-course .row  {
/* 	margin-top: 50px; */
}
.academy-course i {
	color: #444;
	font-size:5px;
	margin-right: 10px;
}
.academy-course li {
	line-height: 30px;
}
.academy-course .about-message{
	background: #f7f7f7;
	min-height: 489px;
}
.academy-course .ts-padding {
  padding: 50px;
}
.academy-course ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}
.academy-course .about-message ul li a{
	color: #6A6A6A;
}
.academy-apply {
	background-color: #f7f7f7;
	padding: 80px 0 80px 0;
}
.academy-apply .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: center;
    margin-bottom: 50px;
    font-family: "FZLTCXHJW";
}
.academy-apply li {
	line-height: 30px;
}

.support-narrow-banner {
	background:url(../images/support-title.jpg) no-repeat top center;
	height:600px;
}
.support-narrow-banner .title {
	margin-top:150px;
	color: #444;
	font-family: "FZLTCXHJW";
}
.support-net {
	margin: 80px 0;
}
.support-net .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: left;
    padding-bottom:10px;
    border-bottom: 1px solid#ddd;
}
.support-net img {
	margin: 50px 0;
}
.support-download {
	padding-bottom: 80px;
}
.support-download .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: left;
    padding-bottom:10px;
    border-bottom: 1px solid#ddd;
    font-family: "FZLTCXHJW";
}
.support-download .table-line {
	padding: 20px 0;
	text-align: right;
	font-size: 16px;
	color: #444;
	border-bottom: 1px dotted #ddd;
}
.support-download .table-line-title {
	font-size: 16px;
	text-align: left;
	color: #444;
}
.support-download .table-line a {
	cursor: pointer;
}
.about-narrow-banner {
	position: relative;
	background:url(../images/about-title.jpg);
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
}
.about-narrow-banner img {
	position: absolute;
	bottom: 0;
	height: 60%;
}
.about-narrow-banner .left {
	left:0;
}
.about-narrow-banner .right {
	right: 0;
}
.about-dralong {
	margin: 60px 0 80px 0;
}
.about-dralong p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.concept {
	padding:0;
	position: relative;
}
.concept .bg {
	width: 100%;
}
.concept .text {
	position: absolute;
	bottom: 40%;
	left: 10%;
	width: 20%;
}
.concept .pic {
	position: absolute;
	bottom: 20%;
	right: 15%;
	width: 25%;
}
.concept .container > div {
	margin-top: 50px;
}
.concept .container > div > div {
	background-color: #f7f7f7;
/* 	border: 1px solid#ddd; */
}
.concept .title {
	font-weight: 700;
    font-size: 30px;
    padding:30px 10px 0 10px;
    color: #444;
    text-align: center;
    font-family: "FZLTCXHJW";
/*     padding-bottom:10px; */
/*     border-bottom: 1px solid#ddd; */
}
.concept p {
	margin-top: 10px;
	line-height: 30px;
	padding: 20px;
	min-height: 160px;
}
.concept img {
	width: 100%;
}

.contact {
	padding: 30px 0 80px 0;
}
.contact .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: left;
    padding-bottom:10px;
    border-bottom: 1px solid#ddd;
    margin-top: 50px;
    font-family: "FZLTCXHJW";
}
.contact p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}
.news {
	padding: 30px 0 80px 0;
}
.news .item {
	padding: 50px 0;
	border-bottom: 1px solid#ddd;
}
.news .title {
	display: block;
	font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #444;
    text-align: left;
    padding-bottom:10px;
    cursor: pointer;
    text-decoration: none;
}
.news p {
	font-size: 15px;
	color: #444;
}
.post{
  	margin: 0 0 40px;
  	padding: 0 0 40px;
  	border-bottom: 1px solid #F5F5F5;
}
.post img {
	width: 100%;
	margin-top:10px; 
}
.post.post-last{
	border-bottom: 0;
}
.post-header .meta {
	padding: 10px 0;
	color: #878a8b;
	border-bottom: 2px solid #dedede;
}
.post-title {
    font-size: 24px;
    line-height: normal;
}
.post-title a {
    color: #323232;
    font-weight: 400;
}
.post-body p {
	margin: 10px 0;
}
.post-body .img-title {
	text-align: center;
	font-size: 14px;
}
.post-image-wrapper{
	margin-bottom: 20px;
	position: relative;
}
.post-date {
	background: #ee3b24;
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 0 25px 25px 0;
    padding: 3px 15px;
    font-weight: 700;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.post-footer a {
	font-size: 12px;
    padding: 8px 20px;
    margin-top: 15px;
    border: 2px solid #ee3b24;
    color: #323232;
    border-radius: 50px;
    padding: 10px 30px;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-footer a:hover{
	background: #ee3b24;
	color: #fff;
}

.page {
	padding: 0;
}
.pagination{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	float:left;
	border: 1px solid #ddd;
	margin-right: 8px;
	color: #000;
	border-radius: 0px;
}
.pagination.active {
	background: #000;
	color: #fff;
}
.pagination a {
	text-align: center;
	text-decoration: none;
	color: #000;
	display:block;
	height:40px;
	width:40px;
}
.pagination a:hover {
	background: #000;
	color: #fff;
}


.news .widget-categories ul.category-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news .widget-categories ul.category-list  li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 15px;
}
.news .widget-categories ul.category-list  li:hover{
	padding-left: 10px;
}
.news .widget-categories ul.category-list  li a{
	color: #323232;
}
.news .widget-categories ul.category-list  li:last-child{
	border-bottom: 0;
}
.news .widget-categories ul.category-list  li .posts-count{
}

.career-narrow-banner {
	position: relative;
}
.career-narrow-banner .title {
	position: absolute;
	top:30%;
	right: 20%;
}
.career-narrow-banner img{
	width: 100%;
}
.career {
	padding: 30px 0 80px 0;
}
.career .title {
	font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #444;
    text-align: left;
    padding-bottom:10px;
    border-bottom: 1px solid#ddd;
    margin-top: 50px;
    font-family: "FZLTCXHJW";
}
.career p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 30px;
}

.dazhuang-banner {
	background: url("../images/dazhuang-banner.jpg") no-repeat top center;
	background-size:cover;
}

.xiaozhuang-banner {
	background: url("../images/xiaozhuang-banner.png") no-repeat center center;
	background-size:cover;
}


.faxianniao-banner {
	background: url("../images/faxianniao-banner.jpg") no-repeat top center;
	background-size:cover;
}
.faxianniao-banner .product-img {
	position: absolute;
	width: 50%;
	top:15%;
	right:10%;
}
.faxianniao-banner .product-img {
	position: absolute;
	width: 50%;
	top:15%;
	right:10%;
}
.faxianniao-banner .product-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 80%;
    font-size: 50px;
    font-weight: 800;
    color: #FFF;
    margin-left: 20%;
    margin-top: 200px;
}
.faxianniao-banner .product-subtitle {
    position: absolute;
    left: 0;
    margin: 0;
    width: 80%;
    font-size: 30px;
    font-weight: 500;
    top: 0;
    color: #FFF;
    margin-left: 20%;
    margin-top: 300px;
    line-height: 35px;
}

.youyi-banner {
	background: url("../images/youyi-banner.jpg") no-repeat top center;
	background-size:cover;
}
.youyi-banner .product-img {
	position: absolute;
	width: 50%;
	top:15%;
	right:10%;
}
.youyi-banner .product-img {
	position: absolute;
	width: 50%;
	top:15%;
	right:10%;
}
.youyi-banner .product-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 80%;
    font-size: 50px;
    font-weight: 800;
    color: #FFF;
    margin-left: 20%;
    margin-top: 200px;
}
.youyi-banner .product-subtitle {
    position: absolute;
    left: 0;
    margin: 0;
    width: 80%;
    font-size: 30px;
    font-weight: 500;
    top: 0;
    color: #FFF;
    margin-left: 20%;
    margin-top: 300px;
    line-height: 35px;
}

.frame {
	position: relative;
}
.frame p,
.frame .left,
.frame .right {
	z-index: 9999;
}
.frame img {
	width: 100%;
}
.frame .left {
	font-size: 30px;
	color: #444;
	position: absolute;
	left:20%;
	width: 30%;
	padding:80px 0;
	line-height: 50px;
}
.frame .right {
	font-size: 30px;
	color: #444;
	position: absolute;
	right:20%;
	width: 30%;
	line-height: 50px;
}
.frame .top {
	font-size: 30px;
	color: #444;
	position: absolute;
	top: 20%;
	text-align:center;
	width: 100%;
	padding:0 10%;
	line-height: 50px;
}
.frame .param {
	border-bottom: 1px solid#ddd;
}
.frame .img-top {
	position: absolute;
	top:35%;
	padding:0 25%;
}
.frame .img-right {
	position: absolute;
	width:50%;
	right:0;
	bottom: 0;
}
.product-banner {
	position: relative;
	height: 768px;
}
.product-banner .banner-title-img {
	position: relative;
	width: 50%;
}
.product-banner .product-img {
	position: absolute;
	width: 50%;
	top:15%;
	right:10%;
}
.product-banner .product-title-img {
	margin-left: 10%;
	width: 50%;
}

.client {
	background: url("../images/client-bg.jpg") no-repeat top center;
	width:100%;
	padding: 100px 0;
	-moz-background-size:100% 100%; 
	background-size:100% 100%;
}
.client .container {
	position: relative;
}
.client .container .bg {
/* 	margin: 308px 0;
	position: absolute;
	bottom: 0;
	width: 40%;
	right: 0; */
	margin-top:100px;
}
.client .container h1 {
	text-align: center;font-size: 50px;letter-spacing: 2px;padding-top: 50px;
	font-family: "FZLTCXHJW";
}
.client .container h2 {
	text-align: center;font-size: 30px;
}
.client img {
	width: 100%; 
}
.client .download-block {
	padding:40px;
}
.client .download-block img {
	border: 1px solid#ddd;
}
.client .download-block .bd-none{
	border:none;
}
.bd-ddd{
	border:solid 1px #ddd;
}
.client .padding-right-116{
	padding-right:116px;
}
.margin-left-25b{
	margin-left:25%;
}
.container-left{
	width:50%;
}
.container-left-container{
	width:90%;
}
.dz-feature {
	padding: 100px 0 100px 0;
/* 	background-image: url("../images/white-bg.jpg"); */
/* 	background-size:cover; */
}
.dz-feature > .container > p {
	text-align: center;
	line-height: 30px;
/* 	max-width: 800px; */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
}
.dz-feature > .container > .row {
	margin-top: 100px;
}
.dz-advantage h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #444;
    line-height: 38px;
}
.dz-advantage .right img {
	float:left;
	height: 100%;
}
.dz-advantage .left img {
	float:left;
	height: 100%;
}
.dz-advantage .right > div {
	height: 100px;
}
.dz-advantage .left > div {
	height: 100px;
}
/* .dz-advantage .right h4 { */
/* 	text-align: right; */
/* } */
/* .dz-advantage .right p { */
/* 	text-align: right; */
/* } */
.about-content h4 {
    border-bottom: 1px solid#ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #444;
    margin: 20px 0px 15px;
    padding-bottom: 15px;
    line-height: 38px;
}
.about-img {
}
.dz-advantage {
	background-image: url("../images/dz-bg-2.jpg");
	background-size:cover;
	background-color:#f7f7f7;
	padding: 80px 0 400px 0;
}
.dz-parameter {
	background-color:#fff;
	padding: 80px 0 80px 0;
}
.dz-parameter .sec-title span {
    color: #1CD5B4;
}
.dz-parameter .table-line {
	font-size:16px;
	padding: 20px 0;
	text-align: center;
	color: #444;
	border-bottom: 1px dotted #ddd;
}
.dz-parameter .table-line-title {
	font-weight:600;
}
.dz-track {
	background-color:#f7f7f7;
	padding: 80px 0 80px 0;
}
.dz-track p {
	line-height: 30px;
}
.dz-track .sec-title span {
    color: #1CD5B4;
}
.dz-video {
	background-color:#f7f7f7;
	padding: 80px 0 80px 0;
}
.dz-policy {
	background-color: #151515;
	padding: 100px 0;
}
.dz-policy .left {
	padding:60px 0;
	font-size: 60px;
	font-weight:800;
	color: #fff;
}
.dz-policy .right {
	border-left: 10px solid #e9cd00;
}
.dz-policy .right .title {
	font-size: 20px;
	font-weight:600;
	color: #fff;
}
.dz-policy .right .content {
/* 	font-size: 20px; */
	color: #fff;
	margin-top: 20px;
}
.dz-track p {
	color: #444;
}
.gallery-bottom {
    margin-top: 1em;
}
.view {
  width: 350px;
    height: 234px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
   width: 350px;
   height: 234px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
    font-size: 1.5em;
   padding:8px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height:393px;
    width: 361px;
    background:rgba(187, 165, 1, 0.59);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom:-2px;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .content {
    background:rgba(28, 213, 180, 0.78);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 361px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h3{
    background: transparent;
    margin-top: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color:#fff;
	font-size:2em;
	padding-bottom:9px;
}
.view-ninth a.info {
    display: none;
}
.view-ninth:hover .content {
   height: 130px;
    width: 330px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}
/*--destination-starts--*/
.destination-left {
    padding: 0;
    position: relative;
}
.destination-left img{
	width:100%;
}
a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
}
a.tooltips span:before {
    content: '';
    position: absolute;
    top: 22%;
    left: 0%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-top: 29px solid #fff;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.tool {
    position: absolute;
    top: 36%;
    right: 42px;
}
.tool-1{
	position: absolute;
    top: 62%;
    left: -14px;
}
a.tooltips-1 {
    position: relative;
    display: inline;
}
a.tooltips-1 span {
    position: absolute;
}
a.tooltips-1 span:before {
    content: '';
    position: absolute;
    top: 22%;
    left: 0%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 29px solid #fff;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.destination-middle{
	margin-top:9%;
	text-align:center;
}
.destination-middle p{
	    font-size: 0.9em;
    margin-top: 10px;
    color: #444;
}
.destination-middle h4{
       color: #1CD5B4;
    font-size: 2.2em;
    margin: 0;
	font-weight:500;
}
div .destination {
    padding: 0 0 0 0;
}
h3.tittle.two {
    margin-bottom: 1em;
}
/*--destination-end--*/

/*--flcs--*/
.flcs-banner {
	position: relative;
}
.flcs-banner .bg {
	width: 100%;
}
.flcs-banner .content {
	position: absolute;
	top: 10%;
	text-align: center;
	width: 100%;
	color: white;
}
.flcs-banner .fg {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.flcs-banner .content .title {
	font-size: 45px;
	font-weight: normal;
	font-family: "FZLTCXHJW";
}
.flcs h1 {
	text-align: center;
}
.flcs p {
	margin-top: 40px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	font-size: 25px;
	padding: 0 10px;
}
.flcs {
	padding: 0;
	margin: 0;
}
.flcs .row {
	padding:80px 0 0 0;
	margin: 0;
	background: url("../images/white-bg.jpg") no-repeat bottom center;
	position: relative;
	min-height: 800px;
}
.flcs .row .text {
	padding:20px 0;
}
.flcs .row .bg {
	position:absolute;
	left:0;
	top:0;
	width: 100%;
}
.flcs img {
	width: 100%;
}

button.menu {
  display: none;
}
.banner{
  height:600px;
}
.top-banner{
	padding:0;
}
.logo{
  padding: 0em 0 0 0;
  text-align: center;
  background: #FFF;
}
.logo a{
  color: #1CD5B4;
  font-size: 3.5em;
  text-decoration: none;
  font-family: 'Norican-Regular';
  letter-spacing: 2px;
}
.carousel-inner > .item > div {
	height: 600px;
	width: 100%;
	background-size:cover;
	background-repeat:no-repeat;
}
.carousel-inner > .item .content2 {
	padding-top: 5%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	color: black;
	-webkit-text-shadow:0 0 10px #000;  
  	-moz-text-shadow:0 0 10px #000;  
  	text-shadow:0 0 10px #000;
  	line-height: 80px;
/* 	text-shadow: white 0 1px 0;	 */
}
.carousel-inner > .item .content2 .title1 {
	text-align:center;
	font-size: 70px;
}
.carousel-inner > .item .content2 .title2 {
	text-align:left;
	font-size: 30px;
}
.carousel-inner > .item .content2 .title4 {
	text-align:right;
	font-size: 30px;
}
.carousel-inner > .item .content2 .title3 {
	text-align:center;
	font-size: 16px;
}
.carousel-inner > .item .content3 {
	padding-top: 150px;
	max-width:800px;
	color: white;
  	line-height: 60px;
}
.carousel-inner > .item .content3 .title1 {
	text-align:center;
	font-size: 30px;
}
.carousel-inner > .item .content3 .title2 {
	text-align:center;
	font-size: 16px;
}
.carousel-inner > .item .content3 .title3 {
	text-align:center;
	font-size: 16px;
}
.carousel-inner > .item .content3-right {
	height:100%;
	width:400px;
	color: white;
	position: absolute;
	top:0;
	right: 0;
	margin: 150px;
}
.carousel-inner > .item .content3-right img {
	width: 100%;
}

.top-nav {
	padding-top: 18px;
	height: 60px;
  border-bottom: ridge 1px rgba(189, 189, 189, 0.27);
  background: #FFF;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.top-nav img {
	position:absolute;
	margin-left: 50px;
	
}
.top-nav ul {
  margin: 0;
  padding:0;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.top-nav ul li {
  display: inline-block;
  margin: 0 2em;
}
.top-nav ul li a {
  color: #8E8E8E;
  font-size: 0.8em;
  letter-spacing: 2px;
  margin: 0;
/*   font-weight: 600; */
  text-decoration: none;
  padding: 0 0 0.5em 0;
}
.top-nav ul li a.active {
  border-bottom: solid 2px #1CD5B4;
  color: #1CD5B4;
}
.top-nav ul li a:hover{
  border-bottom: solid 2px #1CD5B4;
  color: #1CD5B4;
}
.left-nav {
	text-align: right;
	float:right;
}
.left-nav li {
	float:right;
	display: block;
}
.left-nav li a {
	margin-bottom:1px;
	display: block;
	width:120px;
	float:right;
	text-align: right;
  	color: #8E8E8E;
  	font-size: 0.8em;
    font-weight: 400;
    padding: 1em;
    text-decoration:none;
}
.left-nav > li > a:hover {
	background-color: #1CD5B4;
  	color: #FFF;
    font-weight: 800;
}
.left-nav > li > a.active {
	background-color: #1CD5B4;
	color: #FFF;
    font-weight: 800;
}
.left-nav > li > a:focus {
	background-color: #1CD5B4;
	color: #FFF;
    font-weight: 800;
}
.two-col-grid li {
	display:inline-block;
}
.two-col-grid h1 {
	color: #8E8E8E;
	border-bottom: solid 1px #DDD;
	padding-bottom: 0.5em;
	margin: 0 0;
}
.two-col-grid img {
	width: 100%;
}
.two-col-grid-title {
	width:100%;
	display:block;
	font-size: 1em;
	color: #1CD5B4;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}
.two-col-grid-title:hover {
	color: #1CD5B4;
	text-decoration: none;
}
/*-- products --*/
.product-content {
	margin-left: auto;
	margin-right: auto;
	padding: 20px 200px;
}
/*-- //products --*/

/*-- footer --*/
.footer-bottom{
  background: #f7f8f9;
  padding: 1em 0;
  text-align: center;
  color: #444;
  font-size: 12px;
}
.footer-title {
	color:#9E9E9E;
	font-size:12px;
	padding:10px 0 10px 0;
	text-align:left;
	font-weight: 800;
}
.footer-item div {
	text-align: left;
}
.footer-text {
	color:#8E8E8E;
	font-size:12px;
}
.footer-bottom a {
	text-decoration: none;
	color: #444;
}
/*-- //footer --*/
.footer-bottom .container{
	position:relative;
}
.footer-bottom .erweima{
	position:absolute;
	right:0;
	bottom:0;
}
.erweima img{
	width:80px;
}
.erweima p{
	color:#8e8e8e;
	text-align:center;
}

/* error-page */
.vertical-container {
	background-color: rgb(247, 248, 249);
	width: 100%;
    min-height: 70%;
    display: -webkit-box;
    display: box;
    display: -moz-box;
    display: -o-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    box-pack: center;
}
.vertical-center {
	width: 100%;
	padding:0;
/* 	height: 368px; */
	background-color: #FFF;
}
.error-page-title {
	height:200px;
	padding-top: 90px;
	font-size: 100px;
	color:#444;
	text-align: center;
}
.error-page-content {
	height:150px;
	padding-top: 30px;
	font-size: 40px;
	color:#444;
	text-align: center;
}
/* error-page */
/* tab start */
.tabs {
	position: relative;
/*   left: 50%; */
/*   -webkit-transform: translateX(-50%); */
/*           transform: translateX(-50%); */
/*   position: relative; */
/*   background: white; */
/*   padding: 50px; */
/*   padding-bottom: 80px; */
/*   margin-top: 50px; */
/*   width: 60%; */
/*   height: 250px; */
/*   box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
/*   border-radius: 5px; */
/*   min-width: 240px; */
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-size: 16px;
  color: #428BFF;
  font-weight: normal;
}
.tab-bar {
	width: 400px;
}
.tabs .video-container a {
	display: block;
	margin-top: 20px;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0px;
  text-align: center;
  float:left;
}
.tabs ul li label {
	font-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #444;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #1CD5B4;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
  width: 100%;
}
.tabs .glyphicon-play {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -19px;
    color: rgba(255,255,255,.8);
    font-size: 38px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.tabs .glyphicon-play:hover {
	color: rgba(255,255,255,.5);
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .tab-bar > .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .tab-bar > .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .tab-bar > .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .tab-bar > .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
/*     display: none; */
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
  .flcs-banner {
	position: relative;
	min-height: 400px;
	background:url(../images/flcs-banner.jpg) no-repeat center;
  }
  .flcs-banner .content .title {
	font-size: 30px;
}
.flcs-banner .bg {
	display: none;
}
}
/* tab end */

/*-- responsive-design starts-here --*/
@media (max-width: 1440px) {
	.frame .left {
		font-size: 20px;
		width: 40%;
		line-height: 28px;
		left:10%;
	}
	.product-banner .product-title-img {
	    margin-top: 10%;
	}
	.product-banner .product-img {
	    position: absolute;
	    top: 20%;
	}
	
}
@media (max-width: 1366px) {
	
}
@media (max-width: 1280px) {
	.frame .left {
		font-size: 20px;
		width: 40%;
		line-height: 28px;
		left:10%;
	}
	.frame .right {
		font-size: 20px;
		width: 40%;
		line-height: 25px;
		right:10%;
	}
	.frame .top {
		font-size: 20px;
		width: 100%;
		line-height: 25px;
	}
	.carousel-inner > .item .content3-right {
		display: none;
	}
}
@media (max-width: 1080px) {
	.frame .left {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		left:10%;
	}
	.frame .right {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		right:10%;
	}
	.frame .top {
		font-size: 16px;
		width: 100%;
		line-height: 21px;
	}
	.product-banner {
		height: 600px;
	}
}
@media (max-width: 1024px) {
	.banner-title {
	}
	.banner-subtitle {
		font-size: 25px;
		line-height: 30px;
	}
	.product-banner {
		height: 600px;
	}
	.frame .left {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		left:10%;
	}
	.frame .right {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		right:10%;
	}
	.frame .top {
		font-size: 16px;
		width: 100%;
		line-height: 21px;
	}
}
@media (max-width: 991px) {
	button.menu {
	  display:block;
	  cursor: pointer;
	  font-size: 0.8em;
	  position: relative;
	  float:right;
	  margin:0 10px 0 0;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	}
	.top-nav ul {
	  padding: 0;
	  margin: 40px auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(28, 213, 181, 1);
	  border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}
	.product-banner {
		height: 600px;
	}
	.banner-title {
		margin-left: 20%;
	}
	.banner-subtitle {
		margin-left: 20%;
		font-size: 25px;
		line-height: 30px;
	}
	.banner-title-img {
		margin-left: 15%;
	}
	.faxianniao-banner .product-img {
		right:5%;
	}
	.frame .left {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		left:10%;
	}
	.youyi-frame .left {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .right {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		right:10%;
	}
	.frame .top {
		font-size: 16px;
		width: 100%;
		line-height: 21px;
	}
	.about-narrow-banner img {
		height: 50%;
	}
	.heading-inner:after {
	    width: 200px;
	}
	.heading-inner:before {
	    width: 200px;
	}
	.client .container h2 {
		font-size: 20px;
	}
}
@media (max-width: 800px) {
	button.menu {
	  display:block;
	  cursor: pointer;
	  font-size: 0.8em;
	  position: relative;
	  float:right;
	  margin:0 10px 0 0;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	}
	.top-nav ul {
	  padding: 0;
	  margin: 40px auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(28, 213, 181, 1);
	  border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}
	.product-banner {
		height: 600px;
	}
	.banner-title {
		margin-left: 20%;
	}
	.banner-subtitle {
		margin-left: 20%;
		font-size: 25px;
		line-height: 30px;
	}
	.product-banner .product-img {
	    width: 70%;
	}
	.banner-title-img {
		margin-left: 15%;
	}
	.carousel-indicators li {
	    margin: 1px 5px;
	}
	.carousel-indicators .active {
	    margin: 1px 5px;
	}
	.carousel-indicators {
		width:60%;
	}
	.frame .left {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		left:10%;
	}
	.youyi-frame .left {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .right {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		right:10%;
	}
	.frame .top {
		font-size: 16px;
		width: 100%;
		line-height: 21px;
	}
	.about-narrow-banner img {
		height: 40%;
	}
}
@media (max-width: 768px) {
	button.menu {
	  display:block;
	  cursor: pointer;
	  font-size: 0.8em;
	  position: relative;
	  float:right;
	  margin:0 10px 0 0;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	}
	.top-nav ul {
	  padding: 0;
	  margin: 40px auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(28, 213, 181, 1);
	  border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}
	.product-banner {
		height: 600px;
	}
	.banner-title {
		margin-left: 20%;
	}
	.banner-subtitle {
		margin-left: 20%;
		font-size: 25px;
		line-height: 30px;
	}
	.banner-title-img {
		margin-left: 15%;
	}
	.product-banner .product-title-img {
	    margin-top: 10%;
	}
	.carousel-indicators li {
		width:60px;
	    margin: 1px 5px;
	}
	.carousel-indicators .active {
		width:60px;
	    margin: 1px 5px;
	}
	.carousel-indicators {
		width:60%;
	}
	.frame .left {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		left:10%;
	}
	.youyi-frame .left {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .right {
		font-size: 16px;
		width: 40%;
		line-height: 25px;
		top: 20%;
		right:10%;
	}
	.frame .top {
		font-size: 16px;
		width: 100%;
		line-height: 21px;
	}
	.about-narrow-banner img {
		height: 40%;
	}
	.heading-inner:after {
	    display: none;
	}
	.heading-inner:before {
	    display: none;
	}
	.client .container .bg {
		display: none;
	}
	.client .container h1 {
		font-size: 30px;
	}
	.erweima{
		display:none;
	}
	.container-left{
		width:100%;
	}
	.container-left-container{
		width:100%;
	}
}
@media (max-width: 480px) {
	/*-- home --*/
	button.menu {
	  display:block;
	  cursor: pointer;
	  font-size: 0.8em;
	  position: relative;
	  float:right;
	  margin:0 10px 0 0;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	}
	.top-nav ul {
	  padding: 0;
	  margin: 40px auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(28, 213, 181, 1);
	  border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}
	.banner-title {
		margin-left: 20%;
	}
	.banner-subtitle {
		margin-left: 20%;
		font-size: 16px;
		line-height: 20px;
	}
	.banner-title-img {
		margin-left: 10%;
	}
	.product-banner .product-title-img {
	    margin-top: 20%;
	    width: 70%;
	}
	.product-banner .product-img {
	    top: 30%;
	    width: 100%;
	}
	.faxianniao-banner .product-title {
		font-size: 30px;
	}
	.faxianniao-banner .product-subtitle {
		font-size: 16px;
		margin-top: 250px;
	}
	.carousel-indicators li {
	    width: 30px;
	    margin: 1px 5px;
	}
	.carousel-indicators .active {
	    width: 30px;
	    margin: 1px 5px;
	}
	.carousel-indicators {
		width:60%;
	}
	.frame .left {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .right {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .top {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
	}
	.about-narrow-banner img {
		height: 25%;
	}
	.carousel-inner > .item .content2 .title1 {
		text-align:center;
		font-size: 40px;
	}
	.narrow-banner .subtitle {
		font-size: 16px;
	}
	.narrow-banner .title {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	/*-- home --*/
	button.menu {
	  display:block;
	  cursor: pointer;
	  font-size: 0.8em;
	  position: relative;
	  float:right;
	  margin:0 10px 0 0;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	}
	.top-nav ul {
	  padding: 0;
	  margin: 40px auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	  display: block;
	  text-align: center;
	  background: rgba(28, 213, 181, 1);
	  border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
	  margin: 0;
	  width: 100%;
	}
	.top-nav ul li a {
	  padding: .5em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}
	.banner-title {
		margin-left: 20%;
	}
	.banner-subtitle {
		margin-left: 20%;
		font-size: 16px;
		line-height: 20px;
	}
	.banner-title-img {
		margin-left: 10%;
	}
	.carousel-indicators li {
	    width: 30px;
	    margin: 1px 5px;
	}
	.carousel-indicators .active {
	    width: 30px;
	    margin: 1px 5px;
	}
	.carousel-indicators {
		width:60%;
	}
	.frame .left {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .right {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
		left:0;
		top:0;
		text-align: center;
	}
	.frame .top {
		position:relative;
		font-size: 16px;
		width: 100%;
		padding:40px 20px;
		line-height: 21px;
	}
	.dz-parameter .container div {
		padding-left: 0;
		padding-right: 0;
	}
	
}


/*public*/
.fl{display:inline;float:left;margin:0; padding:0}
.fr{display:inline;float:right;margin:0; padding:0}
.cf:after{content:"";clear:both;display:block;height:0;overflow:hidden;margin:0; padding:0}
.cf{zoom:1}
.pb10{padding-bottom:10px}
.mt10{margin-top:10px}
/*main*/
.lanrenzhijia{width:100%;padding:0;}
.lanrenzhijia .title{}
.lanrenzhijia .title h2{ font-size: 20px;}
.lanrenzhijia .title-list{ position: relative; top: 6px;}
.lanrenzhijia .title-list li{ width: 80px; line-height: 20px; text-align: center; float: left; display: inline;font-size:16px;cursor: pointer;}
.lanrenzhijia .title-list li.on{ color: #444; font-weight: bold;}
.lanrenzhijia .title-list p{position:absolute;top:24px;left:0px;width:60px;height:7px;border-top: 1px solid #1CD5B4; overflow: hidden; text-align: center;margin:0 10px;}
.product{ position: relative; overflow: hidden; display: none; margin-top: 20px;}
.product ul{ position: absolute; left: 0px;list-style:none;margin:0; padding:0}
.product-wrap .showon{ display: block;}
.product-wrap .product li{ float: left; display: inline; margin-left: 13px;background: #f3f3f3;border: 2px solid #fafafa; transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;}
.product-wrap .product li.ml0{margin-left:0px;}
.product-wrap .product li a.imgwrap{ display: block; background: #fff; text-align:center;}
.product-wrap .product li p{padding-left: 15px;color: #444;line-height: 22px;}
.product-wrap .product li p a{ color: #444; text-decoration: none;}
.product-wrap .product li p a:hover{ color: #444; text-decoration: none;}
.lanrenzhijia .video-container a {
	display: block;
	margin-top: 20px;
}
.lanrenzhijia .glyphicon-play {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -19px;
    color: rgba(255,255,255,.8);
    font-size: 38px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.lanrenzhijia .glyphicon-play:hover {
	color: rgba(255,255,255,.5);
}
.plane_body{
	background-color:#e4e5e6;
}
.bige_body{
	background-color:#e4e5e6;
}
.margin-left--50b{
	margin-left:-50%;
}