/*
* @description: 首页
* @author: loyin
* @update: loyin (2017-05-22)
*/
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
body {
  background: #ffffff;
}
/* 重置body 页面背景为白色 */
html,
body,
th,
td,
input,
select,
textarea,
button {
  line-height: 1;
  font-family: "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  color: #000;
}
/* 重置页面文字属性 */
a {
  color: #005f99;
  text-decoration: none;
}
/* 重置链接a标签 */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
/* 重置table属性 */
img {
  vertical-align: top;
}
/* 图片在当前行内的垂直位置 */
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
/*清除浮动*/
.clear {
  clear: both;
}
/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  font-size: calc(10vw);
  /*10 ÷ 16 × 100% = 62.5%*/
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.t-center {
  text-align: center;
}
html,
body {
  width: 100%;
  height: 100%;
}
html .container,
body .container {
  width: 970px;
  padding: 0;
}
html .container a,
body .container a {
  color: inherit;
}
html .container a a:hover,
body .container a a:hover {
  color: inherit;
}
.header .top-box {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  background: #385892;
  color: #fff;
}
.header .top-box span {
  margin: 0 5px;
}
.header .to-att a {
  color: #fff;
}
.header .headlogo {
  width: 160px;
  height: 80px;
}
.header .headlogo img {
  width: 100%;
  height: 100%;
}
.header .navmenu {
  padding-top: 40px;
}
.header .navmenu li {
  float: left;
}
.header .navmenu a {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #385892;
}
.header .navmenu a:hover {
  background: #568dcb;
}
.header .navmenu a.active {
  background: #1e3d77;
}
.footer .foot-list {
  margin-top: 20px;
  border-top: 3px solid #385892;
  padding: 16px 16px 32px;
}
.footer .foot-list ul {
  display: flex;
  justify-content: space-between;
}
.footer .foot-list li {
  float: left;
}
.footer .foot-list .long {
  width: 154px;
}
.footer .foot-list .longer {
  width: 183px;
}
.footer .foot-list dt {
  font-size: 12px;
  color: #6666aa;
  margin-bottom: 5px;
}
.footer .foot-list dd {
  font-size: 11px;
  color: #808080;
}
.footer .foot-list dd img {
  margin-right: 11px;
}
.footer .company-info {
  text-align: center;
  line-height: 170%;
  font-size: 12px;
}
.banner {
  margin-top: 18px;
  padding-bottom: 18px;
  height: 356px ;
  background: url("../img/shadow-top-slider.jpg") no-repeat center 49px;
}
.banner .banner-box {
  width: 1043px;
  height: 338px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .img-box a {
  display: block;
  width: 767px;
  height: 338px;
  position: relative;
}
.banner .img-box a .img-txt {
  position: absolute;
  top: 217px;
  right: 0;
  padding: 30px 25px;
  width: 530px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
}
.banner .img-box a img {
  width: 100%;
  height: 100%;
}
.banner .txt-box {
  width: 276px;
  height: 338px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .txt-box li {
  width: 100%;
  height: 80px;
  transition: 0.3s linear;
}
.banner .txt-box li.active a {
  background: #0091D9;
}
.banner .txt-box li.active a .horn {
  border-right: 7px solid #0091D9;
}
.banner .txt-box li.active a .txt p {
  /* font-size: 14px; */
  font-weight: bold;
}
.banner .txt-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-left: 7px;
  margin-left: 7px;
  padding: 10px 20px;
  background: #103A61;
}
.banner .txt-box .horn {
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #103A61;
}
.banner .txt-box .txt p {
  font-size: 12px;
  color: #fff;
  line-height: 140%;
}
.content {
  margin-top: 10px;
}
.content .tabs {
  text-align: center;
}
.content .tabs ul {
  overflow: hidden;
  display: inline-block;
}
.content .tabs li {
  float: left;
  padding: 6px  23px 6px 23px;
  background: #f5f5f5;
}
.content .tabs li:hover {
  background: #cccccc;
}
.content .tabs a {
  display: block;
  color: black;
}
.content .tab-items {
  margin-top: -2px;
}
.content .tab-items .tab-item {
  display: none;
  border: 1px solid #A8A8A8;
  width: 100%;
  padding: 11px;
}
.content .tab-items .tab-item#item1 {
  display: block;
}
.content .tab-items .tab-item ul {
  padding: 10px;
  overflow: hidden;

}
.content .tab-items .tab-item li {
  padding: 0 10px;
  border-left: 2px solid AliceBlue;
  float: left;
  overflow: hidden;
  width: 25%;
}
.content .tab-items .tab-item h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
}
.content .tab-items .tab-item .subtit {
  font-size: 12px;
  line-height: 16px;
  height: 25px;
  font-weight: bold;
  color: #6666aa;
  padding-top: 5px;
}
.content .tab-items .tab-item .img-1 {
  margin: 5px 10px 5px 0;
  display: block;
}
.content .tab-items .tab-item .pro-info {
  font-size: 12px;
  display: inline-block;
  width: 195px;
  line-height: 20px;
  color: #808080;
}
.content .tab-items .tab-item table {
  width: 195px;
  margin-top: 10px;
}
.content .tab-items .tab-item table td {
  color: #376092;
  font-size: 11px;
  line-height: 16px;
}
.content .tab-items .tab-item .more {
  color: #cc9900;
  font-size: 11px;
  line-height: 16px;
  display: block;
}
/*.content .tab-items .tab-item#item2 h5 {*/
  /*font-family: Tahoma;*/
/*}*/
/*.content .tab-items .tab-item#item2 li {*/
  /*width: 295px;*/
/*}*/
/*.content .tab-items .tab-item#item2 .pro-info {*/
  /*width: 273px;*/
  /*overflow: hidden;*/
  /*margin-top: 10px;*/
  /*font-family: Tahoma;*/
/*}*/
/*.content .tab-items .tab-item#item2 .more {*/
  /*margin-top: 10px;*/
/*}*/
.content .tabs li.active {
  background: #cccccc;
}