* {
  padding: 0;
  margin: 0;
}
ul,
li,
dl,
dd,
dt,
ol {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
}
.l {
  float: left;
}
.r {
  float: right;
}
a {
  color: #333;
}
a:hover {
  color: #1f53db;
  text-decoration: none;
}
/* header */
.yj-header {
  background-color: #fff;
  color: #333;
  border-color: transparent;
  box-shadow: 2px 2px 3px #666;
  height: 76px;
  border-top: 2px solid #1f53db;
}
.yj-logo {
  height: 48px;
}
.yj-logo .mying {
  display: inline-block;
  float: left;
}
.yj-logo span {
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  color: #000;
  margin-left: 10px;
}
.yj-nav > li {
  color: #333;
}
.yj-nav > li a {
  height: 74px;
  line-height: 74px;
  padding: 0 25px;
  color: #333;
}
.yj-nav > li a:active {
  color: #333;
}
.yj-nav > li a:visited {
  color: #333;
}
.yj-nav > li a:focus {
  color: #333;
}
.yj-nav > li a:hover {
  background-color: #1f53db;
  color: #fff;
}
.yj-nav > li.current {
  color: #fff;
  background-color: #1f53db;
}
.dropdown-menu > li > a {
  height: 50px;
  line-height: 50px;
}
.dropdown-menu > li > a:hover {
  height: 50px;
  line-height: 50px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .current > a {
  color: #fff;
  background-color: #1f53db;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #1f53db;
}
/* banner */
.yj-banner {
  margin-top: 76px;
  height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item > img {
  display: block;
  position: absolute;
  max-width: none;
  left: 50%;
  margin-left: -960px;
}
.yj-bannerbox {
  margin-top: 76px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 120px;
}
.yj-nei-banner {
  width: 1920px;
  /*图片宽度*/
  position: absolute;
  left: 50%;
  margin-left: -960px;
  /*图片宽度的一半*/
}
/* 通用 */
.title {
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
}
.title-introduction {
  text-align: center;
  color: #ccc;
  font-size: 12px;
  margin-bottom: 20px;
}
/* products */
.products {
  background-color: #ededed;
  padding: 20px 0;
}
.yj-products {
  margin-top: 10px;
}
.yj-products .yj-pro-gn {
  width: 50%;
  float: left;
  margin: 15px 0;
}
.yj-products .yj-pro-gn .yj-fun {
  width: 100%;
  background-color: #1f53db;
  height: 200px;
  padding: 20px 20px 0;
  text-align: left;
}
.yj-products .yj-pro-gn .yj-fun h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.yj-products .yj-pro-gn .yj-fun p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.yj-products .yj-pro-gn .yj-gray {
  width: 100%;
  background-color: #e4e4e4;
  height: 200px;
  padding: 20px 20px 0;
  text-align: left;
}
.yj-products .yj-pro-gn .yj-gray h4 {
  color: #1f53db;
  font-size: 24px;
  margin-bottom: 10px;
}
.yj-products .yj-pro-gn .yj-gray p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
/* 系统简介 */
.xtjj {
  margin-top: 20px;
}
.xtjj .yj-system {
  padding-top: 30px;
  color: #333;
  text-indent: 30px;
}
.xtjj .yj-system .sytem {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.xtjj .yj-system .sytem a {
  display: inline-block;
  font-size: 14px;
  color: rgba(133, 184, 57, 0.7);
}
.xtjj .yj-system .sytem a:hover {
  color: #85b839;
}
.sytem-piclist {
  width: 60%;
  margin: 30px auto;
}
.sytem-piclist li {
  float: left;
}
.sytem-piclist li img {
  display: block;
  width: 95%;
  height: 95%;
}
/* 产品特点 */
.yj-features {
  margin-top: 20px;
}
.yj-features .features-icon-list {
  width: 100%;
  text-align: center;
}
.yj-features .features-icon-list h3 {
  font-size: 18px;
  line-height: 46px;
  color: #333;
}
.yj-features .features-icon-list p {
  font-size: 12px;
  color: #999;
}
.yj-features .features-icon-list i {
  background-image: url(../images/icon_list.png);
  background-repeat: no-repeat;
  display: block;
  width: 83px;
  height: 74px;
  margin: 15px auto;
}
.yj-features .features-icon-list i.icon-one {
  background-position: 0 0;
}
.yj-features .features-icon-list i.icon-two {
  background-position: 0 -123px;
}
.yj-features .features-icon-list i.icon-three {
  background-position: 0 -240px;
}
.yj-features .features-icon-list i.icon-four {
  background-position: 0 -365px;
}
.yj-features .features-icon-list i.icon-five {
  background-position: 0 -492px;
}
/*应用领域链接*/
.yj-typical {
  margin-top: 20px;
}
.yj-typical .typical-list {
  width: 100%;
  text-align: center;
}
.yj-typical .typical-list h3 {
  font-size: 18px;
  line-height: 46px;
  color: #333;
}
.yj-typical .typical-list p {
  font-size: 12px;
  color: #999;
}
/* footer */
.footer {
  background-color: #005eeb;
  padding: 30px 0;
  margin-top: 20px;
  color: #fff;
  display: block;
  overflow: hidden;
}
.yj-footnav dl {
  border-right: 1px solid #4891ff;
  height: 250px;
}
.yj-footnav dl dt {
  line-height: 36px;
  font-size: 16px;
}
.yj-footnav dl dd {
  line-height: 30px;
  color: #dbf1ff;
  font-size: 12px;
}
.yj-footnav .yj-tel {
  font-size: 30px;
  color: #fff;
  line-height: 42px;
}
.yj-footnav .yj-contact {
  border-right: none;
}
.yj-footnav .yj-wx {
  line-height: 16px;
}
.yj-bottom {
  background-color: #1d1d1d;
  line-height: 40px;
  color: #fff;
}
/* about */
.yj-about {
  margin-top: 20px;
}
.yj-about h4 {
  line-height: 50px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.yj-about .about-pic img {
  display: inline-block;
  float: left;
  width: 30%;
  margin: 0 18px;
  margin-bottom: 20px;
}
.yj-about p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}
.yj-about .about-scope {
  margin-top: 20px;
}
.yj-about .about-scope dl {
  background-color: #ededed;
  padding: 10px 20px 20px;
}
.yj-about .about-scope dl dt {
  font-size: 20px;
  color: #333;
  line-height: 50px;
}
.yj-about .about-scope dl dt.scope-xz {
  font-size: 14px;
}
.yj-about .about-scope dl dd {
  font-size: 12px;
  line-height: 30px;
}
.yj-about .about-scope dl dd i {
  display: inline-block;
  float: left;
  width: 4px;
  height: 4px;
  background-color: #1f53db;
  margin-right: 10px;
  margin-top: 13px;
}
.yj-about .about-info {
  background-color: #ededed;
  padding: 20px;
}
.yj-about .about-info p {
  margin-bottom: 0;
  line-height: 30px;
}
.yj-about .about-info p i {
  width: 4px;
  height: 4px;
  display: inline-block;
  float: left;
  background-color: #1f53db;
  margin-top: 13px;
}
.yj-about .about-info p span {
  margin: 0 10px;
}
.navbar-default .navbar-nav > .active > a {
  color: #1f53db;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #1f53db;
  background-color: #e7e7e7;
}
.yj-crumbs {
  line-height: 50px;
  font-size: 12px;
  color: #777;
}
.yj-crumbs a {
  color: #777;
}
.yj-crumbs a:hover {
  color: #1f53db;
}
.yj-crumbs i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/ico.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
/* news */
.yj-nei {
  margin-top: 20px;
}
.news-list-main ul li {
  margin: 10px 0;
}
.news-list-main ul li a {
  display: block;
  overflow: hidden;
  padding: 20px 30px;
}
.news-list-main ul li a .news_l_time {
  font-size: 48px;
  line-height: 48px;
  color: #c8c8c8;
  width: 124px;
}
.news-list-main ul li a .news_l_time ._year {
  font-size: 12px;
  text-align: right;
  line-height: 20px;
}
.news-list-main ul li a .news_l_time .number_title {
  font-family: 'Arial';
}
.news-list-main ul li a ._list_r {
  width: 86%;
}
.news-list-main ul li a ._list_r h2 {
  font-size: 16px;
}
.news-list-main ul li a ._list_r .news_title {
  margin-bottom: 12px;
}
.news-list-main ul li a ._list_r .news_text {
  color: #767676;
  margin-bottom: 20px;
}
.news-list-main ul li a ._list_r .news_more {
  font-size: 14px;
  color: #aaaaaa;
}
.news-list-main ul li a:hover {
  background-color: #f4f4f4;
}
.news-list-main ul li a:hover .news_l_time {
  color: #0e6eb8;
}
.news-list-main ul li a:hover ._list_r .news_title {
  color: #0e6eb8;
}
.news-list-main ul li a:hover ._list_r .news_more {
  color: #0e6eb8;
}
.article-head {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
.article-head h3 {
  margin-bottom: 20px;
}
/* 产品篇 */
.yj-pro {
  border: 1px solid #fff;
  border-collapse: collapse;
  /* 边框合并属性  */
}
.yj-pro th {
  border: 2px solid #fff;
  text-align: center;
  background-color: #a6bfff;
  line-height: 40px;
}
.yj-pro .cgq {
  background-color: #d2deff;
}
.yj-pro .green {
  background-color: #a6bfff;
}
.yj-pro td {
  border: 2px solid #fff;
  text-align: center;
  line-height: 24px;
  padding: 20px 5px;
}
.yj-pro td.tab-left {
  text-align: left;
}
/*系统篇*/
.sisty-intor {
  width: 46%;
  margin: 10px 20px;
}
.sisty-intor img {
  width: 100%;
  height: 100%;
}
.sisty-intor h3 {
  font-size: 20px;
  line-height: 40px;
}
.sisty-intor h3 em {
  color: #1f53db;
  font-size: 24px;
  margin-right: 5px;
}
.sisty-intor p {
  padding: 20px;
  background-color: #ededed;
  line-height: 24px;
  height: 120px;
}
/* 应用篇 */
.aply-gz {
  width: 46%;
  margin: 10px 20px;
}
.aply-gz h3 {
  font-size: 18px;
  line-height: 40px;
}
.aply-gz p {
  padding: 10px 20px;
  background-color: #ededed;
  line-height: 24px;
  font-size: 12px;
}
/* 服务与支持 */
.custom {
  background-color: #ededed;
  padding: 20px;
}
.custom p {
  line-height: 30px;
}
/* 应用领域 */
.yj-case {
  margin-top: 20px;
}
.yj-case .case-list {
  margin: 10px 0;
}
.yj-case .case-list h3 {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
/* 分页 */
#pager {
  width: 25%;
  margin: 0 auto;
}
/* 联系我们  地图 */
#map {
  width: 100%;
  height: 400px;
}
iframe {
  width: 100%;
  height: 370px;
}
.iframe-head {
  position: relative;
}
.lxwm {
  display: none;
}
/* 媒体查询 */
@media (max-width: 768px) {
  .yj-products .yj-pro-gn {
    width: 50%;
  }
  .yj-products .yj-pro-gn .yj-fun {
    width: 92%;
  }
  .yj-products .yj-pro-gn .yj-fun h4 {
    font-size: 18px;
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (max-width: 640px) {
  .banner {
    display: none;
  }
  .xtjj {
    margin-top: 70px;
  }
  .xtjj .yj-system .sytem {
    font-size: 12px;
  }
  .sytem-piclist li {
    margin-bottom: 10px;
  }
  .yj-features .features-icon-list {
    width: 100%;
  }
  .news-list-main ul li a ._list_r {
    width: 100%;
    margin-top: 5px;
  }
  .yj-products .yj-pro-gn {
    width: 100%;
  }
  .yj-products .yj-pro-gn .yj-fun {
    width: 95.2%;
  }
  .yj-products .yj-pro-gn .yj-fun h4 {
    font-size: 18px;
  }
  .yj-area .yj-area-more {
    width: 100%;
  }
  .yj-area .yj-area-more a {
    width: 100%;
  }
  .yj-typical .typical-list {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer {
    display: none;
  }
  .yj-bottom {
    font-size: 12px;
  }
  .yj-nav {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .yj-nav li {
    color: #fff;
  }
  .yj-nav li a {
    color: #fff;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-top: 12px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  iframe {
    width: 100%;
    height: 36px;
  }
  .yj-nei-banner {
    display: none;
  }
  .yj-company {
    margin-top: 20px;
  }
  .about-scope dl {
    margin-bottom: 20px;
  }
  .sis-pic {
    display: none;
  }
  .sisty-intor {
    width: 96%;
    margin: 10px 10px;
  }
  .sisty-intor p {
    padding: 20px;
    background-color: #ededed;
    line-height: 24px;
    height: auto;
  }
  .yj-case {
    margin-top: 40px;
  }
  .yj-case .case-list {
    margin: 10px 0;
    width: 100%;
  }
  .yj-case .case-list img {
    width: 100%;
    height: 100%;
  }
  .yj-about {
    margin-top: 40px;
  }
  .yj-about .about-pic {
    overflow: hidden;
    text-align: center;
  }
  .yj-about .about-pic img {
    display: block;
    vertical-align: middle;
    width: 88%;
    height: 88%;
  }
  .yj-about .honor {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  #dituContent {
    display: none;
  }
  .lxwm {
    display: block;
  }
  .lxwm h3 {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .lxwm p {
    line-height: 24px;
  }
  .yj-bottom {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
  }
}
