@font-face {
  font-family: "texgyreadventorregular";
  src: url("../fonts/texgyreadventor-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype");
}
body {
  font-family: "open_sansregular";
  background: #ffffff;
  font-size: 100%;
}

/* 自定义滚动条样式 */
/*整体部分*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*滑动轨道*/
::-webkit-scrollbar-track {
  border-radius: 0;
  background: none;
}

/*滑块*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.75);
}

/* 全局图片圆角 kangert */
body div img {
  border-radius: 15px;
}

/* 防止页头logo也圆角 */
#logo {
  border-radius: 0;
}

/* start header */
.header_bg {
  border-top: 8px groove #3b3b3b;
  background: #ffffff;
}

@media (min-width: 1000px) {
  .header_bg1 {
    border-top: 8px groove #3b3b3b;
    background: url("../images/slidebg.jpg") no-repeat left;
    background-size: 100%;
  }
  /* 首页logo放大 */
  #logo {
    transform: scale(1.5);
  }
  /* 页脚二维码左边显示（适配移动端） */
  #footer_image1 {
    float: left;
  }
}

.header {
  padding: 2% 0;
}

/* 页头微信动画 */
.header > div:nth-child(2) img {
  cursor: pointer;
  transition: all 0.3s;
}

.header > div:nth-child(2) img:hover {
  transform: scale(1.25);
}

.logo h1 a {
  font-size: 1em;
  text-decoration: none;
}

/* search */
.h_search {
  width: 30%;
  position: relative;
  margin-top: 2%;
  text-align: right;
}
.h_search > img {
  height: 80px;
}
.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
/* menu */
.h_menu {
  padding: 0;
  background: #3b3b3b;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px;
  border: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #3b3b3b;
  color: #ffffff;
  padding: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: #34b2ff;
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav > li {
  border-right: 1px solid rgb(39, 37, 37);
}
.nav > li > a {
  font-size: 15px;
  padding: 20px 30px;
  text-transform: uppercase;
}

/* 自定义页头导航栏 */
#custom-navbar li > ul {
  position: absolute;
  top: 61px;
  width: 121px;
  list-style: none;
  background-color: #3b3b3b;
  font-size: 15px;
  padding: 0;
  text-align: center;
  display: none;
  z-index: 9999;
}

#custom-navbar:hover {
  cursor: pointer;
}

#custom-navbar li:hover > ul {
  display: block;
}

#custom-navbar li .custom-navbar-sub li > a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

#custom-navbar li .custom-navbar-sub li {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
  width: 100%;
}

#custom-navbar li .custom-navbar-sub li:hover {
  background-color: #556373;
  cursor: pointer;
}

/* start soc_icons */
.soc_icons {
}
.soc_icons ul {
  margin-bottom: 0;
}
.soc_icons ul li {
  display: inline-block;
  border-left: 1px solid rgb(39, 37, 37);
  margin-left: -3px;
}
.soc_icons ul li a {
  color: #ffffff;
  font-size: 24px;
  display: block;
  line-height: 60px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.soc_icons ul li a:hover {
  background: #34b2ff;
}
/* start slider */
#indexImagesText .da-slider div > h2 {
  color: black;
  font-weight: bold;
}

.slider_bg {
  background: url("../images/ban11.jpg") no-repeat;
  background-size: 100%;
}

/* 首页大图动画 */
.slider_bg {
  cursor: pointer;
  transition: all 2s;
}

.slider_bg:hover {
  transform: scale(1.025);
}

/* start main */
.main_bg {
  background: #ffffff;
}
.main {
  padding: 5% 0;
}
.images_1_of_4 img {
  display: inline-block;
}
.images_1_of_4 h4 {
  margin: 30px 0 15px;
}
.images_1_of_4 h4 a {
  display: inline-block;
  color: #353535;
  font-size: 1.5em;

  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.images_1_of_4 h4 a:hover {
  text-decoration: none;
  color: #34b2ff;
}
.images_1_of_4 span {
  width: 120px;
  height: 120px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.bg {
  background: #3b3b3b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -o-border-radius: 75px;
}
.images_1_of_4 span i {
  font-size: 6em;
  color: #e0e0e0;
  line-height: 2em;
  text-shadow: 1px 1px 0px #3b3b3b;
  -webkit-text-shadow: 1px 1px 0px #3b3b3b;
  -moz-text-shadow: 1px 1px 0px #3b3b3b;
  -o-text-shadow: 1px 1px 0px #3b3b3b;
  -ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.para {
  font-size: 16.5px;
  line-height: 2.1em;
  color: #868686;
  text-indent: 2em;
}
.images_1_of_4 a {
  position: relative;
  z-index: 1;
}
/* Button 1 */
.fa-btn {
  font-size: 14px;
  background: none;
  cursor: pointer;
  padding: 12px 40px;
  display: inline-block;
  margin: 10px 0px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.fa-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-1 {
  border: 2px solid #34b2ff;
  color: #3b3b3b;
}
.btn-11 {
  border: 2px solid #34b2ff;
  color: #fff;
}
/* Button 1e */
.btn-1e {
  overflow: hidden;
}
.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #34b2ff;
  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);
}
.btn-1e:hover,
.btn-1e:active {
  color: #ffffff;
  text-decoration: none;
}
.btn-1e:hover:after {
  height: 260%;
  opacity: 1;
}
.btn-1e:active:after {
  height: 400%;
  opacity: 1;
}
/* start main_btm */
.main_btm {
  background: #ffffff;
  border-top: 1px solid rgb(233, 233, 233);
}
.content_right h4 {
  color: #353535;
  font-size: 2.5em;
  font-family: "Microsoft YaHei";
  line-height: 1.5em;
}
.content_right h4 span {
  color: #34b2ff;
}
.content_right a {
  position: relative;
  z-index: 1;
}
/* start footer */
.footer_bg {
  background: #3b3b3b;
  /* 页脚圆角修饰 kangert */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.footer {
  padding: 4%;
}
.copy p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8em;
}
.copy p a {
  color: #34b2ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copy p a:hover {
  color: #3b3b3b;
  text-decoration: none;
}
/* start about */
.about {
  padding: 4% 0;
}
.about h2 {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 3em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
}
.about a {
  position: relative;
  z-index: 1;
}
/* start  technology */
.technology {
  padding: 4% 0;
}
.technology h2 {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 3em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
}
.technology h4 {
  font-size: 22px;
  color: #5b5b5b;
  font-weight: 100;
  text-transform: capitalize;
  display: block;
  margin: 10px 0 8px;
}
.tech_para {
  padding-left: 0;
  padding-right: 0;
}
.technology_list1 {
  margin-top: 20px;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 16px;
  padding: 10px 16px;
  color: #bdbdbd;
  background-color: #3b3b3b;
  border: 1px solid #2c2929;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #34b2ff;
  border-color: #da4a4a;
}
.alert {
  font-size: 13px;
}
.alert-warning {
  color: #3b3b3b;
  background-color: #f3f3f3;
  border-color: #e2e2e2;
}
/* start blog */
.blog_left {
  display: block;
}
.blog_img {
  margin: 4% 0 2%;
}
.blog_left img {
  width: 100%;
}
.blog_left h4 a {
  margin: 0 0 20px;

  display: block;
  text-transform: capitalize;
  font-size: 1.5em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover {
  text-decoration: none;
  color: #34b2ff;
}
.blog_list {
}
.blog_list ul li {
  display: inline-block;
  margin-left: 10px;
}
.blog_list ul li:first-child {
  margin-left: 0;
}
.blog_list li a {
  display: block;
  padding: 4px 8px;
  color: #b6b6b6;
  text-transform: capitalize;
}
.blog_list ul li i {
  font-size: 15px;
  color: #b6b6b6;
}
.blog_list li span {
  padding-left: 10px;
  font-size: 14px;
  color: #b6b6b6;
}
.blog_list li span:hover,
.blog_list li a:hover {
  color: #34b2ff;
  text-decoration: none;
}

.read_more a {
  position: relative;
  z-index: 1;
}
.blog_right h4 {
  text-transform: capitalize;
  font-size: 2em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
  margin-bottom: 15px;
}
/* start Social Likes */
.social_network_likes {
  text-align: center;
}
.social_network_likes li {
  width: 24.33333%;
  display: inline-block;
  margin-left: -4px;
}
.social_network_likes li:first-child {
  margin-left: 0;
}
.social_network_likes li a {
  display: block;
  color: #fff;
  font-size: 1.5em;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_network_likes li a p {
  padding: 10px 0 5px;
  font-size: 14px;
}
.social_network_likes li a span {
  display: block;
  font-size: 24px;
}
.social_network_likes li a div.followers {
  border-bottom: 1px solid #ffffff;
}
.social_network_likes li a:hover {
  text-decoration: none;
}
.social_network_likes li:first-child a {
  border-left: none;
}
.social_network_likes li a.tweets {
  background: #34ccff;
}
.social_network_likes li a.tweets:hover {
  background: #2dc0f1;
}
.social_network_likes li a.facebook-followers {
  background: #3b5a99;
}
.social_network_likes li a.facebook-followers:hover {
  background: #33518d;
}
.social_network_likes li a.email {
  background: #27c1b9;
}
.social_network_likes li a.email:hover {
  background: #0bb1a8;
}
.social_network_likes li a.dribble {
  background: #eb4d89;
}
.social_network_likes li a.dribble:hover {
  background: #e04580;
}
.social_network_likes li a div.social_network {
  padding: 15px 0 10px;
}
.social_network i {
  width: 45px;
  height: 45px;
  display: block;
  background: url(../images/social-icons.png) no-repeat;
  margin: 0 auto;
}
.social_network i.twitter-icon {
  background-position: 0px 0px;
}
.social_network i.facebook-icon {
  background-position: -47px 0px;
}
.social_network i.email-icon {
  background-position: -104px 0px;
}
.social_network i.dribble-icon {
  background-position: -156px 0px;
}
/* start ads_nav */
.ads_nav {
  margin-top: 30px;
}
.ads_nav li {
  float: left;
  width: 46.333333%;
  margin: 0 0 15px 5px;
}
.ads_nav li:nth-child(2),
.ads_nav li:nth-child(4) {
  margin-left: 0;
}
.ads_nav li a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ads_nav li a img {
  width: 100%;
}
.ads_nav li a:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/* start tag_nav */
.tag_nav {
  margin: 8% 0;
}
.tag_nav li {
  margin: 10px 5px 0 0;
  display: inline-block;
}
.tag_nav li a {
  display: block;
  text-transform: capitalize;
  background: #3b3b3b;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tag_nav li.active a,
.tag_nav li a:hover {
  background: #34b2ff;
  color: #ffffff;
  text-decoration: none;
}
/* start news_letter */
.news_letter {
  margin: 8% 0;
}
.news_letter form input[type="text"] {
  font-family: "open_sansregular";
  font-weight: 100;
  padding: 10px;
  display: block;
  width: 100%;
  background: #ffffff;
  outline: none;
  color: #555555;
  font-size: 13px;
  border: 1px solid #dadada;
  -webkit-appearance: none;
}
.news_letter form span {
  position: relative;
  z-index: 1;
}
.news_letter form input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
/* start contact */
.company_ad h2 {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 3em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
}
.company_ad p {
  font-size: 14px;
  color: #3b3b3b;
}
.company_ad p a {
  color: #34b2ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.company_ad p a:hover {
  text-decoration: none;
  color: #3b3b3b;
}
.contact-form h2 {
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 3em;
  color: #3b3b3b;
  font-family: "texgyreadventorregular";
}
.contact-form span {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  color: #5b5b5b;
  font-weight: normal;
  margin-bottom: 10px;
}
.contact-form textarea {
  font-family: "Open Sans", "sans-serif";
  padding: 10px;
  display: block;
  width: 99.3333%;
  background: #ffffff;
  outline: none;
  color: #c0c0c0;
  font-size: 0.8725em;
  border: 1px solid #ececec;
  -webkit-appearance: none;
  resize: none;
  height: 120px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form textarea:focus {
  border: 1px solid #34b2ff;
}
.form-control {
  box-shadow: none;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  box-shadow: none;
}
.contact-form input[type="submit"] {
  font-family: "open_sansregular";
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-transform: uppercase;
  font-weight: 100;
}
.contact-form label {
  position: relative;
  z-index: 1;
}
.form-control:focus {
  border-color: #34b2ff;
}
/* start details */
.details img {
  margin-bottom: 20px;
  margin-top: 10px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px) {
  .wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
  .images_1_of_4 h4 a {
    font-size: 1.2em;
  }
  .para {
    font-size: 30px;
  }
  .content_right h4 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    text-align: center;
  }

  .h_search {
    width: 98%;
    padding: 20px;
  }
  .h_menu {
    position: relative;
  }
  .soc_icons {
    position: absolute;
    top: 0px;
    background: #3b3b3b;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar {
    min-height: 51px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #3b3b3b;
  }
  .navbar-default {
    background-color: #3b3b3b;
    border: none;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .nav > li > a {
    padding: 20px 15px;
  }
  .soc_icons ul li a {
    font-size: 20px;
    line-height: 50px;
    width: 51px;
    height: 51px;
  }
  .slider_bg {
    background-size: 100%;
  }
  .main {
    padding: 4% 0;
  }
  .images_1_of_4 {
    margin-bottom: 4%;
  }
  .main {
    padding: 2%;
  }
  .technology {
    padding: 4%;
  }
  .about {
    padding: 4%;
  }
  .social_network_likes li {
    width: 24.3333%;
  }
  .tag_nav {
    margin: 4% 0;
  }
  .news_letter {
    margin: 4% 0;
  }
  .technology h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .company_ad {
    margin-left: 0;
  }
  .blog_left h4 a {
    font-size: 1.2em;
  }
  .technology h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .images_1_of_4 h4 {
    margin: 20px 0 10px;
  }
  .technology h2 {
    font-size: 2em;
  }
  .about h2 {
    font-size: 2em;
  }
  .company_ad h2 {
    font-size: 2em;
  }
  .contact-form h2 {
    font-size: 2.5em;
  }
  .blog_left h4 a {
    font-size: 1em;
  }
  .blog_list ul li {
    margin-left: 5px;
  }
  .blog_list li a {
    padding: 4px 4px;
  }
  .detail h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 320px) {
  .main {
    padding: 8% 2%;
  }
  .soc_icons ul li a {
    font-size: 20px;
    width: 46px;
  }
  .images_1_of_4 h4 {
    margin: 15px 0 10px;
  }
  .social_network_likes li a p {
    font-size: 12px;
  }
  .images_1_of_4 span {
    width: 88px;
    height: 88px;
  }
  .images_1_of_4 span i {
    font-size: 5em;
    line-height: 1.8em;
  }
  .images_1_of_4 h4 a {
    font-size: 1em;
  }
  .technology h4 {
    font-size: 14px;
    line-height: 1.5em;
  }
  .blog_list ul li:nth-child(3) {
    margin-left: 0;
  }
}
.section-title {
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.branding-color {
  color: #3b3b3b;
}
.section-title span {
  position: absolute;
  bottom: -21px;
  left: 46.8%;
  font-size: 5px;
  padding: 0 8px;
}
.section-title span:before,
.section-title span:after {
  content: "";
  background: #3b3b3b;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 2px;
  left: -75%;
}
.section-title span:after {
  left: unset;
  right: -75%;
}







