li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w990 {
  width: 990px;
  margin: 0 auto;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
.next:focus {
  outline: none;
}
.prev:focus {
  outline: none;
}
.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: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 1200px;
  font-family: "Microsoft YaHei";
}
html {
  padding: 0;
  margin: 0;
}
b {
  font-weight: normal;
}
.index-top .title {
  background: #f5f5f5;
}
.index-top .title .box {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .title .box h2 {
  color: #666;
}
.index-top .title .box .sitemap {
  display: flex;
  align-items: center;
}
.index-top .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top .advertisement {
  height: 128px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .advertisement .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-top .advertisement .logo .pic {
  margin-right: 30px;
}
.index-top .advertisement .logo .pic img {
  width: 71px;
  height: 66px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .logo .pic h2 {
  text-align: center;
  color: #0078c4;
  font-weight: bold;
  font-size: 26px;
}
.index-top .advertisement .logo .pic p {
  text-align: center;
  color: #0078c4;
  font-size: 9px;
  margin-top: 3px;
}
.index-top .advertisement .logo .text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0498fe;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 b {
  color: #fff;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 24px;
  color: #000000;
}
.index-top .advertisement .tel {
  padding-left: 77px;
  background: url(../images/top-tel.png) no-repeat left center;
}
.index-top .advertisement .tel span {
  font-size: 20px;
  display: block;
  color: #040000;
}
.index-top .advertisement .tel b {
  font-size: 33px;
  font-weight: bold;
  color: #0498fe;
  display: block;
}
.index-top .navigation {
  height: 59px;
  line-height: 59px;
  background: url(../images/navigation.jpg) repeat-x center center;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-top .navigation .box ul li {
  width: 12.5%;
}
.index-top .navigation .box ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.index-top .navigation .box ul li:hover {
  background: url(../images/nav_active.png) no-repeat center center;
}
.index-top .navigation .box ul li:hover a {
  color: #0498fe;
  font-weight: bold;
}
.index-top .navigation .box ul .active {
  background: url(../images/nav_active.png) no-repeat center center;
}
.index-top .navigation .box ul .active a {
  color: #0498fe;
  font-weight: bold;
}
.index-banner {
  position: relative;
}
.index-banner img {
  width: 100%;
  display: block;
}
.t-serach {
  height: 60px;
  line-height: 60px;
  background: url(../images/search_02.jpg) no-repeat center center;
  border-bottom: 1px solid #d0d0d0;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #666666;
}
.t-serach .box .left h2 {
  color: #666666;
  font-weight: bold;
}
.t-serach .box .left a {
  color: #666666;
  padding: 0 5px 0;
}
.t-serach .box .right form {
  display: flex;
  align-items: center;
}
.t-serach .box .right form input {
  font-size: 14px;
  width: 250px;
  height: 30px;
  padding-left: 10px;
  background: none;
  border: none;
  border: 1px solid #828282;
  border-right: 0;
}
.t-serach .box .right form button {
  width: 50px;
  height: 30px;
  border: none;
  background: url(../images/sereach.png) no-repeat center center #000000;
}
.t-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: url(../images/tit1.png) no-repeat top center;
}
.t-title h2 {
  padding-top: 32px;
  font-size: 32px;
  color: #000000;
  text-align: center;
}
.t-title h2 b {
  color: #0498fe;
}
.index-one {
  padding: 40px 0;
  height: 937px;
  background: url(../images/one.jpg) no-repeat bottom center;
}
.index-one .box {
  display: flex;
  justify-content: flex-start;
}
.index-one .box .pic {
  margin-left: -50px;
}
.index-one .box .text {
  padding: 42px 0;
}
.index-one .box .text .list {
  padding: 16px 0;
  height: 90px;
  width: 496px;
  margin-left: -60px;
  background: url(../images/one_list_b.jpg) repeat-x bottom center;
}
.index-one .box .text .list p {
  color: #000000;
  font-size: 22px;
}
.index-one .box .text .list b {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #0498fe;
  margin-top: 2px;
}
.index-one .box .text .list:nth-child(2) {
  width: 447px;
  background: url(../images/one_list_b2.jpg) repeat-x bottom center;
  margin-left: -10px;
}
.index-one .box .text .list:nth-child(3) {
  width: 436px;
  background: url(../images/one_list_b.jpg) repeat-x bottom center;
  margin-left: 0px;
  padding-left: 27px;
}
.index-one .box .text .list:nth-child(4) {
  width: 441px;
  background: url(../images/one_list_b2.jpg) repeat-x bottom center;
  margin-left: -5px;
  padding-left: 25px;
}
.index-one .box .text .list:nth-child(5) {
  padding-left: 56px;
  background: url(../images/one_list_b.jpg) repeat-x bottom center;
}
.index-one .box .text .list:nth-child(6) {
  background: none;
  padding-left: 15px;
}
.ad_content {
  background: url(../images/ad_content.png) no-repeat center center;
  height: 187px;
  padding: 30px 0;
}
.ad_content p {
  font-size: 34px;
  color: #fff;
  text-align: center;
}
.ad_content p b {
  font-weight: bold;
}
.ad_content .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.ad_content .contact b {
  display: block;
  font-size: 24px;
  color: #fff;
}
.ad_content .contact span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.ad_content .contact a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #ffad44;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  margin-left: 25px;
}
.index-solution {
  padding: 50px 0;
  background: url(../images/solution_bg.jpg) no-repeat center center;
}
.index-solution .t-title {
  background: url(../images/tit2.png) no-repeat top center;
}
.index-solution .box_ll {
  height: 433px;
  position: relative;
  margin-top: 35px;
}
.index-solution .box_ll .item {
  box-shadow: 0 3px 8px #bfbcbc;
  border-radius: 0;
  background: #fff;
}
.index-solution .box_ll .item a {
  padding: 10px;
  display: block;
}
.index-solution .box_ll .item a .pic {
  width: 100%;
}
.index-solution .box_ll .item a .pic img {
  width: 100%;
  display: block;
}
.index-solution .box_ll .item a .text {
  margin-top: 15px;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 0 10px;
  color: #000000;
}
.index-solution .box_ll .prev {
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-solution .box_ll .prev:hover {
  opacity: 1;
}
.index-solution .box_ll .next {
  position: absolute;
  right: -55px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-solution .box_ll .next:hover {
  opacity: 1;
}
.index-product {
  padding: 50px 0;
}
.index-product .t-title {
  background: url(../images/tit3.png) no-repeat top center;
}
.index-product .box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.index-product .box .left {
  width: 269px;
  height: 803px;
  background: url(../images/pro_left.png) no-repeat top left;
}
.index-product .box .left .title {
  padding: 35px 0 23px;
  color: #fff;
  text-align: center;
}
.index-product .box .left .title h2 {
  font-weight: bold;
  font-size: 40px;
}
.index-product .box .left .title p {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
.index-product .box .left .list {
  padding: 20px 20px 0;
}
.index-product .box .left .list a {
  display: block;
  line-height: 50px;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.index-product .box .left .list a:hover {
  background: #0498fe;
  color: #fff;
}
.index-product .box .left .tel {
  text-align: center;
  margin-top: 20px;
}
.index-product .box .left .tel p {
  font-size: 20px;
  color: #000000;
}
.index-product .box .left .tel span {
  display: block;
  margin-top: 10px;
  color: #0078c4;
  font-weight: bold;
  font-size: 28px;
}
.index-product .box .right {
  width: 906px;
}
.index-product .box .right .title {
  background: url(../images/pro_right.png) no-repeat left center;
  color: #fff;
  line-height: 37px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
.index-product .box .right .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-product .box .right .content .list {
  width: 285px;
  margin-right: 25px;
  margin-bottom: 22px;
}
.index-product .box .right .content .list .pic {
  width: 285px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  box-sizing: border-box;
}
.index-product .box .right .content .list .pic img {
  width: 100%;
  display: block;
  height: 189px;
}
.index-product .box .right .content .list h2 {
  width: 283px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: #0078c4;
  margin: 0 auto;
}
.index-product .box .right .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-product .box .right .content .list:nth-child(7),
.index-product .box .right .content .list:nth-child(8),
.index-product .box .right .content .list:nth-child(9) {
  margin-bottom: 0;
}
.index-ad {
  background: url(../images/ad_bg.jpg) no-repeat center center;
}
.index-ad .box {
  height: 264px;
  display: flex;
  justify-content: space-between;
  padding: 83px 0;
  color: #fff;
}
.index-ad .box p {
  font-size: 34px;
  line-height: 48px;
}
.index-ad .box p b {
  font-weight: bold;
  font-size: 38px;
}
.index-ad .box .contact {
  margin-top: 18px;
}
.index-ad .box .contact b {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad .box .contact span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad .box .contact a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #0498fe;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
}
.index-advan {
  padding: 50px 0 0;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .t-title {
  background: url(../images/tit4.png) no-repeat top center;
}
.index-advan .four-content {
  margin-top: 60px;
}
.index-advan .four-content .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-advan .four-content .box .text {
  width: 600px;
}
.index-advan .four-content .box .text .title {
  height: 69px;
  margin-top: 20px;
  background: url(../images/four-content1.jpg) no-repeat left center;
  padding-left: 110px;
  padding-top: 10px;
}
.index-advan .four-content .box .text .title h2 {
  font-size: 30px;
  font-weight: bold;
}
.index-advan .four-content .box .text .title h2 b {
  font-weight: bold;
  color: #0e8bf7;
}
.index-advan .four-content .box .text .title p {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
}
.index-advan .four-content .box .text .content {
  padding: 30px 0;
}
.index-advan .four-content .box .text .content p {
  font-size: 18px;
  line-height: 33px;
  text-indent: 2em;
  color: #000000;
}
.index-advan .four-content .box:nth-child(2) .pic {
  margin-top: -77px;
}
.index-advan .four-content .box:nth-child(2) .text .title {
  background: url(../images/four-content2.jpg) no-repeat left center;
}
.index-advan .four-content .box:nth-child(3) {
  margin-top: 195px;
}
.index-advan .four-content .box:nth-child(3) .text .title {
  background: url(../images/four-content3.jpg) no-repeat left center;
}
.index-advan .four-content .box:nth-child(4) .pic {
  margin-top: -77px;
}
.index-advan .four-content .box:nth-child(4) .text .title {
  background: url(../images/four-content4.jpg) no-repeat left center;
}
.index-advan .ad-content {
  margin-top: 0px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.index-advan .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.index-advan .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #000000;
  width: 512px;
}
.index-advan .ad-content .text p b {
  color: #04d7d9;
}
.index-advan .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.index-advan .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.index-advan .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.index-advan .ad-content .text .tel a {
  display: block;
  width: 201px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.index-ad2 {
  background: url(../images/ad_bg2.jpg) no-repeat center center;
}
.index-ad2 .box {
  height: 232px;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  color: #fff;
}
.index-ad2 .box p {
  font-size: 34px;
  line-height: 46px;
}
.index-ad2 .box p b {
  font-weight: bold;
  font-size: 32px;
}
.index-ad2 .box .contact {
  margin-top: 18px;
}
.index-ad2 .box .contact b {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad2 .box .contact span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad2 .box .contact a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #0498fe;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
}
.index-ba {
  padding: 45px 0 30px;
  background: url(../images/ba_bg.jpg) no-repeat top center;
}
.index-ba .t-title {
  background: url(../images/tit5.png) no-repeat top center;
}
.index-ba .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-ba .box .item {
  width: 230px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 12.5px;
}
.index-ba .box .item .pic {
  position: relative;
  width: 100%;
}
.index-ba .box .item .pic img {
  width: 100%;
  display: block;
  height: 255px;
}
.index-ba .box .item .pic .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
}
.index-ba .box .item .pic .text h2 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.index-ba .box .item .pic .text .line {
  display: none;
  width: 35px;
  height: 4px;
  background: #fff;
  margin: 10px auto 10px;
}
.index-ba .box .item .pic .text p {
  display: none;
  color: #fff;
  line-height: 26px;
}
.index-ba .box .item .pic:hover h2 {
  font-size: 24px;
}
.index-ba .box .item .pic:hover .text {
  padding: 40px 0;
  top: 0;
}
.index-ba .box .item .pic:hover .text .line {
  display: block;
}
.index-ba .box .item .pic:hover .text p {
  display: block;
}
.index-ba .ad-content {
  margin-top: 40px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.index-ba .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.index-ba .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.index-ba .ad-content .text p b {
  color: #04d7d9;
}
.index-ba .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.index-ba .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.index-ba .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.index-ba .ad-content .text .tel a {
  display: block;
  width: 201px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.index-case {
  margin-top: 155px;
  padding: 25px 0;
  background: url(../images/case_bg.jpg) no-repeat center center;
}
.index-case .t-title {
  background: url(../images/tit6.png) no-repeat top center;
}
.index-case .box {
  position: relative;
  margin-top: 20px;
  padding: 20px 25px;
  background: url(../images/case_box.png) no-repeat top center;
}
.index-case .box .item .pic {
  width: 1146px;
  position: relative;
}
.index-case .box .item .pic a {
  display: block;
}
.index-case .box .item .pic img {
  width: 100%;
  display: block;
  height: 533px;
}
.index-case .box .item .pic .tit {
  background: rgba(4, 152, 254, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 41px;
}
.index-case .box .next {
  right: -32px;
  position: absolute;
  bottom: 100px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-case .box .next:hover {
  opacity: 1;
}
.index-case .box .prev {
  left: -32px;
  position: absolute;
  z-index: 999;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-case .box .prev:hover {
  opacity: 1;
}
.index-case .box .list {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 8px #acacac;
}
.index-case .box .list .pic img {
  width: 288px;
  height: 144px;
  display: block;
}
.index-case .box .list .text {
  text-align: center;
  color: #000000;
  font-size: 18px;
  margin-top: 10px;
}
.index-case .box .swiper-slide-thumb-active .list {
  background: #0498fe;
}
.index-case .box .swiper-slide-thumb-active .list .pic .text {
  color: #fff;
}
.index-case .box .more {
  width: 195px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/case_more.png) no-repeat center center;
}
.index-ad3 {
  background: url(../images/ad_bg3.jpg) no-repeat center center;
}
.index-ad3 .box {
  height: 232px;
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  color: #fff;
}
.index-ad3 .box p {
  font-size: 34px;
  line-height: 46px;
}
.index-ad3 .box p b {
  font-weight: bold;
  font-size: 34px;
}
.index-ad3 .box .contact {
  margin-top: 18px;
}
.index-ad3 .box .contact b {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad3 .box .contact span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad3 .box .contact a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #0498fe;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
}
.index-coo {
  padding: 28px 0;
  background: url(../images/coo_bg.jpg) no-repeat center center;
}
.index-coo .box {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-coo .box .list {
  width: 241px;
  height: 233px;
  background: url(../images/coo_list.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 0;
}
.index-coo .box .list a {
  margin-left: 8px;
  margin-top: 8px;
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-coo .box .list a img {
  width: 100%;
  display: block;
  height: 150px;
}
.index-coo .more {
  width: 220px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/case_more.png) no-repeat center center;
}
.index-coo .ad-content {
  margin-top: 0px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.index-coo .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.index-coo .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.index-coo .ad-content .text p b {
  color: #04d7d9;
}
.index-coo .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.index-coo .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.index-coo .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.index-coo .ad-content .text .tel a {
  display: block;
  width: 201px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.index-honor {
  padding: 50px 0 40px;
  background: url(../images/honor_bg.jpg) no-repeat center center;
}
.index-honor .t-title {
  background: url(../images/tit7.png) no-repeat top center;
}
.index-honor .box {
  position: relative;
  margin-top: 40px;
}
.index-honor .box .swiper-container {
  padding: 20px 0;
}
.index-honor .box .item {
  width: 280px;
  box-shadow: 0 0 5px #d7cdcd;
}
.index-honor .box .item .pic {
  width: 100%;
  margin: 0 auto;
}
.index-honor .box .item .pic img {
  width: 100%;
  display: block;
}
.index-honor .box .item .text {
  line-height: 45px;
  color: #000000;
  background: #fff;
}
.index-honor .box .item:hover .text {
  background: #0498fe;
  color: #fff;
}
.index-honor .box .next {
  left: -21px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  margin-left: -22px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-honor .box .next:hover {
  opacity: 1;
}
.index-honor .box .prev {
  right: -21px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -25px;
  margin-right: -22px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-honor .box .prev:hover {
  opacity: 1;
}
.index-company {
  padding: 45px 0 45px;
  background: url(../images/company_bg.jpg) no-repeat top center;
}
.index-company .t-title {
  background: url(../images/tit8.png) no-repeat top center;
}
.index-company .box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.index-company .box .pic {
  width: 577px;
}
.index-company .box .pic img {
  width: 100%;
  display: block;
  height: 412px;
}
.index-company .box .text {
  width: 585px;
  padding: 15px 25px 15px 15px;
}
.index-company .box .text .title {
  text-align: left;
  width: 182px;
  height: 117px;
  padding: 22px 0;
  background: url(../images/com-tit.png) no-repeat right center;
}
.index-company .box .text .title p {
  text-transform: uppercase;
  color: #000000;
  font-size: 30px;
  margin-left: -10px;
}
.index-company .box .text .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1c1c1c;
  margin-left: -10px;
}
.index-company .box .text .content p {
  margin-bottom: 10px;
  text-indent: 2em;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
}
.index-company .box .text a {
  display: block;
  width: 105px;
  line-height: 35px;
  color: #fff;
  background: #0498fe;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  margin-left: auto;
}
.index-company .box-slider-com {
  margin-top: 40px;
  position: relative;
}
.index-company .box-slider-com .item a {
  display: block;
}
.index-company .box-slider-com .item a .pic {
  width: 284px;
  overflow: hidden;
}
.index-company .box-slider-com .item a .pic img {
  width: 100%;
  display: block;
  height: 192px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-company .box-slider-com .item a .text {
  width: 284px;
  padding: 10px 0 15px;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.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 {
  color: #0498fe;
}
.index-company .box-slider-com .next {
  left: 0;
  position: absolute;
  top: 72px;
  z-index: 999;
  margin-left: -52px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-company .box-slider-com .next:hover {
  opacity: 1;
}
.index-company .box-slider-com .prev {
  right: 0;
  position: absolute;
  z-index: 999;
  top: 72px;
  margin-right: -52px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-company .box-slider-com .prev:hover {
  opacity: 1;
}
.index-company .ad-content {
  margin-top: 30px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.index-company .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.index-company .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.index-company .ad-content .text p b {
  color: #04d7d9;
}
.index-company .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.index-company .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.index-company .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.index-company .ad-content .text .tel a {
  display: block;
  width: 210px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.index-ad4 {
  background: url(../images/ad_bg4.jpg) no-repeat center center;
}
.index-ad4 .box {
  height: 232px;
  display: flex;
  justify-content: space-between;
  padding: 73px 0;
  color: #fff;
}
.index-ad4 .box p {
  font-size: 30px;
  line-height: 40px;
}
.index-ad4 .box p b {
  font-weight: bold;
  font-size: 32px;
}
.index-ad4 .box .contact {
  margin-top: 18px;
}
.index-ad4 .box .contact b {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad4 .box .contact span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.index-ad4 .box .contact a {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #0498fe;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
}
.index-news {
  background: #ececec;
  padding: 50px 0 50px;
}
.index-news .t-title {
  background: url(../images/tit9.png) no-repeat top center;
}
.index-news .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .list {
  width: 388px;
  border: 1px solid #dadada;
  background: #ffffff;
}
.index-news .box .list .title {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #dadada;
}
.index-news .box .list .title .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-news .box .list .title .tit p {
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #1f1e19;
}
.index-news .box .list .title a {
  font-size: 12px;
  width: 60px;
  line-height: 20px;
  display: block;
  text-align: center;
  background: #ebebeb;
  border-radius: 30px;
  color: #0e050b;
}
.index-news .box .list .content .item {
  padding: 10px 15px;
}
.index-news .box .list .content .item a {
  display: block;
  line-height: 34px;
  border-bottom: 1px solid #a0a0a0;
  color: #666666;
  font-size: 14px;
}
.index-news .box .list .content .item a:last-child {
  border-bottom: none;
}
.index-news .box .list .content .item_center {
  padding: 15px;
}
.index-news .box .list .content .item_center a {
  display: block;
  line-height: 36px;
  border-bottom: 1px solid #a0a0a0;
  color: #666666;
  font-size: 14px;
}
.index-news .box .list .content .item_center a:last-child {
  border-bottom: none;
}
.index-news .box .list .bd {
  padding: 20px 15px;
  height: 325px;
  overflow: hidden;
}
.index-news .box .list .bd ul {
  padding: 20px 15px;
  overflow: hidden;
}
.index-news .box .list .bd ul li {
  border-bottom: 1px solid #a0a0a0;
}
.index-news .box .list .bd ul li .group {
  padding: 25px 0;
}
.index-news .box .list .bd ul li .group h2 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.index-news .box .list .bd ul li .group h2 a {
  color: #666666;
}
.index-news .box .list .bd ul li .group p {
  margin-top: 25px;
  line-height: 22px;
  color: #666666;
}
.index-news .box .list .bd ul li .group p a {
  color: #666666;
}
.index-link {
  background: #fff;
}
.index-link .link {
  line-height: 70px;
  display: flex;
  justify-content: flex-start;
}
.index-link .link b {
  font-weight: bold;
  color: #000000;
}
.index-link .link a {
  width: 105px;
  display: block;
  text-align: center;
  color: #000000;
}
.index-foot {
  background: url(../images/foot_bg.jpg);
}
.index-foot .navigation {
  height: 60px;
  line-height: 60px;
  background: #0498fe;
}
.index-foot .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.index-foot .navigation .box ul li {
  width: 12.5%;
}
.index-foot .navigation .box ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.index-foot .navigation .box ul li:hover a {
  font-weight: bold;
}
.index-foot .navigation .box ul .active a {
  font-weight: bold;
}
.index-foot .foot {
  padding: 25px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot .box .left .logo {
  text-align: center;
}
.index-foot .foot .box .left .logo h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0078c4;
}
.index-foot .foot .box .left .logo p {
  font-size: 9px;
  color: #0078c4;
  margin-top: 5px;
}
.index-foot .foot .box .left .list {
  padding-left: 25px;
}
.index-foot .foot .box .left .list p {
  line-height: 35px;
  color: #000000;
}
.index-foot .foot .box .left .list p b {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p a {
  color: #000000;
}
.index-foot .foot .box .right {
  display: flex;
  justify-content: flex-start;
}
.index-foot .foot .box .right .zixun {
  margin-right: 20px;
}
.index-foot .foot .box .right .zixun a {
  margin: 15px auto 0;
  display: block;
  width: 145px;
  line-height: 35px;
  background: #0498fe;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}
.index-foot .foot .box .right .zixun span {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #000000;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 22px;
  margin-top: 5px;
  color: #000000;
}
.index-foot .foot .box .right .pic img {
  width: 128px;
  height: 127px;
  display: block;
}
.index-foot .bottom {
  background: #cdcaca;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
}
.index-foot .bottom .box a {
  color: #000000;
}
