/* === fontawesome === */
/*@import url('font-awesome.css');*/
/* ==== overwrite bootstrap standard ==== */
/*@import url('overwrite.css');
@import url('animate.css');*/
/*==========================================================================
  General
  ========================================================================== */
/* @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */
body {
	color:#777;
	background: #f7f7f7;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	font: normal 12px Microsoft YaHei, Arial, "\5b8b\4f53", tahoma;
}

.clear {
	clear: both;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: Georgia, serif;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}


small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 20px 0 20px 0;
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(../img/parallax/img3.jpg);
}
/*===========================
  --- Header & menu ----
=========================== */
.navbar {
	line-height:70px;
	height: 70px;
	background-color:#004a91;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0; margin-top:20px;
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
/*.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}
*/
h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height:68px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}



/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 200px 0 60px;
	background: #70B9B0;
	color: #fdfdfd; margin-top:100px;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}



/*=========================
  Footer
 ================= */

section#footer {
	background:#181a1d;
	margin: 0;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:#004a91;
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	section.featured {
		padding-top: 80px;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}

/*      添加的样式          */


ul{ margin:0; padding:0;}
ul li{ margin:0; list-style: none; color:#848484; font-size:13px; text-align:left;}
.ulFoot{ width:100%;}
.ulFoot li{ font: normal 14px/25px Microsoft YaHei, Arial, "\5b8b\4f53", tahoma}
.ulFoot li img{ width:30px; line-height: 30px;margin-right:12px;}
.ulFoot li font{ font-family:"Arial", tohoma; letter-spacing: 1px;}
.ulFoot li i{ position: relative;float: left;margin-right: 12px;margin-top:6px;width: 21px;height: 16px;background-image: url(../img/index.png);background-repeat: no-repeat;cursor: pointer;z-index: 10000;}
.ulFoot li i.qq{background: url(../img/icon74.png) center no-repeat;}
.ulFoot li i.weixin{background-position: 0 -70px;}
.ulFoot li i.weibo{background-position: 0 0;}
.divSm7{ text-align: right;}
.divSm7 p{ margin:30px 0;}
.divSm7 p img{ width:50px; margin-left:20px;}

/*      底部样式         */

.footer{margin:0 auto;padding-bottom:40px;width:100%;height:250px;min-width:1024px;background-color:#393939}
.footer .flink{margin:0 auto;width:1200px;color:#C1C1C1;line-height:30px}
.footer .flink .fl{float:left;color:#fff}
.flink a{color:#fff}
.flink a:hover{text-decoration:underline}
.flink .frule{padding:0 8px 0 6px;color:#888}
.footer .footerWrap{margin:0 auto;padding-top:60px;width:75%}
.footer .fContact{float:left;color:#9d9d9d;line-height:20px}
.fContact .ftel{font-size:18px}
.fContact .ftel:hover{color:#fff}
.fContact .fsns{padding-bottom:12px;width:180px;height:24px}
.fContact .fsns a{float:left;padding-right:12px}
.fContact .fsns a.fqq,a.frss,a.fweibo,a.fweixin{display:block;width:24px;height:24px}
.fContact .fctxt{clear:left}
.footer .footerNav{float:right;overflow:hidden}
.footerNav li.fNav{float:left;margin-left:40px}
.footerNav li.fNav a.fnavmain{margin-bottom:12px;color:#B8B8B8;font-size:15px;line-height:24px}
.footerNav li.fNav a.fnavmain:hover{color:#fff;text-decoration:underline}
.footerNav li.fNav a{display:block;color:#999}
.footerNav li ul li{line-height:20px}
.footerNav li ul li a{font-size:11px}
.footerNav li a:hover{color:#fff}
.footer{position:relative;color:#9d9d9d}
@media only all and (max-width:1024px){.footer{width:100%;min-width:0}
}
.footer-top{padding:8px;background-color:#4f4f4f;font-size:13px}
.footer-top span{display:none}
.footer-bottom{padding:30px 0;background-color:#393939}
.footer-bottom:after{clear:both;display:table;content:""}
.contact{float:left;font-size:14px}
.contact p{line-height:21px}
.contact-tel{font-size:20px}
.footer-nav{float:right}
.footer-nav-list{font-weight:700}
@media only all and (max-width:1024px){.footer-nav-list{font-weight:400}
}
.footer-nav-title{margin-bottom:12px;color:#B8B8B8;font-size:15px;line-height:24px}
.footer-nav-inner-list-item{color:#999;font-size:12px;line-height:20px}
.footer .footerWrap{padding-top:45px;width:1200px}
@media only all and (max-width:1600px){.footer .footerWrap{margin:0 auto;width:85%}
}
@media only all and (max-width:1280px){.footer .footerWrap{width:80%}
}
@media only all and (max-width:1024px){.footer .footerWrap{width:100%}
}
@media only all and (max-width:640px){.footer .footerWrap{position:relative;overflow:hidden;padding-bottom:20px;width:90%}
}
@media only all and (max-width:375px){.footer .footerWrap{min-width:319px}
}
@media only all and (max-width:320px){.footer .footerWrap{width:100%}
}
.footer .flink{overflow:hidden;margin:0 auto;padding-top:5px;padding-bottom:5px;width:1200px;border-bottom:1px #4d4d4d solid;color:#929292}
@media only all and (max-width:1600px){.footer .flink{width:85%}
}
@media only all and (max-width:1280px){.footer .flink{width:80%}
}
@media only all and (max-width:1024px){.footer .flink{width:90%;min-width:0}
}
@media only all and (max-width:768px){.footer .flink{min-width:0}
}
@media only all and (max-width:480px){.footer .flink{width:90%;min-width:319px}
}
.footer .flink .fr{float:left;margin-right:2%}
@media only all and (max-width:1024px){.footer .flink .fr{font-size:12px}
}
@media only all and (max-width:640px){.footer .flink .fr{margin-right:0}
}
@media only all and (max-width:375px){.footer .flink .fr{width:70%}
}
.fContact .fsns{display:none}
@media only all and (max-width:320px){.fContact .fsns{display:none}
}
@media only all and (max-width:1024px){.footer .fContact{position:absolute;top:29%;left:5%}
}
@media only all and (max-width:768px){.footer .fContact{top:33%}
}
@media only all and (max-width:640px){.footer .fContact{position:relative;left:0;margin-left:0;font-size:12px}
}
@media only all and (max-width:320px){.footer .fContact{top:55%;font-size:12px}
}
@media only all and (max-width:1024px){.footerNav{display:none}
}
@media only all and (max-width:1024px){.footerNav-small{top:27%;right:17%;display:block}
}
@media only all and (max-width:768px){.footerNav-small{right:20%}
}
@media only all and (max-width:640px){.footerNav-small{top:11%;left:15%;display:none}
}
@media only all and (max-width:320px){.footerNav-small{top:17%;left:7%}
}
.phone-foot{display:none}
@media only all and (max-width:1024px){.phone-foot{display:block;margin-right:1%}
}
@media only all and (max-width:640px){.phone-foot{margin-right:0}
}
@media only all and (max-width:1024px){.phone-foot .phone-fnav{display:block}
}
@media only all and (max-width:640px){.phone-foot .phone-fnav{float:right}
}
@media only all and (max-width:640px){.phone-foot .phone-fnav .fNav{float:right;margin-left:0}
}
@media only all and (max-width:1024px){.footerNav{display:none}
}
.footerNav .follow{overflow:hidden;width:100px}
.footerNav .follow a{display:block;width:30px;height:30px}
.footerNav .follow a.sina{float:left;background:url(../img/follow.png) left center no-repeat}
.footerNav .follow a.sina:hover{background:url(../img/follow_on.png) left center no-repeat}
.footerNav .follow a.wechat{float:right;background:url(../img/follow.png) right center no-repeat}
.footerNav .follow a.wechat:hover{background:url(../img/follow_on.png) right center no-repeat}
.back-top:hover{background:url(../img/top.png) bottom center no-repeat}
.footerNav-small{position:absolute;top:25%;right:36%;display:none;width:80px;font-weight:bolder;font-size:14px}
.footerNav-small li{padding-top:10px}
.footerNav-small li a{color:#999;cursor:pointer}
#section-contact1{ background:#f3f3f3; padding:30px 0;}
.oeeBg{ background:url(../img/oee.jpg) no-repeat center; background-size:cover; width:100%; height:600px;}
.ecshop{ background:url(../img/ecshop.jpg) no-repeat center; background-size:cover; width:100%; height:600px;}
.appBg{ background:url(../img/app.jpg) no-repeat center; background-size:cover; width:100%; height:600px;}
















