/* Theme Name:iDea - Clean & Powerful Bootstrap Theme
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.0.0
Created:September 2014
License URI:http://wrapbootstrap.com
File Description:Main CSS file of the template */

/* TABLE OF CONTENTS

1) Typography
2) Layout
3) Sections
4) Pages ( blog,
about etc )
5) Template Components
6) Navigations
7) Blocks/Widgets
8) Main Slideshow
9) Owl carousel
* */

/* 1 Typography
----------------------------------------------------------------------------- */
html {
	height: 100%;
}
a:hover {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:link {text-decoration:none}
.clear {clear:both}
body {
	font-family:Arial;
	font-size: 13px;
	line-height: 22px;
	color: #5a5a5a;
	background-color: #fff;
}
body.full-height, body.full-height .page-wrapper {
	background-color: #fafafa;
	min-height: 100%;
}
img {max-width:100%;}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
ul {margin:0px; padding:0px; list-style:none}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/*Header*/
.header {width:100%;background:#081531;}
.header .header-left {float:left; margin-top:19px}
.logo img:hover {opacity: 0.85;filter: alpha(opacity=85);}

.header-top {float:left;height:30px; line-height:30px; width:100%;color:#a1a1a1}
.header-top span{float:left; font-size:12px;}
.header-top ul {float:right}
.header-top ul li{float:left; margin-left:15px;}
.header-top ul li i{float:left;width:20px; height:20px; color:#878c96; line-height:20px; font-size:20px; margin-top:5px;}
.header-top ul li a {color:#a1a1a1; margin-left:10px; font-size:14px;}

.tnav { background:#fff}
.tbar {float:right; padding-top:30px;}

.searchDiv {float:left; margin-top:25px; margin-left:330px;}
#sform{ float:right; width:251px; height:37px; background:url(../images/search.jpg) no-repeat;}
#sform input{height:37px; line-height:37px; background:none; border:0px; font-size:14px;}
#stext{ float:left; width:180px;  padding-left:11px; color:#a8a8a8;}
#sbut{ float:right;width:55px; padding:0; border:0; cursor:pointer;}

.sTel {float:left; margin-top:5px;}
.sTel i{float:left; font-size:25px;color:#133984; line-height:22px;}
.sTel span{float:left; font-size:22px;color:#133984; line-height:22px; margin-left:10px;}

.nav {float:left;float:left; width:100%; background:#fff;height:125px; z-index:9999; position:relative}
.nav .logo {float:left; margin-top:20px;}
.menu {list-style:none; display:table;height:125px; line-height:125px;float:left; margin-left:152px;}
.menu li{list-style:none;float:left; margin-left:35px;}
.menu li > a { font-size:16px; color:#6a6a6a;display:block; padding:0px 10px;}
.menu li > a:hover {color:#081531}

.fixed-header-on .header {height:74px;}
.fixed-header-on .nav {height:73px; background:none}
.fixed-header-on .tbar{padding-top:5px;}
.fixed-header-on .header .logo {margin-top:0px}
.fixed-header-on .header .logo img{height:60px; margin-top:7px}
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .header-top {display:none;}
.fixed-header-on .menu {height:74px; line-height:74px; margin-top:0px}


.menu li.mega-menu:hover .dropdown {display: block;}
.menu li.mega-menu:hover a.dropdown-toggle {color:#081531}
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display:none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    width: 1200px;
    padding: 30px;
    border-top: 1px solid #081531;
    background: url(../images/list.png);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.dropdown a { font-size:16px; height:50px; line-height:50px; overflow:hidden; text-align:center; display:block; color:#666; text-transform:uppercase}
.dropdown a:hover { background:#dedede}
.dropdown div:hover a { color:#000}



/*头部*/
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
   .dropdown {width:720px}
   .header .logo img{height:60px; margin-top:18px}
   .searchDiv {margin-left:110px;}
   .menu {margin-left:15px}
   .menu li{margin-left:26px;}
   .menu li > a {padding:0px 3px; font-size:14px;}
   .sTel i{font-size:16px;}
   .sTel span{font-size:16px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
   .dropdown {width:940px}
   .searchDiv {margin-left:180px;}
   .menu {margin-left:65px}
   .menu li{margin-left:26px;}
   .menu li > a {padding:0px 3px; font-size:15px;}
   .sTel i{font-size:18px;}
   .sTel span{font-size:18px;}
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .dropdown {width:1140px}
    .menu {margin-left:115px}
    .menu li{margin-left:26px;}
}
/*头部*/


/*手机导航*/
.mobile-meunu{height:75px; position:fixed; z-index:999; width:100%;-webkit-transition: 1s;transition: 1s; top:0px; left:0px;}
.mobilebg{ background:#fff; height:75px; float:left; width:100%; border-bottom:1px solid #ddd;}
.mobile-logo{ float:left; padding-top:15px; padding-left:2em;}
.mobile-logo img{ height:40px;}
.mobile-nav {position: relative;width: auto;display: inline-block;border: none; }
.btn-nav {
  position: fixed;
  top: 10px;
  right: 20px;
  background: transparent;
  border: none;
  padding: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;z-index: 99999;}
.btn-nav:focus {outline: 0;}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 30px;
  height: 4px;
  background-color: #081531;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #081531;
}

.nav-content {
  position: fixed;
 
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  height: 100%;
  z-index: 59;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 15%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;

  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none; 
  padding: 10px;
}
.item-anchor:hover,
.item-anchor:focus {text-decoration:none;color: #081531;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #081531;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.nav-item {margin: 25px auto;text-align: center;}
.animated {display: block; margin: 0 auto;}
.animated:hover .icon-bar,
.animated:focus .icon-bar{background-color: #081531;}
.animated:focus {cursor: pointer;z-index: 9999;}
.middle {margin: 0 auto;}
.icon-bar {-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-ms-transition: all .7s ease;-o-transition: all .7s ease; transition: all .7s ease;z-index: 999999;}
.animated .icon-bar {z-index: 999999; background-color: #00569d;}
.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {width: 0;}
@keyframes showNav {from {top: -100%;}to {top: 0;}}
@-webkit-keyframes showNav {from {top: -100%;}to {top: 0;}}
@-moz-keyframes showNav {from{top: -100%;}to {top: 0;}}
@-o-keyframes showNav {from {top: -100%;}to {top: 0;}}
.showNav {-webkit-animation: showNav 1s ease forwards;-moz-animation: showNav 1s ease forwards;-o-animation: showNav 1s ease forwards;animation: showNav 1s ease forwards;}
@keyframes hideNav {from {top: 0;}to {top: -100%;}}
@-webkit-keyframes hideNav {from {top: 0;}to {top: -100%;}}
@-moz-keyframes hideNav {from {top: 0;}to {top: -100%;}}
@-o-keyframes hideNav {from {top: 0;}to {top: -100%;}}
.hideNav {-webkit-animation: hideNav 1s ease forwards;-moz-animation: hideNav 1s ease forwards;-o-animation: hideNav 1s ease forwards;animation: hideNav 1s ease forwards;}
.hidden {display: none;}	


.equinav{margin-top:20px;}
@media (min-width: 768px) {
	.equinav{margin-top:20px; border:none}
	.navbar-brand{ display:none}
}
/*手机导航*/

/*关于我们*/
.myAbout {
    margin-top:50px;
    margin-bottom:60px;
}


.myAbout .title {width:430px; margin:0 auto; margin-bottom:50px;margin-top:30px;}
.myAbout .title .str{width:100%; text-align:center;font-size:24px; color:#323131; line-height:60px; background:url(../Images/ml.jpg) no-repeat left top;margin-bottom:-40px}
.myAbout .title .con{background:url(../Images/mr.jpg) no-repeat right bottom; padding:20px 50px}

@media (max-width: 767px) {
    .myAbout .title {width:309px;}
    .myAbout .title .str{font-size:16px;line-height:45px;}
    .myAbout .title .con{font-size:12px;line-height:23px;padding:20px 50px}
}

.myAbout .title {display:table; margin:0 auto;}
.lAbout {}
.lAbout strong{font-size:20px;color:#f74f08; font-weight:normal; line-height:35px;}
.lAbout p{font-size:15px;color:#000;line-height:28px;}
.lAbout a{font-size:14px;color:#7e7e7e;line-height:24px; margin-top:80px; width:139px; height:47px; line-height:47px; display:block; background:#efb231; text-align:center; border-radius:25px;}
.lAbout a:hover {box-shadow:0 0 10px 5px #f7d28f;}

.abCon{margin-top:60px;}
.rAbout {text-align:right;}

.mr-icon:hover {}
.mr-icon .i1{margin-top:65px;}
.mr-icon .i2{}
.mr-icon .i3{margin-top:100px; padding-bottom:40px;}
.mr-icon .i4{padding-bottom:40px;}
.m-icon {border:1px solid #b3b3b3; margin:15px; padding:15px; text-align:center; margin-top:40px;}
.m-icon div {width:100%;}
.m-icon strong {font-size:22px;color:#f74f08; font-weight:normal; width:100%; line-height:50px;}
.m-icon p {font-size:14px;color:#000; line-height:27px; width:100%;}
.m-icon:hover {box-shadow:0 0 10px 5px #efefef; border:1px solid #f2f2f2}

@media (max-width: 767px) {
  .myAbout {margin-top:50px;margin-bottom:60px;}
  .lAbout {margin-top:50px;}
  .lAbout a{display:table; margin:0 auto; margin-top:80px;}
  .m-icon {margin:0px; margin-top:30px;}
  .rAbout {text-align:left;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .rAbout {text-align:left;}
}
@media (min-width: 992px) and (max-width: 1199px) {
   .lAbout p{font-size:15px;}
   .rAbout {text-align:left;}
}
@media (min-width: 1200px) and (max-width: 1440px) {
 
}

/*检测项目*/
.myProducts {background:#fff; padding:0px 0px 20px 0px; background:url(../Images/nbg.jpg) no-repeat bottom center;}
.myProducts .title {width:509px; margin:0 auto; margin-bottom:50px}
.myProducts .title .str{width:100%; text-align:center;font-size:30px; color:#323131; line-height:60px; background:url(../Images/ml.jpg) no-repeat left top}
.myProducts .title .con{width:100%; text-align:center;font-size:14px; color:#afafaf; line-height:25px; background:url(../Images/mr.jpg) no-repeat right bottom; padding:20px 50px}
.cp {margin-bottom:48px}
.cp .imgs img{float:left; width:100%; border-top-left-radius:20px; border-top-right-radius:20px}
.cp .name{float:left; width:100%; background:#fff; padding:10px 0px; text-align:center}
.cp .name a { font-size:16px; color:#7d7b7b}

@media (max-width: 767px) {
    .myProducts .title {width:309px;}
    .myProducts .title .str{font-size:25px;line-height:45px;}
    .myProducts .title .con{font-size:12px;line-height:23px;padding:20px 50px}
}

/*服务*/
.myApplication {padding-bottom:0PX;}
.SImgs div { margin-bottom:35px;}
.SImgs strong {font-size:20px;}
.SImgs p {font-size:14px;line-height:25px; min-height:50px; margin-top:10px;}
.SImgs img:hover {box-shadow:0 0 40px 5px #efdcb0;}

.myApplication .title {width:350px; margin:0 auto; margin-bottom:50px;margin-top:30px;}
.myApplication .title .str{width:100%; text-align:center;font-size:30px; color:#323131; line-height:60px; background:url(../Images/ml.jpg) no-repeat left top;margin-bottom:-40px}
.myApplication .title .con{width:100%; text-align:center;font-size:14px; color:#afafaf; line-height:25px; background:url(../Images/mr.jpg) no-repeat right bottom; padding:20px 50px}

@media (max-width: 767px) {
    .myApplication .title {width:309px;}
    .myApplication .title .str{font-size:25px;line-height:45px;}
    .myApplication .title .con{font-size:12px;line-height:23px;padding:20px 50px}
    .SImgs p {line-height:26px;}
}
@media (min-width: 768px) and (max-width: 991px) {
   .mConM {width:auto; }
   .SImgs p {font-size:14px;line-height:45px;line-height:26px; height:52px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .SImgs p {font-size:14px;line-height:26px; height:52px;}
}
@media (max-width: 767px) {
    .myApplication {padding-bottom:60px;}
    .SImgs {padding:40px 0px 5px 0px}
}


/*服务领域*/
.myColor {padding:40px 0px; padding-bottom:80px; background:#f1f1f1;}
.myColor .sTit{width:160px; text-align:center; margin:0 auto;}
.sTits {float:left; width:100%; text-align:center; color:#afafaf; font-size:14px; line-height:25px; padding:27px 0px}

.carousel-example {margin-top:50px;}
#complicated-content-carousel .carousel-controlS {
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    width: 14px;
    height: 25px;
    line-height: 25px;
    color: #000 !important;
    opacity: 1;
    font-weight:normal;
    margin-top:40px;
}
#complicated-content-carousel .carousel-controlS.right {right: 45%; background:url(../images/right.jpg)}
#complicated-content-carousel .carousel-controlS.left {left: 45%; background:url(../images/left.jpg)}
.carousel-controlS {width: 14px;height: 25px;bottom:50px;transform: translateY(-50%);bottom: auto;font-size: 30px;text-align: center;opacity: 1;}
a.carousel-controlS.left,
a.carousel-controlS.right {background-image: none;opacity: 1;text-align: center;}

.flex-item {position:relative}
.dName {width:100%; height:40px; line-height:40px; text-align:center; position:absolute; bottom:0px;}
.dName a { width:100%; height:100%; display:block; text-align:center; background:#d7ad3f;font-size:18px;color:#323131}
.dName a:hover {background:#104a7f;color:#fff}

/* MEDIA QUERIES */
/* styles for phones' displays */
@media only screen and (max-width: 350px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}

/* styles for medium size displays */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #complicated-content-carousel .flex-item {
        width: 300px;
    }
}
.carousel.flexible .items {
	display: none;
}
.flex-item .flex-t {float:left; width:100%; background:#049bff}
.flex-item img { max-width:100%;}

/*新闻展示*/
.myNews {padding:80px 0px; background:url(../Images/nbg.jpg) no-repeat bottom center;}
.myNews .sTit{margin:0 auto; width:200px;}
.nTab { display:table; margin:0 auto; margin-top:45px;}
.nTab a{ display:block;color:#fff; font-size:20px; padding:10px 35px;float:left; background:#e9c03e; margin-left:1px}
.nTab a:hover{ background:#0e335e;}
.nTab a.hover{ background:#0e335e;}

.inews { margin-top:65px;}
.inews .tit {float:left; width:100%; font-size:18px;color:#5a5a5a; line-height:30px;}
.inews span {float:left; width:100%;color:#ffc200}
.inews p {float:left; width:85%;color:#7d7b7b; font-size:14px; margin-top:15px; line-height:28px; margin-bottom:10px;}
.inews .link {float:left;font-size:18px;color:#ffc201; width:100%;}

@media (max-width: 767px) {
  .inews p {width:100%;}
}

/*联系我们*/
.myContact {width:100%;padding:90px 0px 50px 0px;}
.myContact .sTit{margin:0 auto; width:200px;}

.mConM {width:936px; border:2px solid #fad144; margin:0 auto; margin-top:58px; padding:30px 0px; text-align:center}
.dContactName {font-size:18px;color:#3a3a3a}
.dContactTel {font-size:24px;color:#ef3434;margin-top:30px;}
.dContactTel img {margin-right:15px}
.dCompanyName{ font-size:18px;color:#686767; padding-top:30px; background:url(../Images/line.png) no-repeat top center; margin-top:30px;}
.dContactEmail {font-size:16px;color:#f22f2f;margin-top:30px;}
.dContactEmail a{color:#f22f2f}
.dContactEmail img {margin-right:15px}
.dContactAdd {font-size:16px;color:#7d7b7b;margin-top:30px;}
.dContactAdd img {margin-right:15px}
.dContactEWM {margin-top:30px;}

@media (max-width: 767px) {
 .mConM {width:auto; padding-left:15px; padding-right:15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
   .mConM {width:auto; }
}
@media (min-width: 992px) and (max-width: 1199px) {
 
}
@media (min-width: 1200px) and (max-width: 1440px) {
 
}

/*底部*/
.myFoot {float:left; width:100%; background:#303030; padding:75px 0px 100px 0px}
.myFoot strong {font-size:18px;color:#e0e0e0; font-weight:normal; margin-left:40px}
.myFoot ul{margin-top:20px; margin-left:40px}
.myFoot li a{font-size:14px;color:#7b7b7b; line-height:30px;}


/*版权*/
.myCopy {width:100%; line-height:60px; background:#1c1c1c; text-align:center; font-size:14px;color:#868585}

@media (max-width: 767px) {
   .myFoot { display:none}
   .myCopy {font-size:12px;}
}
@media (min-width: 768px) and (max-width: 991px) {

   .myFoot { display:none}
   .myCopy {font-size:12px;}
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #081531;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/*内页*/
.bannerPic {float:left; line-height:100px; width:100%; background:#f7f7f7; text-align:center; font-size:24px; margin-top:1px;}
.mMain {background:#fff;width:100%; min-height:700px;float:left;}
.aboutli {width:100%; padding-top:20px}
.aboutli p {color:#7a7a7a; font-size:16px; line-height:25px;}
@media (max-width: 767px) {
    .bannerPic {margin-top:75px;}
}

.dCon {padding:0px 20px}

.newsli{ list-style:none; text-align:center;display:table; margin:0 auto; margin-top:30px; }
.newsli li{display:inline; margin-right:8px; margin-bottom:26px;float:left}
.newsli li a{line-height:30px; background:#f1f1f1; color:#666666;padding:10px; font-size:14px;}
.newsli li a:hover{ background:#081531;color:#fff; text-decoration:none}
.newsli li a.hover{ background:#081531;color:#fff}

.nwTit { padding:20px 0px;border-bottom:1px solid #dcdcdc; text-align:center}
.nwTit .pubDate{ font-weight:bold;}
.nwTit .pubShare { margin-top:10px;}
.nwTit .pubShare ul{float:right;}
.nwTit .pubShare ul li{float:left; margin-left:5px;}
.nwTit .pubShare ul li a{width:20px; height:20px; display:block; font-size:16px; color:#a3a3a3}
.nwTit .pubShare ul li a:hover {color:#079bff}

#fh5co-contact {margin-top:50px;float:left}
#fh5co-contact p{ font-size:16px; line-height:30px;}
#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
  margin-top:20px;
  float:left;
}
#fh5co-contact .contact-info li {
  list-style: none;
  margin: 0 0 15px 0;
  position: relative;
  padding-left: 40px;
}
#fh5co-contact .contact-info li i {
  position: absolute;
  top: 0em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-contact .contact-info li a {
  font-weight: 400 !important;
  color:#000;
}
#fh5co-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 50px;
}
#fh5co-contact .form-group {
  margin-bottom: 30px;
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
	text-align: left;
    display:table;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}
ul.pagination li {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #0c2869;
	border-color: #0c2869;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #081531;
	border-color: #081531;
	line-height: 1;
}
ul.pagination li > a:focus {
	background: none;
}

.btn-primary {background:#081531;border:1px solid #081531}



.mp_Desc { font-size:18px; font-weight:bold; color:#2e2e2e; border-bottom:1px solid #dadada; padding:10px 0px; cursor:pointer}
.mp_Desc:hover { color:#081a76}
.mp_Remark {padding-top:10px;}
.softBtn { padding:10px 10px; background:#081a76; color:#fff; display:block; width:100px; text-align:center; border-radius:10px; margin:10px 0px;}
.softBtn:hover { color:#fff; background:#bababb}

.portfolio {
    margin-top: 50px;
}

.portfolio-title1 {
    margin-bottom:30px;
}

.portfolio-title1 h3 {
    width: 240px;
    margin: 0 auto;
    background: #fff;
    font-size: 24px;
    color: #5d5d5d;
    text-align:center;
}

.portfolio .work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #081a76;
    text-align:center;
}

.portfolio .work:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .work:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .work .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: #081a76; 
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work .icon-awesome a:hover {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio .work p {
    line-height: 24px;
    font-style: italic;
}

.cr {float:right}
.cr ul {float:left; margin-top:24px;}
.cr ul li{float:left; margin-right:8px}
.cr ul li a{float:left;width:35px; height:30px; line-height:30px; display:block; background:#5278f3; color:#fff; font-size:16px; text-align:center}
.cr ul li a.f { background:#5178f2}
.cr ul li a.t { background:#51b9f4}
.cr ul li a.i { background:#3ea0b9}
.cr ul li a.g { background:#f6514c}

/* The color of default buttons is the color of current color scheme */
.btn-default {
	background-color: #0c2869;
	color: #fff !important;
    border:none;
    padding:15px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #068de1;
	border-color: #068de1;
}
.default-bg .btn-default {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: transparent;
}
.default-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-bg .btn-default:active,
.default-bg .btn-default.active,
.default-bg .open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #068de1;
	border-color: #068de1;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.fixed2{position:fixed;bottom:0px;right:0px;width:45px;}
.fixed2 .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#0c2869;line-height: 45px;margin-top:1px;}
.fixed2 .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.fixed2 .child:hover{width:110px;background: #000;}
.fixed2 .child img{position:absolute;top:0px;left:0px;}
.fixed2 .child p{position: absolute;left:45px;color:#fff;}

.fixed2 .fixedFacebook{bottom:230px;}
.fixed2 .fixedTwitter{bottom:184px;}
.fixed2 .fixedQQ{bottom:92px;}
.fixed2 .fixedCall{bottom:46px;}
.fixed2 .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.fixed2 .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.fixed2 .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#0c2869;line-height: 45px;margin-top:1px;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}

.mPrice {margin-top:50px; text-align:center}
.mPrice strong{font-size:18px;}
.mPrice p{font-size:14px; padding:20px 0px}
.mPrice a{font-size:14px;color:#fff;line-height:24px; width:139px; height:47px; line-height:47px; display:block; background:#efb231; text-align:center; border-radius:25px; margin:0 auto;}
.mPrice a:hover {box-shadow:0 0 10px 5px #f7d28f;}


.timeline {
                    position: relative;
                    margin: 30px auto;
                    padding: 60px 0;
                }
                .timeline::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 10%;
                    width: 4px;
                    height: 100%;
                    background-color: #8d94b1;
                }
                @media (min-width: 800px) {
                    .timeline::before {
                        left: 50%;
                        margin-left: -2px;
                    }
                }
                .timeline__item {
                    margin-bottom: 100px;
                    position: relative;
                }

                    .timeline__item::after {
                        content: "";
                        clear: both;
                        display: table;
                    }

                    .timeline__item:nth-child(2n) .timeline__item__content {
                        float: right;
                    }

                        .timeline__item:nth-child(2n) .timeline__item__content::before {
                            content: '';
                            right: 40%;
                        }

                @media (min-width: 800px) {
                    .timeline__item:nth-child(2n) .timeline__item__content::before {
                        left: inherit;
                    }
                }

                .timeline__item:nth-child(2n) .timeline__item__content__date {
                    background-color: #b292c5;
                }

                .timeline__item:nth-child(2n) .timeline__item__content__description {
                    color: #b292c5;
                }

                .timeline__item:last-child {
                    margin-bottom: 0;
                }

                .timeline__item-bg {
                    -webkit-transition: all 1s ease-out;
                    transition: all 1s ease-out;
                    color: #fff;
                }

                    .timeline__item-bg:nth-child(2n) .timeline__item__station {
                        background-color: #b292c5;
                    }

                    .timeline__item-bg:nth-child(2n) .timeline__item__content {
                        background-color: #b292c5;
                    }

                        .timeline__item-bg:nth-child(2n) .timeline__item__content::before {
                            background-color: #b292c5;
                        }

                    .timeline__item-bg:nth-child(2n) .timeline__item__content__description {
                        color: #fff;
                    }

                    .timeline__item-bg .timeline__item__station {
                        background-color: #65adb7;
                    }

                    .timeline__item-bg .timeline__item__content {
                        background-color: #65adb7;
                    }

                        .timeline__item-bg .timeline__item__content::before {
                            background-color: #65adb7;
                        }

                    .timeline__item-bg .timeline__item__content__description {
                        color: #fff;
                    }

                .timeline__item__station {
                    background-color: #9aa0b9;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    border-radius: 50%;
                    padding: 10px;
                    top: 0;
                    left: 10%;
                    margin-left: -33px;
                    border: 4px solid #8d94b1;
                    -webkit-transition: all .3s ease-out;
                    transition: all .3s ease-out;
                }

                @media (min-width: 800px) {
                    .timeline__item__station {
                        left: 50%;
                        margin-left: -30px;
                        width: 60px;
                        height: 60px;
                        padding: 15px;
                        border-width: 6px;
                    }
                }

                .timeline__item__content {
                    width: 80%;
                    background: #fff;
                    padding: 20px 30px;
                    border-radius: 6px;
                    float: right;
                    -webkit-transition: all .3s ease-out;
                    transition: all .3s ease-out;
                    border:1px solid #ececec;
                }
                    .timeline__item__content img {
                        float: left;
                        width: 100%;
                        margin: 10px 0px;
                    }

                @media (min-width: 800px) {
                    .timeline__item__content {
                        width: 40%;
                        float: inherit;
                        padding: 30px 40px;
                    }
                }

                .timeline__item__content::before {
                    content: '';
                    position: absolute;
                    left: 10%;
                    background: #8d94b1;
                    top: 20px;
                    width: 10%;
                    height: 4px;
                    z-index: -1;
                    -webkit-transition: all .3s ease-out;
                    transition: all .3s ease-out;
                }

                @media (min-width: 800px) {
                    .timeline__item__content::before {
                        left: 40%;
                        top: 30px;
                        height: 4px;
                        margin-top: -2px;
                    }
                }

                .timeline__item__content__date {
                    margin: 0;
                    padding: 8px 12px;
                    font-size: 15px;
                    margin-bottom: 10px;
                    background-color: #65adb7;
                    color: #fff;
                    display: inline-block;
                    border-radius: 4px;
                    border: 2px solid #fff;
                }

                .timeline__item__content__description {
                    margin: 0;
                    padding: 0;
                    font-size: 14px;
                    line-height: 24px;
                    font-weight: 300;
                    color: #65adb7;
                    width:100%;
                }

                @media (min-width: 800px) {
                    .timeline__item__content__description {
                        font-size: 14px;
                        line-height: 24px;
                    }
                }
.timeline__item__content__more {float:left; font-size:14px;color:#fff; margin:10px 0px;}

.fyLang {min-width:950px;width:950px; margin:0 auto; padding:10px 0px;}
#fgj{float:left;width:100%; padding-bottom:6px;}
.gj{ float:left;margin-right:8px; }
.gj img{ float:left;margin-right:8px;}

.qqbox{
	width:133px;
	height:376px;
	/*overflow:hidden;*/
	position:absolute;
	right:0;
	top:170px;
	color:#000000;
	font-size:12px;
	letter-spacing:0px;
	background:url(/images/kf_en.jpg) left top no-repeat; z-index:5000;
}


.qqlv{
	width:133px;
	height:376px;
	overflow:hidden;
	position:relative;
	float:left;
	z-index:50;
    top:92px;
	text-align:center;
}


.qqlv1 p{ width:133px; height:30px; line-height:30px; text-align:left; text-indent:40px; font-size:12px; color:#d00; font-family:Arial;margin-bottom:0px;}

.qqlv_c img{ border:none;}
#qqlv a{ width:133px; height:30px; display:block; color:#222;}
#qqlv a:hover{ width:133px; height:30px; display:block; color:#A30400;}


.qqlv2{ width:133px; text-align:left; height:25px; line-height:25px; color:#FF0000; position:absolute; left:0; top:134px; font-size:12px;font-family:"Arial"; text-indent:40px; text-align:left;float:left; cursor:pointer}
.wechat {position:absolute; z-index:9999; right:140px; width:120px;height:120px; display:none;top:190px;}