@charset "utf-8";
/*
蓝色主题
*/
/*
系统主题
*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
form,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
table,
fieldset {
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  /* color: #FFF; */
  vertical-align: middle;
  resize: none;
}
/*清除浮动*/
.fix {
  display: inline-table;
}
.fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product .banner {
  width: 100%;
  height: 540px;
  position: relative;
  background-size: cover;
  background: url(../img/banner_s.jpg) no-repeat center;
}
.product .banner .text {
  width: 450px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -10px;
}
.product .banner .text h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}
.product .banner .text p {
  width: 200px;
  margin: 2px auto 0 auto;
}
.product .banner button:hover {
  border: 1px solid hotpink;
}
.product .experienceBttom {
  cursor: pointer;
  margin: 20px 0 20px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
}
.product .experienceBttom:hover {
  background: #fff;
  color: #5AA8FF;
  border: none;
  line-height: 52px;
}
.product .btn {
  border-radius: 4px;
  width: 198px;
  display: block;
  text-align: center;
  color: #fff;
  height: 48px;
  border: 1px solid #fff;
  line-height: 48px;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  font-size: 24px;
}
.product .btn:hover {
  background: #5AA8FF;
  border: none;
}
.product .pro_content {
  width: 100%;
  height: 100%;
}
.product .pro_content .show_area {
  background: #e7e7e7;
  height: 376px;
  width: 100%;
  float: left;
  margin-top: -3px;
}
.product .pro_content .show_area .box {
  width: 820px;
  height: 376px;
  margin: 0 auto;
}
.product .pro_content .show_area .box_left {
  width: 342px;
  height: 276px;
  float: left;
  margin: 53px 0 80px 0;
}
.product .pro_content .show_area .box_left .mgt {
  margin-top: 20px;
}
.product .pro_content .show_area .box_left h2 {
  font-size: 30px;
  color: #303030;
  margin-bottom: 30px;
  font-weight: 100;
}
.product .pro_content .show_area .box_left p {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 30px;
}
.product .pro_content .green_btn {
  width: 198px;
  border: 1px solid #1684FF;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  color: #1684FF;
  font-size: 24px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 33px;
  transition: background 0.5s, color 0.5s;
}
.product .pro_content .green_btn:hover {
  background: #5AA8FF;
  color: #FFF;
  box-shadow: 0px 3px 10px 0 gray;
}
.product .pro_content .box_right {
  width: 342px;
  float: right;
  height: 276px;
  padding: 0 20px;
}
.product .pro_content .box_right h2 {
  font-weight: 100;
}
.product .pro_content .box_right p {
  font-size: 20px;
  color: #7c7c7c;
}
.product .pro_content .box_right img {
  margin-top: 78px;
}
.product .pro_content .box_right .simg {
  margin-top: 61px;
}
.product .pro_content .box_right .green_btn {
  width: 198px;
  border: 1px solid #1684FF;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  color: #1684FF;
  font-size: 24px;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 33px;
}
.product .pro_content .box_right .green_btn:hover {
  background: #5AA8FF;
  color: #FFF;
  box-shadow: 0px 3px 10px 0 gray;
}
.product .pro_content .second_div {
  background: #fff;
  float: left;
  height: 376px;
  width: 100%;
  margin-top: -33px;
}
.product .pro_content .second_div .box {
  width: 900px;
  height: 376px;
  margin: 0 auto;
}
.product .pro_content .second_div .box_left {
  width: 342px;
  height: 276px;
  float: left;
  margin: 25px 0 80px 0;
}
.product .pro_content .second_div .box_left h2 {
  font-size: 30px;
  color: #303030;
  margin-bottom: 40px;
}
.product .pro_content .second_div .box_left p {
  color: #7c7c7c;
  font-size: 20px;
  line-height: 30px;
}
.product .pro_content .second_div .box_right {
  width: 342px;
  height: 276px;
  float: left;
  padding: 0 20px;
  margin: 70px 0 0 0px;
  float: right;
}
.product .pro_content .second_div .box_right h2 {
  font-size: 30px;
  color: #303030;
  margin-bottom: 40px;
}
.product .pro_content .second_div .box_right img {
  margin-top: 78px;
}
.product .pro_content .memberPage {
  height: 432px;
  width: 100%;
  float: left;
  text-align: center;
  background: url(../img/nmpage_bg.jpg) no-repeat center;
  background-size: cover;
}
.product .pro_content .memberPage h2 {
  font-size: 24px;
  margin-top: 80px;
  font-weight: 100;
  color: #303030;
}
.product .pro_content .memberPage .btn_top {
  margin-top: 50px;
}
