﻿@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  color: black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
@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) */
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: 16px;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
}
/* 去掉各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 */
img {
  /*max-width: 100%;*/
}
/* 解决 IE 缩放失真 */
img {
  -ms-interpolation-mode: bicubic;
}
/* 垂直居中 */
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%;
}
b {
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none;
}
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;
}
a:hover {
  color: #65291f;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 重置 hr */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* 清除IE10的叉 */
input::-ms-clear {
  display: none;
}
.cx-nav-list .cx-nav-current a {
  height: 39px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/*改变浏览器滚动条*/
::-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;
}
body {
  font-size: 14px;
  margin: 0 auto;
  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: #000;
  font-size: 14px;
}
a:hover {
  color: #65291f;
}
.w {
  width: 1550px;
  margin: 0 auto;
}
.top {
  background-color: #282828;
  font-size: 16px;
  color: #fff;
}
.top > .w {
  display: flex;
  justify-content: space-between;
  line-height: 45px;
}
#show_time b {
  font-size: 24px;
  color: red;
}
.header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 160px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}
.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h100 {
  height: 160px;
}
.wrap {
  width: 1550px;
  margin: 0 auto;
}
.language {
  width: 100px;
  font-size: 18px;
}
.language a {
  font-size: 18px;
}
.a_txt {
  display: none;
}
.moblie_head {
  display: none;
}
.nav {
  width: 100%;
  height: 115px;
}
.nav .nav_list {
  font-size: 18px;
  height: 115px;
  margin: 0 50px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.nav li {
  height: 115px;
  position: relative;
  text-align: center;
}
.nav li.last {
  background: none;
}
.nav li a {
  color: black;
  line-height: 115px;
  display: block;
  text-align: center;
  font-size: 18px;
}
.nav li a:hover {
  color: #65291f;
  background: url(../images/navbg.png) center 110px no-repeat;
}
.nav li a.selected {
  color: #65291f;
  background: url(../images/navbg.png) center 110px no-repeat;
}
.nav li.selected .submenu {
  display: block;
}
.nav li .submenu {
  display: none;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}
.nav li .submenu {
  width: 150px;
}
.nav li .submenu {
  z-index: 9999;
}
.nav li .submenu li {
  float: left;
  margin: 0;
  padding: 0px;
  background: none;
  height: 45px;
  line-height: 45px;
}
.nav li .submenu li a {
  float: none;
  padding: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background: none;
  color: #434343;
  width: 150px;
  font-size: 18px;
}
.nav li .submenu li a:hover {
  background: #f8f8f8;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
  color: #65291f;
  text-decoration: none;
}
.footer {
  background-color: #212121;
  overflow: hidden;
}
.footer-con > div {
  margin: 0 45px ;
}
.footer-con > div:first-child {
  margin-left: 0;
}
.footer-con > div:last-child {
  margin-right: 0;
}
.yqlist {
  padding: 20px 0;
  color: white;
  border-bottom: 1px solid #494949;
}
.yqlist h3 {
  font-size: 20px;
}
.linklist {
  margin-top: 20px;
}
.linklist a {
  margin-right: 20px;
  color: #999;
  font-size: 16px;
}
.footer .footer-con {
  padding-top: 50px;
  font-size: 14px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  color: white;
}
.footer a {
  color: white;
}
.fnav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.fnav h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.fnav a {
  font-size: 16px;
  display: block;
  line-height: 30px;
}
.footer .fcontact {
  width: 580px;
}
.fcontact h3 {
  display: block;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.fcontact ul {
  display: block;
  padding-top: 10px;
}
.fcontact p {
  line-height: 30px;
  font-size: 16px;
}
.fcon {
  display: flex;
  align-items: flex-start;
  text-align: right;
}
.fcon .fcon-tit {
  margin-right: 20px;
  padding-top: 20px;
}
.fcontact ul a {
  margin-right: 10px;
  line-height: 25px;
}
.flogo,
.fweixin {
  align-self: center;
}
.copyright {
  opacity: 0.6;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #494949;
  line-height: 35px;
  padding: 5px 0;
  color: white;
}
/*-- 右侧悬浮 --*/
.float-right {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
}
.float-right ul {
  width: 54px;
  padding: 14px 0 10px;
  background: #b2b2b2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.float-right ul li {
  height: 50px;
  line-height: 50px;
  font-size: 0px;
  position: relative;
  cursor: pointer;
}
.float-right ul li span {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 1px;
  vertical-align: middle;
}
.float-right ul li:hover {
  background: #00a8ee;
}
.float-right ul li .box {
  padding: 0 33px 0 11px;
  width: 139px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.float-right ul li:hover .box {
  background: #00a8ee;
  opacity: 1;
  left: -129px;
}
/*动画*/
.float-right a:hover {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.float-right ul li:nth-child(4) .box {
  width: 169px;
}
.float-right ul li:nth-child(4):hover .box {
  left: -159px;
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .header {
    display: none;
  }
  .nav {
    display: none;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .h44 {
    height: 44px;
  }
  .h100 {
    height: 0px;
  }
  .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: #65291f;
    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 #fff;
  }
  .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-con > div {
    margin: 0 10px ;
  }
  .fnav {
    display: none;
  }
  .footer .fcontact {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .footer .footer-con {
    flex-direction: column;
  }
  .footer .fweixin {
    margin-top: 30px;
  }
  .footer .fweixin img {
    width: 100%;
  }
  .copyright {
    flex-direction: column;
    text-align: center;
  }
  .copyright > div {
    display: inline;
  }
  .float-right {
    display: none;
  }
}
