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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.next:focus {
  outline: none;
}
.prev:focus {
  outline: none;
}
div:focus {
  outline: none;
}
.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 {
  background: url(../images/top_bg_02.jpg) no-repeat bottom center;
}
.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 .text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #4dfaff;
  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: #fff;
}
.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: #fff;
}
.index-top .advertisement .tel b {
  font-size: 33px;
  font-weight: bold;
  color: #4dfaff;
  display: block;
}
.index-top .navigation {
  height: 68px;
  line-height: 68px;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-top .navigation .box ul li {
  width: 158px;
}
.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 top;
  background-size: 100% 100%;
}
.index-top .navigation .box ul .active {
  background: url(../images/nav_active.png) no-repeat center top;
  background-size: 100% 100%;
}
.index-banner img {
  width: 100%;
  display: block;
}
.t-serach {
  height: 60px;
  line-height: 60px;
  background: url(../images/search_02.jpg) no-repeat center center;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #fff;
}
.t-serach .box .left h2 {
  color: #fff;
  font-weight: bold;
}
.t-serach .box .left a {
  color: #fff;
  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;
  color: #fff;
}
.t-serach .box .right form button {
  width: 50px;
  height: 30px;
  border: none;
  background: url(../images/sereach.png) no-repeat center center #fff;
}
.t-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: url(../images/title_bg.png) no-repeat top center;
  height: 176px;
}
.t-title h2 {
  padding-top: 40px;
  font-size: 36px;
  margin-left: 164px;
  font-weight: bold;
  color: #04fffc;
  text-align: center;
}
.t-title h2 b {
  color: #0078c4;
  font-weight: bold;
}
.t-title h2 p {
  font-size: 18px;
  text-transform: uppercase;
  color: #04fffc;
  font-weight: normal;
  margin-top: 10px;
}
.index-solution {
  padding: 49px 0;
  background: url(../images/bg1_02.jpg) no-repeat center center;
}
.index-solution .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.index-solution .box .list {
  width: 23%;
  margin-bottom: 25px;
  background: url(../images/solition_bg.png) no-repeat center center;
  padding: 20px 12.5px;
}
.index-solution .box .list .pic {
  width: 251px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index-solution .box .list .pic img {
  width: 100%;
  display: block;
  height: 198px;
  transition: 0.5s;
}
.index-solution .box .list .pic .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-solution .box .list .pic .text a {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/so_icon.png) center center;
}
.index-solution .box .list .pic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-solution .box .list .pic:hover .text {
  background: none;
}
.index-solution .box .list:nth-child(n + 5) {
  margin-bottom: 0;
}
.index-product {
  padding: 35px 0;
  background: url(../images/pro_bg.jpg) no-repeat center center;
}
.index-product .hd {
  margin: 15px 0 25px;
}
.index-product .hd ul {
  display: flex;
  justify-content: center;
}
.index-product .hd ul li a {
  margin: 0 17px 0;
  display: block;
  width: 160px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  background: url(../images/pro_nav.png) no-repeat center center;
  font-size: 22px;
  color: #04fffc;
}
.index-product .hd ul li a:hover {
  background: url(../images/pro_nav_a.png) no-repeat center center;
  color: #fff;
}
.index-product .hd ul .on a {
  background: url(../images/pro_nav_a.png) no-repeat center center;
  color: #fff;
}
.index-product .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.index-product .box .list {
  width: 25%;
  margin-bottom: 25px;
  background: url(../images/pro_bg.png) no-repeat center center;
  padding: 20px 15px;
}
.index-product .box .list .pic {
  width: 239px;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
}
.index-product .box .list .pic img {
  width: 100%;
  display: block;
  height: 258px;
  transition: 0.5s;
}
.index-product .box .list .text {
  font-size: 18px;
  color: #a4a8ad;
  text-align: center;
  margin-top: 12px;
}
.index-product .box .list:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-product .box .list:hover .text {
  background: none;
}
.index-product .box .list:nth-child(n + 5) {
  margin-bottom: 0;
}
.index-four {
  padding: 45px 0;
  background: url(../images/four.jpg) no-repeat top center;
}
.index-four .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-four .box .item {
  width: 269px;
  text-align: center;
  cursor: pointer;
}
.index-four .box .item .icon {
  width: 100%;
}
.index-four .box .item .icon img {
  width: 100%;
  display: block;
}
.index-four .box .item .text {
  height: 194px;
  padding: 25px;
  background: #004f78;
}
.index-four .box .item .text h2 {
  color: #333;
}
.index-four .box .item .text h2 b {
  color: #24e8e6;
  font-size: 24px;
  font-weight: bold;
}
.index-four .box .item .text p {
  color: #a3b5c3;
  line-height: 26px;
}
.index-four .box .item .text .line {
  width: 50px;
  height: 5px;
  background: #24e8e6;
  margin: 25px auto 15px;
}
.index-four .box .item:nth-child(3) .text h2 {
  margin-top: -20px;
}
.index-four .box .item:nth-child(3) .text .line {
  margin: 12px auto 15px;
}
.index-four .ad-content {
  margin-top: 40px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.index-four .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.index-four .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.index-four .ad-content .text p b {
  color: #04d7d9;
}
.index-four .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.index-four .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.index-four .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.index-four .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-advan {
  padding: 50px 0;
  background: url(../images/advan_bg.jpg) no-repeat center center;
}
.index-advan .t-title {
  background: url(../images/four_tit.png) no-repeat center center;
}
.index-advan .four-content {
  margin-top: 25px;
}
.index-advan .four-content .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-advan .four-content .box .pic {
  width: 677px;
}
.index-advan .four-content .box .text {
  width: 500px;
}
.index-advan .four-content .box .text .title {
  margin-top: 20px;
}
.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: #04fffc;
}
.index-advan .four-content .box .text .title p {
  font-size: 20px;
  color: #04fffc;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
}
.index-advan .four-content .box .text .content {
  padding: 30px 0;
}
.index-advan .four-content .box .text .content p {
  font-size: 20px;
  line-height: 33px;
  text-indent: 2em;
  margin-bottom: 30px;
  color: #e9eaea;
}
.index-advan .four-content .box:nth-child(3) .content p {
  margin-bottom: 0;
}
.index-advan .ad-content {
  margin-top: 0px;
  background: url(../images/ad-content2.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: #fff;
  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-case {
  padding: 0px 0 25px;
  background: url(../images/case_bg.jpg) no-repeat center center;
}
.index-case .box {
  position: relative;
  margin-top: 30px;
  padding: 20px 38px;
  background: url(../images/case_box.png) no-repeat top center;
}
.index-case .box .item .pic {
  width: 1126px;
  position: relative;
}
.index-case .box .item .pic a {
  display: block;
}
.index-case .box .item .pic img {
  width: 100%;
  display: block;
  height: 640px;
}
.index-case .box .item .pic .text {
  background: rgba(0, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 41px;
  color: #000000;
}
.index-case .box .next {
  right: -16px;
  position: absolute;
  bottom: 173px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-case .box .next:hover {
  opacity: 1;
}
.index-case .box .prev {
  left: -16px;
  position: absolute;
  z-index: 999;
  bottom: 173px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-case .box .prev:hover {
  opacity: 1;
}
.index-case .box .list {
  padding: 10px;
  background: #fff;
}
.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: #00ffff;
}
.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-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-content3.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: 21px 0;
  background: url(../images/honor_bg.jpg) no-repeat center center;
}
.index-honor .box {
  position: relative;
  margin-top: 15px;
}
.index-honor .box .item {
  width: 280px;
  padding: 22px 0 0;
}
.index-honor .box .item .pic {
  width: 189px;
  height: 269px;
  margin: 0 auto;
}
.index-honor .box .item .pic img {
  width: 100%;
  display: block;
}
.index-honor .box .item .text {
  line-height: 45px;
  color: #05fefe;
}
.index-honor .box .next {
  left: -44px;
  position: absolute;
  top: 150px;
  z-index: 999;
  margin-left: -25;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-honor .box .next:hover {
  opacity: 1;
}
.index-honor .box .prev {
  right: -24px;
  position: absolute;
  z-index: 999;
  top: 150px;
  margin-right: -22px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.index-honor .box .prev:hover {
  opacity: 1;
}
.index-honor .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-company {
  padding: 45px 0 0;
  background: url(../images/company_bg.jpg) no-repeat top center;
}
.index-company .box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.index-company .box .pic {
  width: 667px;
}
.index-company .box .pic img {
  width: 100%;
  display: block;
}
.index-company .box .text {
  width: 533px;
  padding: 15px 68px 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: #fff;
  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: 26px;
  color: #fff;
  font-size: 16px;
}
.index-company .box .text a {
  display: block;
  width: 105px;
  line-height: 35px;
  color: #fff;
  background: #1c395b;
  border: 1px solid #00bfbf;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  margin-left: auto;
}
.index-company .box-slider-com {
  margin-top: 30px;
  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: 188px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-company .box-slider-com .item a .pic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-company .box-slider-com .item a .text {
  padding: 10px 0 15px;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.index-company .box-slider-com .next {
  left: -32px;
  position: absolute;
  top: 70px;
  z-index: 999;
  margin-left: -22px;
  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: -32px;
  position: absolute;
  z-index: 999;
  top: 70px;
  margin-right: -22px;
  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-content4.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-news {
  background: url(../images/news_bg.jpg) no-repeat center center;
  padding: 50px 0 0;
}
.index-news .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .list {
  width: 388px;
  border: 1px solid #00bfbf;
}
.index-news .box .list .title {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #00bfbf;
}
.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: #25eeeb;
}
.index-news .box .list .title a {
  font-size: 12px;
  width: 60px;
  line-height: 20px;
  display: block;
  text-align: center;
  background: #25eeeb;
  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 #666666;
  color: #cccccc;
  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 #666666;
  color: #cccccc;
  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 #dadada;
}
.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: #cccccc;
}
.index-news .box .list .bd ul li .group h2 a {
  color: #cccccc;
}
.index-news .box .list .bd ul li .group p {
  margin-top: 25px;
  line-height: 22px;
  color: #cccccc;
}
.index-news .box .list .bd ul li .group p a {
  color: #cccccc;
}
.index-news .link {
  margin-top: 40px;
  line-height: 70px;
  display: flex;
  justify-content: flex-start;
}
.index-news .link b {
  font-weight: bold;
  color: #fbfbfc;
}
.index-news .link a {
  width: 105px;
  display: block;
  text-align: center;
  color: #fbfbfc;
}
.index-foot {
  background: url(../images/foot_bg.jpg);
  padding-top: 10px;
}
.index-foot .navigation {
  height: 60px;
  line-height: 60px;
}
.index-foot .navigation .box {
  border: 1px solid #25eeeb;
}
.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: #7af9ff;
  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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot .box .left .logo p {
  font-size: 17px;
  font-weight: bold;
  color: #0078c4;
}
.index-foot .foot .box .left .list {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p {
  line-height: 40px;
  color: #fff;
}
.index-foot .foot .box .left .list p b {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p a {
  color: #fff;
}
.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: 25px auto 0;
  display: block;
  width: 145px;
  line-height: 35px;
  background: #4dfaff;
  text-align: center;
  border-radius: 30px;
  color: #000000;
}
.index-foot .foot .box .right .zixun span {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #fff;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 22px;
  margin-top: 5px;
  color: #fff;
}
.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;
}
