li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w990 {
  width: 990px;
  margin: 0 auto;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
.next:focus {
  outline: none;
}
.prev:focus {
  outline: none;
}
img:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bcbcbc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbcbc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbcbc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}
input::-webkit-input-placeholder {
  color: #bcbcbc;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bcbcbc;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbcbc;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbcbc;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 1200px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img:hover {
  transform: scale(1.1);
}
html {
  padding: 0;
  margin: 0;
}
h1 {
  margin: 0;
}
b {
  font-weight: normal;
}
@font-face {
  font-family: "test";
  src: url("pp.TTF");
}
.index-top .title {
  background: url(http://www.yghbjt.com/stac/images/index-top.png) no-repeat center top #ebebeb;
}
.index-top .title .box {
  line-height: 40px;
  overflow: hidden;
}
.index-top .title .box h2 {
  float: left;
  color: #666666;
}
.index-top .title .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
}
.index-top .title .box .sitemap a {
  color: #666666;
}
.index-top .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top .advertisement {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
.index-top .advertisement .logo {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-top .advertisement .logo .pic {
  float: left;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
}
.index-top .advertisement .logo .pic img {
  width: 133px;
  height: 79px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .logo .pic p {
  font-size: 36px;
  color: #d3cfcf;
  font-weight: bold;
  padding: 9px 0 0 0;
}
.index-top .advertisement .logo .text {
  margin: 0px 0 0 10px;
  float: right;
}
.index-top .advertisement .logo .text h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 strong {
  color: #158fe5;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 20px;
  color: #333333;
}
.index-top .advertisement .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-top .advertisement .tel {
  background: url(../images/top-tel.png) no-repeat left 5px;
  padding: 2px 0 2px 58px;
}
.index-top .advertisement .tel .cd-words-wrapper {
  font-size: 20px;
  display: block;
  color: #040000;
  text-align: left;
}
.index-top .advertisement .tel h1 {
  margin: 0;
}
.index-top .advertisement .tel b {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-top .advertisement .tel a {
  width: 130px;
  line-height: 33px;
  color: #fff;
  background: #158fe5;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  z-index: 999;
}
.index-top .navigation {
  height: 56px;
  line-height: 56px;
  background: #158fe5;
}
.index-top .navigation .box {
  margin: 0 auto;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-top .navigation .box ul li {
  position: relative;
}
.index-top .navigation .box ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
}
.index-top .navigation .box ul li a b {
  display: block;
  padding: 0 32px 0;
}
.index-top .navigation .box ul li:hover a {
  padding: 11px 0;
}
.index-top .navigation .box ul li:hover a b {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  color: #158fe5;
}
.index-top .navigation .box ul .active a {
  padding: 11px 0;
}
.index-top .navigation .box ul .active a b {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  color: #158fe5;
}
.index-banner {
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner a {
  display: block;
}
.index-banner img {
  display: block;
  width: 100%;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fractio {
  bottom: 8px;
}
.banner img {
  display: block;
  width: 100%;
}
.t-serach {
  height: 75px;
  line-height: 75px;
  z-index: 999;
  border-bottom: 1px solid #d4d4d4;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #666666;
}
.t-serach .box .left h2 {
  margin: 22px 0px 0 0;
  color: #666666;
  height: 40px;
  line-height: 31px;
  text-align: center;
  padding: 0 0 0 25px;
  background: url(../images/t-search.png) no-repeat left 5px;
}
.t-serach .box .left a {
  color: #666666;
  padding: 0 5px 0;
}
.t-serach .box .right {
  display: flex;
  align-items: center;
}
.t-serach .box .right form {
  display: flex;
  align-items: center;
  position: relative;
}
.t-serach .box .right form input {
  font-size: 14px;
  width: 320px;
  height: 37px;
  padding-left: 10px;
  border: 1px solid #bdbdbd;
  border-radius: 30px;
}
.t-serach .box .right form button {
  position: absolute;
  right: 3px;
  width: 50px;
  height: 32px;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  background: url(../images/sereach.png) no-repeat center center #158fe5;
}
.t-title {
  margin: 0 auto;
}
.t-title .box_tit {
  text-align: center;
}
.t-title .box_tit h2 {
  font-size: 36px;
  color: #333333;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: url(../images/t-title-h2.png) no-repeat center center;
}
.t-title .box_tit h2 b {
  z-index: 999;
  font-weight: bold;
  color: #158fe5;
}
.t-title .box_tit h2 img {
  display: block;
  margin: 0 5px;
}
.t-title .box_tit p {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 16px;
  color: #fff;
  letter-spacing: 2px;
}
.index-pinzhi {
  padding: 60px 0 30px;
}
.index-pinzhi .box {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-pinzhi .box .item {
  width: 390px;
  height: 300px;
  padding: 0px 15px;
  background: url(../images/pinzhi_right.png) no-repeat right center;
  cursor: pointer;
}
.index-pinzhi .box .item .item_h {
  padding: 20px;
}
.index-pinzhi .box .item .item_h .icon {
  width: 64px;
  height: 57px;
  margin: 0 auto 30px 0;
  overflow: hidden;
  position: relative;
}
.index-pinzhi .box .item .item_h .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.index-pinzhi .box .item .item_h .icon .icon_h img {
  display: block;
}
.index-pinzhi .box .item .item_h .icon .icon_h .hover {
  display: block;
}
.index-pinzhi .box .item .item_h .text {
  text-align: left;
}
.index-pinzhi .box .item .item_h .text h2 {
  color: #333;
  font-size: 24px;
  margin: 10px auto 8px;
  font-weight: bold;
}
.index-pinzhi .box .item .item_h .text h2 b {
  color: #10268c;
  font-size: 26px;
  font-weight: bold;
}
.index-pinzhi .box .item .item_h .text .line {
  width: 32px;
  height: 2px;
  background: #158fe5;
  margin: 15px 0;
}
.index-pinzhi .box .item .item_h .text p {
  color: #888888;
  line-height: 26px;
}
.index-pinzhi .box .item .item_h .text a {
  width: 110px;
  line-height: 32px;
  display: block;
  margin: 15px auto 0 0;
  text-align: center;
  background: #158fe5;
  border-radius: 30px;
  color: #fff;
}
.index-pinzhi .box .item:nth-child(4) {
  background: none;
}
.index-pinzhi .box .item:hover .item_h {
  background: #158fe5;
  border-radius: 20px;
  box-shadow: 0 0 8px #858383;
}
.index-pinzhi .box .item:hover .icon .icon_h {
  margin-top: -57px;
}
.index-pinzhi .box .item:hover .text h2 {
  color: #fff;
}
.index-pinzhi .box .item:hover .text .line {
  background: #fff;
}
.index-pinzhi .box .item:hover .text p {
  color: #fff;
}
.index-pinzhi .box .item:hover .text a {
  background: #fff;
  color: #158fe5;
}
.index-jiejue {
  position: relative;
  padding: 60px 0 40px;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-jiejue .t-title .box_tit h2 {
  background: url(../images/t-title-h2-b.png) no-repeat center center;
  color: #fff;
}
.index-jiejue .t-title .box_tit h2 b {
  color: #fff;
}
.index-jiejue .box_pro {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-jiejue .box_pro .content {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-jiejue .box_pro .content .list {
  width: 32%;
  margin: 0 0 25px 0;
}
.index-jiejue .box_pro .content .list a {
  background: #fff;
  display: block;
  box-sizing: border-box;
}
.index-jiejue .box_pro .content .list a .item {
  display: block;
  position: relative;
}
.index-jiejue .box_pro .content .list a .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-jiejue .box_pro .content .list a .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-jiejue .box_pro .content .list a h2 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  background: #fff;
  line-height: 45px;
}
.index-jiejue .box_pro .content .list:hover {
  box-shadow: 0 0 15px rgba(94, 94, 94, 0.8);
}
.index-jiejue .box_pro .content .list:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-jiejue .box_pro .content .list:hover a h2 {
  color: #158fe5;
}
.index-jiejue .btn {
  width: 163px;
  line-height: 40px;
  display: block;
  margin: 10px auto 0;
  background: url(../images/btn_a.png) no-repeat 110px center #ffffff;
  color: #158fe5;
  border-radius: 30px;
  padding: 0 0 0 30px;
  text-align: left;
}
.index-jiejue .btn:hover {
  color: #fff;
}
.index-pro {
  padding: 60px 0 60px;
}
.index-pro .box .nav {
  margin: 45px 0;
  overflow: hidden;
}
.index-pro .box .nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-pro .box .nav ul li {
  margin: 0 10px;
  width: 260px;
  height: 48px;
  text-align: center;
  background: #e8e8e8;
  border-radius: 30px;
}
.index-pro .box .nav ul li a {
  font-size: 20px;
  display: block;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
}
.index-pro .box .nav ul li:hover {
  background: #0094ec;
}
.index-pro .box .nav ul li:hover a {
  color: #fff;
}
.index-pro .box .nav ul li:hover a img {
  display: none;
}
.index-pro .box .nav ul li:hover a .hover {
  display: block;
}
.index-pro .box .nav ul .on {
  background: #0094ec;
}
.index-pro .box .nav ul .on a {
  color: #fff;
}
.index-pro .box .nav ul .on a img {
  display: none;
}
.index-pro .box .nav ul .on a .hover {
  display: block;
}
.index-pro .box .nav ul h4 {
  float: left;
  width: 240px;
  height: 60px;
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.index-pro .box .nav ul h4 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
  padding-left: 50px;
  overflow: hidden;
}
.index-pro .box .nav ul h4 a img {
  line-height: 40px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.index-pro .box .nav ul h4 a .hover {
  display: none;
}
.index-pro .box .nav ul h4 a b {
  display: block;
  float: left;
}
.index-pro .box .nav ul h4:hover {
  background: #0094ec;
}
.index-pro .box .nav ul h4:hover a {
  color: #fff;
}
.index-pro .box .nav ul h4:hover a img {
  display: none;
}
.index-pro .box .nav ul h4:hover a .hover {
  display: block;
}
.index-pro .box .content {
  overflow: hidden;
  margin-top: 40px;
}
.index-pro .box .content .first {
  float: left;
  width: 590px;
  border: 1px solid #ddd;
}


.index-pro .box .content .first a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-pro .box .content .first a .pic {
  width: 590px;
  margin: 0 auto;
}
.index-pro .box .content .first a .pic img {
  width: 100%;
  display: block;
}
.index-pro .box .content .first a h2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 44px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
}
.index-pro .box .content .con {
  width: 595px;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pro .box .content .con .list {
  width: 290px;
  margin: 0 0 15px 0;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}

.index-pro .box .content .con .list:hover {
  box-shadow: 0 0 15px rgba(94, 94, 94, 0.8);
}


.index-pro .box .content .con .list .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.index-pro .box .content .con .list .pic img {
  max-width: 100%;
  display: block;
}
.index-pro .box .content .con .list h2 {
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
.index-pro .box .content .con .list:hover {
  background: #268fd5;
}
.index-pro .box .content .con .list:hover h2 {
  color: #fff;
}
.index-pro .box .content .con .list:nth-child(2n + 2) {
  margin-right: 0;
}
.index-pro .box .content .con .list:nth-child(3),
.index-pro .box .content .con .list:nth-child(4) {
  margin-bottom: 0;
}
.index-pro .btn {
  width: 163px;
  line-height: 40px;
  display: block;
  margin: 40px auto 0;
  background: url(../images/btn_a_h.png) no-repeat 110px center #158fe5;
  color: #fff;
  border-radius: 30px;
  padding: 0 0 0 30px;
  text-align: left;
}
.index-pro .btn:hover {
  color: #fff;
}
.index-fuwu {
  padding: 45px 0 60px;
  background: url(../images/yingy_bg.jpg) no-repeat top center;
}
.index-fuwu .swiper-container {
  padding: 0 8px 20px;
}
.index-fuwu .swiper-container .swiper-pagination-bullets,
.index-fuwu .swiper-container .swiper-pagination-fraction {
  bottom: 0;
  position: absolute;
}
.index-fuwu .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #6e6e6e;
  border-radius: 50%;
}
.index-fuwu .swiper-pagination-bullet-active {
  background: #0d89e8;
}
.index-fuwu .box {
  margin-top: 40px;
}
.index-fuwu .box .list {
  margin-bottom: 22px;
  overflow: hidden;
  box-shadow: 0 0 8px #ddd;
  position: relative;
  height: 200px;
  background: #ffffff;
}
.index-fuwu .box .list a {
  display: block;
  z-index: 10;
  padding: 41px 0 20px;
  position: relative;
}
.index-fuwu .box .list a .pic {
  margin: 0 auto;
  text-align: center;
}
.index-fuwu .box .list a .pic img {
  display: block;
  margin: 0 auto;
}
.index-fuwu .box .list a .pic .hover {
  display: none;
}
.index-fuwu .box .list a h2 {
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  margin: 22px 0 0 0;
}
.index-fuwu .box .list:hover {
  background: #0d89e8;
}
.index-fuwu .box .list:hover a .pic img {
  display: none;
}
.index-fuwu .box .list:hover a .pic .hover {
  display: block;
}
.index-fuwu .box .list:hover a h2 {
  color: #fff;
}
.index-ad1 {
  height: 210px;
  background: url(../images/ad_1.jpg) no-repeat center center;
}
.index-ad1 .box .text {
  height: 208px;
  padding: 36px 0 0 0;
  width: 675px;
  margin-left: auto;
  text-align: center;
}
.index-ad1 .box .text p {
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 40px;
  font-weight: normal;
}
.index-ad1 .box .text p b {
  font-weight: bold;
  font-size: 34px;
  display: block;
}
.index-ad1 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 15px;
  padding: 0 0 0 0px;
}
.index-ad1 .box .text .tel i {
  color: #fff;
}
.index-ad1 .box .text .tel .cd-intro {
  width: auto;
  height: 46px;
}
.index-ad1 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad1 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad1 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  box-shadow: 0 0 8px #297bb4;
  color: #1270d4;
  font-size: 20px;
}
.index-ad1 .box .text .tel a:hover {
  color: #fff;
}
.index-ad2 {
  height: 210px;
  background: url(../images/ad_2.jpg) no-repeat center center;
}
.index-ad2 .box .text {
  height: 208px;
  padding: 36px 0 0 0;
  width: 715px;
  margin-left: auto;
  text-align: center;
}
.index-ad2 .box .text p {
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 42px;
  font-weight: normal;
}
.index-ad2 .box .text p b {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
.index-ad2 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 15px;
  padding: 0 0 0 0px;
}
.index-ad2 .box .text .tel i {
  color: #fff;
}
.index-ad2 .box .text .tel .cd-intro {
  width: auto;
  height: 46px;
}
.index-ad2 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad2 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad2 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  box-shadow: 0 0 8px #297bb4;
  color: #1270d4;
  font-size: 20px;
}
.index-ad2 .box .text .tel a:hover {
  color: #fff;
}
.index-ad3 {
  height: 210px;
  background: url(../images/ad_3.jpg) no-repeat center center;
}
.index-ad3 .box .text {
  height: 208px;
  padding: 36px 0 0 0;
  width: 715px;
  margin-left: auto;
  text-align: center;
}
.index-ad3 .box .text p {
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 42px;
  font-weight: normal;
}
.index-ad3 .box .text p b {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
.index-ad3 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 15px;
  padding: 0 0 0 0px;
}
.index-ad3 .box .text .tel i {
  color: #fff;
}
.index-ad3 .box .text .tel .cd-intro {
  width: auto;
  height: 46px;
}
.index-ad3 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad3 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad3 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  box-shadow: 0 0 8px #297bb4;
  color: #1270d4;
  font-size: 20px;
}
.index-ad3 .box .text .tel a:hover {
  color: #fff;
}
.index-ad4 {
  height: 210px;
  background: url(../images/ad_4.jpg) no-repeat center center;
}
.index-ad4 .box .text {
  height: 208px;
  padding: 36px 0 0 0;
  width: 715px;
  margin-left: auto;
  text-align: center;
}
.index-ad4 .box .text p {
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 42px;
  font-weight: normal;
}
.index-ad4 .box .text p b {
  font-weight: bold;
  font-size: 30px;
  display: block;
}
.index-ad4 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 15px;
  padding: 0 0 0 0px;
}
.index-ad4 .box .text .tel i {
  color: #fff;
}
.index-ad4 .box .text .tel .cd-intro {
  width: auto;
  height: 46px;
}
.index-ad4 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad4 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad4 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  box-shadow: 0 0 8px #297bb4;
  color: #1270d4;
  font-size: 20px;
}
.index-ad4 .box .text .tel a:hover {
  color: #fff;
}
.index-advan {
  padding: 60px 0;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .t-title .box_tit h2 {
  padding: 0 0 0 18px;
  background: url(../images/t-title-h2-ad.png) no-repeat center center;
}
.index-advan .box {
  margin: 40px 0 0 0;
  position: relative;
  border-top: 1px solid #cecece;
}
.index-advan .box .hd {
  margin: 30px 0 50px;
  position: relative;
}
.index-advan .box .hd ul {
  display: flex;
  justify-content: center;
}
.index-advan .box .hd li {
  width: 280px;
  height: 40px;
  text-align: left;
  background: #fff;
  background: url(../images/nav_1.png) no-repeat left center;
  padding-left: 55px;
  margin: 0 15px 0;
  cursor: pointer;
}
.index-advan .box .hd li a {
  font-size: 24px;
  display: block;
  color: #333333;
}
.index-advan .box .hd li b {
  color: #bdbdbd;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin: 5px 0 0 0;
  letter-spacing: 10px;
}
.index-advan .box .hd li:last-child {
  margin-right: 0;
}
.index-advan .box .hd li:nth-child(2) {
  background: url(../images/nav_2.png) no-repeat left center;
}
.index-advan .box .hd li:nth-child(3) {
  background: url(../images/nav_3.png) no-repeat left center;
}
.index-advan .box .hd li:nth-child(4) {
  background: url(../images/nav_4.png) no-repeat left center;
}
.index-advan .box .hd .on {
  background: url(../images/nav_1_h.png) no-repeat left center;
  position: relative;
}
.index-advan .box .hd .on a {
  color: #158fe5;
}
.index-advan .box .hd .on:nth-child(2) {
  background: url(../images/nav_2_h.png) no-repeat left center;
}
.index-advan .box .hd .on:nth-child(3) {
  background: url(../images/nav_3_h.png) no-repeat left center;
}
.index-advan .box .hd .on:nth-child(4) {
  background: url(../images/nav_4_h.png) no-repeat left center;
}
.index-advan .box .hd .on::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #158fe5;
  top: 0;
  left: 0;
  margin-top: -32px;
}
.index-advan .box .hd .arrow .next {
  position: absolute;
  width: 30px;
  bottom: -375px;
  left: 638px;
  height: 30px;
  z-index: 999;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center center;
}
.index-advan .box .hd .arrow .next:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-advan .box .hd .arrow .prev {
  z-index: 999;
  position: absolute;
  width: 30px;
  bottom: -375px;
  left: 600px;
  height: 30px;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center center;
}
.index-advan .box .hd .arrow .prev:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-advan .box .content {
  display: flex;
  justify-content: space-between;
}
.index-advan .box .content .pic {
  width: 100%;
  position: relative;
}
.index-advan .box .content .pic img {
  width: 100%;
  display: block;
}
.index-advan .box .content .pic .text {
  position: absolute;
  width: 545px;
  padding: 50px 0 0 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  padding: 95px 40px 0;
}
.index-advan .box .content .pic .text h2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 26px;
  text-align: left;
}
.index-advan .box .content .pic .text .line {
  width: 45px;
  height: 4px;
  background: #fff;
  margin: 50px 0 40px;
}
.index-advan .box .content .pic .text .content_p {
  padding: 0 0 0 0px;
  margin: 0px 0 0 0;
}
.index-advan .box .content .pic .text .content_p p {
  margin: 0 0 15px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0 0 15px;
  background: url(../images/four_9.png) no-repeat left 15px;
}
.index-advan .box .content .pic .text .content_p p b {
  color: #333333;
  font-weight: bold;
}
.index-advan .box .content .pic .text .content_p span {
  margin-left: 38px;
  display: block;
  width: 260px;
  line-height: 36px;
  border-radius: 30px;
  background: #0881ce;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.index-advan .box .content .pic .text a {
  width: 130px;
  line-height: 33px;
  color: #fff;
  background: #158fe5;
  box-shadow: 0 0 8px #353536;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 100px 0 0 0;
  z-index: 999;
}
.index-advan .box .content .pic .text a:hover {
  color: #158fe5;
}
.index-case {
  position: relative;
  padding: 50px 0 40px;
  background: url(../images/case_bg.jpg) no-repeat top center;
}
.index-case .box_pro {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-case .box_pro .content {
  float: right;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-case .box_pro .content .list {
  width: 32%;
  margin: 0 0 25px 0;
}
.index-case .box_pro .content .list a {
  background: #fff;
  display: block;
  box-sizing: border-box;
}
.index-case .box_pro .content .list a .item {
  display: block;
  position: relative;
}
.index-case .box_pro .content .list a .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-case .box_pro .content .list a .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-case .box_pro .content .list a h2 {
  text-align: center;
  font-size: 18px;
  color: #333333;
  background: #e2e2e2;
  line-height: 45px;
}
.index-case .box_pro .content .list:hover {
  box-shadow: 0 0 10px #8f8f8f;
}
.index-case .box_pro .content .list:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-case .box_pro .content .list:hover a h2 {
  color: #ffffff;
  background: #158fe5;
}
.index-case .btn {
  width: 163px;
  line-height: 40px;
  display: block;
  margin: 30px auto 0;
  background: url(../images/btn_a_h.png) no-repeat 110px center #158fe5;
  color: #fff;
  border-radius: 30px;
  padding: 0 0 0 30px;
  text-align: left;
}
.index-case .btn:hover {
  color: #fff;
}
.index-team {
  padding: 60px 0 0 0;
}
.index-team .swiper-container {
  padding: 10px;
}
.index-team .box-slider-team {
  margin-top: 50px;
  position: relative;
}
.index-team .box-slider-team .item a {
  display: block;
}
.index-team .box-slider-team .item a .pic {
  width: 100%;
  overflow: hidden;
}
.index-team .box-slider-team .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-team .box-slider-team .item a .text {
  width: 100%;
}
.index-team .box-slider-team .item a .text h2 {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  background: #e2e2e2;
}
.index-team .box-slider-team .item:hover {
  box-shadow: 0 0 10px #8f8f8f;
}
.index-team .box-slider-team .item:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-team .box-slider-team .item:hover a .text h2 {
  color: #fff;
  background: #158fe5;
}
.index-team .box-slider-team .next_t {
  left: -32px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -30px;
  cursor: pointer;
  width: 28px;
  height: 64px;
  background: url(../images/left.png) no-repeat center center;
}
.index-team .box-slider-team .next_t:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-team .box-slider-team .prev_p {
  right: -32px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 28px;
  height: 64px;
  margin-bottom: -30px;
  background: url(../images/right.png) no-repeat center center;
}
.index-team .box-slider-team .prev_p:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-team .more {
  display: block;
  width: 175px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #158fe5;
  margin: 30px auto 0;
}
.index-team .more:hover {
  color: #fff;
}
.index-ld {
  padding: 65px 0 60px;
}
.index-ld .box_sevice {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-ld .box_sevice .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.index-ld .box_sevice .item a {
  position: relative;
  display: block;
}
.index-ld .box_sevice .item a .icon {
  width: 130px;
  margin: 0 auto 10px;
  border: 1px solid #c9c9c9;
  padding: 50px 0;
  height: 135px;
}
.index-ld .box_sevice .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-ld .box_sevice .item a .icon .hover {
  display: none;
}
.index-ld .box_sevice .item a h2 {
  font-size: 16px;
  line-height: 24px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  color: #333333;
}
.index-ld .box_sevice .item:hover a .icon {
  background: #158fe5;
}
.index-ld .box_sevice .item:hover a .icon img {
  display: none;
}
.index-ld .box_sevice .item:hover a .icon .hover {
  display: block;
  animation: swing 1s linear 1;
}
.index-coo {
  padding: 50px 0;
  background: url(../images/coo_bg.jpg) no-repeat top center;
}
.index-coo .box {
  position: relative;
  margin-top: 30px;
}
.index-coo .box .swiper-container {
  padding: 8px 8px 15px;
}
.index-coo .box .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #7a7a7a;
  border-radius: 50%;
}
.index-coo .box .swiper-pagination-bullet-active {
  background: #158fe5;
}
.index-coo .box .item {
  margin: 0 0 20px 0;
}
.index-coo .box .item .pic {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 8px #a39f9f;
}
.index-coo .box .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-coo .box .item:hover .pic img {
  transform: scale(1.1);
}
.index-coo .box .next {
  left: 0;
  position: absolute;
  top: 146px;
  margin-left: -60px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0.5;
}
.index-coo .box .next:hover {
  opacity: 1;
}
.index-coo .box .prev {
  right: 0;
  position: absolute;
  top: 157px;
  margin-right: -70px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0.5;
}
.index-coo .box .prev:hover {
  opacity: 1;
}
.index-coo .more {
  width: 220px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(http://www.yghbjt.com/stac/images/case_more.png) no-repeat center center;
}
.index-honor {
  padding: 60px 0;
  background: url(../images/honor_bg.jpg) no-repeat center 40px;
}
.index-honor .swiper-container {
  padding: 10px;
}
.index-honor .box-slider-honor {
  margin-top: 30px;
  position: relative;
}
.index-honor .box-slider-honor .item {
  box-shadow: 0 0 10px #8f8f8f;
}
.index-honor .box-slider-honor .item a {
  padding: 15px;
  background: #ffffff;
  display: block;
}
.index-honor .box-slider-honor .item a .pic {
  width: 100%;
  overflow: hidden;
}
.index-honor .box-slider-honor .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-honor .box-slider-honor .item a .text {
  width: 100%;
}
.index-honor .box-slider-honor .item a .text h2 {
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 16px;
  height: 40px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-honor .box-slider-honor .item:hover a {
  background: #158fe5;
}
.index-honor .box-slider-honor .item:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-honor .box-slider-honor .item:hover a .text h2 {
  color: #fff;
  background: #158fe5;
}
.index-honor .box-slider-honor .next_t {
  left: -32px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -30px;
  cursor: pointer;
  width: 28px;
  height: 64px;
  background: url(../images/left.png) no-repeat center center;
}
.index-honor .box-slider-honor .next_t:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-honor .box-slider-honor .prev_p {
  right: -32px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 28px;
  height: 64px;
  margin-bottom: -30px;
  background: url(../images/right.png) no-repeat center center;
}
.index-honor .box-slider-honor .prev_p:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-honor .more {
  display: block;
  width: 175px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #158fe5;
  margin: 30px auto 0;
}
.index-honor .more:hover {
  color: #fff;
}
.index-company {
  padding: 50px 0 50px;
  background: url(../images/company_bg.jpg) no-repeat top center;
}
.index-company .t-title .box_tit h2 {
  background: url(../images/t-title-h2-b.png) no-repeat center center;
  color: #fff;
}
.index-company .t-title .box_tit h2 b {
  color: #fff;
}
.index-company .box_c .box {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-company .box_c .box .pic {
  width: 530px;
  overflow: hidden;
}
.index-company .box_c .box .pic img {
  width: 100%;
  display: block;
  height: 554px;
}
.index-company .box_c .box .text {
  z-index: 999;
  padding: 45px 35px;
  width: 670px;
  background: #ffffff;
}
.index-company .box_c .box .text h3 {
  color: #e60013;
  font-size: 30px;
}
.index-company .box_c .box .text h2 {
  padding: 0 0 0 0px;
  color: #158fe5;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.index-company .box_c .box .text img {
  display: block;
  margin: 0 0 40px 0;
}
.index-company .box_c .box .text .content p {
  line-height: 26px;
  color: #666666;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.index-company .box_c .box .text a {
  display: block;
  width: 140px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  background: #158fe5;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0 ;
  position: relative;
}
.index-company .box_c .box .text a:hover {
  color: #fff;
}
.index-company .tit {
  margin: 10px 0 0 0;
  background: url(../images/company_tit.png) no-repeat left bottom;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.index-company .tit ul {
  float: left;
  display: flex;
  justify-content: flex-start;
}
.index-company .tit ul li {
  text-align: left;
}
.index-company .tit ul li a {
  font-size: 24px;
  color: #333333;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index-company .tit ul li:hover a {
  color: #e5c679;
}
.index-company .tit ul .on a {
  color: #158fe5;
}
.index-company .tit ul b {
  padding: 0 15px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.index-company .tempWrap {
  overflow: initial !important;
}
.index-company .tempWrap ul {
  overflow: initial !important;
}
.index-company .box-slider-com {
  margin-top: 20px;
  position: relative;
}
.index-company .box-slider-com .swiper-container {
  padding: 8px;
}
.index-company .box-slider-com .item a {
  display: block;
}
.index-company .box-slider-com .item a .pic {
  width: 100%;
  overflow: hidden;
}
.index-company .box-slider-com .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-company .box-slider-com .item a .text {
  width: 100%;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  background: #e2e2e2;
  font-size: 16px;
  line-height: 46px;
  color: #000000;
}
.index-company .box-slider-com .item:hover {
  box-shadow: 0 0 10px #8f8f8f;
}
.index-company .box-slider-com .item:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-company .box-slider-com .item:hover a .text h2 {
  background: #158fe5;
  color: #fff;
}
.index-company .box-slider-com .next_t {
  right: -40px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -50px;
  cursor: pointer;
  width: 42px;
  height: 88px;
  background: url(../images/right.png) no-repeat center center;
}
.index-company .box-slider-com .next_t:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-company .box-slider-com .prev_p {
  left: -40px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 42px;
  height: 88px;
  margin-bottom: -50px;
  background: url(../images/left.png) no-repeat center center;
}
.index-company .box-slider-com .prev_p:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-company .box-slider-fac {
  margin-top: 30px;
  position: relative;
}
.index-company .box-slider-fac .item {
  border: 1px solid #cfd0d1;
}
.index-company .box-slider-fac .item a {
  display: block;
}
.index-company .box-slider-fac .item a .pic {
  width: 100%;
  overflow: hidden;
}
.index-company .box-slider-fac .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-company .box-slider-fac .item a .text {
  width: 284px;
  padding: 10px 0 15px;
}
.index-company .box-slider-fac .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.index-company .box-slider-fac .item:hover {
  border: 1px solid #158fe5;
}
.index-company .box-slider-fac .item:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-company .box-slider-fac .item:hover a .text h2 {
  color: #158fe5;
}
.index-company .box-slider-fac .next_t {
  right: -57px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -34px;
  cursor: pointer;
  width: 42px;
  height: 88px;
  background: url(http://www.yghbjt.com/stac/images/right.jpg) no-repeat center center;
}
.index-company .box-slider-fac .next_t:hover {
  background: url(http://www.yghbjt.com/stac/images/right_h.jpg) no-repeat center center;
}
.index-company .box-slider-fac .prev_p {
  left: -57px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 42px;
  height: 88px;
  margin-bottom: -34px;
  background: url(http://www.yghbjt.com/stac/images/left.jpg) no-repeat center center;
}
.index-company .box-slider-fac .prev_p:hover {
  background: url(http://www.yghbjt.com/stac/images/left_h.jpg) no-repeat center center;
}
.index-news {
  background: url(http://www.yghbjt.com/stac/images/news_bg.jpg) no-repeat top center;
  padding: 50px 0;
}
.index-news .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .newsFocus {
  width: 770px;
  padding: 15px 20px;
  border: 1px solid #c3c3c3;
}
.index-news .box .newsFocus .hd {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #abb6ba;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .newsFocus .hd ul {
  display: flex;
  justify-content: flex-start;
  background: url(../images/news_icon.png) no-repeat left center;
  padding: 0 0 0 35px;
}
.index-news .box .newsFocus .hd ul li {
  text-align: left;
}
.index-news .box .newsFocus .hd ul li a {
  font-size: 22px;
  color: #454545;
}
.index-news .box .newsFocus .hd ul li:hover a {
  font-weight: bold;
  position: relative;
  color: #158fe5;
}
.index-news .box .newsFocus .hd ul .on a {
  color: #158fe5;
  font-weight: bold;
  position: relative;
}
.index-news .box .newsFocus .hd ul b {
  padding: 0 5px 0;
  font-size: 24px;
  color: #454545;
}
.index-news .box .newsFocus .hd .more {
  height: 40px;
  line-height: 40px;
}
.index-news .box .newsFocus .hd .more a {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
  display: none;
}
.index-news .box .newsFocus .hd .more a:first-child {
  display: inline;
}
.index-news .box .newsFocus .hd .more a:hover {
  color: #158fe5;
}
.index-news .box .newsFocus .bd .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index-news .box .newsFocus .bd .content .pic {
  width: 357px;
  overflow: hidden;
  position: relative;
}
.index-news .box .newsFocus .bd .content .pic .pic_news {
  overflow: hidden;
}
.index-news .box .newsFocus .bd .content .pic .pic_news img {
  width: 357px;
  display: block;
  height: 238px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-news .box .newsFocus .bd .content .pic h2 {
  font-weight: bold;
  color: #323232;
  margin: 10px 0 5px;
}
.index-news .box .newsFocus .bd .content .pic p {
  line-height: 26px;
  color: #323232;
}
.index-news .box .newsFocus .bd .content .pic:hover .pic_news img {
  transform: scale(1.2);
}
.index-news .box .newsFocus .bd .content .pic:hover h2 {
  color: #158fe5;
}
.index-news .box .newsFocus .bd .content .pic:hover p b {
  color: #158fe5;
}
.index-news .box .newsFocus .bd .content .text {
  width: 350px;
}
.index-news .box .newsFocus .bd .content .text h2 {
  background: url(http://www.yghbjt.com/stac/images/news_h2.png) no-repeat left center;
}
.index-news .box .newsFocus .bd .content .text h2 a {
  font-size: 16px;
  color: #323232;
  line-height: 40px;
  width: 350px;
  display: block;
  border-bottom: 1px dashed #c3c3c3;
}
.index-news .box .newsFocus .bd .content .text h2 a span {
  color: #4aa940;
}
.index-news .box .newsFocus .bd .content .text h2:hover {
  background: url(http://www.yghbjt.com/stac/images/news_h2_h.png) no-repeat left center;
}
.index-news .box .newsFocus .bd .content .text h2:hover a {
  color: #158fe5;
}
.index-news .box .newsFocus .bd .content .text h2:last-child a {
  border: none;
}
.index-news .box .picMarquee-top {
  padding: 15px 20px;
  width: 400px;
  border: 1px solid #c3c3c3;
}
.index-news .box .picMarquee-top .title {
  border-bottom: 1px solid #abb6ba;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .picMarquee-top .title ul {
  display: flex;
  justify-content: flex-start;
  background: url(../images/news_icon_q.png) no-repeat left center;
  padding: 0 0 0 35px;
}
.index-news .box .picMarquee-top .title ul li {
  width: 130px;
  text-align: left;
}
.index-news .box .picMarquee-top .title ul li a {
  font-size: 22px;
  color: #323232;
}
.index-news .box .picMarquee-top .title ul li:hover a {
  font-weight: bold;
  position: relative;
  color: #323232;
}
.index-news .box .picMarquee-top .title ul b {
  font-size: 24px;
  color: #454545;
}
.index-news .box .picMarquee-top .title a {
  font-size: 16px;
  color: #666666;
  text-transform: uppercase;
}
.index-news .box .picMarquee-top .title a:hover {
  color: #158fe5;
}
.index-news .box .picMarquee-top .picList {
  height: 230px;
  overflow: hidden;
}
.index-news .box .picMarquee-top .picList .group {
  border-bottom: 1px dashed #abb6ba;
  padding: 8px 0;
}
.index-news .box .picMarquee-top .picList .group h2 {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  background: url(../images/q.jpg) no-repeat left center;
  padding-left: 35px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.index-news .box .picMarquee-top .picList .group h2 a {
  color: #323232;
}
.index-news .box .picMarquee-top .picList .group p {
  line-height: 30px;
  background: url(../images/m.jpg) no-repeat left 3px;
  padding-left: 35px;
  font-size: 16px;
}
.index-news .box .picMarquee-top .picList .group p a {
  color: #323232;
}
.index-news .box .picMarquee-top .picList .group:hover h2 a {
  color: #158fe5;
}
.index-link {
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.index-link .link {
  line-height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-link .link b {
  margin: 0 10px 0 0;
  text-align: left;
  color: #158fe5;
  background: url(http://www.yghbjt.com/stac/images/link_b.png) no-repeat left center;
  line-height: 41px;
  font-weight: bold;
  text-transform: uppercase;
}
.index-link .link a {
  background: url(http://www.yghbjt.com/stac/images/link_a.png) no-repeat right center;
  padding: 0 15px;
  display: block;
  text-align: center;
  color: #000000;
}
.index-shengm {
  padding: 30px 0;
}
.index-shengm h2 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin: 0 0 30px 0;
}
.index-shengm p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.index-shengm strong {
  font-weight: bold;
  color: #e00505;
}
.index-foot {
  background: url(http://www.yghbjt.com/stac/images/foot.jpg) no-repeat top center;
}
.index-foot .navigation {
  height: 56px;
  line-height: 56px;
  background: #158fe5;
}
.index-foot .navigation .box {
  margin: 0 auto;
}
.index-foot .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-foot .navigation .box ul li {
  position: relative;
}
.index-foot .navigation .box ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
}
.index-foot .navigation .box ul li a b {
  display: block;
  padding: 0 32px 0;
}
.index-foot .navigation .box ul li:hover a {
  padding: 11px 0;
}
.index-foot .navigation .box ul li:hover a b {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  color: #158fe5;
}
.index-foot .navigation .box ul .active a {
  padding: 11px 0;
}
.index-foot .navigation .box ul .active a b {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  color: #158fe5;
}
.index-foot .foot {
  padding: 25px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot .box .left .logo .logo_pic {
  width: 133px;
  margin: 0 10px 10px 0;
}
.index-foot .foot .box .left .logo .logo_pic img {
  width: 100%;
  display: block;
}
.index-foot .foot .box .left .logo h2 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.index-foot .foot .box .left .list {
  padding: 6px 0 0 0;
}
.index-foot .foot .box .left .list h2 {
  font-weight: bold;
  font-size: 24px;
  color: #272727;
  margin: 0 0 12px 0;
}
.index-foot .foot .box .left .list p {
  line-height: 34px;
  color: #333333;
  font-size: 18px;
}
.index-foot .foot .box .left .list p b {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p a {
  color: #333333;
}
.index-foot .foot .box .right {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
.index-foot .foot .box .right .zixun {
  margin-right: 20px;
  padding: 10px 0 0 0;
}
.index-foot .foot .box .right .zixun p {
  text-align: right;
  color: #333333;
}
.index-foot .foot .box .right .zixun span {
  display: block;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 36px;
  margin-top: 5px;
  color: #333333;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-foot .foot .box .right .zixun a {
  margin-top: 10px;
  margin-left: auto;
  display: block;
  width: 145px;
  font-size: 18px;
  line-height: 40px;
  background: #158fe5;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}
.index-foot .foot .box .right .zixun a:hover {
  background: #333;
}
.index-foot .foot .box .right .pic {
  text-align: center;
}
.index-foot .foot .box .right .pic img {
  width: 135px;
  height: 135px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.index-foot .foot .box .right .pic p {
  color: #333;
  font-size: 16px;
  margin: 0px 0 0 0;
}
.index-foot .bottom {
  background: #f2f2f2;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
  justify-content: center;
  color: #333;
}
.index-foot .bottom .box a {
  color: #333;
}


/*å¼¹æ¡†æ ·å¼1*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:40%;
    margin:250px auto;
    height:auto;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	padding:10px 20px 30px 20px;
}
.cd-popup-container p{ font-size:22px; padding-top:20px; padding-bottom:10px;}

.cd-buttons{ font-size:14px;}
.cd-buttons input[type='text']{ width:100%; border:solid #ddd 1px; padding:8px 6px 8px 6px; margin-top:15px; font-size:14px;}
.cd-buttons textarea{ width:100%; border:solid #ddd 1px; padding:8px 6px 8px 6px; margin-top:15px; font-size:14px;}

.cd-buttons input[type='submit']{ width:120px; border:solid #0067b6 1px; background:#0067b6; color:#fff; text-align:center; padding:5px 0 5px 0; margin-top:15px;}
.cd-buttons input[type='submit']:hover{ background-color:#fff; color:#0067b6}

.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

/*å¼¹æ¡†æ ·å¼2*/
.cd-popup1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup1.is-visible1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
    position: relative;
    width:400px;
    margin:250px auto;
    height:250px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible1 .cd-popup-container1 {
	-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
/*å¼¹æ¡†æ ·å¼3*/
.cd-popup2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup2.is-visible2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container2 {
    position: relative;
    width:400px;
    margin:250px auto;
    height:250px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible2 .cd-popup-container2 {
	-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
  
  /*å¼¹æ¡†æ ·å¼3*/
.cd-popup3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    position: relative;
    width:400px;
    margin:250px auto;
    height:250px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible3 .cd-popup-container3 {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  }
  
/**/
.cd-buttons input{ width:100%; border:solid #ddd 1px; padding:5px 0 5px 5px;}

.onchat{ position:fixed; right:0; top:15%; cursor:pointer; z-index:999}

/**/
.newstag{ padding-top:25px; line-height:28px; font-size:14px;}