
/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  text-align: center;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:hover {
  text-decoration: none;;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #2584f0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2584f0;
  color: #fff;
  text-shadow: none;
}

/*
 Blue.
 */

.main-bg {
  background: #2584f0;
}
.main-color {
  color: #2584f0;
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 60px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  outline: none;
  border: 0;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 19px 59px;
}
.line {
  width: 80px;
  height: 2px;
  margin-top: 15px;
}
.button.light {
  border: 2px solid #eeeeee;
}
.padding-large {
  padding-top: 90px;
  padding-bottom: 0px;
}
.padding-top-large {
  padding-top: 90px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: #FFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 45px;
  right: 115px;
}

/*导航菜单展开样式*/
.mobilenav {
  font-family: inherit;
  top: 0;
  right: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.mobilenav li a{
  color: #FFFFFF;
}
.mobilenav li a:hover{
  color: #2584f0;
  text-decoration-line: none;
}

.mobilenav li:last-child span {
  border-bottom: none;
}
/*导航栏菜单展开line*/
.nav-label {
  border-bottom: 2px solid #ffffff1A;
  padding-bottom: 10px;
  display: block;
  width: 350px;
  margin: 0 auto;
  font-size: 18px;
}

.mobilenav .active{
  color: #2584f0;
}

/*航栏菜单展开第一项样式*/
.mobilenav li:first-child {
  margin-top: 120px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 132, 240, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #2584f0;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}

/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/slider-overlay.png) repeat; opacity: 0.8;

}
header .carousel,
header .item,
header .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}

/*轮播图图片样式*/
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*轮播图底部矩形点*/
.carousel-indicators li {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #2584f0;
}

/*轮播图上文字*/
.carousel-caption {
  top: 30%;
}
.carousel-caption h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
}
.carousel-caption h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 10px;
}

/*轮播图左右按钮*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}

/*顶部公司logo*/
header .logo-container {
  position: absolute;
  top: 52px;
  left: 93px;
  z-index: 10;
}

/* ========================================================================
  2.5 Component: Our Service
 ========================================================================== */
.ourService .icon {
  font-size: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: 4px;
}
.ourService .icon i {
  color: #787878;
}
.ourService h4 {
  margin: 15px 0 20px;
  color: #000;
}
.ourService p {
  color: #aaaaaa;
}
.ourService .service {
  padding: 5px;
  margin-bottom: 50px;
  cursor: pointer;
}
.ourService .service:hover > .icon {
  background: #2584f0;
  color: #fff;
  transition: all .85s;
}
.ourService .service:hover > .icon i {
  color: #fff;
  transition: all .85s;
}
.ourService .line{
  margin: 15px auto 45px;
}

/* ========================================================================
  2.5 Component: Video
 ========================================================================== */
/*-- Video--*/
.video-w3-agileits{
  background: url("../img/10.jpg");
  background-attachment:fixed;
  background-size:cover;
  padding:100px 0px;
  text-align:center;
}
.video-w3-agileits h3 {
  font-size: 35px;
  color: #f99104;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.video-w3-agileits a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 30px;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 50%;
}
.video-w3-agileits p {
  color: #eee;
  font-size: 15px;
  width: 40%;
  margin: 0 auto;
  line-height: 27px;
}

.video-w3-agileits .myVideo{
  width: 100%;
  height: 100%;
  border: none;
}
  /*-- //Video--*/

/* ========================================================================
  2.6 Component: Our Customer
 ========================================================================== */

.skill-bar li .wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #dddddd;
}
.skill-bar li span {
  height: 25px;
  width: 0px;
  display: block;
  border-radius: 3px;
}
.skill-bar li span {
  overflow: visible!important;
  position: relative;
}
.skill-bar li span {
  background: #2584f0;
}
.our-skills .skill-people img {
  height: 300px;
}
.our-skills .line{
  margin: 15px auto 45px;
}

/* ========================================================================
  2.9 Component: Partner
 ========================================================================== */
.testimonial h2{
  color: #3c3c3c;
}

.testimonial-carousel .item {
  padding-top: 10px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}
.testimonial-carousel .item p {
  font-style: italic;
  font-size: 24px;
}
.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
  display: inline-block;
  vertical-align: middle;
}
.testimonial-carousel .item .client img {
  height: 50px;
  width: 50px;
  max-width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.testimonial-carousel .item .client-info {
  margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
  text-align: left;
}
.testimonial-carousel .item .client-info li:first-child {
  font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #2584f0;
}

/* ========================================================================
  2.10 Component:案例介绍
 ========================================================================== */
.portfolio .line {
  margin: 15px auto 45px;
}
.portfolio .subtitle {
  font-size: 20px;
}
.portfolio p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 10px;
}
.portfolio .filters {
  color: #9e9e9e;
}
.portfolio .filters li {
  display: inline;
}
.portfolio .filters li a {
  margin: 0 5px;
  color: #9e9e9e;
}
.portfolio .filters .active {
  color: #2584f0;
  text-decoration: none;
}
.portfolio .portfolio-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-item a {
  position: relative;
  display: block;
  color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 70px 20px;
}
.portfolio .portfolio-item a img {
  width: 100%;
  transition: all 1.2s linear;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
  transform: scale(1.2);
}
.portfolio > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
  margin-top: 0px;
}
.portfolio > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}
.portfolio-wrapper .protfolio-text{
  margin-top: 20px;
  color: #ffffff;
  word-break: break-all;
  text-align: justify;
  text-indent: 2em;
}


/*********************************
14. Events
*********************************/
.events h2{
  text-align: center;
  margin-top: 80px;
}
.events .line{
  margin: 15px auto 45px;
}
.event_items
{
  margin-top: 68px;
}
.event_item
{
  margin-bottom: 56px;
}
.event_item:last-child
{
  margin-bottom: 0px;
}
.event_date
{
  width: 131px;
  height: 131px;
  border: solid 2px #2584f0;
  margin-bottom: 18px;
}
.event_day
{
  font-size: 48px;
  font-weight: 700;
  color: #2584f0;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1;
}
.event_month
{
  font-size: 16px;
  font-weight: 700;
  color: #2584f0;
}
.event_name a
{
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
}
.event_name a:hover
{
  color: #2584f0;
}
.event_location
{
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 2px;
}
.event_content{
  text-align: left;
}
.event_content p
{
  font-weight: 500;
  color: #a5a5a5;
  margin-top: 21px;
  margin-bottom: 13px;
}
.event_image{
  overflow: hidden;
}
.event_image img:hover{
  transform: scale(1.1);
}
.event_image img
{
  width: 100%;
  cursor: pointer;
  transition: all 0.6s ease;
  -moz-transition: -moz-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
}
.events{
  padding-bottom: 40px;
}


/*********************************
15. Footer
*********************************/

.footer
{
  width: 100%;
  background: #1a1a1a;
  margin-top: 0px;
}
.footer .section_title h1
{
  color: #FFFFFF;
}

/*********************************
15.2 Footer Content
*********************************/

.footer_content
{
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: solid 2px #3c3c3c;
}
.footer_content .logo_container
{
  padding-left: 0px;
}
.footer_content .logo_container img{
  width: 100px;
  height: auto;
  padding-top: 20px;
}

.footer_about_text
{
  padding-right: 20px;
  color: #a5a5a5;
  text-align: left;
}
.footer_column_title
{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  padding-top: 15px;
  text-align: left;
}
.footer_column_content
{
  margin-top: 32px;
  text-align: left;
}
.footer_list_item
{
  margin-bottom: 11px;
}
.footer_list_item a
{
  font-size: 14px;
  color: #a5a5a5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_list_item img
{
  width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer_list_item .footer_img2{
  width: 30%;;
  margin-right: 10px;
}
.footer_list_item .add_stronger{
  font-size: 14px;
  color: #a5a5a5;
}
.footer_list_item a:hover
{
  color: #2584f0;
}
.footer_contact_item
{
  font-size: 14px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 22px;

}
.footer_contact_item:last-child
{
  margin-bottom: 0px;
}
.footer_contact_icon
{
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.footer_contact_icon img
{
  width: 100%;
}

/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
  padding-top: 19px;
  padding-bottom: 19px;
}
.footer_copyright{
  margin: 0 auto;
}


.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}


.Qr_code{
  height: 100%;
  padding: 20px 0;
}
.Qr_code .app_code{
  border: solid 1px #b4b4b4;
  text-align: center;
  margin: 0;
  padding: 20px 30px;
}
.Qr_code .app_code img{
  width: 60%;
  height: 60%;
}

.Qr_code .qrcode_name{
  width: 100%;
  height: 40px;
  line-height: 40px;

}

.Qr_code .qrcode_name h3{
  color: #3c3c3c;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  float: left;
}

.Qr_code .qrcode_name img{
  width: 10%;
  z-index: 999;@import "";
  float: left;
  margin-right: 10px;
}