@charset "utf-8";

/* CSS Document */
html {
  /* overflow-y: auto; */
}

* {
  box-sizing: border-box;
}

html,
body,
div,
ul,
li,
p,
span,
a,
input,
strong,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
pre,
form,
fieldset,
blockquote {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

em,
i {
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

input {
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="submit"],
input[type="button"] {
  star: expression(this.onFocus=this.blur());
}

a,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  star: expression(this.onFocus=this.blur());
}

a:hover {
  text-decoration: none;
}

.none {
  display: none;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.t_l {
  text-align: left;
}

.t_c {
  text-align: center;
}

.t_r {
  text-align: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.wrap1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


.mt14 {
  margin-top: 14px;
}

/****头部head 开始****/
body {
  /* font: 16px/1.4 '\5FAE\8F6F\96C5\9ED1', Tahoma, Arial, '\5B8B\4F53', 'SimHei', sans-serif; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

.head-wrap .head-nav {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  /* -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .3); */
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

.head-wrap .head-navcon {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}

.head-navcon h1 {
  width: 162px;
  height: 53px;
  background: url(../images/logo.png) no-repeat center center;
  text-indent: -10000px;
  overflow: hidden;
  margin-top: 30px;
}

.head-navcon h1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.head-navcon ul {
  /* width: 820px; */
  margin-top: 20px;
}

.head-navcon>ul>li {
  float: left;
  width: 60px;
  height: 68px;
  margin-right: 20px;
  position: relative;
}

.subbox {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%);
  background-color: #fff;
  text-align: center;
  width: auto;
  min-width: 140px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  display: none;
}

.subbox.fixed_w {
  width: 170px;
}

.subbox.fixed_w dd {
  letter-spacing: 6px;
  padding: 0;
}

.subbox.fixed_w dd:first-child {
  letter-spacing: 0;
}

.subbox dd {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.subbox dd a {
  color: #0a3563;
  font-family: 'SimHei';
  /*border-bottom: 1px dotted #ddd;*/
  display: block;
  font-size: 14px;
}

.third_tab {
  display: none;
  position: absolute;
  left: 140px;
  top: 0;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.third_tab li {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.third_tab li a {
  letter-spacing: 6px;
  font-size: 14px;
}

.third_tab li:first-child a {
  letter-spacing: 0px;
}

.third_tab li a {
  border-bottom: 1px dotted #ddd;
}

.third_tab li:last-child a {
  border-bottom: 0;
}

.head-navcon ul li:last-child {
  margin-right: 0;
}

.head-navcon .head-navitem {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /* font-family: 'PingFang SC'; */
}

.head-navcon .head-navitem:hover {
  text-decoration: none;
  color: #12a6d6;
  background-image: -webkit-linear-gradient(bottom left, #00c1d4, #00a7f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.head-navcur {
  /* border-top: #12a6d6 3px solid; */
}

.head-navcur .subbox {
  top: 68px;
}

.head-navcur .head-navitem {
  color: #12a6d6;
  background-image: -webkit-linear-gradient(bottom left, #00c1d4, #00a7f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  /* line-height: 62px; */
}

.subbox dd a:hover,
.third_tab li a:hover {
  color: #12a6d6;
}

.w1200 {
  width: 1200px !important;
}
.w1040 {
  width: 1040px !important;
}
/****头部head end****/

/****尾部footer 开始****/
.footer {
  width: 100%;
  min-width: 1200px;
  padding: 30px 0 0;
  background-color: #434343;
  font-size: 15px;
  font-family: 'SimHei';
  color: #d2d2d2;
  overflow: hidden;
}

.footer-in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}

.footer-in .contact-part {
  width: 860px;
}

.footer-in .contact-address {
  width: 400px;
}

.footer_bottom {
  height: 50px;
  line-height: 50px;
  background: #222222;
}

.qrcode-part img {margin-bottom: 10px;}

.footer-in .contact-address li {
  margin-bottom: 24px;
  height: 50px;
  width: 100%;
  padding-left: 62px;
  background: url(../images/footer_icon1.png) no-repeat left top;
  font-family: 'Microsoft YaHei';
}

.footer-in .contact-address li:nth-of-type(2n) {
  background-image: url(../images/footer_icon2.png);

}

.contact-partnerLink {
  width: 400px;
}

.contact-partnerLink h3 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}

.contact-partnerLink li {
  float: left;
  width: 100px;
  margin-bottom: 6px;
}
.contact-partnerLink li a{
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: rgb(210, 210, 210);
  text-align: center;
}

.footer-in .contact-address h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 2px;

}

.footer-in .contact-address p {
  font-size: 14px;
  color: #d2d2d2;
}

.footer-in .contact-address p.contact_phone {
  font-weight: bold;
  font-size: 22px;
}

.footer_bottom a {
  color: #dddddd;

}

.footer li {
  margin-bottom: 10px;
}

.qrcode-part {
  margin-right: 30px;
}

.qrcode-part span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.footer-copyright {
  width: 100%;
  min-width: 1000px;
  height: 44px;
  line-height: 44px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer {
    width: 100%;
    min-width: 100%;
  }
  .footer-in {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding-bottom: 0;
  }
  .footer-in .contact-part {
    width: 100%;
  }

  .footer-in .contact-address {
    width: 50%;
  }
  .footer-in .contact-address .contact_phone{
    font-size: 16px;
  }
  .contact-partnerLink {
    width: 50%;
  }
  .head-wrap{
    display: none;
  }
}
/****尾部footer end****/