/**
 * Base
 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 12px;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.dn {
  display: none;
}
ul,
li {
  list-style: none;
}
.pr {
  position: relative;
}
.mauto {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.w1200 {
  width: 1200px;
}
.cb {
  clear: both;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
video {
  display: block;
  max-width: 100%;
}
#tan_box {
  display: none;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#tan_box .tan_box_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: hidden;
  width: 720px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 0;
}
#tan_box .tan_box_in .tan_box_in_left {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 367px;
  height: 500px;
}
#tan_box .tan_box_in .tan_box_in_right {
  padding-top: 75px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 353px;
  height: 500px;
}
#tan_box .tan_box_in .tan_box_in_right .tan_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("../img/tan_close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#tan_box .tan_box_in .tan_box_in_right h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
#tan_box .tan_box_in .tan_box_in_right p {
  text-align: center;
  font-size: 12px;
  color: #333333;
  margin-bottom: 35px;
}
#tan_box .tan_box_in .tan_box_in_right p span {
  color: #DC0500;
}
#tan_box .tan_box_in .tan_box_in_right form .tan_input {
  position: relative;
  width: 288px;
  height: 54px;
  background: #F3F3F3;
  border-radius: 5px;
  font-size: 0;
  margin: 0 auto 20px;
}
#tan_box .tan_box_in .tan_box_in_right form .tan_input span {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
#tan_box .tan_box_in .tan_box_in_right form .tan_input input {
  text-indent: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 202px;
  height: 54px;
  border: 0;
  font-size: 14px;
  background-color: #F3F3F3;
}
#tan_box .tan_box_in .tan_box_in_right form .tan_input i {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  font-style: normal;
  color: #666;
  background-image: none;
}
#tan_box .tan_box_in .tan_box_in_right form button {
  display: block;
  margin: 0 auto;
  width: 288px;
  height: 54px;
  line-height: 54px;
  background: #DC0500;
  border-radius: 5px;
  font-size: 17px;
  color: #FFFFFF;
  border: 0;
  text-align: center;
}
#ce_box {
  z-index: 100;
  position: fixed;
  top: 50%;
  margin-top: -153px;
  right: 20px;
  width: 92px;
  height: 307px;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
}
#ce_box ul li {
  cursor: pointer;
  width: 92px;
  height: 77px;
  padding-top: 19px;
  background-color: #fff;
  transition: all 0.5s;
}
#ce_box ul li i {
  margin: 0 auto 6px;
  display: block;
  width: 26px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#ce_box ul li p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
#ce_box ul li hr {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 1px;
  border: 0;
  background-color: #eee;
}
#ce_box ul li:hover {
  background-color: #DC0500;
  transition: all 0.5s;
}
#ce_box ul li:hover p {
  color: #fff;
}
#ce_box ul li:hover hr {
  background-color: #fff;
  width: 100%;
}
#ce_box ul li:hover .one {
  background-image: url("../img/ce_icon_cover_01.png") !important;
}
#ce_box ul li:hover .two {
  background-image: url("../img/ce_icon_cover_02.png") !important;
}
#ce_box ul li:hover .three {
  background-image: url("../img/ce_icon_cover_03.png") !important;
}
#ce_box ul li:hover .four {
  background-image: url("../img/ce_icon_cover_04.png") !important;
}
/*# sourceMappingURL=public.css.map */