@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";
  src: url("../fonts/alibaba-puhuiti-regular.woff2") format("woff2"), url("../fonts/alibaba-puhuiti-regular.woff") format("woff"), url("../fonts/alibaba-puhuiti-regular.ttf") format("truetype"), url("../fonts/alibaba-puhuiti-regular.eot") format("embedded-opentype"), url("../fonts/alibaba-puhuiti-regular.svg") format("svg");
}
*,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
ul,
li {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 12px/1.5;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* fluid image */
/* 解决 IE 缩放失真 */
/* 垂直居中 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/* 重置 fieldset 样式 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 不可改变 多行文本框 的宽度和高度 */
textarea {
  resize: none;
  overflow: auto;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  text-decoration: none;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none;
  color: #035cac;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.clear {
  clear: both;
}
/* 清除IE10的叉 */
input::-ms-clear {
  display: none;
}
/*改变浏览器滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bcbcbc;
  /*rgba(0,0,0,0.2)*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #a8a8a8;
  /*rgba(0,0,0,0.1)*/
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.3)*/
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.7)*/
}
::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  /*color:rgba(255,255,255,.8);*/
}
::selection {
  background: #00aeef;
  /*color: #fff;*/
}
::-moz-selection {
  background: #00aeef;
  /* color: #fff;*/
}
:focus {
  outline: 0;
}
.big img {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.big:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body {
  font-size: 12px;
  margin: 0;
  text-align: left;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #333;
}
a:hover {
  color: #035cac;
}
.a_txt {
  display: none;
}
.moblie_head {
  display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.w {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.w2 {
  width: 1200px;
  margin: 0 auto;
}
.block {
  display: block;
}
.head {
  border-top: 20px solid #035cac;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
}
.head > .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  height: 100px;
}
.logo a {
  display: inline-block;
  margin-right: 15px;
}
.top-tel {
  height: 100px;
  box-sizing: initial;
}
.top-tel p {
  padding-left: 50px;
  background: url(../images/tel.png) no-repeat left center;
}
.top-tel p span {
  font-weight: bold;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0;
  margin-top: 4px;
}
.nav {
  flex: 1;
  margin: 0 5%;
}
.nav .nav_list {
  display: flex;
  justify-content: space-between;
  height: 50px;
  z-index: 9999;
}
.nav li {
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1000;
}
.nav li a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #666;
  border-bottom: 3px solid #fff;
}
.nav li a:hover {
  border-bottom: 3px solid #035cac;
  text-decoration: none;
  color: #666;
}
.nav li a.active {
  border-bottom: 3px solid #035cac;
  text-decoration: none;
  color: #666;
}
.nav li.active .submenu {
  display: block;
}
.nav li .submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.nav li .submenu {
  width: 180px;
}
.nav li .submenu {
  z-index: 9999;
  padding-top: 25px;
}
.nav li .submenu li {
  float: left;
  padding: 0;
  background-color: #035cac;
  height: 40px;
  line-height: 40px;
}
.nav li .submenu li a {
  float: none;
  padding: 0;
  text-align: left;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
  height: 40px;
  line-height: 40px;
  border: 0;
  background: none;
  color: #fff;
  width: 170px;
  font-size: 14px;
}
.nav li .submenu li a:hover {
  background: #f26e00;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.h100 {
  height: 120px;
}
.footer {
  background: #035cac;
  overflow: hidden;
  color: #fff;
  padding: 60px 0;
}
.footer .w {
  display: flex;
  justify-content: space-between;
}
.footCode h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.code-con {
  display: flex;
  align-items: center;
}
.code-con span {
  padding-left: 30px;
  font-size: 16px;
}
.footnav {
  display: flex;
  flex: 1;
  margin-left: 10%;
}
.footMenu {
  flex: 1;
}
.footMenu b {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.footMenu b a {
  font-size: 18px;
}
.footMenu a {
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}
.footMenu li {
  margin-bottom: 10px;
}
.footMenu li a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.footcopy {
  background: #035cac;
  overflow: hidden;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footcopy .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  font-size: 14px;
}
.footcopy .copy-right img {
  margin: 0 10px;
}
.footcopy a {
  color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .w,
  .w2 {
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .fixed {
    display: none;
  }
  .h100 {
    height: 44px;
  }
  .column {
    flex-direction: column;
  }
  .moblie_head {
    display: block;
    height: 44px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
  }
  .moblie_head .w {
    display: flex;
    height: 44px;
    justify-content: space-between;
    align-items: center;
  }
  .moblie_head .lf {
    padding-top: 0px;
  }
  .moblie_head .lf img {
    height: 24px;
  }
  .moblie_head .rg {
    padding-top: 4px;
  }
  .moblie_head .rg a img {
    height: 16px;
    vertical-align: top;
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #035cac;
    height: 100%;
    z-index: 100;
    right: -80%;
  }
  .a_txt .div3 ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(../images/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(../images/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .footer {
    height: 100%;
    padding-bottom: 30px;
  }
  .footer .w {
    flex-direction: column;
  }
  .footnav {
    display: none;
  }
  .footcopy {
    text-align: center;
    box-sizing: border-box;
  }
  .footcopy .copy-right {
    display: none;
  }
}
