﻿/* 通用布局样式 */
@charset "utf-8";
@import url(./normalize.css);
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
  font-weight: normal;
  text-decoration: none;
  font-family: 微软雅黑;
  color: #222222;
  font-size: 16px;
  color: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}
img {
  vertical-align: middle;
}
.delay02 {
  animation-delay: .2s
}
.delay05 {
  animation-delay: .5s
}
.delay06 {
  animation-delay: .6s
}
.delay09 {
  animation-delay: .9s
}
.delay10 {
  animation-delay: 1s
}
.delay12 {
  animation-delay: 1.2s
}

.clearfix:before, .clearfix:after { 
  content: ""; 
  display: table; 
}
.clearfix:after { 
  clear: both; 
}
.display_none {
  display: none !important;
}
.clearfix { *zoom: 1; /*For IE 6&7 only*/ }
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
.fl {
  float: left;
}
.fr {
  float: right;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
  .container {
    max-width: 100%;
  }
}
/* 导航 */
.navbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  margin-bottom: 1.25em;
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 95px;
}
.navbar-fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.navbar .container {
  margin: .56em auto;
  padding: 0 1em;
}
.navbar .logo {
  float: left;
  margin-left: 1em;
}
.navbar .logo img {
  width: 100%;
}
.navbar .logo h1 {
  font-family: "宋体";
  font-size: 0.75em;
  color: #666;
  position: absolute;
  margin-top: -1.5em;
  margin-left: 7em;
  padding-top: 0.31em;
}
.navbar .tel {
  text-align: right;
  float: right;
}
.tel span {
  font-style: italic;
  font-weight: bold;
  color: #333;
  font-size: 1.3em;
}
.navbar-nav {
  margin-top: 2em;
  position: relative;
}
.navbar-nav>ul {
  display: flex;
  position: absolute;
  right: 0;
  padding-right: 5em;
}
.navbar-nav>ul li {
  flex: 1 ;
  padding: 1em;
  position: relative;
  font-size: 0.875em;
}
.navbar-nav>ul li:hover,.navbar-nav>ul li.active {
  background-color: #e7e7e7;
  color: #555;
}
.dropdown-menu {
  display: block;
}
.caret {
  position:absolute;
  top: calc(50% - 2px);
  right: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) center center no-repeat;
  position: absolute;
  right: 0;
}
.navbar-nav>ul .dropdown {
  position: relative;
}
.navbar-nav>ul .dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175)
}
.navbar-nav>ul .dropdown .dropdown-menu>li {
  padding: 0;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.navbar-nav .dropdown-menu>li:hover {
  color: #262626;
  text-decoration: none;
  background-color: #e7e7e7;
}
@media screen and (max-width:800px) {
  .navbar {
    height: 60px;
    background: #f3f3f3;
  }
  .navbar .logo {
    width: 260px;
  }
  .navbar .logo img {
    width: 60%;
  }
  .navbar .logo h1 {
    display: none;
  }
  .navbar-toggle {
    position: absolute;
    right: 0%;
    padding: 9px 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #f3f3f3;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    }
    .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
      background-color: #888;
      margin-top: 4px;
  }
    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
  }
  .navbar .tel {
    display: none;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar-nav {
    display: none;
    width: 110%;
    background: #e7e7e7;
    position: relative;
    left: -10px;
    top: 0;
    margin-top: 50px;
  }
  .navbar-nav>ul {
    position: relative;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  .navbar-nav>ul li {
    padding-left: 2em;
    width: 100%;
    flex: none;
  }
}
/* 导航结束 */
/* 页脚 */
.foot{width:100%;background:#f3f3f3;height:425px;border-top:2px solid #ededed;margin:0 auto;position: relative;bottom:0;margin-top:2%;}
.cline{border-right:1px solid #d9d9d9;height:205px; width: 20%; float: left;}
.cline:last-child {
  border: none;
}
.foot a{color:#777;line-height:25px;}
.foot dl{padding:0%;}
.foot dl dt{font-weight: bold;color:#333;font-size: 16px;margin-bottom: 20px;}
.foot dl dd{color:#777;}
.coryright1{background:#303030;color:#999;line-height:75px; text-align: center; font-size: 14px; position: relative;}
.facetube {
  position: relative;
}
.facetube ul {
  width: 100px;
  margin: 0 auto;
  top: -5%;
}
.foot .contentbody {
  padding-top: 3%;
  padding-bottom: 3%;
  top: 0;
}
@media screen and (max-width:800px) {
  .foot{height:360px;}
.foot dl{width:100%;}
.foot dl dt{margin-bottom:3px;text-align:left;padding: 1em 0;}
.foot dl dd{float:left;width:25%;text-align:left; vertical-align:middle}
.foot .cline{height:auto; width: 100%; padding: 0 15px;}
.foot br{display:none}
.coryright1{line-height:37px; font-size: 12px; padding: 0 15px;}
.gright{width:98%;margin:0 auto;float:none !important}
}
/* 页脚结束 */
.contentbody {
  top: 18%;
  text-align: center;
}
.contentbody h2 {
  font-size: 1.75em;
  color: #333;
  font-weight: 700;
  margin: 1em;
}
.line {
  width: 44px;
  background-color: #333;
  border: 2px solid #333;
  height: 3px;
  margin-left: calc(50% - 22px);
  margin-top: 2%;
  border-radius: 20px;
}
.text-left {
  text-align: left;
}
.facetube  ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 10px;
}
#facebook {
  background: url(../images/facebook.png) 50% 50% no-repeat;
  background-size: 100%;
}
#youtube {
  background: url(../images/youtube.png) 50% 50% no-repeat;
  background-size: 100%;
}
.text-center {
  text-align: center;
}
.section {
  overflow: hidden;
}
@media screen and (max-width:1600px) {
  .contentbody {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1400px) {

}
@media screen and (max-width:800px) {
  .contentbody {
    width: 100%;
    top: 5%;
  }
}