/*
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700); */
body {
	font-family: '微软雅黑';
	font-weight: normal;
    color: #6E6E6E;
}
/*General*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, .h1, h2, .h2, h3, .h3 {
	/* margin-top: 30px; */
}
h2 {
	margin: 30px 0;
}
a{
    color:#3d84e6;
}
a:hover, a:focus{
    color:#3d84e6;
    text-decoration: underline;
}
.navbar-toggle {
	background-color: rgba(77, 152, 255, 0.89);
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 0px 0 0px;
	padding: 0px 20px;
}
label {
	color: #777;
}
.btn-inline {
	color: #9C9C9C;
	font-size: 15px; 
}
.form-control {
	display: block;
	width: 100%;
	height: 41px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 2.428571;
	color: #555;
	background-color: #F7F7F7;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
}
.navbar-inverse .navbar-brand img {
	/* width: 171px; */
	width: 200px;
	margin-top:-5px;
}
.section-title {
	margin-bottom: 20px;
}
/* Header */
#head {
	background-size: cover;
	/* height: 530px; */
	text-align: center;
	color: white;
	font-weight: 300;
	position: relative; 
	background-position-x: center;
	margin-bottom:30px;
}
#head.secondary {
	height: 130px;
	min-height: 130px;
	padding-top: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset, 0px 0px 0px rgba(200,200,200,0.5);
}
#head .lead {
	font-size: 44px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.15em;
}
#head .tagline {
	color: rgba(255,255,255,0.75);
	margin-bottom: 25px;
}
#head .tagline a {
	color: #fff;
}
#head .btn {
	margin-bottom: 10px;
}
#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	background: transparent;
}
#head .btn-default:hover, #head .btn-default:focus {
	color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	background: transparent;
}
#head .btn-default:active, #head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}
.secondMenu {margin: 30px 0 15px;}
.secondMenu ul{
	overflow: hidden;
    padding: 0;
	margin:0;
}
.secondMenu ul li{
	text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: #ccc;
    cursor: pointer;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.secondMenu ul li:hover,.secondMenu ul li.active{
	background:#74adfc;
}
.maincontent,.newsDetail,.productsDetail{min-height:300px;    padding-bottom: 20px;}
.maincontent p{
	line-height: 24px;
    padding-bottom: 15px;
}
.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}
#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: absolute;
	right: 0;
	top: 0;
}
.camera_bar {
	z-index: 2;
}
.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.camera_overlayer {
	opacity: .1;
}
.panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-body {
	padding: 0px;
}
.btn-action, .btn-primary {
	color: #FFEFD7;
	background-image: -webkit-linear-gradient(top, #0ecfec 0%, #09bed9 100%);
	background-image: linear-gradient(to bottom, #0ecfec 0%, #09bed9 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecfec22', endColorstr='#09bed900', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 0 none;
}
.btn-action:hover, .btn-primary:hover {
	background: #04a0b7;
}
.btn:hover, .btn:active {
	color: #c0c0c0;
}
ul, .list.custom-list ul {
	margin: 0 0 11px;
	list-style-type: none;
	padding-left: 10px;
}
.list.custom-list ul li {
	margin: 0;
	padding: 4px 0 5px 0px;
	border-top: 1px dashed #f2f2f2;
	position: relative;
	/*background: url(../images/arrow.png) no-repeat 0 11px;*/
}
.list.custom-list ul li a {
	font: 14px/1.2em 'Roboto', sans-serif;
	color:#878787;
	text-transform: none;
	display: inline;
	position: relative;
}
.thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none; 
}
.thumbnail time {
	background: #3d84e6;
	padding: 5px 0;
	display: block;
	text-indent: 12px;
	color: #fff;
}
.thumbnail .caption {
	padding: 9px 0 0;
	color: #606577;
}
.thumbnail .caption:hover {
}
.thumbnail .caption a {
	font: 20px;
}
.slideUp {
	top: -100px;
}
.navbar-inverse {
	background: #fff;  
	margin: 0 auto; 
}
.navbar-inverse {
	border: none;
    padding-top: 20px;
    min-height: 60px;
	width: 100%;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 5px rgba(100,100,100,0.1);
}

.navbarIndex {
	/*position: fixed; */
	min-height:60px;
    top: 0;
    left: 0;
    /*z-index: 10;*/
    width: 100%;
    padding: 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 5px rgba(100,100,100,0.1);
}

.navbar-inverse .navbar-brand{height:30px;margin-top: 0;}
.navbar-inverse .navbar-nav > li{padding: 0 0 0 0;}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	/* color: #B8B8B8;*/
	font-size: 16px; 
	text-transform: uppercase;
	color:#595959;
	padding:0;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	text-align: left;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a,.navbar-inverse .navbar-nav > li.active > a:hover {
    color: #fff;
	background: #31a5e7;
}
.heading-text{
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 30%;
}
.heading-text h1{
    font-size: 45px;
}
.heading-text p{
font-size: 27px;
}
.aboutUs ul li{
	margin-bottom:25px;
}
.aboutUs h3,.absolute h3{
	color: #3d84e6;
    font-size: 18px;
	padding-bottom:15px;
}
.aboutUs h4{
	color: #f36e08;
    font-size: 16px;
    margin-bottom: 16px;
}

.absolute h4{
	color: #f36e08;
    font-size: 16px;
    margin-bottom: 16px;
}
#contactForm .control-group{
	margin-bottom:10px;
}
.newsCenter_c li{
	clear: both;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
	position: relative;
}
.aboutUs.zsShow ul li{
	border: 1px solid #ddd;
    padding: 4px;
    box-shadow: 0 0 5px #ccc;
    margin-right: 0px;
    margin: 0 5px 26px;
	float:left;
}
.aboutUs.zsShow ul li:nth-child(1),.aboutUs.zsShow ul li:nth-child(6){width:33%;}
.newsCenter_c li .imgInfo{
	height: 98px;
    float: left;
    padding-right: 10px;
	width: 161px;
	overflow:hidden;
}
.newsCenter_c li img{
	width:100%;
	height:100%;
	border-radius:8px;
}
.picDetail{
	float: left;
    width: 79%;
}
.picDetail h1{
	margin-top: 0;
}
.picDetail h1 a{
    font-size: 18px;
    color: #3d84e6;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}
.picDetail h4{
	font-size: 14px;
    color: #ccc;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.newsDetail h1{
	color: #3d84e6;
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
}
.newsDetail p img{
	display:block;
	margin:0 auto;
}
.aboutUs .scymainr{margin-top:20px;}
.aboutUs .fzlcmainYear{
	overflow:hidden;
}
.aboutUs .fzlcmainYear .s4 {
    margin-right: 36px;
    cursor: pointer;
    display: block;
    float: left;
}
.aboutUs .fzlcmainYear .s5 {
    margin-left: 36px;
    cursor: pointer;
    display: block;
    float: left;
}
.aboutUs .fzlcmainYear li{
	float:left;
}
.aboutUs .fzlcmainYear ul{
    width: 85%;
    overflow: hidden;
    float: left;
    display: inline;
    height: 38px;
}
.aboutUs .fzlcmainContent{
	
}
.aboutUs .fzlcmainYear ul li{
	cursor:pointer;
}
.aboutUs .fzlcmainYear ul li a {
    color: #999;
	width:43px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    height: 38px;
    background: url(../images/line.jpg) repeat-x bottom;
}
.aboutUs .fzlcmainYear ul li a.s7 {
    background: url(../images/lineActive.jpg) no-repeat bottom;
    color: #0075c2;
    font-weight: bold;
}
.aboutUs .fzlcmainYear ul li.s6 {
    width: 6%;
    border-bottom: 1px solid #d7d7d7;
    height: 38px;
}
.aboutUs .fzlcmainContent .tht_fzlc_year {
    float: left;
    display: inline;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-image: url(../images/tht_fzlc_bg.jpg);
    font-size: 26px;
    color: #FFF;
    text-align: center;
	margin: 15px 20px 0 0;
}
.fzlcmainContent div{
	clear: both;
    overflow: hidden;
}
.aboutUs .fzlcmainContent div:first-child {
    display: block;
}
.aboutUs .fzlcmainContent ul {
	padding: 20px 0 0 15px;
    float: left;
    width: 80%;
	margin-top: 10px;
}
.aboutUs .fzlcmainContent ul li {
    margin-bottom: 30px;
}
.aboutUs .fzlcmainContent span {
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
    width: 90px;
    float: left;
}
.top-margin h2 span,.title-box h2 span{
	font-size:24px;
	display: inline-block;
}
.top-margin h2 span em,.title-box h2 span em{
	font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #999999;
    display: block;
    padding: 4px 0 0;
    vertical-align: bottom;
	font-family:arial;
}
.top-margin h2 a{
	color: #999;
    float: right;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 0 9px;
    text-align: center;
    margin-top: 10px;
}
.top-margin h2 a:hover{
	color:#3d84e6;
	border:1px solid #3d84e6;
}
.productShow{
	position:relative;
	margin-bottom:25px;
}
.productShow span{
	font-size: 18px;
    padding-bottom: 15px;
    display: block;
}
.proTop{
	position:relative;
}
.proTop:hover{cursor:pointer;}
.proTop span{
	position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
	text-align:center;
}
.proBottom{display:none;}
.productShow p a{
	display:block;
	line-height: 29px;
	padding-left: 15px;
}
.productShow .mygl p a{
	/*line-height: 20px;*/
}
.productsDetail h1 {
    color: #3d84e6;
    font-size: 24px;
    text-align: center;
    margin: 30px 0;
}
.productsDetail h4{
	font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
}

/* Highlights*/
.highlight {
	margin-top: 40px;
}
.h-caption {
	text-align: center;
}
.h-caption i {
	display: block;
	font-size: 54px;
	color: #3d84e6;
	margin-bottom: 36px;
}
.h-caption h4 {
	color: #382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.hbox {
	background: #fff;
	padding: 10px 15px;
}
.h-body {
}
.jumbotron {
	background-color: #E0E0E0;
}
.page-header {
	border-bottom: 1px solid #15c008;
}
.page-title {
	margin-top: 20px;
	font-weight: 300;
	color: #15c008;
}
.text-muted {
	color: #888;
}
.breadcrumb {
	background: none;
	padding: 0;
	margin: 30px 0 0px 0;
}
ul.list-spaces li {
	margin-bottom: 10px;
}
/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
}
.top-space {
	margin-top: 60px;
}
.top-margin {
	margin-top: 20px;
}
.circle {
	background: rgb(214, 214, 214);
	width: 95px;
	height: 95px;
	border-radius: 90px;
	line-height: 95px;
	margin: 0 auto 20px;
}
img {
	max-width: 100%;
}
img.pull-right {
	margin-left: 10px;
}
img.pull-left {
	margin-right: 10px;
}
#map {
	width: 100%;
	height: 280px;
}
#social {
	margin-top: 50px;
	margin-bottom: 50px;
}
#social .wrapper {
	width: 340px;
	margin: 0 auto;
}
.sidebar {
	padding-top: 36px;
	padding-bottom: 30px;
}
.sidebar .panel {
	margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
	margin-top: 20px;
}
.carousel-control .blyLeft,.carousel-control .blyRight{
	background:rgba(255,255,255,0.8);   
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;}
.carousel-control .blyLeft i{
	background: url(../images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}
.carousel-control .blyRight i{
    background: url(../images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}
.featured-box {
	padding: 20px;
    padding-left: 0px;
	margin-bottom: 20px;
}
.featured-box .text {
	padding-left: 0px;
}
.featured-box h3 {
    font-size: 18px;
	margin: 0 0 5px 0;
}
.featured-box i {
	position: absolute;
	display: inline-block;
	color: #A8A8A8; 
	padding: 0px;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	margin: 0px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
footer {
	border-top: 1px solid #e5e5e5;
	background:#D8D8D8;
	margin-top: 40px;
    padding-top: 20px;
}
 ul.menu{
    padding: 0px;
}
.menu li{
    padding: 5px 0px;
}
.menu li a{
    color:#717171;
}
.social {
	margin: 20px 0;
}
.social a {
	font-size: 32px;
	margin: 0 10px;
	color: #8c8c8c;
}
.social a:hover {
	color: #3d84e6;
}
/* Footer */
.footer1 {
	background: #fff;
	padding: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}
.footer1 a {
	color: #ccc;
}
.footer1 a:hover {
	color: #fff;
}
.footer1 .panel {
	margin-bottom: 30px;
}
.footer1 .panel-title {
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 20px;
}
.footer1 .entry-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 35px 0;
	padding: 2px 0;
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}
.footer1 .entry-meta a {
	color: #333333;
}
.footer1 .entry-meta .meta-in {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.follow-me-icons {
	font-size: 30px;
}
.follow-me-icons i {
	float: left;
	margin: 0 10px 0 0;
	color: #3d84e6;
}
.footer2 {
	background: #000;
	padding: 15px 0;
	color: #aaa;
	font-size: 12px;
}
.footer2 a {
	color: #aaa;
}
.footer2 a:hover {
	color: #fff;
}
.footer2 p {
	margin: 0;
}
.panel-simplenav {
	margin-left: -5px;
}
.panel-simplenav a {
	margin: 0 5px;
}
#services .fa {
	color: #3d84e6;
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px 0px 0px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
}
#quote-carousel img {
	width: 250px;
	height: 100px;
}
/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote img {
	margin-bottom: 10px;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.contact ul {
	padding: 0px;
}
.contact ul li {
	margin-bottom: 10px;
	list-style: none;
}
footer ul li {
	list-style: none;
}
#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* ------- */

.isotopeWrapper article {
	margin-bottom: 30px;
}
#portfolio {
}
#portfolio img {
	width: 100%;
}
#portfolio article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/;
}
nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 10px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	border: 1px solid #3d84e6;
	text-decoration: none;
	color: #3d84e6;
    border-left: 0px;
border-right: 0px;
}
nav#filter a.current {
	background: #3d84e6;
	color: #fff;
}
.iconColor .fa {
	color: #ee0c45;
}
.portfolio-items article img {
	width: 100%;
}
.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(61, 61, 61, 0.67);
}
.portfolio-item .portfolio-desc a {
	color: #fff;
	text-align: center;
	display: block;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top: -20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}
.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
.news .newsList .thumbnail{
	max-height:225px;
	overflow:hidden;
}
.news-box a.newsBox {
	margin-bottom: 12px;
	padding: 8px;
    border: 1px solid #efefef;
    background: #f9f9f9;
	display:block;
}
.news-box a.newsBox h5{
	font-weight:bold;
	font-size:15px;
}
.news-box a.newsBox p{line-height:24px;}
.news-box a.newsBox img {
	width: 100% !important;
}
.news-box a.newsBox:hover h5,.news-box a.newsBox:hover p{color:#008bd6;}
.news-box a.newsBox:hover{
	transform: scale(15);
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 2px 2px 10px #999;
    -moz-box-shadow: 2px 2px 10px #999;
    -webkit-box-shadow: 2px 2px 10px #999;
    color:#008bd6;
	text-decoration:none;
}
.news a{display:block;}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(255, 196, 0, 0.66);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 26px;
	line-height: 1x;
	color: #2F2F2F;
	margin-top: -18px;
	margin-left: -18px;
	text-align: center;
	font-weight: normal;
} 
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
} 

/*Da Slider*/
.da-slider {
	width: auto;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.da-slide h2 {
	text-align: left;
	top: 15%;
	font-weight: bold;
}
.da-slide p {
	text-align: left;
	top: 40%;
	font-size: 30px;
}
.da-arrows span {
	position: absolute;
	top: 45%;
}
.da-dots span.da-dots-current:after {
	content: '';
	background: #3d84e6;
}
.team-member {
	padding-top: 5px;
	margin-bottom: 15px;
}
.team-heading {
	display: block;
	width: 100%;
}
.member-img {
	overflow: hidden;
}
.member-img img {
	border-radius: 0px; 
}
.team-socials {
	margin: 15px 0;
	display: block;
	text-align: center;
}
.team-socials i {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #C7C7C7;
}
.team-socials i:hover {
	color: #74adfc;
}
.team-member h4 {
	font-size: 19px;
	line-height: 32px;
	padding: 10px 0 0;
	text-align: center;
	margin: 0px;
}
.team-member .pos {
	display: block;
	margin: 0;
	text-align: center;
}
#head.secondary { 
	padding-top: 0px;
	background:#74adfc;
	/*background: #74adfc;*/
	background-size: cover;
	text-align: center; 
    padding:10px 0;
	/*height: 140px; */
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3) inset, 0px 0px 5px rgba(200,800,200,0.5); */
}
#head.secondary h1{ 
    COLOR: #fff;
    text-align: center;
	text-shadow: 0px 0px 10px rgba(2,100,190,0.3);
	margin: 13px 0 16px;
}
#head.secondary.aboutTitle{
	background:url(../images/aboutBg.jpg) no-repeat 0 0;
}
#head.secondary.absoluteTitle{
	background:url(../images/absoluteBg.jpg) no-repeat 0 0;
}
#head.secondary.servicesTitle{
	background:url(../images/servicesBg.jpg) no-repeat 0 0;
}
#head.secondary.newsTitle{
	background:url(../images/newsBg.jpg) no-repeat 0 0;
}
#head.secondary.productTitle{
	background:url(../images/productBg.jpg) no-repeat 0 0;
}
.secondary p{
	margin: 0 auto 10px;
    width: 21%;
    background: rgba(255,255,255,0.5);
    color: #999;
}
.picList{list-style-type:none;}
.picList li{width:30%;float:left;}
/*Price table*/
.flat {
	margin: 30px 0;
}
.flat .plan {
	border-radius: 0px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 15px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;
}
.flat .plan li {
	padding: 10px 15px;
	color: #ccc;
	border-top: 1px solid #f5f5f5;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.flat .plan li.plan-price {
	border-top: 0;
}
.flat .plan li.plan-name {
	border-radius: 0;
	padding: 15px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #4E4E4E;
	margin-bottom: 30px;
	border-top: 0;
}
.flat .plan li > strong {
	color: #6B6B6B;
	font-weight: normal;
}
.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}
.flat .plan.featured {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name {
	background: #3d84e6 !important;
}
.btn {
	background: #3d84e6;
	color: #fff;
}
.footer2 a {
	padding: 4px 8px;
}
.dowTxt{font-size:20px;float:right;width: 125px;}
.dowTxt p{font-size:14px;line-height:24px;margin-top:15px;}
.dowImg{height: 200px;width: 200px;background-size: cover;border-radius: 100px;float:left;}
.footerSec,.footerThr{margin-top: 45px;}
/*index*/
body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0;}
ul, ol { list-style-type: none;}

body { font: 14px "Microsoft Yahei",Arial,Helvetica,sans-serif; color: #515151;}
a { color: #515151; text-decoration: none;}
a:hover { color: #31a5e7;}

.clearfix:after { content: ""; display: table; clear: both;}

.ml-nav { position: fixed; top: 0; left: 0; z-index: 10; width: 100%; padding: 15px 0 10px; background-color: rgba(255, 255, 255, 0.85);box-shadow: 0 3px 5px rgba(100,100,100,0.1);}
.ml-logo { float: left; width: 200px; padding: 0 0 0 7px;}
.ml-logo img{width:200px;}
.ml-link { float: right; margin: 6px 23px 0 0; font-size: 0;}
.ml-link a { display: inline-block; margin: 0 15px; font-size: 14px;}
.ml-link a.active{color:#3d84e6;}
.buy-now { position: absolute; right: 0; top: 0; width: 100px; height: 36px; line-height: 36px; text-align: center; color: #fff; background-color: #3db1fa;}
.buy-now:hover { color: #fff;}

.center-wrap { position: relative; z-index: 1; width: 100%; height: 100%; margin: 0 auto;}
.desc { position: relative; z-index: 1;}

.section { overflow: hidden;}
.section h1 { margin-bottom: 20px; line-height: 1.4; font-size: 40px; font-weight: 400;}
.section p { line-height: 25px;}

.section .meizu-logo { float: left; margin: 0; padding: 30px 0;}
.meizu-logo a { float: left; width: 114px; height: 20px; font-size: 0; background-image: url(../images/logo.jpg);}
.nav { float: right; margin-right: 150px;}
.nav li { float: left;}
.nav a { display: block; /*padding: 31px 22px 30px;*/}
.login { position: absolute; right: 0; top: 31px;}
.login a { margin: 0 5px; padding-top: 31px;}

.banner { background: url(../images/bg1-s.jpg) 50% 0 no-repeat;}
.banner-desc { position: absolute; width: 386px; margin: 0 auto; color: #FFF; bottom: 95px; left: 50%; margin-left: -193px;}
.banner-desc h1 { text-align: center;}

.thin { background: url(../images/bg9.jpg) 50% 0 no-repeat;background-size: cover;}
.thin-desc { width: 574px; margin: 0 auto; padding-top: 35%; text-align: center;margin-left:45%;}
.thinList{ width: 130px; overflow: hidden; margin: 0 auto; margin-top: 20px; padding-left: 20px;}
.thinList li{float: left;list-style: disc;line-height:24px;}
.thin-img { /* position: absolute; top: 168px; */ left: 50%; margin-top: 0; margin-left: -600px;}
.thin-img img { position: absolute;}
.thin-img1 { left: 230px; width: 400px;}
.thin-img2 { left: 480px; width: 500px;}


.cpu { background: url(../images/bg5-s.jpg) center 0 no-repeat;background-size: cover;}
.cpu-desc { padding-top: 10%; width: 610px; margin: 0 auto;margin-left:36%;}
.cpu-img { position: absolute; /*bottom: -110px;*/ left: 50%; margin-left: -400px;}
.cpu-img img { width: 700px;}



.camera { background: url(../images/bg7-s.jpg) center 0 no-repeat;background-size: cover;}
.camera-desc { position: absolute; padding-top: 40%; left: 28%; width: 460px;}


.battery { background: url(../images/bg8.jpg) center 0 no-repeat;background-size: cover;}
.battery-desc { position: absolute; right: 15%; padding-top: 26%; width: 410px; text-align: right;}
.battery-img { position: absolute; bottom: -10px; left: -200px;}
.battery-img img { width: 1000px;}


.flyme { background: url(../images/bg9111.jpg) center 0 no-repeat;background-size: cover;}
.flyme-desc { padding-top: 5%; text-align: center;}
.flyme-img { position: absolute; top: 0; left: 50%; margin-left: -600px; padding-top: 400px; width: 1200px; height: 752px; z-index: 1;}
.flyme-img { position: absolute; top: 0; left: 50%; margin-left: -400px; padding-top: 230px; width: 800px; height: 752px; z-index: 1;}
.flyme-img img { position: absolute;}
.flyme-pic1 { width: 296px; left: 0; padding-top: 60px;}
.flyme-pic2 { width: 310px; left: 236px; z-index: 1;}
.flyme-pic3 { width: 296px; left: 482px; padding-top: 60px;}

.footer-link { padding: 30px 0; border-bottom: 1px solid #eee;}
.footer-link dl { float: left;}
.footer-link dt { line-height: 45px; font-weight: 700;}
.footer-link dd { line-height: 28px;}
.footer-link a { color: #515151; text-decoration: none;}
.footer-link a:hover { color: #31a5e7;}

.copyright { padding: 20px 10px; text-align: center;}

#fp-nav ul li:first-child, #fp-nav ul li:last-child { display: none;}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}


.containeraaa{
	float:right;
	position:fixed;
	right:20px;
	z-index:999;
}
.time-vertical {
    list-style-type: none;
    border-left: 4px solid #40a3e1;
    padding: 0px;
    height: 400px;
	margin-right:40px;
}
 
.time-vertical li {
    height: 100px;
    position: relative;
}
 
.time-vertical li b:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #40a3e1;
    border-radius: 20px;
    background: #40a3e1;
	cursor: pointer;
}
 
.time-vertical li span {
    position: absolute;
    color: #fff;
    top: 25px;
    left: -20px;
	cursor: pointer;
}


	/* .navbar-inverse .navbar-nav > li{
		text-align:center;
		height:90px;
	}
	
	.navbar-inverse .navbar-nav > li:hover{
		background-color:#40a3e1;
		height:90px;
	} */
	
	
	
	.navbar-inverse .navbar-nav > li > a{
		display:block;
		width:100%;
		height:100%;
		padding-left:20px;
		padding-right:20px;
		text-align:center;
		height: 90px;
		line-height: 90px;
	}
	
	.navbar-header{
		margin-top:20px;
		margin-bottom:40px!important;
	}
	
	
	.navbarIndex{
		padding-top:0px!important;padding-bottom:0px!important;
	}
	

	
	
	body.modal-open,
	.modal-open .navbar-fixed-top,
	.modal-open .navbar-fixed-bottom {
		margin-right: 0;
	}
	.modal {
		top: 100px;
		bottom: auto;
		padding: 0;
		background-color: #ffffff;
		border: 1px solid #999999;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		background-clip: padding-box;
	}
	.modal-open .modal{
		text-align:center;
	}
	
	.container11{width:960px;height:450px;margin:60px auto;position:relative;}
	.container11 img{position:absolute;padding:10px 10px 15px;background:#fff;border:1px solid #ddd;-webkit-transition:1s ;-moz-transition:1s ;transition:1s ;z-index:1;}
	.container11 img:hover{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:5px 5px 5px #ddd;-moz-box-shadow:5px 5px 5px #ddd;box-shadow:5px 5px 5px #ddd;z-index:999;cursor:pointer;}
	.pic1{top:0px;left:400px;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg);}
	.pic2{top:0px;left:600px;-webkit-transform:rotate(-20deg);-moz-transform:rotate(-20deg);transform:rotate(-20deg);}
	.pic3{bottom:0;right:0;-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);}
	.pic4{bottom:0;left:350px;-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);transform:rotate(-10deg);}
	.pic5{bottom:0;left:0;-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);transform:rotate(-10deg);}
	.pic6{top:0;left:0;-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);transform:rotate(10deg);}
	.pic7{top:0;left:850px;-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);transform:rotate(20deg);}
	.pic8{bottom:-20px;right:600px;-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);}
	.pic9{top:90px;left:550px;-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg);}
	.pic10{left:180px;top:20px;-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);transform:rotate(-10deg);}
	a:hover{
		text-decoration:none!important;
	}
	.conUs{padding-left:50px;}
	.zzs{padding-left:30px;}
	.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    /* display: block;
    height: 500px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-left: -20%;
	max-width: none; */
	display: block;
	max-width: 100%;
	height: auto;
}
	
.mainNav>li{
	float: left;
	/* width:110px; */
}
.drop-down a{
	display: block;
	text-decoration: none;
	width:110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	list-style: none;
	
}

.drop-down-content{
	padding: 0;
	display: none;
	
}
.drop-down-content a{
	background-color:#fff;
	
}

.drop-down-content li:hover a{
	background-color:#eee;
}
.nav .drop-down:hover .drop-down-content{
	display: block;
	
}
textarea.form-control.sugestTxt{height:170px;}

/**
  MEDIA QUERIES
*/
@media (max-width: 768px) {
.navbar-inverse .navbar-toggle{margin-top:8px;}
#head.secondary {
	height: 80px;
	min-height: 80px;
	background-size: initial;
}
#head .container{padding: 0;}
#camera_wrap_4, #head{
/* height:480px !important; */
   height:auto !important;
}
.carousel-control .blyRight{left:0;}
.carousel-control .blyLeft,.carousel-control .blyRight{top: 42%;}
/* .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: 150px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-left: -20%;
	max-width: none;
} */
#head .lead {
	font-size: 34px;
}
.navbar-inverse .nav li {
    float: none;
    margin: 0;
	padding:0;
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:hover {
    height: auto;
	background:none;
	color:#3d84e6;
}
.navbar-inverse .navbar-nav > li > a:hover{background:#f5f5f5;}
.navbar-collapse ul {
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0;
	background:rgba(255,255,255,0.8);
}
.conUs{padding-left:0;}
.aboutUs img{display:block;float:none!important; margin: 0 auto 10px;}
.footerSec,.footerThr{margin-top: 0;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #head.secondary { 
height: 157px !important;
}
#camera_wrap_4, #head{
/* height:480px !important; */
   height:auto !important
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	font-size: 16px;
	padding:8px 20px;
	height:auto;
	line-height:normal;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open ul > a:hover {
	color:#3d84e6;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
    text-align: left;
    font-size: 14px;
}
#quote-carousel .carousel-indicators {
	bottom: -20px !important;
}
#quote-carousel .carousel-indicators li {
	display: inline-block;
	margin: 0px 5px;
	width: 15px;
	height: 15px;
}
#quote-carousel .carousel-indicators li.active {
	margin: 0px 5px;
	width: 20px;
	height: 20px;
}
.footer2 p {
	margin: 0;
	text-align: center;
}
.aboutUs .fzlcmainYear ul{width:100%;}
.aboutUs .fzlcmainYear ul li a{
    width: 35px;
    font-size: 14px;
}
.aboutUs .fzlcmainYear ul li.s6{width:3%;display:block;}
.aboutUs .fzlcmainYear ul{height:auto;}
.dowTxt{text-align:center;margin-top:20px;}
.dowImg {
    float: none;
    margin: 0 auto;
}
.dowTxt{float:none;width: auto;}
.dowTxt p{margin: 5px 0 15px;}
#contactForm{margin-top:10px;}
.navbarIndex .navbar-collapse {
	height: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    margin: 0px 0px 0px -15px;
    padding: 0px;
    top: 94px;
}

}
@media (max-width: 768px) and (min-width: 680px){
.aboutUs .fzlcmainYear .s4,.aboutUs .fzlcmainYear .s5{
	display:none;
}
.aboutUs .fzlcmainContent div:first-child{margin-top:10px;}
}
@media (max-width: 680px){
.aboutUs .fzlcmainYear .s4,.aboutUs .fzlcmainYear .s5{
	display:none;
}
.aboutUs .fzlcmainYear ul{height:auto;}
}
@media (max-width: 420px) { 
#camera_wrap_4, #head{
/* height:380px !important; */
   height:auto !important;
}
.da-slide h2 {
	font-size: 28px;
}
.da-slide p {
	font-size: 19px;
	font-weight: 400;
}
}
.camera_caption h2 {
border-bottom: 4px solid #1fcdff;
font-family: 'Open Sans', sans-serif;
font-size: 100px;
font-weight: 700;
letter-spacing: -2px;
}

.grey-box-icon {
background: #f6f6f6;
padding: 15px 20px 20px 20px;
text-align: center;
margin-top: 113px;
position: relative;
}
.grey-box-icon-pos{
    margin-top: -88px;
    margin-bottom: 31px;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
background-color: #f6f6f6;
color: #697277;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.footer_post li {
float: left;
margin: 2px;
list-style: none;
}

.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color: #212121;
	color: #fff;
	padding: 8px;
	border-radius:3px
}
.video-list-thumbs > li > a:hover{
	background-color:#000;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .play-button{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 43%;
    top: 34%;
    background: url(../images/playbutton.png) no-repeat;
    width: 36px;
    height: 36px;
}
.video-list-thumbs > li > a:hover .play-button{
	color:#fff;
	opacity:1; 
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
	transition:all 500ms ease;
}
.clearImg{clear:both;}
@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h2{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}

@media (min-width: 640px) {
	.secondary p {
		width: 35%;
	}
}
@media (max-width: 640px) {
	.secondary p {
		width: 35%;
	}
}
@media (min-width: 480px) and (max-width: 639px){
	.secondary p {
		width: 45%;
	}
}
@media (max-width: 480px){
	.secondary p {
		width: 70%;
	}
	.center-wrap .camera-desc{top:20%;left:6%;}
	.center-wrap .thin-desc{top:21%;left:-32%;}
	.center-wrap .cpu-desc{left:-20%;top:10%;}
	.center-wrap .flyme-desc{top:10%;}
}
@media (min-width: 768px){
	.navbar-collapse .nav{
		margin-right:0;
	}

	.col-sm-22 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1199px){
	.picDetail{
		width:79%;
	}
}
@media (max-width: 1198px) and (min-width: 623px){
	.picDetail{
		width:60%;
	}
}
@media (max-width: 622px){
	.picDetail{
		width:100%;
	}
	.newsCenter_c li .imgInfo{
		width:100%;
		height:auto;
	}
	.picDetail h4{
		position: relative;
		right: auto;
		bottom: auto;
		padding-top: 16px;
	}
}
@media (max-width: 995px){
	.clearImg{clear:none;}
}
@media (max-width: 580px) and (min-width: 480px){
	.proTop span{font-size: 16px;}
}
@media (max-width: 479px){
	.proTop span{font-size: 14px;}
	.aboutUs.zsShow ul li{
		width:98%;
	}
	.aboutUs.zsShow ul li:nth-child(1),.aboutUs.zsShow ul li:nth-child(6){width:98%;}
	.zzs{padding-left:0;}
}
@media (max-width: 1200px) and (min-width: 768px){
	.aboutUs .fzlcmainYear .s4 {
		margin-right: 26px;
	}
	.aboutUs .fzlcmainYear ul {
		width: 83%;
	}
	.aboutUs .fzlcmainYear .s5 {
		margin-left: 3px;
	}
	.aboutUs .fzlcmainYear ul li.s6 {
		width: 4%;
	}
	.aboutUs .fzlcmainYear ul li a{width:35px;}
	.aboutUs.zsShow ul li:nth-child(1),.aboutUs.zsShow ul li:nth-child(6){width:33%;}
	.dowImg{float:none;margin:0 auto;}
	.dowTxt{float:none;width:auto;text-align: center;margin-top: 15px;text-align: center; margin-bottom: 10px;}
}
@media (max-width: 992px) and (min-width: 768px){
	.navbar-inverse .navbar-nav > li{width:80px!important;font-size:14px!important;}
	.navbar-inverse .navbar-nav > li > a{font-size: 14px !important;padding-left: 10px;padding-right: 10px;}
	textarea.form-control.sugestTxt{height:150px;}
}
@media (max-width: 767px) and (min-width: 481px){
	.aboutUs.zsShow ul li:nth-child(1),.aboutUs.zsShow ul li:nth-child(6){width:33.3%;}
	.picList li {width: 29%;}
	.center-wrap .camera-desc{top:20%;left:6%;}
	.center-wrap .thin-desc{top:21%;left:-15%;}
}

	