/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body {
  font-family: "微软雅黑", arial, helvetica;
  color: #6c7c92;
}
.section {
  text-align: center;
}
.section p {
  color: #6c7c92;
  font-size: 14px;
  text-indent: 2em;
  text-align: left;
  line-height: 30px;
}
.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.mynav {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
}
.mynav .logo {
  float: left;
  display: block;
}
.mynav .logo2 {
  float: left;
  display: none;
}
.mynav .menu {
  float: right;
  height: 40px;
  margin-top: 15px;
}
.mynav .menu li {
  display: inline-block;
  margin: 8px 16px;
}
.mynav .menu li:hover a {
  color: #fddc00;
  border-bottom: 1px solid #fddc00;
}
.mynav .menu li.active a {
  color: #fddc00;
}
.mynav .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 9px 0;
  display: block;
}
.mynav.active {
  box-shadow: 0 1px 1px #DDDDDD;
  background: rgba(255, 255, 255, 0.7);
}
.mynav.active .logo {
  display: none;
  float: left;
}
.mynav.active .logo2 {
  display: block;
  float: left;
}
.mynav.active .menu li a {
  color: #364962;
}
.mynav.active .menu li:hover a {
  color: #007fff;
  border-bottom: 1px solid #007fff;
}
.mynav.active .menu li.active a {
  color: #007fff;
}
.mynav.packup {
  top: -84px;
}
#section0 {
  background: url(../img/p0_bg.jpg) no-repeat center;
}
#section0 .h1 {
  padding-top: 200px;
}
#section0 .more_btn {
  width: 118px;
  height: 42px;
  display: block;
  box-sizing: border-box;
  margin: 30px auto;
  cursor: pointer;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  line-height: 38px;
  font-size: 12px;
}
#section0 .more_btn:hover {
  border: 2px solid #ffc600;
  background: #ffc600;
}
#section1 .list {
  display: block;
  clear: both;
  height: 315px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section1 .list li {
  float: left;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#section1 .list li img {
  display: block;
}
#section1 .list li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/veiw-more.png);
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  -moz-opacity: 0;
  /* 老版Mozilla */
  -khtml-opacity: 0;
  /* 老版Safari */
  opacity: 0;
  /* 支持opacity的浏览器*/
}
#section1 .list li:hover {
  transform: translate3D(0, -2px, 0);
  -webkit-transform: translate3D(0, -2px, 0);
}
#section1 .list li:hover .mask {
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* 老版Mozilla */
  -khtml-opacity: 0.8;
  /* 老版Safari */
  opacity: 0.8;
  /* 支持opacity的浏览器*/
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
#section1 .h1 {
  font-size: 32px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 30px;
}
#section1 .h1 span {
  border-bottom: 1px solid rgba(108, 124, 146, 0.5);
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
#section1 .h1 font {
  font-size: 42px;
  font-weight: bold;
  vertical-align: top;
  padding: 0 5px;
}
#section3 .pull-left {
  width: 45%;
  height: 250px;
  padding: 150px 0 100px 0;
  float: left;
  position: relative;
  z-index: 2;
}
#section3 .pull-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#section4 .ctrl {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  bottom: 30%;
}
#section4 .intro .pull-left {
  float: left;
}
#section4 .intro .pull-right {
  width: 50%;
  float: right;
  text-align: left;
}
#section4 .intro .pull-right h2 {
  font-size: 36px;
  color: #ea5830;
  margin-top: 100px;
  font-weight: normal;
}
#section4 .intro .pull-right h5 {
  font-size: 18px;
  color: #ea5830;
  font-weight: normal;
}
#section4 .intro .pull-right p {
  text-indent: 0;
  line-height: 30px;
  margin-top: 8px;
}
#section5 {
  background: url(../img/mapbg.jpg) 50% 50%;
  text-align: center;
}
#section5 #map {
  border: 12px solid #fff;
  margin: 0 auto;
}
#section5 .contact {
  background-color: rgba(4, 106, 211, 0.6);
  padding: 20px 0;
  height: 50px;
  width: 1144px;
  margin: 0 auto;
}
#section5 .contact div {
  float: left;
  border-right: 1px solid #3c8eea;
  text-align: left;
  padding-left: 120px;
}
#section5 .contact * {
  color: #fff;
}
#section5 .contact p {
  text-indent: 0;
  font-size: 24px;
  font-weight: 300;
}
#section5 .contact .c1 {
  background: url(../img/icon_contact01.png) no-repeat 30px 50%;
  width: 168px;
}
#section5 .contact .c2 {
  background: url(../img/icon_contact02.png) no-repeat 30px 50%;
  width: 168px;
}
#section5 .contact .c3 {
  background: url(../img/icon_contact03.png) no-repeat 30px 50%;
  width: 420px;
  border-right: none;
}
.footer {
  background-color: #141619;
  color: #69727c;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.footer.fixed_f {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.footer a {
  color: #69727c;
  vertical-align: middle;
}
.footer .footerNav {
  font-size: 18px;
  margin-bottom: 8px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  opacity: .4;
}
.joinusBanner {
  height: 630px;
  background: url(../img/joinusBanner.jpg) no-repeat 50% 0;
}
.joinusRight {
  position: absolute;
  top: 0;
  left: 1200px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  text-align: center;
  z-index: 1;
}
.joinusRight .joinusRightInfo {
  padding: 20px 44px;
  color: #6a7285;
  font-size: 14px;
  line-height: 2.3;
}
.joinusRight .joinusRightBottom {
  background-color: #f8f8f8;
  border-top: 1px solid #e7e7e7;
  padding: 18px 0;
  font-size: 12px;
  color: #666;
}
.joinusRight .joinusRightBottom a {
  color: #0e7efb;
}
#joinusNav {
  text-align: center;
  margin-bottom: 50px;
}
#joinusNav:before,
#joinusNav:after {
  content: " ";
  display: table;
}
#joinusNav:after {
  clear: both;
}
#joinusNav ul {
  padding-left: 300px;
}
#joinusNav ul > li {
  float: left;
  border: 1px solid #0e7efb;
  font-size: 18px;
  padding: 16px 60px;
  margin-left: -1px;
  color: #0e7efb;
}
#joinusNav ul > li:hover {
  background: rgba(14, 126, 251, 0.1);
  cursor: pointer;
}
#joinusNav ul > li.active {
  background: #0e7efb;
  color: #fff;
}
.joinusImg {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.joinusImg img {
  display: block;
  text-align: center;
}
.m-sidebar {
  position: relative;
}
.m-sidebar .joinusSide {
  margin-left: 120px;
}
.m-sidebar .joinusSide li {
  border: 1px solid #e7e7e7;
  margin-bottom: -1px;
}
.m-sidebar .joinusSide li a {
  display: block;
  font-size: 14px;
  padding: 5px 6px;
  text-align: right;
  color: #6a7285;
}
.m-sidebar .joinusSide li.active > a {
  border-left: 3px solid #1479f8;
  color: #0e7efb;
}
.fixed {
  position: fixed;
  top: 0;
}
.m-left {
  width: 300px;
  float: left;
}
.m-right {
  margin-left: 370px;
  text-align: left;
  min-height: 500px;
}
.m-joinus {
  margin-bottom: 200px;
  position: relative;
}
.m-joinus img {
  display: block;
}
.m-joinus dl {
  padding-top: 40px;
  line-height: 2;
  font-size: 14px;
  color: #6c7c92;
}
.m-joinus dt {
  padding-left: 0;
  font-size: 18px;
  color: #364962;
}
.m-joinus dd {
  padding-left: 0;
}
.m-joinus p {
  padding-left: 0;
  font-weight: 700;
  color: #999;
}
#map {
  width: 1120px;
  height: 460px;
}
@media screen and (min-width: 960px) and (max-width: 1440px) {
  #map {
    width: 892px;
    height: 400px;
    margin-bottom: -8px !important;
  }
  .zoom80 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .zoom80.pull-left {
    transform-origin: right;
  }
  .section .f12 {
    font-size: 12px!important;
  }
}
@media screen and (max-width: 960px) {
  .zoom80 {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .section p {
    font-size: 12px!important;
  }
}
