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;
}
body {
  max-width: 1920px;
  margin: 0 auto;
}
@font-face {
  font-family: "test";
  src: url("../css/pp.TTF");
}
.title-top {
  background: url(../images/index-top.png) no-repeat center top #f2f2f2;
}
.title-top .box {
  line-height: 40px;
  overflow: hidden;
}
.title-top .box h2 {
  float: left;
  color: #666666;
}
.title-top .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
}
.title-top .box .sitemap a {
  color: #666666;
}
.title-top .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 40px;
  width: 1920px;
  margin-left: -960px;
}
.index-top .advertisement {
  padding: 10px 0;
  line-height: 46px;
}
.index-top .advertisement .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
}
.index-top .advertisement .logo .pic {
  float: left;
  display: flex;
  align-items: center;
  padding: 0 5px 0 0;
}
.index-top .advertisement .logo .pic img {
  width: 75px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .logo .pic .h_logo {
  display: none;
}
.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: #fff;
  line-height: 26px;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 b {
  color: #e1b956;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  opacity: 0.8;
}
.index-top .advertisement .right {
  position: relative;
  width: 290px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .advertisement .right .tel {
  text-align: right;
  width: 160px;
}
.index-top .advertisement .right .tel .cd-words-wrapper {
  font-size: 20px;
  display: block;
  color: #fff;
}
.index-top .advertisement .right .tel h1 {
  margin: 0;
}
.index-top .advertisement .right .tel span {
  color: #fff;
  opacity: 0.8;
  text-align: right;
  font-size: 18px;
  display: block;
  line-height: 32px;
}
.index-top .advertisement .right .tel .cd-intro {
  width: 150px;
}
.index-top .advertisement .right .tel b {
  font-size: 28px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-top .advertisement .right .tel b i {
  opacity: 1;
}
.index-top .advertisement .right .tel a {
  width: 130px;
  line-height: 33px;
  color: #fff;
  background: #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  z-index: 999;
}
.index-top .advertisement .right .ewm {
  width: 120px;
}
.index-top .advertisement .right .ewm img {
  width: 95px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .right .ewm p {
  margin: 6px 0 0 0;
  color: #fff;
  opacity: 0.8;
  line-height: 18px;
}
.index-top .advertisement .box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .navigation {
  width: 1400px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #9f9f9f;
}
.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 {
  display: block;
  padding: 0 38px 0;
}
.index-top .navigation .box ul li a b {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.index-top .navigation .box ul li a b:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 0;
  height: 1px;
  opacity: 1;
  z-index: 2;
  background: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-top .navigation .box ul li:hover a b:after {
  width: 100%;
  left: 0;
}
.index-top .navigation .box ul li:first-child a {
  padding-left: 0;
}
.index-top .navigation .box ul li:last-child a {
  padding-right: 0;
}
.index-top .navigation .box ul .active a b:after {
  width: 100%;
  left: 0;
}
.index-top2 {
  background: url(../images/index-top.jpg) repeat-y center top;
}
.index-top2 .title {
  background: #e6e6e6;
}
.index-top2 .title .box {
  line-height: 40px;
  overflow: hidden;
}
.index-top2 .title .box h2 {
  float: left;
  color: #666666;
}
.index-top2 .title .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
}
.index-top2 .title .box .sitemap a {
  color: #666666;
}
.index-top2 .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top2 .advertisement {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
.index-top2 .advertisement .logo {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-top2 .advertisement .logo .pic {
  float: left;
  display: flex;
  align-items: center;
}
.index-top2 .advertisement .logo .pic img {
  width: 75px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.index-top2 .advertisement .logo .text {
  margin: 0px 0 0 15px;
  float: right;
  padding-left: 5px;
}
.index-top2 .advertisement .logo .text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.index-top2 .advertisement .logo .text h2 b {
  color: #ef3028;
  font-weight: bold;
}
.index-top2 .advertisement .logo .text h3 {
  font-size: 18px;
  color: #333333;
}
.index-top2 .advertisement .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-top2 .advertisement .tel {
  background: url(../images/top-tel.png) no-repeat left center;
  padding: 0 0 0 58px;
}
.index-top2 .advertisement .tel span {
  font-size: 20px;
  display: block;
  color: #040000;
  text-align: left;
  font-weight: bold;
}
.index-top2 .advertisement .tel h1 {
  margin: 0;
}
.index-top2 .advertisement .tel b {
  font-size: 36px;
  color: #3bb3c3;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-top2 .navigation {
  height: 56px;
  line-height: 56px;
  background: #3bb3c3;
}
.index-top2 .navigation .box {
  margin: 0 auto;
}
.index-top2 .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-top2 .navigation .box ul li {
  position: relative;
}
.index-top2 .navigation .box ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  padding: 0 30px 0;
}
.index-top2 .navigation .box ul li:after {
  content: "";
  position: absolute;
  height: 0;
  width: 98%;
  background: #0dd0ea;
  background-size: auto;
  background-size: 100% 100%;
  top: 0;
  left: 1%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  color: #fff;
  z-index: 1;
}
.index-top2 .navigation .box ul li:hover:after {
  height: 100%;
  z-index: 1;
}
.index-top2 .navigation .box ul .active:after {
  height: 100%;
  z-index: 1;
}
.top_fixed {
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.top_fixed .advertisement .tel {
  background: url(../images/top-tel_2.png) no-repeat left center;
}
.top_fixed .advertisement .tel span {
  color: #333;
}
.top_fixed .advertisement .tel b {
  color: #333;
}
.top_fixed .advertisement .box .logo .pic {
  margin: 12px 0 0 0;
}
.top_fixed .advertisement .box .logo .logo_t {
  display: none;
}
.top_fixed .advertisement .box .logo .h_logo {
  display: block;
}
.top_fixed .advertisement .box .text h2 {
  color: #333;
}
.top_fixed .advertisement .box .text h3 {
  color: #333;
}
.top_fixed .advertisement .box .right .tel span {
  color: #333;
}
.top_fixed .advertisement .box .right .tel b {
  color: #3bb3c3;
}
.top_fixed .advertisement .box .right .ewm p {
  color: #333;
}
.top_fixed .navigation .box ul li a b {
  color: #333;
}
.top_fixed .navigation .box ul li a b:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background: #0ccce0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner a {
  display: block;
  width: 100%;
  height: 788px;
}
.index-banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 15px;
  background: #3bb3c3;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fractio {
  bottom: 40px;
}
.t-serach {
  height: 65px;
  line-height: 65px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px #a5a4a4;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #666666;
}
.t-serach .box .left h2 {
  color: #666666;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../images/t-search.png) no-repeat left 11px;
}
.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;
  border: 1px solid #cecece;
}
.t-serach .box .right form input {
  font-size: 14px;
  width: 300px;
  height: 30px;
  padding-left: 10px;
  border: none;
}
.t-serach .box .right form button {
  width: 45px;
  height: 30px;
  border: none;
  background: url(../images/sereach.png) no-repeat center center #3bb3c3;
}
.t-title {
  margin: 0 auto;
}
.t-title .box_tit {
  text-align: center;
}
.t-title .box_tit h2 {
  font-size: 34px;
  color: #333333;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  background: url(../images/tit_h2.png) no-repeat center center;
}
.t-title .box_tit p {
  font-size: 28px;
  text-transform: uppercase;
  color: #e1e1e1;
  margin-top: 15px;
  opacity: 0.8;
  font-weight: bold;
  letter-spacing: 3px;
}
.index-pro {
  position: relative;
  padding: 60px 0 60px;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-pro .box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-pro .box .left {
  float: left;
  width: 290px;
  height: 795px;
  background: #fff;
  background-size: 100%;
}
.index-pro .box .left .title {
  padding: 18px 0 0px 30px;
  color: #fff;
  text-align: left;
  height: 100px;
  background: url(../images/pro_tel.png) no-repeat 30px center #3bb3c3;
}
.index-pro .box .left .title h2 {
  font-size: 30px;
  font-weight: bold;
}
.index-pro .box .left .title p {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px 0 0 0;
  color: #75cad5;
  font-weight: bold;
}
.index-pro .box .left .list {
  padding: 20px 15px;
  background: #f4f4f4;
}
.index-pro .box .left .list .tit a {
  background: #3bb3c3;
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
  display: block;
  line-height: 53px;
}
.index-pro .box .left .list .group h3 {
  border-bottom: 1px dashed #333333;
  line-height: 58px;
  background: url(../images/pro_h3.png) no-repeat 20px center;
  font-size: 20px;
  text-align: left;
}
.index-pro .box .left .list .group h3 a {
  color: #333333;
  padding-left: 40px;
  display: block;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
}
.index-pro .box .left .list .group h3 a b {
  display: none;
  padding: 0 5px 0 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-pro .box .left .list .group h3:hover a {
  background: url(../images/pro_a.png) no-repeat 174px center;
  color: #3bb3c3;
}
.index-pro .box .left .list .group h3:hover a b {
  display: block;
}
.index-pro .box .left .list .group h3:last-child {
  border-bottom: none;
  background: none;
}
.index-pro .box .left .list .group h3:last-child a {
  padding-left: 20px;
}
.index-pro .box .left .tel {
  height: 135px;
  background: url(../images/tel_b.png) no-repeat 20px center #3bb3c3;
  padding: 30px 0px;
  text-align: center;
}
.index-pro .box .left .tel p {
  text-align: left;
  line-height: 26px;
  margin: 5px 0 0 0;
  font-size: 20px;
  padding: 0 0 0 80px;
  color: #ffffff;
}
.index-pro .box .left .tel .cd-intro {
  margin: 0 0 0 15px;
}
.index-pro .box .left .tel h1 {
  font-size: 0;
}
.index-pro .box .left .tel .cd-intro {
  width: 109%;
}
.index-pro .box .left .tel b {
  text-align: center;
  display: block;
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-pro .box .left .tel img {
  display: block;
  margin: 20px auto 0;
}
.index-pro .box .content {
  float: right;
  width: 880px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pro .box .content .item {
  margin: 0 0 15px 0;
  width: 280px;
}
.index-pro .box .content .item a {
  background: #fff;
  display: block;
  padding: 12px;
  background: #f2f2f2;
}
.index-pro .box .content .item a .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-pro .box .content .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .box .content .item a h3 {
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 12px 0 0 0;
}
.index-pro .box .content .item:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-pro .box .content .item:hover h3 {
  color: #3bb3c3;
}
.index-pro .box .content .item:nth-last-child(1) {
  margin-bottom: 0;
}
.index-pro .box .content .item:nth-last-child(2) {
  margin-bottom: 0;
}
.index-pro .box .content .item:nth-last-child(3) {
  margin-bottom: 0;
}
.index-case {
  padding: 60px 0 40px;
  background: url(../images/case_bg.jpg) no-repeat top center;
}
.index-case .t-title .box_tit h2 {
  color: #fff;
}
.index-case .t-title .box_tit p {
  color: #e1e1e1;
}
.index-case .content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-case .content .list {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index-case .content .list a {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}
.index-case .content .list a .pic_b {
  border: 2px solid #fff;
}
.index-case .content .list a .pic {
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.index-case .content .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index-case .content .list a h2 {
  font-size: 18px;
  text-align: center;
  bottom: 0;
  color: #fff;
  margin: 0 auto;
  line-height: 46px;
}
.index-case .content .list:nth-child(4n + 4) {
  margin-right: 0;
}
.index-case .content .list:nth-child(5),
.index-case .content .list:nth-child(6),
.index-case .content .list:nth-child(7),
.index-case .content .list:nth-child(8) {
  margin-bottom: 0;
}
.index-case .content .list:hover a .pic img {
  transform: scale(1.1);
}
.index-case .content .list:hover a h2 {
  color: #3bb3c3;
}
.index-case .more {
  width: 135px;
  line-height: 40px;
  background: #0dd0ea;
  color: #fff;
  border-radius: 30px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
}
.index-ad1 {
  height: 230px;
  background: url(../images/ad_1.png) no-repeat top center;
}
.index-ad1 .box_ad {
  margin: 30px 0 0 0;
  overflow: hidden;
  padding: 40px 0 20px 0;
}
.index-ad1 .box_ad .text {
  color: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.index-ad1 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.index-ad1 .box_ad .text p {
  font-size: 34px;
  color: #fff;
  margin: 0px 0 25px 0;
  text-align: center;
  font-weight: bold;
}
.index-ad1 .box_ad .text b {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  text-align: left;
}
.index-ad1 .box_ad .right {
  width: 371px;
  margin: 0 auto;
  display: flex;
  height: 45px;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/ad_right.png) no-repeat top center;
}
.index-ad1 .box_ad .right span {
  font-size: 18px;
  display: block;
  text-align: center;
}
.index-ad1 .box_ad .right .tel {
  text-align: left;
  height: 42px;
  line-height: 30px;
  padding: 0 0 0 47px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad1 .box_ad .right .tel b {
  font-size: 28px;
  color: #0dd0ea;
  display: block;
  font-weight: bold;
  line-height: 40px;
}
.index-ad1 .box_ad .right .tel b i {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad1 .box_ad .right a {
  display: block;
  width: 160px;
  border-radius: 30px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0px 4px 0 17px;
  position: relative;
}
.index-ad1 .box_ad .right a:hover {
  color: #0dd0ea;
}
.index-ad2 {
  background: url(../images/ad_2.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad2 .box_ad {
  overflow: hidden;
  padding: 40px 0 20px 0;
}
.index-ad2 .box_ad .text {
  color: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.index-ad2 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.index-ad2 .box_ad .text p {
  font-size: 34px;
  color: #fff;
  margin: 0px 0 25px 0;
  text-align: center;
  font-weight: bold;
}
.index-ad2 .box_ad .text b {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  text-align: left;
}
.index-ad2 .box_ad .right {
  width: 371px;
  margin: 0 auto;
  display: flex;
  height: 45px;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/ad_right.png) no-repeat top center;
}
.index-ad2 .box_ad .right span {
  font-size: 18px;
  display: block;
  text-align: center;
}
.index-ad2 .box_ad .right .tel {
  text-align: left;
  height: 42px;
  line-height: 30px;
  padding: 0 0 0 47px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad2 .box_ad .right .tel b {
  font-size: 28px;
  color: #0dd0ea;
  display: block;
  font-weight: bold;
  line-height: 40px;
}
.index-ad2 .box_ad .right .tel b i {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad2 .box_ad .right a {
  display: block;
  width: 160px;
  border-radius: 30px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0px 4px 0 17px;
  position: relative;
}
.index-ad2 .box_ad .right a:hover {
  color: #0dd0ea;
}
.index-ad4 {
  background: url(../images/ad_4.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad4 .box_ad {
  overflow: hidden;
  padding: 40px 0 20px 0;
}
.index-ad4 .box_ad .text {
  color: #fff;
  width: 100%;
  float: left;
  text-align: center;
}
.index-ad4 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.index-ad4 .box_ad .text p {
  font-size: 34px;
  color: #fff;
  margin: 0px 0 25px 0;
  text-align: center;
  font-weight: bold;
}
.index-ad4 .box_ad .text b {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  text-align: left;
}
.index-ad4 .box_ad .right {
  width: 371px;
  margin: 0 auto;
  display: flex;
  height: 45px;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../images/ad_right.png) no-repeat top center;
}
.index-ad4 .box_ad .right span {
  font-size: 18px;
  display: block;
  text-align: center;
}
.index-ad4 .box_ad .right .tel {
  text-align: left;
  height: 42px;
  line-height: 30px;
  padding: 0 0 0 47px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad4 .box_ad .right .tel b {
  font-size: 28px;
  color: #0dd0ea;
  display: block;
  font-weight: bold;
  line-height: 40px;
}
.index-ad4 .box_ad .right .tel b i {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad4 .box_ad .right a {
  display: block;
  width: 160px;
  border-radius: 30px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0px 4px 0 17px;
  position: relative;
}
.index-ad4 .box_ad .right a:hover {
  color: #0dd0ea;
}
.index-advan {
  padding: 70px 0 60px;
  background: url(../images/advan_bg.jpg) no-repeat bottom center;
}
.index-advan .t-title .box_tit h2 {
  background: url(../images/advan_tit.png) no-repeat center center;
}
.index-advan .ad-content {
  margin: 10px 0 0 0;
  padding-top: 30px;
  background: url(../images/advan_box.jpg) no-repeat top center;
}
.index-advan .ad-content .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index-advan .ad-content .box .pic {
  width: 600px;
  position: relative;
}
.index-advan .ad-content .box .pic img {
  width: 100%;
  display: block;
  height: 340px;
}
.index-advan .ad-content .box .pic p {
  position: absolute;
  color: #fff;
  left: 20px;
  bottom: 69px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}
.index-advan .ad-content .box .text {
  width: 560px;
  padding: 40px 0 0 0;
}
.index-advan .ad-content .box .text .title {
  margin-bottom: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0px 0 0 48px;
  background: url(../images/ad_icon_1.png) no-repeat left center;
}
.index-advan .ad-content .box .text .title h2 {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 0 8px;
}
.index-advan .ad-content .box .text .title h2 b {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  color: #0dd0ea;
}
.index-advan .ad-content .box .text .title p {
  font-size: 11px;
  text-transform: uppercase;
  color: #cdcdcd;
}
.index-advan .ad-content .box .text .content p {
  margin: 0 0 28px 0px;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  padding: 0 0 0 0px;
  background: url(../images/four_9.png) no-repeat left 8px;
}
.index-advan .ad-content .box .text .content p b {
  color: #0dd0ea;
}
.index-advan .ad-content .box .text .content a {
  display: block;
  width: 300px;
  line-height: 50px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  background: #0dd0ea;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 10px 0 auto;
  position: relative;
}
.index-advan .ad-content .box .text .content a:hover {
  color: #0dd0ea;
}
.index-advan .ad-content .box:nth-child(2) .text {
  width: 577px;
  padding: 55px 0 0 0;
}
.index-advan .ad-content .box:nth-child(2) .text .title {
  background: url(../images/ad_icon_2.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(3) .text {
  width: 570px;
  padding: 55px 0 0 0;
}
.index-advan .ad-content .box:nth-child(3) .text .title {
  background: url(../images/ad_icon_3.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) {
  margin-bottom: 0;
}
.index-advan .ad-content .box:nth-child(4) .text {
  padding: 43px 0 0 0;
  width: 566px;
}
.index-advan .ad-content .box:nth-child(4) .text .title {
  margin: 0 0 20px 0;
  background: url(../images/ad_icon_4.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) .text .content p {
  margin: 0 0 23px 0;
}
.index-coo {
  padding: 39px 0 28px;
  background: url(../images/coo_bg.jpg) no-repeat center center;
}
.index-coo .content {
  margin-top: 80px;
  height: 407px;
  position: relative;
}
.index-coo .content .list {
  position: absolute;
  left: 165px;
  top: 0;
}
.index-coo .content .list a {
  position: relative;
  display: block;
}
.index-coo .content .list a .pic {
  background: #fff;
  border-radius: 2px;
  width: 179px;
  height: 179px;
  transform: rotate(45deg);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 8px #a2a0a0;
  border-radius: 12px;
}
.index-coo .content .list a .pic .pic_t {
  width: 250px;
  margin-left: -34px;
  margin-top: -34px;
  height: 250px;
  transform: rotate(-45deg);
}
.index-coo .content .list a .pic .pic_t img {
  width: 100%;
  display: block;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-coo .content .list a::before {
  left: -50px;
  top: -32px;
  z-index: 999;
  width: 276px;
  height: 275px;
  position: absolute;
  content: "";
  background: url(../images/coo.png) no-repeat center center;
  background-size: 100%;
}
.index-coo .content .list:hover a .pic {
  border-radius: 12px;
  width: 176px;
  height: 176px;
}
.index-coo .content .list:hover a .pic img {
  transform: scale(1.1);
}
.index-coo .content .list:hover a::before {
  left: -50px;
  top: -32px;
  z-index: 999;
  width: 276px;
  height: 275px;
  position: absolute;
  content: "";
  background: url(../images/coo_h.png) no-repeat center center;
  background-size: 100%;
}
.index-coo .content .list:nth-child(2) {
  left: 437px;
  top: 0;
}
.index-coo .content .list:nth-child(3) {
  left: 708px;
  top: 0px;
}
.index-coo .content .list:nth-child(4) {
  left: 978px;
  top: 0px;
}
.index-coo .content .list:nth-child(5) {
  left: 30px;
  top: 157px;
}
.index-coo .content .list:nth-child(6) {
  left: 303px;
  top: 157px;
}
.index-coo .content .list:nth-child(7) {
  left: 574px;
  top: 157px;
}
.index-coo .content .list:nth-child(8) {
  left: 844px;
  top: 157px;
}
.index-honor {
  padding: 60px 0;
  background: url(../images/honor_bg.jpg) no-repeat center center;
}
.index-honor .t-title .box_tit h2 {
  color: #fff;
}
.index-honor .t-title .box_tit p {
  color: #e1e1e1;
}
.index-honor .tit {
  margin: 30px auto 40px;
  overflow: hidden;
  width: 900px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 30px;
}
.index-honor .tit ul {
  float: left;
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-honor .tit ul li {
  text-align: left;
  width: 300px;
}
.index-honor .tit ul li a {
  font-size: 20px;
  color: #333333;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  border-radius: 30px;
}
.index-honor .tit ul li b {
  display: block;
  float: left;
  color: #222222;
}
.index-honor .tit ul li:hover a {
  background: #0dd0ea;
  color: #fff;
}
.index-honor .tit ul .on a {
  background: #0dd0ea;
  color: #fff;
}
.index-honor .tit ul b {
  padding: 0 10px 0;
  font-size: 20px;
  color: #999999;
}
.index-honor .tempWrap {
  overflow: initial !important;
}
.index-honor .tempWrap ul {
  overflow: initial !important;
}
.index-honor .swiper-container {
  padding: 0 0 10px 0;
}
.index-honor .box-slider-ho {
  margin-top: 30px;
  position: relative;
}
.index-honor .box-slider-ho .item a {
  display: block;
}
.index-honor .box-slider-ho .item a .pic_v {
  background: url(../images/honor_item.png) no-repeat top center;
  background-size: 100%;
  padding: 14px;
}
.index-honor .box-slider-ho .item a .pic_v .pic {
  width: 100%;
  overflow: hidden;
}
.index-honor .box-slider-ho .item a .pic_v .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-honor .box-slider-ho .item a h2 {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
}
.index-honor .box-slider-ho .item:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-honor .box-slider-ho .item:hover a h2 {
  color: #0ccce0;
}
.index-honor .box-slider-ho .next_t {
  left: -60px;
  position: absolute;
  z-index: 99;
  bottom: 50%;
  margin-bottom: -4px;
  cursor: pointer;
  width: 49px;
  height: 49px;
  background: url(../images/left.png) no-repeat center center;
}
.index-honor .box-slider-ho .next_t:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-honor .box-slider-ho .prev_p {
  right: -60px;
  position: absolute;
  bottom: 50%;
  z-index: 99;
  cursor: pointer;
  width: 49px;
  height: 49px;
  margin-bottom: -4px;
  background: url(../images/right.png) no-repeat center center;
}
.index-honor .box-slider-ho .prev_p:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-company {
  padding: 60px 0 50px;
}
.index-company .box_c .box {
  border: 1px solid #d0d0d0;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.index-company .box_c .box .pic_left {
  margin-left: -11px;
  padding: 10px 11px 11px 7px;
  background: url(../images/company_bg.png) no-repeat top left;
}
.index-company .box_c .box .pic_left .pic {
  width: 530px;
  overflow: hidden;
}
.index-company .box_c .box .pic_left .pic img {
  width: 100%;
  display: block;
  height: 478px;
  cursor: pointer;
}
.index-company .box_c .box .text {
  padding: 25px 0 0 0;
  width: 630px;
  margin: 0 5px 0 0;
}
.index-company .box_c .box .text h2 {
  padding: 0 0 0 0px;
  color: #333333;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.index-company .box_c .box .text h3 {
  color: #a0a0a0;
  font-size: 30px;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 0 0 9px 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: 32px;
  color: #808080;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.index-company .box_c .box .text a {
  display: block;
  width: 120px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  background: #0dd0ea;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin: 30px 0 0 auto;
  position: relative;
}
.index-company .box_c .box .text a:hover {
  color: #fff;
}
.index-company .tit {
  width: 180px;
  height: 60px;
  line-height: 60px;
  margin: 30px 0 0 0;
  background: url(../images/company_tit.png) no-repeat left bottom;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.index-company .tit ul li {
  text-align: left;
}
.index-company .tit ul li a {
  font-size: 24px;
  color: #fff;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  padding: 0 0 0 62px;
}
.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 .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%;
  line-height: 40px;
  position: absolute;
  bottom: 0;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.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: #fff;
}
.index-company .box-slider-com .next_t {
  right: -62px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -25px;
  cursor: pointer;
  width: 49px;
  height: 49px;
  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: -62px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 49px;
  height: 49px;
  margin-bottom: -25px;
  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 #0dd0ea;
}
.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: #0dd0ea;
}
.index-company .box-slider-fac .next_t {
  right: -57px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -34px;
  cursor: pointer;
  width: 42px;
  height: 88px;
  background: url(../images/right.jpg) no-repeat center center;
}
.index-company .box-slider-fac .next_t:hover {
  background: url(../images/right_h.jpg) no-repeat center center;
}
.index-company .box-slider-fac .prev_p {
  left: -57px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 42px;
  height: 88px;
  margin-bottom: -34px;
  background: url(../images/left.jpg) no-repeat center center;
}
.index-company .box-slider-fac .prev_p:hover {
  background: url(../images/left_h.jpg) no-repeat center center;
}
.index-news {
  background: url(../images/news_bg.jpg) no-repeat top center;
  padding: 60px 0;
}
.index-news .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .newsFocus {
  width: 645px;
}
.index-news .box .newsFocus .hd {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.index-news .box .newsFocus .hd ul {
  display: flex;
  justify-content: flex-start;
}
.index-news .box .newsFocus .hd ul li {
  text-align: left;
  position: relative;
  margin: 0 30px 0 0;
}
.index-news .box .newsFocus .hd ul li a {
  font-size: 22px;
  color: #fff;
  background: #0dd0ea;
  width: 155px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 50px;
}
.index-news .box .newsFocus .hd ul li:hover a {
  background: #3bb3c3;
  position: relative;
  color: #fff;
}
.index-news .box .newsFocus .hd ul .on a {
  background: #3bb3c3;
  color: #fff;
  position: relative;
}
.index-news .box .newsFocus .hd ul b {
  padding: 0 20px 0;
  font-size: 24px;
  color: #454545;
}
.index-news .box .newsFocus .hd .more {
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
}
.index-news .box .newsFocus .hd .more a {
  font-size: 16px;
  color: #666666;
  display: none;
  text-transform: uppercase;
}
.index-news .box .newsFocus .hd .more a:first-child {
  display: inline;
}
.index-news .box .newsFocus .hd .more a:hover {
  color: #0dd0ea;
}
.index-news .box .newsFocus .bd .content {
  width: 100%;
}
.index-news .box .newsFocus .bd .content .pic {
  overflow: hidden;
  position: relative;
}
.index-news .box .newsFocus .bd .content .pic img {
  width: 648px;
  display: block;
  height: 330px;
}
.index-news .box .newsFocus .bd .content .pic .text_one {
  width: 230px;
  height: 260px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 25px;
}
.index-news .box .newsFocus .bd .content .pic .text_one h2 {
  line-height: 30px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.index-news .box .newsFocus .bd .content .pic .text_one span {
  font-size: 16px;
  margin: 10px 0 15px;
  display: block;
  color: #888888;
}
.index-news .box .newsFocus .bd .content .pic .text_one p {
  line-height: 26px;
}
.index-news .box .newsFocus .bd .content .pic .text_one b {
  display: block;
  margin: 20px 0 0 0;
}
.index-news .box .newsFocus .bd .content .text {
  width: 100%;
}
.index-news .box .newsFocus .bd .content .text h2 {
  line-height: 60px;
  border-bottom: 1px dashed #d8d7d7;
}
.index-news .box .newsFocus .bd .content .text h2:last-child {
  border-bottom: none;
}
.index-news .box .newsFocus .bd .content .text h2 a {
  display: block;
  font-weight: bold;
  margin-left: 15px;
  color: #333333;
  overflow: hidden;
}
.index-news .box .newsFocus .bd .content .text h2 a span {
  float: right;
  font-weight: normal;
  color: #888888;
}
.index-news .box .newsFocus .bd .content .text h2:nth-child(1) {
  padding-top: 0;
}
.index-news .box .newsFocus .bd .content .text h2:hover a {
  color: #0dd0ea;
}
.index-news .box .picMarquee-top {
  width: 475px;
}
.index-news .box .picMarquee-top .title {
  border-bottom: 1px solid #e5e5e5;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .picMarquee-top .title ul li {
  text-align: left;
  position: relative;
}
.index-news .box .picMarquee-top .title ul li a {
  font-size: 22px;
  color: #0dd0ea;
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.index-news .box .picMarquee-top .title ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  background: #0dd0ea;
  height: 2px;
}
.index-news .box .picMarquee-top .title ul .on a {
  color: #313131;
  position: relative;
}
.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: #0dd0ea;
}
.index-news .box .picMarquee-top .picList {
  height: 420px;
  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: 28px;
  line-height: 30px;
  margin-bottom: 8px;
}
.index-news .box .picMarquee-top .picList .group h2 a {
  color: #333333;
  font-weight: bold;
}
.index-news .box .picMarquee-top .picList .group p {
  line-height: 26px;
  background: url(../images/m.jpg) no-repeat left 5px;
  padding-left: 28px;
  font-size: 16px;
  color: #999999;
}
.index-news .box .picMarquee-top .picList .group p a {
  color: #666666;
}
.index-news .box .right_img {
  position: relative;
}
.index-news .box .right_img img {
  width: 100%;
  display: block;
}
.index-news .box .right_img span {
  position: absolute;
  right: 23px;
  top: 30px;
  color: #fff;
  font-weight: bold;
}
.index-link {
  background: #f6f6f6;
}
.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: #0dd0ea;
  background: url(../images/link_b.png) no-repeat left center;
  line-height: 41px;
  font-weight: bold;
  text-transform: uppercase;
}
.index-link .link a {
  background: url(../images/link_a.png) no-repeat right center;
  padding: 0 15px;
  display: block;
  text-align: center;
  color: #000000;
}
.index-foot {
  background: url(../images/foot.jpg) no-repeat top center;
}
.index-foot .navigation {
  height: 56px;
  line-height: 56px;
  position: relative;
  background: #030507;
}
.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 {
  padding: 0 30px;
  position: relative;
  display: block;
  color: #ffff;
  font-size: 18px;
  text-align: center;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.index-foot .navigation .box ul li:hover a {
  background: #0dd0ea;
  color: #fff;
}
.index-foot .navigation .box ul .active a {
  background: #0dd0ea;
  color: #fff;
}
.index-foot .foot {
  padding: 25px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left .logo {
  margin: 0 0 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot .box .left .logo .logo_pic {
  width: 93px;
}
.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: 30px;
  color: #333333;
  margin: 0 0 0 10px;
}
.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: #666666;
  font-size: 18px;
  padding: 0 0 0 29px;
  background: url(../images/footp_1.png) no-repeat left center;
}
.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 .left .list p:nth-child(2) {
  background: url(../images/footp_2.png) no-repeat left center;
}
.index-foot .foot .box .left .list p:nth-child(3) {
  background: url(../images/footp_3.png) no-repeat left center;
}
.index-foot .foot .box .right {
  padding: 25px 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: #333;
}
.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: #09b3cd;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-foot .foot .box .right .zixun .btn {
  margin-top: 10px;
  margin-left: auto;
  display: block;
  width: 145px;
  font-size: 18px;
  line-height: 40px;
  background: #0dd0ea;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  box-shadow: 0 0 6px #a5a1a1;
}
.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: 10px 0 0 0;
}
.index-foot .bottom {
  background: #3bb3c3;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
  justify-content: center;
  color: #fff;
}
.index-foot .bottom .box a {
  color: #fff;
}
