/*
* @description: 关于
* @author: loyin
* @update: loyin (2017-05-24)
*/
/* 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;
}
html,
body {
  font-family: "microsoft yahei", Arial, "SimSun", sans-serif;
}
.main-title,
.main-wrapper {
  width: 100%;
  padding: 16px 0;
}
.l-title {
  width: 20%;
  height: 120px;
  background: url("../img/bg-2.png") no-repeat;
}
.r-title {
  background: #005AAB;
  width: 79.5%;
}
.r-title .r-box {
  width: 100%;
  height: 120px;
  color: #fff;
  padding: 56px 15px 0 15px;
  background: url("../img/bg-1.png") no-repeat top right;
  line-height: 25px;
}
.r-title .r-box p {
  font-size: 12px;
}
.r-title .r-box h3 {
  font-weight: bold;
}
.w-sidebar {
  width: 20%;
}
.w-content {
  width: 79.5%;
}
.r-title {
  width: 100%;
}
.r-title .r-box {
  background: url("../img/application-title-decoration.png") no-repeat top right;
}
.w-content {
  width: 100%;
}
.w-content .item-list {
  overflow: hidden;
}
.w-content .item-list li {
  float: left;
  width: 25%;
  padding: 10px;
}
.w-content .item-list .img-wrap {
  text-align: center;
  height: 130px;
}
.w-content .item-list .img-wrap img {
  height: 100%;
}
.w-content .item-list .tit {
  margin: 15px 0;
  display: block;
  font-size: 16px;
  color: #00469c;
  font-weight: bold;
  font-family: 黑体;
  text-align: left;
  line-height: 170%;
  height: 54px;
  overflow: hidden;
  ext-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.w-content .item-list .subtit {
  font-size: 13px;
  height: 110px;
  line-height: 170%;
  overflow: hidden;
  ext-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
