@charset "utf-8";
/* CSS Document */
*,
*:after,
*:before {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
}
select {
  padding: 2px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  display: inline-block;
  background-color: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
object,
embed {
  outline: 0;
}
/* CSS Document */
.layout {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.layout-row {
  width: 100%;
  overflow: hidden;
}
.layout-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
}
.layout-3-1,
.layout-3-2,
.layout-4-1,
.layout-2-1,
.layout-4-3 {
  float: left;
  vertical-align: top;
}
.layout-3-1 {
  width: 33.3333%;
}
.layout-3-2 {
  width: 66.6666%;
}
.layout-4-1 {
  width: 25%;
}
.layout-2-1 {
  width: 50%;
}
.layout-4-3 {
  width: 75%;
}
/*ie7*/
/* CSS Document */
/*var*/
a {
  color: #666;
}
a:hover {
  color: #333;
}
p {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
}
/*ui*/
.ui-ffm {
  font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
.ui-ffs {
  font-family: "宋体", arial, sans-serif;
}
.ui-fsxs {
  font-size: 70%;
}
.ui-fss {
  font-size: 85%;
}
.ui-fsl {
  font-size: 125%;
}
.ui-fsxl {
  font-size: 150%;
}
.ui-tac {
  text-align: center;
}
.ui-tar {
  text-align: right;
}
.ui-tal {
  text-align: left;
}
.ui-tdn {
  text-indent: -999em;
}
.ui-ofh {
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.ui-fr {
  float: right;
}
.ui-fl {
  float: left;
}
.ui-dn {
  display: none;
}
.ui-art,
.ui-arb {
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #999;
}
.ui-arb {
  border-color: #999 transparent transparent;
}
.fix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.fix {
  display: inline-block;
}
/*箭头及更多标签动画效果*/
.ui-arb.open {
  -webkit-transform: translateY(-4px) rotate(180deg);
  -moz-transform: translateY(-4px) rotate(180deg);
  transform: translateY(-4px) rotate(180deg);
}
.ui-arb,
.ui-more-trigger::after,
.ui-more-trigger::before {
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}
.ui-more-trigger,
.ui-more-trigger::after,
.ui-more-trigger::before {
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #999;
}
.ui-more-trigger {
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  -webkit-transition: background 0.2s 0.2s;
  -moz-transition: background 0.2s 0.2s;
  transition: background 0.2s 0.2s;
}
.ui-more-trigger::after,
.ui-more-trigger::before {
  content: "";
}
.ui-more-trigger::after {
  top: 6px;
}
.ui-more-trigger::before {
  top: -6px;
}
.ui-more-trigger.open {
  background-color: rgba(255, 255, 255, 0);
}
.ui-more-trigger.open::after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.ui-more-trigger.open::before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
/*ie 7*/
.ui-art,
.ui-arb {
  *display: inline;
  *zoom: 1;
}
body {
  font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
.mod-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 100;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
}
.mod-header.is-fixed {
  position: fixed;
  top: 0;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.mod-header.is-fixed .logo {
  padding: 5px 30px;
}
.mod-header.is-fixed .nav li a {
  padding: 13px 40px;
}
.mod-header.is-fixed.bordered {
  border-bottom: none;
}
.mod-header.bordered {
  border-bottom: 2px solid #323232;
}
.mod-header.bordered .nav a {
  padding: 36px 40px;
}
.logo {
  padding: 30px;
  height: 100%;
  width: 300px;
  float: left;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
}
.nav {
  float: right;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  text-align: center;
  padding: 38px 40px;
  height: 100%;
  font-size: 18px;
  color: #696969;
  border-top: 4px solid transparent;
  text-decoration: none;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
}
.nav li a:hover {
  background: #f9f9f9;
  border-top-color: #f9f9f9;
}
.nav li a small {
  display: block;
  color: #aaa;
}
.nav li.active a {
  border-top-color: #323232;
  color: #333;
  background: #f9f9f9;
}
.mod-body {
  padding-top: 120px;
}
#Home .mod-body {
  background: #6b98d7 url(../images/bg-banner.png) center top no-repeat;
  background-attachment: fixed;
}
.mod-banner {
  height: 420px;
}
.mod-banner h3 {
  position: relative;
  padding: 120px 60px 0 0;
  font-size: 52px;
  font-weight: lighter;
  color: #fff;
}
.mod-banner p {
  position: relative;
  padding: 0 60px 0 0;
  font-weight: lighter;
  font-size: 36px;
  color: #fff;
}
.mod {
  padding: 60px 0;
}
.mod .mod-title {
  position: relative;
  height: 36px;
  width: 250px;
  line-height: 36px;
  color: #ccc;
  font-weight: normal;
  font-size: 18px;
  padding: 0 30px;
  font-style: italic;
  background: url(../images/bg-title-1.png) no-repeat;
}
.mod-about {
  background: #fff;
}
.mod-about .mod-content {
  padding: 60px 100px;
}
.mod-about .mod-content::after,
.mod-about .mod-content::before {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 45px;
  background: url(../images/bg-quotes.png) no-repeat;
}
.mod-about .mod-content::after {
  right: 30px;
  bottom: 50px;
  background-position: right top;
}
.mod-about .mod-content::before {
  left: 20px;
  top: 50px;
}
.mod-about .mod-content .t1 {
  font-size: 18px;
  text-indent: 2em;
  font-style: italic;
}
.mod-about .mod-content .t2 {
  font-size: 24px;
  font-style: italic;
  text-align: center;
}
.mod-apppark {
  background: #e18929 url(../images/bg-products.png) center no-repeat;
  background-attachment: fixed;
  text-align: center;
}
.mod-apppark h3 {
  font-size: 52px;
  color: #fff;
  font-weight: lighter;
}
.mod-apppark .t1,
.mod-apppark .t2 {
  color: #fff;
  font-weight: lighter;
}
.mod-apppark .t1 {
  font-size: 36px ;
}
.mod-apppark .t2 {
  font-size: 24px ;
}
.mod-apppark .feature {
  padding: 50px 100px;
}
.mod-apppark .feature li {
  float: left;
  width: 200px;
  font-size: 18px;
}
.mod-apppark .feature li .img {
  width: 116px;
  height: 116px;
  border-radius: 58px;
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.mod-apppark .feature li p {
  color: #fff;
  font-size: 16px;
}
.mod-apppark .btn {
  display: inline-block;
  width: 160px;
  border: 1px solid #fff;
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 80px;
}
.mod-apppark .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mod-news {
  background: #fff;
}
.mod-news .more-news {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin-right: 40px;
  text-decoration: none;
}
.mod-news .more-news::after {
  content: ">";
  margin: 0 10px;
  font-family: "宋体", arial, sans-serif;
}
.mod-news .news-list {
  padding: 30px 40px;
}
.mod-news .news-list li {
  list-style: circle;
  position: relative;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dashed #ececec;
}
.mod-news .news-list li:last-child {
  border-bottom: none;
}
.mod-news .news-list li a {
  display: inline-block;
  width: 300px;
}
.mod-news .news-list li .date {
  color: #ccc;
  position: absolute;
  right: 0;
  font-size: 12px;
}
.mod-news .image-news {
  margin: 30px 40px;
  height: 220px;
  background: #f9f9f9;
}
.mod-news .image-news a {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-news .image-news a img {
  width: 100%;
  height: 100%;
}
.mod-contact {
  background: #666b74;
  text-align: right;
}
.mod-contact h4 {
  display: inline-block;
  border-left: 4px solid #32b9ff;
  padding: 0 40px 0 20px;
  height: 36px;
  line-height: 36px;
  color: #ccc;
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  background: #323232;
}
.mod-contact .info {
  margin: 50px 30px 0 0;
}
.mod-contact .info li {
  height: 64px;
  padding: 0 80px 20px 0;
  background: url("../images/icon-contact.png") right top no-repeat;
}
.mod-contact .info li.phone {
  background-position: right -70px;
}
.mod-contact .info li.add {
  padding-bottom: 0;
  background-position: right -140px;
}
.mod-contact .info li.add strong {
  font-size: 16px;
}
.mod-contact .info li span {
  display: block;
  font-size: 14px;
  color: #babcbe;
  font-style: italic;
}
.mod-contact .info li strong {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
.mod-contact .info li strong a {
  color: #fff;
  text-decoration: none;
}
.mod-contact .map {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: -60px 0;
}
.mod-footer {
  padding: 20px 0 70px;
  background: #323232;
}
.mod-footer a:hover {
  color: #fff;
  text-decoration: none;
}
.b-nav {
  padding: 20px 30px;
}
.b-nav ul {
  padding: 0 10px;
  border-left: 4px solid #323232;
}
.b-nav li {
  float: left;
  color: #999;
}
.b-nav li::after {
  content: ">";
  margin: 0 10px;
  font-family: "宋体", arial, sans-serif;
}
.b-nav li:last-child::after {
  content: "";
}
.news-body {
  padding: 10px 30px 50px;
}
.news-body .news-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.news-body .news-title {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 5px;
}
.news-body .news-content {
  padding: 20px 20px 0;
}
.news-body .news-content p {
  font-size: 16px;
  color: #696969;
  line-height: 1.8;
  padding: 5px 0;
}
.news-body .news-content p.indent {
  text-indent: 2em;
}
.news-list {
  padding: 0 30px;
}
.news-list .news-item {
  padding: 30px 0;
  border-bottom: 1px dotted #ececec;
  position: relative;
}
.news-list .news-item.has-img {
  padding-left: 326px;
  min-height: 220px;
}
.news-list .news-item.has-img .news-img {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 306px;
  height: 180px;
}
.news-list .news-item.has-img .news-img img {
  width: 100%;
  height: 100%;
}
.news-list .news-img {
  display: none;
}
.news-list .news-title {
  font-size: 24px;
  font-weight: lighter;
}
.news-list .news-title a:hover {
  text-decoration: none;
  color: #323232;
}
.news-list .news-info {
  margin-top: 10px;
}
.news-list .news-summary {
  font-size: 16px;
  margin-top: 10px;
}

/*mod-page-number*/
.mod-pagination{padding:30px 0; text-align: center;color:#969696;}
.mod-pagination a{display: inline-block;*display:inline;zoom:1;padding:6px 10px;margin:0 2px;background: #fcfcfc;}
.mod-pagination a:hover{text-decoration: none;background: #ececec;}
.mod-pagination a.curr{background:#ff6e03; color: #fff;}
.mod-pagination .sfs{font-family: "宋体", arial, sans-serif;}

