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: #fff;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
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;
}
.index-top .title {
  background: url(../images/index-top.png) no-repeat center top #222222;
}
.index-top .title .box {
  line-height: 45px;
  overflow: hidden;
}
.index-top .title .box h2 {
  float: left;
  color: #fff;
}
.index-top .title .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
}
.index-top .title .box .sitemap a {
  color: #fff;
}
.index-top .title .box .sitemap b {
  color: #fff;
  padding: 0 5px;
}
.index-top .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top .advertisement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 15px 0;
}
.index-top .advertisement .logo {
  float: left;
}
.index-top .advertisement .logo .pic {
  float: left;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.index-top .advertisement .logo .pic img {
  width: 137px;
  height: 104px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .logo .text {
  padding: 25px 0 0 0;
  float: right;
}
.index-top .advertisement .logo .text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 b {
  color: #003d2d;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 20px;
  color: #333333;
}
.index-top .advertisement .right {
  margin: 12px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-top .advertisement .tel {
  width: 262px;
  padding: 0 0 0 85px;
  background: url(../images/top-tel.png) no-repeat left center;
}
.index-top .advertisement .tel span {
  font-size: 16px;
  display: block;
  color: #040000;
  text-align: left;
}
.index-top .advertisement .tel h1 {
  margin: 0;
}
.index-top .advertisement .tel b {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.index-top .advertisement .tel a {
  display: block;
  width: 150px;
  line-height: 30px;
  border-radius: 30px;
  background: url(../images/top-tel-a.png) no-repeat center center;
  color: #fff;
  text-align: center;
  margin: 5px 0 0 7px;
}
.index-top .advertisement .tel a:hover {
  background: url(../images/top-tel-a-h.png) no-repeat center center;
}
.index-top .advertisement .ewm {
  margin: 0 0 0 20px;
}
.index-top .advertisement .ewm .d_icon {
  position: relative;
}
.index-top .advertisement .ewm .d_icon img {
  border: 1px solid #e60012;
  width: 112px;
  height: 112px;
  display: block;
}
.index-top .advertisement .ewm .d_icon .d_pic {
  position: absolute;
  right: -10px;
  top: 86px;
  width: 310px;
  z-index: 9999;
  display: none;
}
.index-top .advertisement .ewm .d_icon .d_pic img {
  width: 310px;
  height: 325px;
  display: block;
}
.index-top .advertisement .ewm p {
  margin: 5px 0 0 0;
  font-size: 16px;
}
.index-top .navigation {
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #222222;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.index-top .navigation .box ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 30.5px;
  position: relative;
}
.index-top .navigation .box ul li:hover a {
  background: url(../images/nav_a.png) repeat-x center center;
}
.index-top .navigation .box ul .active a {
  background: url(../images/nav_a.png) repeat-x center center;
}
.index-banner {
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner a {
  display: block;
}
.index-banner img {
  display: block;
  width: 100%;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fractio {
  bottom: 35px;
}
.t-serach {
  height: 65px;
  line-height: 65px;
  z-index: 999;
  position: relative;
}
.t-serach .box_serach {
  display: flex;
  justify-content: space-between;
}
.t-serach .box_serach .left {
  display: flex;
  justify-content: flex-start;
  color: #ffffff;
  background: url(../images/t-search.png) no-repeat left center;
}
.t-serach .box_serach .left h2 {
  color: #ffffff;
  font-weight: bold;
}
.t-serach .box_serach .left a {
  color: #ffffff;
  padding: 0 5px 0;
}
.t-serach .box_serach .right {
  display: flex;
  align-items: center;
}
.t-serach .box_serach .right form {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 30px;
}
.t-serach .box_serach .right form input {
  font-size: 14px;
  width: 280px;
  height: 40px;
  padding-left: 10px;
  border: none;
  background: none;
  color: #fff;
}
.t-serach .box_serach .right form button {
  cursor: pointer;
  width: 107px;
  height: 40px;
  border: none;
  background: url(../images/sereach.png) no-repeat center center;
}
.t-title {
  margin: 0 auto;
}
.t-title .box_tit {
  padding: 0px 0 15px 0;
  background: url(../images/t-title.png) no-repeat center 10px;
  text-align: center;
}
.t-title .box_tit h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-title .box_tit h2 img {
  padding: 0 5px;
}
.t-title .box_tit h2 span {
  padding: 0 8px;
}
.t-title .box_tit h2 b {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.t-title .box_tit p {
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 15px;
  opacity: 0.8;
}
.big_bg {
  background: url(../images/big_bg.jpg) no-repeat top center;
}
.big_bg_2 {
  background: url(../images/big_bg_2.jpg) no-repeat top center;
}
.big_bg_3 {
  background: url(../images/big_bg_3.jpg) no-repeat top center;
}
.index-three {
  margin: -1px 0 0 0;
  position: relative;
  padding: 0px 0 50px;
  height: 909px;
  background: url(../images/thr_bg.jpg) no-repeat top center;
}
.index-three .t-title {
  margin: 150px 0 0 0;
}
.index-three .box_sevice {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-three .box_sevice .item {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.index-three .box_sevice .item a {
  position: relative;
  display: block;
  width: 384px;
  height: 405px;
  border-radius: 8px;
  background: #fff;
  padding: 47px 26px 0;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.index-three .box_sevice .item a .icon {
  margin: 30px auto 10px;
}
.index-three .box_sevice .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-three .box_sevice .item a .icon .hover {
  display: none;
}
.index-three .box_sevice .item a h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 10px;
  color: #222222;
}
.index-three .box_sevice .item a h3 {
  margin: 20px 0;
  border: 1px solid #ff0014;
  color: #ff0014;
  font-size: 18px;
  padding: 6px 30px;
  display: inline-block;
}
.index-three .box_sevice .item a p {
  color: #666666;
  line-height: 26px;
  font-size: 20px;
}
.index-three .box_sevice .item a h3 {
  color: #ff0014;
}
.index-three .box_sevice .item:hover a {
  background: #800000;
}
.index-three .box_sevice .item:hover a h2 {
  color: #fff;
}
.index-three .box_sevice .item:hover a p {
  color: #fff;
}
.index-three .box_sevice .item:hover a h3 {
  color: #fff;
  border: 1px solid #fff;
}
.index-three .box_sevice .item:hover a p {
  color: #ffffff;
}
.index-product {
  position: relative;
  padding: 70px 0 70px;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-product .box {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-product .box .left {
  float: left;
  width: 235px;
  margin-right: 17px;
}
.index-product .box .left .tit {
  padding: 20px 0;
  text-align: center;
  background: #222222;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
}
.index-product .box .left .tit h2 {
  font-weight: bold;
  font-size: 24px;
}
.index-product .box .left .tit p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.index-product .box .left .list {
  padding: 15px 0 0px 0px;
}
.index-product .box .left .list a {
  line-height: 73px;
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #333333;
  display: block;
  font-size: 18px;
  border: 1px solid #eeeeee;
  text-align: center;
}
.index-product .box .left .list a:hover {
  font-weight: bold;
  color: #d11026;
}
.index-product .box .right {
  width: 945px;
  background: #fff;
  float: right;
}
.index-product .box .right .title {
  background: url(../images/pro_right.png) no-repeat left center;
  color: #fff;
  line-height: 50px;
  padding: 0 0px 0 55px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #999999;
  overflow: hidden;
}
.index-product .box .right .title span {
  padding: 0 0 0 10px;
  color: #cccccc;
  font-weight: normal;
}
.index-product .box .right .title a {
  float: right;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
}
.index-product .box .right .title a:hover {
  color: #e60012;
}
.index-product .box .right .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-product .box .right .content .list {
  width: 305px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}
.index-product .box .right .content .list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-product .box .right .content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.index-product .box .right .content .list a .pic img {
  width: 304px;
  height: 258px;
  float: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.index-product .box .right .content .list a h2 {
  position: absolute;
  line-height: 40px;
  text-align: left;
  color: #fff;
  padding: 0 20px 0;
  background: rgba(25, 25, 25, 0.8);
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.index-product .box .right .content .list:hover a .pic img {
  transform: scale(1.1);
}
.index-product .box .right .content .list:hover a h2 {
  background: rgba(232, 25, 41, 0.8);
}
.index-product .box .right .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-product .box .right .content .list:nth-child(4),
.index-product .box .right .content .list:nth-child(5),
.index-product .box .right .content .list:nth-child(6) {
  margin-bottom: 0;
}
.index-product .tit_more {
  margin: 18px 0 0 0;
  line-height: 30px;
  padding: 0 0 0 65px;
  background: url(../images/company_tit.png) no-repeat left center;
  overflow: hidden;
}
.index-product .tit_more ul {
  float: left;
  display: flex;
  justify-content: flex-start;
}
.index-product .tit_more ul li {
  text-align: left;
}
.index-product .tit_more ul li a {
  font-size: 18px;
  color: #333333;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index-product .tit_more ul b {
  padding: 0 15px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.index-product .box-slider-pro {
  position: relative;
  margin: 15px auto 0;
}
.index-product .box-slider-pro .swiper-container {
  padding: 0 0 5px 0;
}
.index-product .box-slider-pro .list {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bbbbbb;
}
.index-product .box-slider-pro .list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-product .box-slider-pro .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
}
.index-product .box-slider-pro .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index-product .box-slider-pro .list a h2 {
  position: absolute;
  line-height: 40px;
  text-align: left;
  color: #fff;
  background: rgba(25, 25, 25, 0.8);
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.index-product .box-slider-pro .list:hover a .pic img {
  transform: scale(1.1);
}
.index-product .box-slider-pro .list:hover a h2 {
  background: rgba(232, 25, 41, 0.8);
}
.index-product .box-slider-pro .next_t {
  right: -38px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -16px;
  cursor: pointer;
  width: 20px;
  height: 32px;
  background: url(../images/right.png) no-repeat center center;
}
.index-product .box-slider-pro .next_t:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-product .box-slider-pro .prev_p {
  left: -38px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 20px;
  height: 32px;
  margin-bottom: -16px;
  background: url(../images/left.png) no-repeat center center;
}
.index-product .box-slider-pro .prev_p:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-product .more {
  display: block;
  width: 293px;
  line-height: 61px;
  text-align: left;
  color: #fff;
  background: url(../images/pro_a.png) no-repeat center center;
  font-size: 22px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0;
}
.index-ad1 {
  height: 274px;
  background: url(../images/ad_1.jpg) no-repeat center center;
}
.index-ad1 .box {
  width: 560px;
  margin-left: auto;
  padding: 60px 60px 0 30px;
}
.index-ad1 .box h2 {
  font-size: 18px;
  color: #221d1d;
  margin-bottom: 8px;
  display: block;
  background: url(../images/ad_h2.png) no-repeat center center;
  width: 249px;
  line-height: 31px;
  text-align: center;
  padding: 0 15px 0 0;
}
.index-ad1 .box p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.index-ad1 .box p span {
  color: #e60012;
}
.index-ad1 .box .tel {
  margin-top: 10px;
  width: 475px;
  overflow: hidden;
}
.index-ad1 .box .tel .tel_box {
  padding: 0 0 0 60px;
  width: 278px;
  background: url(../images/ad_tel.png) no-repeat left center;
}
.index-ad1 .box .tel .tel_box h3 {
  color: #fff;
  font-size: 18px;
  padding: 2px 0 0 0;
}
.index-ad1 .box .tel .tel_box h1 {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  margin-right: 14px;
  height: 30px;
}
.index-ad1 .box .tel .tel_box h1 span i {
  font-size: 24px;
  font-weight: bold;
}
.index-ad1 .box .tel a {
  float: right;
  background: url(../images/ad_a.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  margin: -51px 0 0 0;
}
.index-ad1 .box .tel a:hover {
  color: #222222;
}
.index-ad2 {
  height: 273px;
  background: url(../images/ad_2.jpg) no-repeat center center;
}
.index-ad2 .box {
  width: 560px;
  margin-left: auto;
  padding: 64px 0px 0 30px;
}
.index-ad2 .box h2 {
  font-size: 18px;
  color: #221d1d;
  margin-bottom: 8px;
  display: block;
  background: url(../images/ad_h2.png) no-repeat center center;
  width: 249px;
  line-height: 31px;
  text-align: center;
  padding: 0 15px 0 0;
}
.index-ad2 .box p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.index-ad2 .box p span {
  color: #e60012;
}
.index-ad2 .box h4 {
  font-size: 24px;
  color: #fff;
  margin: 5px 0;
}
.index-ad2 .box .tel {
  margin-top: 18px;
  width: 475px;
  overflow: hidden;
}
.index-ad2 .box .tel .tel_box {
  padding: 0 0 0 60px;
  width: 278px;
  background: url(../images/ad_tel.png) no-repeat left center;
}
.index-ad2 .box .tel .tel_box h3 {
  color: #fff;
  font-size: 18px;
  padding: 2px 0 0 0;
}
.index-ad2 .box .tel .tel_box h1 {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  margin-right: 14px;
  height: 30px;
}
.index-ad2 .box .tel .tel_box h1 span i {
  font-size: 24px;
  font-weight: bold;
}
.index-ad2 .box .tel a {
  float: right;
  background: url(../images/ad_a.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  margin: -51px 0 0 0;
}
.index-ad2 .box .tel a:hover {
  color: #222222;
}
.index-ad3 {
  height: 274px;
  background: url(../images/ad_3.jpg) no-repeat center center;
}
.index-ad3 .box {
  width: 560px;
  margin-left: auto;
  padding: 60px 60px 0 30px;
}
.index-ad3 .box h2 {
  font-size: 18px;
  color: #221d1d;
  margin-bottom: 8px;
  display: block;
  background: url(../images/ad_h2.png) no-repeat center center;
  width: 249px;
  line-height: 31px;
  text-align: center;
  padding: 0 15px 0 0;
}
.index-ad3 .box p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.index-ad3 .box p span {
  color: #e60012;
}
.index-ad3 .box .tel {
  margin-top: 10px;
  width: 475px;
  overflow: hidden;
}
.index-ad3 .box .tel .tel_box {
  padding: 0 0 0 60px;
  width: 278px;
  background: url(../images/ad_tel.png) no-repeat left center;
}
.index-ad3 .box .tel .tel_box h3 {
  color: #fff;
  font-size: 18px;
  padding: 2px 0 0 0;
}
.index-ad3 .box .tel .tel_box h1 {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  margin-right: 14px;
  height: 30px;
}
.index-ad3 .box .tel .tel_box h1 span i {
  font-size: 24px;
  font-weight: bold;
}
.index-ad3 .box .tel a {
  float: right;
  background: url(../images/ad_a.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  margin: -51px 0 0 0;
}
.index-ad3 .box .tel a:hover {
  color: #222222;
}
.index-ad4 {
  height: 275px;
  background: url(../images/ad_4.jpg) no-repeat center center;
}
.index-ad4 .box {
  width: 560px;
  margin-left: auto;
  padding: 60px 60px 0 30px;
}
.index-ad4 .box h2 {
  font-size: 18px;
  color: #221d1d;
  margin-bottom: 8px;
  display: block;
  background: url(../images/ad_h2_4.png) no-repeat center center;
  width: 173px;
  line-height: 34px;
  text-align: center;
  padding: 0 5px  0 0;
}
.index-ad4 .box p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.index-ad4 .box p span {
  color: #e60012;
}
.index-ad4 .box .tel {
  margin-top: 10px;
  width: 475px;
  overflow: hidden;
}
.index-ad4 .box .tel .tel_box {
  padding: 0 0 0 60px;
  width: 278px;
  background: url(../images/ad_tel.png) no-repeat left center;
}
.index-ad4 .box .tel .tel_box h3 {
  color: #fff;
  font-size: 18px;
  padding: 2px 0 0 0;
}
.index-ad4 .box .tel .tel_box h1 {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  margin-right: 14px;
  height: 30px;
}
.index-ad4 .box .tel .tel_box h1 span i {
  font-size: 24px;
  font-weight: bold;
}
.index-ad4 .box .tel a {
  float: right;
  background: url(../images/ad_a.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  margin: -51px 0 0 0;
}
.index-ad4 .box .tel a:hover {
  color: #222222;
}
.index-advan {
  padding: 95px 0 89px;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .t-title .box_tit {
  height: 93px;
  padding: 26px 0 0 0;
}
.index-advan .t-title .box_tit h2 b {
  font-size: 48px;
  padding: 0 10px;
}
.index-advan .ad-content {
  margin: 0px 0 0 0;
  padding-top: 40px;
}
.index-advan .ad-content .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0px 40px 0;
  background: url(../images/advan_box.png) no-repeat top center;
}
.index-advan .ad-content .box .pic {
  margin: 25px 0 0 0;
  width: 589px;
  position: relative;
}
.index-advan .ad-content .box .pic img {
  width: 100%;
  display: block;
  height: 348px;
}
.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 {
  padding: 35px 0 0 0;
  width: 435px;
}
.index-advan .ad-content .box .text .title {
  margin-bottom: 20px;
  padding: 8px 0 0px 0px;
  background: url(../images/ad_icon_1.png) no-repeat left bottom;
}
.index-advan .ad-content .box .text .title h2 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 3px;
}
.index-advan .ad-content .box .text .title h2 b {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #2f2f2f;
  text-align: left;
}
.index-advan .ad-content .box .text .title p {
  font-size: 12px;
  text-transform: uppercase;
  color: #2f2f2f;
}
.index-advan .ad-content .box .text .content {
  padding: 0 0 0 0px;
  margin: 15px 0 0 0;
}
.index-advan .ad-content .box .text .content p {
  margin: 0 0 15px 0px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0 0 0px;
  background: url(../images/four_9.png) no-repeat left 8px;
}
.index-advan .ad-content .box .text .content p b {
  color: #333333;
  font-weight: bold;
}
.index-advan .ad-content .box .text .content span {
  margin-left: 38px;
  display: block;
  width: 260px;
  line-height: 36px;
  border-radius: 30px;
  background: #0881ce;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.index-advan .ad-content .box .text a {
  display: block;
  width: 300px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  background: #0881ce;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-advan .ad-content .box .text a:hover {
  padding: 0 30px 0;
  background: #ffbc08;
}
.index-advan .ad-content .box:nth-child(2) {
  background: url(../images/advan_box_2.png) no-repeat top center;
  margin-bottom: 40px;
}
.index-advan .ad-content .box:nth-child(2) .pic {
  width: 511px;
}
.index-advan .ad-content .box:nth-child(2) .pic img {
  width: 511px;
  height: 322px;
}
.index-advan .ad-content .box:nth-child(2) .text {
  padding: 35px 0 0 85px;
  width: 550px;
}
.index-advan .ad-content .box:nth-child(2) .text .title {
  background: url(../images/ad_icon_1.png) no-repeat left bottom;
}
.index-advan .ad-content .box:nth-child(3) {
  height: 351px;
  margin: 0 0 35px 0;
  background: url(../images/advan_box_3.png) no-repeat top center;
}
.index-advan .ad-content .box:nth-child(3) .pic {
  width: 549px;
}
.index-advan .ad-content .box:nth-child(3) .pic img {
  width: 549px;
  height: 281px;
}
.index-advan .ad-content .box:nth-child(3) .text {
  width: 566px;
  padding: 38px 0 0 135px;
}
.index-advan .ad-content .box:nth-child(3) .text .title {
  background: url(../images/ad_icon_1.png) no-repeat left bottom;
}
.index-advan .ad-content .box:nth-child(4) {
  height: 351px;
  background: url(../images/advan_box_4.png) no-repeat top center;
  margin-bottom: 15px;
}
.index-advan .ad-content .box:nth-child(4) .pic {
  width: 434px;
}
.index-advan .ad-content .box:nth-child(4) .pic img {
  width: 434px;
  height: 265px;
}
.index-advan .ad-content .box:nth-child(4) .text {
  padding: 35px 0 0 85px;
  width: 552px;
}
.index-advan .ad-content .box:nth-child(4) .text .title {
  background: url(../images/ad_icon_1.png) no-repeat left bottom;
}
.index-advan .ad-content .box:nth-child(4) .icon {
  right: auto;
  left: -131px;
  bottom: 241px;
}
.index-advan .more {
  display: block;
  width: 410px;
  line-height: 41px;
  text-align: left;
  color: #fff;
  background: url(../images/ad_more.png) no-repeat center center;
  font-size: 22px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0;
}
.index-advan .more b {
  font-size: 24px;
  font-weight: bold;
}
.index-foc {
  padding: 70px 0 50px;
  background: url(../images/foc_bg_2.jpg) no-repeat top center;
}
.index-foc .box_factory {
  position: relative;
  margin: 30px 0 0 0;
}
.index-foc .box_factory .swiper-container {
  padding: 10px 0;
}
.index-foc .box_factory .item {
  overflow: hidden;
  border-bottom-left-radius: 190px;
  border-bottom-right-radius: 190px;
  box-shadow: 0 0 8px #c7c7c7;
  height: 603px;
  background: #fff;
}
.index-foc .box_factory .item a {
  display: block;
  background: #fff;
  padding: 15px 15px 50px;
}
.index-foc .box_factory .item a .pic {
  position: relative;
  overflow: hidden;
}
.index-foc .box_factory .item a .pic img {
  width: 100%;
  display: block;
}
.index-foc .box_factory .item a h2 {
  font-weight: bold;
  color: #333333;
  font-size: 18px;
  margin: 20px 0 0 0;
  text-align: left;
}
.index-foc .box_factory .item a .text {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0 0;
}
.index-foc .box_factory .item a .text .tit {
  width: 54px;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 0 0 0;
}
.index-foc .box_factory .item a .text p {
  width: 275px;
  color: #666666;
  line-height: 26px;
  font-size: 16px;
  text-align: left;
}
.index-foc .box_factory .item a b {
  width: 200px;
  line-height: 45px;
  border: 2px solid #e60012;
  color: #e60012;
  display: block;
  font-size: 18px;
  margin: 33px auto;
}
.index-foc .box_factory .item:hover a h2 {
  color: #e60012;
}
.index-foc .box_factory .item:hover a b {
  border: 2px solid #222222;
  color: #222222;
}
.index-foc .box_factory .next {
  left: 0px;
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-left: -62px;
  cursor: pointer;
  margin-top: -22px;
  width: 42px;
  height: 42px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0.6;
}
.index-foc .box_factory .next:hover {
  opacity: 1;
}
.index-foc .box_factory .prev {
  right: 0px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -21px;
  margin-right: -60px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0.6;
}
.index-foc .box_factory .prev:hover {
  opacity: 1;
}
.index-foc .more {
  display: block;
  width: 245px;
  line-height: 45px;
  text-align: left;
  color: #fff;
  background: #00b782;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 0;
}
.index-coo {
  padding: 35px 0 40px;
  background: url(../images/index-ba.jpg) no-repeat center center;
}
.index-coo .big_box {
  margin-top: 40px;
  position: relative;
  background: url(../images/big_box_bg.png) no-repeat center 12px;
}
.index-coo .big_box .swiper-container {
  padding: 5px 5px 0;
}
.index-coo .big_box .list {
  width: 282px;
  overflow: hidden;
  margin: 0 0 21px 0;
  box-shadow: 0 0 8px #bfb4b4;
  border: 1px solid #fff;
}
.index-coo .big_box .list img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index-coo .big_box .list:hover {
  border: 1px solid #d11026;
}
.index-coo .big_box .list:hover img {
  transform: scale(1.1);
}
.index-coo .next {
  left: 0;
  position: absolute;
  top: 160px;
  z-index: 999;
  margin-left: -55px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0.6;
}
.index-coo .next:hover {
  opacity: 1;
}
.index-coo .prev {
  right: 0;
  position: absolute;
  z-index: 999;
  top: 160px;
  margin-right: -55px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0.6;
}
.index-coo .prev:hover {
  opacity: 1;
}
.index-coo .more {
  padding: 0 300px 0;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.index-coo .more .more_dl {
  width: 278px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/more_dl.png) no-repeat center center;
}
.index-coo .more .more_dl a {
  color: #fff;
  display: block;
}
.index-coo .more .more_tel {
  width: 528px;
  line-height: 56px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background: url(../images/more_tel.png) no-repeat center center;
}
.index-coo .more .more_tel a {
  color: #fff;
  display: block;
}
.index-honor {
  padding: 40px 0 80px;
  background: url(../images/foc_bg_2.jpg) no-repeat top center;
}
.index-honor .box_honor {
  margin-top: 150px;
  position: relative;
}
.index-honor .box_honor .swiper-container {
  padding: 4px;
}
.index-honor .box_honor .item {
  box-shadow: 0 0 8px #cbc3c3;
  width: 480px;
  padding: 15px;
  background: #fff;
  position: relative;
}
.index-honor .box_honor .item a {
  display: block;
}
.index-honor .box_honor .item a .pic {
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 5px 40px 25px;
}
.index-honor .box_honor .item a .pic img {
  width: 100%;
  display: block;
}
.index-honor .box_honor .item a h2 {
  position: absolute;
  background: #222222;
  color: #fff;
  font-size: 18px;
  width: 90%;
  left: 5%;
  line-height: 44px;
  z-index: 999;
  bottom: 0;
  border-radius: 30px;
  margin-bottom: -22px;
}
.index-honor .box_honor .next {
  left: 0px;
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-left: -55px;
  cursor: pointer;
  margin-top: -17px;
  width: 42px;
  height: 42px;
  opacity: 0.6;
  background: url(../images/left.png) no-repeat center center;
}
.index-honor .box_honor .next:hover {
  opacity: 1;
}
.index-honor .box_honor .prev {
  right: 0px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -17px;
  margin-right: -55px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  opacity: 0.6;
  background: url(../images/right.png) no-repeat center center;
}
.index-honor .box_honor .prev:hover {
  opacity: 1;
}
.index-honor .more {
  display: block;
  width: 245px;
  line-height: 45px;
  text-align: left;
  color: #fff;
  background: #00b782;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 0;
}
.index-company {
  height: 1129px;
  padding: 90px 0 60px;
  background: url(../images/company_bg.jpg) no-repeat top center;
}
.index-company .box_c {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}
.index-company .box_c .pic {
  width: 599px;
  overflow: hidden;
}
.index-company .box_c .pic img {
  width: 100%;
  display: block;
  height: 471px;
}
.index-company .box_c .text {
  width: 530px;
  text-align: left;
}
.index-company .box_c .text h3 {
  font-size: 36px;
  font-weight: bold;
  color: #e60012;
  margin: 0 0 5px 0;
}
.index-company .box_c .text h2 {
  color: #333333;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  padding: 0 0 15px 0;
}
.index-company .box_c .text .content p {
  line-height: 32px;
  color: #6d6c6a;
  font-size: 18px;
  text-align: left;
}
.index-company .box_c .text .more {
  margin: 0px 0 0 0;
  overflow: hidden;
  position: relative;
}
.index-company .box_c .text .more a {
  display: block;
  margin: 39px 0 0 auto;
  width: 188px;
  border: 1px solid #e60012;
  color: #e60012;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
}
.index-company .box_c .text .more a:hover {
  background: #e60012;
  color: #fff;
}
.index-company .tit {
  padding: 0 0 0 20px;
  line-height: 50px;
  margin: 0px 0 0 0;
  border-bottom: 5px solid #222222;
  overflow: hidden;
}
.index-company .tit h2 {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  float: left;
}
.index-company .tit a {
  float: right;
  color: #666666;
  font-size: 18px;
}
.index-company .tit a:hover {
  color: #e60012;
}
.index-company .newsFocus {
  height: 255px;
}
.index-company .tempWrap {
  overflow: initial !important;
}
.index-company .tempWrap ul {
  overflow: initial !important;
}
.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: 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%;
  padding: 10px 0;
  background: #000000;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.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 {
  background: #e60012;
}
.index-company .box-slider-com .next {
  left: 0;
  position: absolute;
  top: 75px;
  z-index: 999;
  margin-left: -60px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0.6;
}
.index-company .box-slider-com .next:hover {
  opacity: 1;
}
.index-company .box-slider-com .prev {
  right: 0;
  position: absolute;
  z-index: 999;
  top: 75px;
  margin-right: -55px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0.6;
}
.index-company .box-slider-com .prev:hover {
  opacity: 1;
}
.index-news {
  background: #f2f2f2;
  padding: 60px 0 0px;
  background: url(../images/news_bg.jpg) no-repeat top center;
}
.index-news .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .newsFocus {
  width: 650px;
}
.index-news .box .newsFocus .hd {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #abb6ba;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .newsFocus .hd ul {
  display: flex;
  justify-content: flex-start;
  background: url(../images/news_icon.png) no-repeat left center;
}
.index-news .box .newsFocus .hd ul li {
  text-align: left;
  width: 150px;
}
.index-news .box .newsFocus .hd ul li a {
  font-size: 24px;
  color: #454545;
  position: relative;
}
.index-news .box .newsFocus .hd ul li:hover a {
  font-weight: bold;
  color: #e60012;
}
.index-news .box .newsFocus .hd ul li:hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e60012;
  bottom: 0;
  left: 0;
  margin-bottom: -13px;
}
.index-news .box .newsFocus .hd ul .on a {
  font-weight: bold;
  color: #e60012;
}
.index-news .box .newsFocus .hd ul .on a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e60012;
  bottom: 0;
  left: 0;
  margin-bottom: -13px;
}
.index-news .box .newsFocus .hd ul b {
  padding: 0 5px 0;
  font-size: 24px;
  color: #454545;
}
.index-news .box .newsFocus .hd .more {
  height: 40px;
  line-height: 40px;
}
.index-news .box .newsFocus .hd .more a {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  display: none;
}
.index-news .box .newsFocus .hd .more a:first-child {
  display: inline;
}
.index-news .box .newsFocus .hd .more a:hover {
  color: #e60012;
}
.index-news .box .newsFocus .bd {
  padding: 0 60px 0 0;
}
.index-news .box .newsFocus .bd .content {
  width: 100%;
}
.index-news .box .newsFocus .bd .content .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-news .box .newsFocus .bd .content .pic .pic_news {
  overflow: hidden;
}
.index-news .box .newsFocus .bd .content .pic .pic_news img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-news .box .newsFocus .bd .content .pic h2 {
  font-weight: bold;
  color: #323232;
  margin: 30px 0 15px;
  overflow: hidden;
  font-size: 20px;
}
.index-news .box .newsFocus .bd .content .pic h2 b {
  float: right;
}
.index-news .box .newsFocus .bd .content .pic p {
  line-height: 28px;
  color: #323232;
  font-size: 17px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.index-news .box .newsFocus .bd .content .pic p b {
  padding: 0 0 0 30px;
}
.index-news .box .newsFocus .bd .content .pic:hover .pic_news img {
  transform: scale(1.1);
}
.index-news .box .newsFocus .bd .content .pic:hover h2 {
  color: #e60012;
}
.index-news .box .newsFocus .bd .content .pic:hover p b {
  color: #e60012;
}
.index-news .box .newsFocus .bd .content .text {
  width: 100%;
}
.index-news .box .newsFocus .bd .content .text h2 {
  background: url(../images/news_h2.png) no-repeat left center;
}
.index-news .box .newsFocus .bd .content .text h2 a {
  font-size: 16px;
  color: #323232;
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px dashed #c3c3c3;
  padding: 0 0 0 30px;
  overflow: hidden;
}
.index-news .box .newsFocus .bd .content .text h2 a b {
  float: right;
}
.index-news .box .newsFocus .bd .content .text h2:hover {
  background: url(../images/news_h2_h.png) no-repeat left center;
}
.index-news .box .newsFocus .bd .content .text h2:hover a {
  color: #e60012;
}
.index-news .box .newsFocus .bd .content .text h2:last-child a {
  border: none;
}
.index-news .box .picMarquee-top {
  width: 550px;
}
.index-news .box .picMarquee-top .title {
  border-bottom: 1px solid #abb6ba;
  line-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .picMarquee-top .title ul {
  display: flex;
  justify-content: flex-start;
  background: url(../images/news_icon_q.png) no-repeat left center;
}
.index-news .box .picMarquee-top .title ul li {
  width: 130px;
  text-align: left;
}
.index-news .box .picMarquee-top .title ul li a {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
}
.index-news .box .picMarquee-top .title ul b {
  font-size: 24px;
  color: #454545;
}
.index-news .box .picMarquee-top .title a {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
}
.index-news .box .picMarquee-top .title a:hover {
  color: #e60012;
}
.index-news .box .picMarquee-top .picList {
  height: 230px;
  overflow: hidden;
}
.index-news .box .picMarquee-top .picList .group {
  padding: 11px 0;
}
.index-news .box .picMarquee-top .picList .group h2 {
  font-size: 18px;
  color: #999999;
  line-height: 26px;
  background: url(../images/q.jpg) no-repeat left center;
  padding-left: 35px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.index-news .box .picMarquee-top .picList .group h2 a {
  color: #333333;
  font-weight: bold;
}
.index-news .box .picMarquee-top .picList .group p {
  line-height: 30px;
  background: url(../images/a.jpg) no-repeat left 3px;
  padding-left: 35px;
  font-size: 16px;
}
.index-news .box .picMarquee-top .picList .group p a {
  color: #323232;
}
.index-news .box .picMarquee-top .picList .group:hover h2 a {
  color: #e60012;
}
.index-link {
  margin: 50px 0 0 0;
}
.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: #e60012;
  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: 60px;
  line-height: 60px;
}
.index-foot .navigation .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .navigation .box h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: url(../images/foot_h2.png) no-repeat right center;
  width: 165px;
  padding-left: 20px;
}
.index-foot .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 980px;
}
.index-foot .navigation .box ul li {
  text-align: center;
  background: url(../images/foot_nav.jpg) no-repeat right center;
}
.index-foot .navigation .box ul li a {
  padding: 0 18px  0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.index-foot .navigation .box ul li:hover a {
  font-weight: bold;
}
.index-foot .navigation .box ul li:last-child {
  background: none;
}
.index-foot .navigation .box ul .active a {
  font-weight: bold;
}
.index-foot .foot {
  padding: 20px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left {
  padding: 10px 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.index-foot .foot .box .left .logo {
  text-align: center;
}
.index-foot .foot .box .left .logo p {
  line-height: 30px;
  color: #fff;
}
.index-foot .foot .box .left .list p {
  line-height: 30px;
  color: #fff;
}
.index-foot .foot .box .left .list p b {
  font-weight: bold;
}
.index-foot .foot .box .left .list p a {
  color: #fff;
}
.index-foot .foot .box .left .list p:first-child {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.index-foot .foot .box .right {
  display: flex;
  justify-content: flex-start;
}
.index-foot .foot .box .right .zixun {
  margin-right: 20px;
  padding: 20px 0 0 0;
}
.index-foot .foot .box .right .zixun span {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 24px;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}
.index-foot .foot .box .right .zixun a {
  margin-top: 10px;
  margin-left: auto;
  display: block;
  width: 145px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  color: #444c8b;
  background: url(../images/foot_a.png) no-repeat center center;
}
.index-foot .foot .box .right .pic {
  text-align: center;
}
.index-foot .foot .box .right .pic img {
  width: 105px;
  height: 104px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e60012;
}
.index-foot .foot .box .right .pic p {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
}
.index-foot .bottom {
  background: #cdcaca;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
}
.index-foot .bottom .box a {
  color: #000000;
}
