
/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px Arial,"微软雅黑","黑体";
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {
  padding-top: 60px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #f29700;
  color: white;
  padding: 10px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  color: #f29700;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 30px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #1d2179;
  font-size: 16px;
  padding: 9px 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #f29700;
  color: white;
}

.main-header-shrink {
  padding: 10px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #f29700;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #f29700;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #f29700;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #f29700;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #f29700;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about p{
	font-size:1.2em;
	line-height:2.2em;
}
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #f29700;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #f29700;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 90%;
  margin-bottom: 15px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 4px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #f29700;
  font-size: 16px;
  margin-right: 12px;
}

#contact .contact-form .VerifyCode input{
	width:140px;
	text-align:center;
	float:left;
	margin-right:30px;
}
#contact .contact-form .VerifyCode img{
	height:30px;
	width:auto;
}

#contact .vcode{
	width:100%;
	margin-top:50px;
}
#contact .vcode li{
	width:35%;
	float:left;
	margin-right:10%;
}
#contact .vcode li img{
	max-width:100%;
}
.flexslider {
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #1b1f7a;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
#inner-banner{
  margin-top: 114px;
  width: 100%;
  max-width: 100%;
  height:250px;
  background:url(../img/bn_in.jpg);
  overflow: hidden;
}
#inner-banner h1{
	font-size:2.2em;
	line-height:2em;
	color:#fff;
	font-weight:bold;
	margin-top:2em;
}
#inner-banner h3{
	color:#fff;
	font-size:1.3em;
	line-height:2em;
}

.Location .container{
	padding-top:30px;
	border-bottom:1px dotted #ccc;
}
.Location .Text{
	height:36px;
	line-height:30px;
}
.Location .Text img{
	float:left;
	margin-right:20px;
}
.Location .Text span{
	color:#f29700;
	padding:0 5px;
}
.Location a{
	color:#080c6f;
}
.Location a:hover{
	text-decoration:underline;
}
.bottom-line{
	border-bottom:1px dotted #ccc;
	height:1px;
	margin-bottom:50px;
}
.Page-Nav,Page-Nav ul{
	width:100%;
	height:40px;
	padding:30px 0;
}
.Page-Nav li{
	float:left;
	margin-right:10px;
}
.Page-Nav li a{
	line-height:2.8em;
	padding:0 30px;
	display:block;
	background:#f1f1f1;
	color:#999;
}
.Page-Nav li a:hover{
	color:#333;
}
.Page-Nav li a.active{
	background:#f29700;
	color:#fff;
}

#diamond {
    width: 120px;
    height: 120px;
    background: #1eff00;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 60px 0 10px 310px;
}  

.ProductList{
	padding-top:60px;
}
.ProductList .ProductListAll{
	position:relative;
}
.ProductList .pp{
	width:49%;
	height:250px;
	border-bottom:#fff 2px solid;
	float:left;
	z-index:0;
	overflow:hidden;
	position:relative;
	background-position:center center;
}
.ProductList .p5{
	width:360px;
	height:360px;
	position:absolute;
	z-index:10;
	left:33.5%;
	top:70px;
	border:#fff 2px solid;
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
	text-align:center;
	overflow:hidden;

}
.ProductList .Pnormal{
	width:510px;
	height:510px;
	background:#ccc;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	left:-75px;
	top:-75px;
}
.ProductList .p5 .pp{
	width:510px;
	height:510px;
	position:relative;
}
.ProductList .pp a{
	width:100%;
	height:100%;
	padding:5%;
	background:rgba(0,0,0,.75);
	display:block;
	color:#fff;
	font-size:2em;
	line-height:6em;
	top:-520px;
	position:absolute;
	left:0;
}
.ProductList .p2,.ProductList .p4{
	text-align:right;
}
.ProductList .p5 a{
	line-height:16em;
}
.IndexProductList{
	padding-top:0;
}
.IndexProductList .p3 , .IndexProductList .p4{
	border:none;
}

#newsboxes{ width:100%; display:table; margin-top:30px;}
#newsboxes .newsbox{ width:33%; float:left; padding:20px; background:#fff;  font-family:"微软雅黑";    }
#newsboxes .newsbox img{ width:100%; }
#newsboxes .newsbox a{ display:block;}
#newsboxes .newsbox:hover{ background:#f1f1f1;}
#newsboxes .tit{ font-size:16px; line-height:20px; margin-top:15px; width:100%;  color:#313131;   }
#newsboxes .txt{ font-size:13px; color:#929292; margin-top:20px; width:100%; }
#newsboxes p{  width:90%; padding:0 5%; border-top:1px solid #f29700; margin-top:20px; line-height:36px; color:#929292; padding-bottom:10px;}

.Text{
	width:100%;
	height:auto;
	display:table;
	padding:30px 0;
	margin-top:-50px;
}

.PagerContant{
	width:100%;
	display:table;
	padding:30px 0;
 }

.fy {
	text-align:left; 
	padding:10px; 
	margin-top:10px; 
	width:100%; 
	display:table;
}
.fy2{
	padding:8px 20px; 
	border:#CCC 1px solid; 
	margin-right:10px;
}
.fy2 a{
	color:#333; 
}
.fy2 a:hover{
	color:#f00; 
	font-weight:bold; 
}
.fy2 .on{
	color:#f00; 
	font-weight:bold; 
}

.NewsPage{
	width:100%;
	display:table;
	margin-top:20px;
}
.NewsPage img{
	max-width:96%;
	height:auto;
}

.NewsPage .img{
	width:100%;
	margin:30px 0;
	text-align:center;
}

.newstop{
	width:100%;
	height:auto;
	padding:20px 0 40px 0;

}
.newstop h3{
	width:100%;
	padding:10px;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.newstop p{
	width:100%;
	text-align:left;
	margin-top:-50px;
	color:#333;
}
.newstext{
	width:100%;
	height:auto;
	display:table;
	margin-top:20px;
	margin-bottom:40px;
}

.NewsPage .share{ width:100%; height:32px; border-top:1px solid #929292; padding-top:20px; margin-top:50px; }
.NewsPage .share a{ margin:0 20px;}
.NewsPage .share span{ color:#313131; font-size:20px; float:left; height:32px; line-height:32px; margin-right:50px;}

.service-page,.servicebox{
	width:100%;
	height:auto;
	display:table;
}
.service-page .servicebox{
	margin-bottom:50px;
}
.servicebox .img{
	width:35%;
	text-align:center;
}
.servicebox .img img{
	max-width:100%;
	margin-top:20px;
}
.servicebox .Stext{
	width:60%;
}
.servicebox .Stext h3{
	color:#666;
	font-size:1.3em;
	font-weight:bold;
	line-height:3em;
}
.servicebox .Stext p{
	margin-bottom:10px;
	line-height:1.75em;
}
.service-page .box1 .img{
	float:left;
	margin-right:5%;
}
.service-page .box1 .Stext{
	float:left;
	text-align:left;
}

.service-page .box2 .img{
	float:right;
}
.service-page .box2 .Stext{
	float:left;
	text-align:left;
}