body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, cite {
  margin: 0;
  padding: 0;
  color: #333;
  border: none;
  font-family: "MicroSoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 1200px;
  font-size: 14px;
}

article, iframe {
  display: block;
  border: 0;
}

b, i, em {
  font-weight: normal;
}

img {
  display: block;
  border: none;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input::focus-inner {
  outline: 0;
  padding: 0;
  border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}

:focus {
  outline: none;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a, area {
  blr: expression(this.onFocus=this.blur())
}

a {
  color: #333;
  text-decoration: none;
}

body a:hover {
  color: #3779d0;
  text-decoration: underline;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #f2f2f2
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

/*ͷ������*/
.top_line {
  width: 100%;
  height: 2px;
  background-color: #57e1ff;
  background: linear-gradient(to right, #57e1ff, #66ccff);
}

.top_nav {
  height: 50px;
  line-height: 50px;
}

.top_nav a {
  color: #747474;
}

.web_map {
  position: relative;
  margin-left: 24px;
  margin-right: 22px;
  color: #747474;
  cursor: pointer;
}

.web_map:hover .map {
  display: block;
}

.web_map i {
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url(../images/arrow.png) no-repeat left center;
  transition: transform .5s ease;
}

.wx {
  position: relative;
  padding-left: 34px;
  margin-right: 22px;
  background: url(../images/wx.png) no-repeat left center;
  cursor: pointer;
}

.wx:hover .code_box {
  display: block;
}

.qq {
  padding-left: 24px;
  margin-right: 22px;
  background: url(../images/qq.png) no-repeat left center;
}

.wb {
  position: relative;
  padding-left: 34px;
  background: url(../images/weibo.png) no-repeat left center;
  cursor: pointer;
}

.wb:hover .code_box {
  display: block;
}

/*ͷ������end*/
/*����*/
.nav {
  width: 100%;
  height: 110px;
  background-color: #c21615;
}

.logo {
  width: 256px;
  height: 43px;
  margin-top: 32px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  text-indent: -999em;
}

.type {
  margin-left: 14px;
  font-size: 24px;
  color: #fff;
  line-height: 105px;
}

.type a {
  display: inline-block;
  margin-left: 11px;
  color: #fff;
}

.type a:hover {
  color: #fff;
  text-decoration: none;
}

.nav_list {
  margin-top: 46px;
  font-size: 18px;
}

.nav_btn {
  position: relative;
  float: left;
  padding-bottom: 37px;
  margin-right: 30px;
  color: #fff;
  cursor: pointer;
}

.nav_btn > a {
  color: #fff;
}

.nav_btn:hover .nav_box {
  display: block;
}

.nav_btn:hover {
  color: #85dafb;
  text-decoration: none;
}

.nav_btn:last-child {
  margin-right: 0;
}

.nav_btn.active {
  border-bottom: 3px solid #85dafb;
  color: #85dafb;
}

/*����end*/
.footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.friends_tips {
  margin-bottom: 28px;
  font-size: 22px;
}

.link {
  margin-bottom: 30px;
}

.link a {
  display: inline-block;
  margin-bottom: 20px;
}

.dl_list {
  float: left;
}

.dl_list dl {
  float: left;
  margin-right: 72px;
}

.dl_list dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.dl_list dd {
  margin-bottom: 17px;
  color: #666;
}

.dl_list dd:last-child {
  margin-bottom: 0;
}

.contact {
  float: right;
}

.contact_l, .contact_r {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 60px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  text-align: center;
  font-size: 17px;
  color: #999;
}

.footer_qq {
  display: block;
  width: 48px;
  height: 50px;
  margin: 30px auto 12px auto;
  background-image: url(../images/qq_f.png);
  background-repeat: no-repeat;
}

.footer_wx {
  display: block;
  width: 60px;
  height: 48px;
  margin: 32px auto 12px auto;
  background-image: url(../images/wx_f.png);
  background-repeat: no-repeat;
}

.contact_l:hover p {
  color: #5aaef9;
}

.contact_r:hover p {
  color: #77d88c;
}

.contact_r:hover .footer_wx {
  background-image: url(../images/wx_f_a.png);
}

.contact_l:hover .footer_qq {
  background-image: url(../images/qq_f_a.png);
}

.footer_msg {
  border-top: 1px solid #dcdcdc;
  padding-top: 52px;
  margin-top: 50px;
  text-align: center;
  line-height: 28px;
}

/*����*/
.map {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 675px;
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0 0 3px #ddd;
  z-index: 10;
  line-height: 16px;
  color: #000;
}

.map a {
  color: #000;
}

.map_title {
  line-height: 18px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

.map_tips {
  float: left;
  font-weight: bold;
  font-size: 15px;
}

.map_line {
  float: left;
  height: 15px;
  border-right: 1px solid #cbcbcb;
  margin: 1px 10px 0 10px;
}

.map_href {
  float: left;
  width: 516px;
}

.map_href a {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 19px;
}

.map_href.active a {
  margin-right: 28px;
}

.border_map {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}

.map_wrap {
  margin: 0 38px;
}

.web_map:hover i {
  transform: rotate(180deg);
}

.code_box {
  display: none;
  position: absolute;
  top: 50px;
  left: -74px;
  width: 216px;
  height: 130px;
  box-shadow: 0 0 6px #ddd;
  background-color: #fff;
  line-height: 18px;
  z-index: 2;
}

.code_box img {
  width: 75px;
  height: 75px;
  margin: 25px 13px 0 20px;
}

.code_name {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 16px;
}

.attention {
  display: block;
  width: 75px;
  height: 28px;
  margin-top: 9px;
  line-height: 28px;
  background-color: #d03841;
  color: #fff !important;
  text-align: center;
  border-radius: 3px;
}

.attention:hover {
  text-decoration: none;
}

.nav_box {
  display: none;
  position: absolute;
  top: 40px;
  left: -200px;
  width: 445px;
  padding: 0 15px 15px 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px #ddd;
  z-index: 2;
}

.nav_box.active {
  left: -330px;
  width: 460px;
  padding: 20px 30px;
}

.nav_box_list {
  margin-top: 27px;
}

.nav_box_list.active {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 19px;
}

.nav_icon {
  float: left;
  background-repeat: no-repeat;
}

.nav_icon01 {
  width: 26px;
  height: 26px;
  margin-left: 15px;
  background-image: url(../images/alert01.png);
}

.nav_icon02 {
  width: 29px;
  height: 26px;
  margin-left: 12px;
  background-image: url(../images/alert02.png);
}

.nav_icon03 {
  width: 27px;
  height: 25px;
  margin-left: 14px;
  background-image: url(../images/alert03.png);
}

.nav_icon04 {
  width: 28px;
  height: 28px;
  margin-left: 13px;
  background-image: url(../images/alert04.png);
}

.nav_icon05 {
  width: 21px;
  height: 27px;
  margin-left: 20px;
  background-image: url(../images/alert05.png);
}

.nav_icon06 {
  width: 25px;
  height: 25px;
  margin-left: 14px;
  background-image: url(../images/alert06.png);
}

.nav_icon07 {
  width: 35px;
  height: 24px;
  margin-left: 33px;
  background-image: url(../images/alert07.png);
}

.nav_href {
  float: left;
  max-width: 360px;
  margin-top: 3px;
  margin-left: 18px;
  font-size: 14px;
}

.nav_href a {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 16px;
}

.nav_box_s {
  width: 50%;
}

.nav_box_s:nth-child(1) {
  width: calc(50% - 1px);
  border-right: 1px solid #efefef;
}

.nav_box_l {
  width: 249px;
  border-right: 1px solid #efefef;
  font-size: 14px;
  color: #d9d9d9;
}

.nav_box_l span {
  color: #333;
}

.nav_box_l li {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.nav_box_l li:last-child {
  margin-bottom: 0;
}

.nav_box_r {
  position: relative;
}

.nav_box_r img {
  width: 180px;
  height: 113px;
  margin-top: 8px;
  margin-left: 28px;
}

.nav_txt {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 28px;
}
