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: #666666;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}
input::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #666666;
  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: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-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 #f6f6f6;
}
.index-top .title .box {
  line-height: 40px;
  overflow: hidden;
}
.index-top .title .box h2 {
  float: left;
  color: #666666;
}
.index-top .title .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
}
.index-top .title .box .sitemap a {
  color: #666666;
}
.index-top .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top .advertisement {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
.index-top .advertisement .logo {
  float: left;
}
.index-top .advertisement .logo .pic {
  float: left;
  display: flex;
  align-items: center;
}
.index-top .advertisement .logo .pic img {
  width: 104px;
  height: 103px;
  display: block;
  margin: 0 auto;
}
.index-top .advertisement .logo .text {
  margin: 14px 0 0 20px;
  float: right;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
}
.index-top .advertisement .logo .text h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 b {
  color: #1270d4;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 20px;
  color: #333333;
}
.index-top .advertisement .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-top .advertisement .tel {
  background: url(../images/top-tel.png) no-repeat left center;
  padding: 0 0 0 58px;
}
.index-top .advertisement .tel span {
  font-size: 20px;
  display: block;
  color: #040000;
  text-align: left;
}
.index-top .advertisement .tel h1 {
  margin: 0;
}
.index-top .advertisement .tel b {
  font-size: 34px;
  font-weight: bold;
  color: #00b151;
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-top .navigation {
  height: 56px;
  line-height: 56px;
  position: relative;
  background: #1270d4;
}
.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 {
  padding: 0 32px;
  position: relative;
  display: block;
  color: #ffff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.index-top .navigation .box ul li:hover a {
  background: #0baf50;
  color: #fff;
}
.index-top .navigation .box ul .active a {
  background: #0baf50;
  color: #fff;
}
.index-banner {
  max-width: 1920px;
  margin: 0 auto;
}
.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: 40px;
}
.t-serach {
  height: 85px;
  line-height: 85px;
  z-index: 999;
  position: relative;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #666666;
  padding-left: 40px;
  background: url(../images/t-search.jpg) no-repeat left center;
}
.t-serach .box .left h2 {
  color: #333333;
  font-weight: bold;
}
.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 #d5d5d5;
}
.t-serach .box .right form input {
  font-size: 14px;
  width: 280px;
  height: 40px;
  padding-left: 10px;
  border: none;
  background: none;
}
.t-serach .box .right form button {
  width: 60px;
  height: 40px;
  border: none;
  background: url(../images/sereach.png) no-repeat center center #0baf50;
}
.t-title {
  margin: 0 auto;
}
.t-title .box_tit {
  background: url(../images/t-title.png) no-repeat bottom center;
  padding: 38px 0 0 0;
  text-align: center;
}
.t-title .box_tit h2 {
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.t-title .box_tit h2 b {
  font-weight: bold;
  font-size: 32px;
  color: #1270d4;
}
.t-title .box_tit h2::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  top: 20px;
  left: 50%;
  margin-left: -220px;
  background: url(../images/t-title-l.png) no-repeat bottom center;
}
.t-title .box_tit h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  top: 20px;
  right: 50%;
  margin-right: -220px;
  background: url(../images/t-title-l.png) no-repeat bottom center;
}
.t-title .box_tit p {
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 15px;
  opacity: 0.8;
}
.index-youshi {
  padding: 60px 0;
}
.index-youshi .t-title p {
  background: url(../images/t-title-youshi.png) no-repeat center center;
}
.index-youshi .form_box {
  padding: 30px;
  margin: 30px 0 0 0;
  height: 194px;
  background: url(../images/form_box.jpg) no-repeat center center;
  color: #fff;
}
.index-youshi .form_box h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0;
  opacity: 0.9;
}
.index-youshi .form_box h3 {
  font-size: 18px;
  margin: 20px 0 0 0;
  opacity: 0.9;
}
.index-youshi .form_box form {
  display: flex;
  justify-content: space-between;
}
.index-youshi .form_box form input {
  width: 310px;
  line-height: 55px;
  border: none;
  padding: 0px 0 0 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 #c3c3c3, 0 0 0 #ffffff, inset 5px 5px 5px #e2e1e1;
}
.index-youshi .form_box form button {
  width: 145px;
  line-height: 55px;
  background: #ffbc08;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.index-product {
  padding: 40px 0 52px;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-product .t-title .box_tit {
  background: url(../images/tit_pro.png) no-repeat top center;
}
.index-product .box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  height: 781px;
}
.index-product .box .left {
  width: 303px;
  height: 781px;
  background: url(../images/pro_left.png) no-repeat top left;
  background: #fff;
}
.index-product .box .left .title {
  padding: 30px 0 30px;
  color: #fff;
  text-align: center;
  background: #1270d4;
}
.index-product .box .left .title h2 {
  font-weight: bold;
  font-size: 28px;
}
.index-product .box .left .title p {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
  line-height: 24px;
  background: url(../images/pro_left_p.png) no-repeat center center;
}
.index-product .box .left .list {
  padding: 15px 15px 0;
}
.index-product .box .left .list h2 {
  color: #fff;
  font-weight: bold;
  line-height: 47px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 16px;
  background: url(../images/pro_left_h2.png) no-repeat center center #8a8a8a;
}
.index-product .box .left .list a {
  display: block;
  line-height: 47px;
  background: #eeeeee;
  border-radius: 5px;
  margin-bottom: 16px;
  text-align: left;
  padding: 0 0 0 20px;
}
.index-product .box .left .list a:hover {
  background: #1270d4;
  color: #fff;
}
.index-product .box .left .tel {
  text-align: center;
  margin-top: 20px;
}
.index-product .box .left .tel p {
  font-size: 20px;
  color: #000000;
}
.index-product .box .left .tel span {
  display: block;
  margin-top: 10px;
  color: #0078c4;
  font-weight: bold;
  font-size: 28px;
}
.index-product .box .right {
  width: 883px;
}
.index-product .box .right .title {
  background: url(../images/pro_right.png) no-repeat left center;
  color: #fff;
  line-height: 37px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}
.index-product .box .right .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-product .box .right .content .list {
  width: 285px;
  margin-right: 14px;
  margin-bottom: 14px;
}
.index-product .box .right .content .list a {
  display: block;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.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: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-product .box .right .content .list a h2 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  line-height: 25px;
  margin: 6px 0 0 0;
}
.index-product .box .right .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-product .box .right .content .list:nth-child(7),
.index-product .box .right .content .list:nth-child(8),
.index-product .box .right .content .list:nth-child(9) {
  margin-bottom: 0;
}
.index-product .box .right .content .list:hover a {
  box-shadow: 0 0 8px #858585;
}
.index-product .box .right .content .list:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-product .box .right .content .list:hover a h2 {
  color: #1270d4;
}
.index-yingyong {
  padding: 60px 0 40px;
}
.index-yingyong .t-title .box_tit {
  background: url(../images/tit_yingyong.png) no-repeat top center;
}
.index-yingyong .content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-yingyong .content .list {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index-yingyong .content .list a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  box-shadow: 0 0 8px #858585;
  position: relative;
}
.index-yingyong .content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.index-yingyong .content .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-yingyong .content .list a h2 {
  position: absolute;
  width: 100%;
  font-size: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  margin: 0 auto;
  line-height: 40px;
  margin: 6px 0 0 0;
}
.index-yingyong .content .list:nth-child(4n + 4) {
  margin-right: 0;
}
.index-yingyong .content .list:nth-child(7),
.index-yingyong .content .list:nth-child(8),
.index-yingyong .content .list:nth-child(9) {
  margin-bottom: 0;
}
.index-yingyong .content .list:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-yingyong .more {
  width: 135px;
  line-height: 40px;
  background: #1270d4;
  color: #fff;
  border-radius: 30px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
.index-yingyong .more:hover {
  background: #0baf50;
}
.index-ad1 {
  height: 240px;
  background: url(../images/ad_1.jpg) no-repeat center center;
}
.index-ad1 .box .text {
  height: 208px;
  padding: 40px 0 0 0;
  width: 875px;
  margin-left: auto;
  text-align: center;
}
.index-ad1 .box .text p {
  font-size: 28px;
  color: #fff;
  text-align: left;
  line-height: 46px;
  font-weight: bold;
}
.index-ad1 .box .text p b {
  font-weight: bold;
  font-size: 43px;
}
.index-ad1 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 7px;
  height: 60px;
  background: url(../images/ad_tel.png) no-repeat left center;
  padding: 0 0 0 70px;
}
.index-ad1 .box .text .tel span {
  font-size: 24px;
}
.index-ad1 .box .text .tel .cd-intro {
  width: auto;
}
.index-ad1 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad1 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad1 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  color: #1270d4;
  font-size: 20px;
  box-shadow: 0 9px #ddd;
}
.index-ad1 .box .text .tel a span {
  color: #43a17f;
  display: block;
  font-size: 20px;
}
.index-ad1 .box .text .tel a:hover {
  box-shadow: 0 6px #d0d0d0;
  margin-top: 3px;
}
.index-ad2 {
  height: 240px;
  background: url(../images/ad_2.jpg) no-repeat center center;
}
.index-ad2 .box .text {
  height: 208px;
  padding: 40px 0 0 0;
  width: 875px;
  margin-left: auto;
  text-align: center;
}
.index-ad2 .box .text p {
  font-size: 28px;
  color: #fff;
  text-align: left;
  line-height: 46px;
  font-weight: bold;
}
.index-ad2 .box .text p b {
  font-weight: bold;
  font-size: 43px;
}
.index-ad2 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 7px;
  height: 60px;
  background: url(../images/ad_tel.png) no-repeat left center;
  padding: 0 0 0 70px;
}
.index-ad2 .box .text .tel span {
  font-size: 24px;
}
.index-ad2 .box .text .tel .cd-intro {
  width: auto;
}
.index-ad2 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad2 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad2 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  color: #1270d4;
  font-size: 20px;
  box-shadow: 0 9px #ddd;
}
.index-ad2 .box .text .tel a span {
  color: #43a17f;
  display: block;
  font-size: 20px;
}
.index-ad2 .box .text .tel a:hover {
  box-shadow: 0 6px #d0d0d0;
  margin-top: 3px;
}
.index-ad3 {
  height: 240px;
  background: url(../images/ad_3.jpg) no-repeat center center;
}
.index-ad3 .box .text {
  height: 208px;
  padding: 40px 0 0 0;
  width: 875px;
  margin-left: auto;
  text-align: center;
}
.index-ad3 .box .text p {
  font-size: 28px;
  color: #fff;
  text-align: left;
  line-height: 46px;
  font-weight: bold;
}
.index-ad3 .box .text p b {
  font-weight: bold;
  font-size: 43px;
}
.index-ad3 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 7px;
  height: 60px;
  background: url(../images/ad_tel.png) no-repeat left center;
  padding: 0 0 0 70px;
}
.index-ad3 .box .text .tel span {
  font-size: 24px;
}
.index-ad3 .box .text .tel .cd-intro {
  width: auto;
}
.index-ad3 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad3 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad3 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  color: #1270d4;
  font-size: 20px;
  box-shadow: 0 9px #ddd;
}
.index-ad3 .box .text .tel a span {
  color: #43a17f;
  display: block;
  font-size: 20px;
}
.index-ad3 .box .text .tel a:hover {
  box-shadow: 0 6px #d0d0d0;
  margin-top: 3px;
}
.index-ad4 {
  height: 240px;
  background: url(../images/ad_4.jpg) no-repeat center center;
}
.index-ad4 .box .text {
  height: 208px;
  padding: 40px 0 0 0;
  width: 875px;
  margin-left: auto;
  text-align: center;
}
.index-ad4 .box .text p {
  font-size: 28px;
  color: #fff;
  text-align: left;
  line-height: 46px;
  font-weight: bold;
}
.index-ad4 .box .text p b {
  font-weight: bold;
  font-size: 43px;
}
.index-ad4 .box .text .tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  margin-top: 7px;
  height: 60px;
  background: url(../images/ad_tel.png) no-repeat left center;
  padding: 0 0 0 70px;
}
.index-ad4 .box .text .tel span {
  font-size: 24px;
}
.index-ad4 .box .text .tel .cd-intro {
  width: auto;
}
.index-ad4 .box .text .tel .cd-intro .cd-headline {
  font-size: 2rem;
}
.index-ad4 .box .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad4 .box .text .tel a {
  display: block;
  width: 156px;
  line-height: 40px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-family: initial;
  margin: 0px 0 0 15px;
  color: #1270d4;
  font-size: 20px;
  box-shadow: 0 9px #ddd;
}
.index-ad4 .box .text .tel a span {
  color: #43a17f;
  display: block;
  font-size: 20px;
}
.index-ad4 .box .text .tel a:hover {
  box-shadow: 0 6px #d0d0d0;
  margin-top: 3px;
}
.index-advan {
  padding: 70px 0 65px;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .t-title .box_tit {
  padding: 40px 0 0 0;
  background: url(../images/tit_advan.png) no-repeat top center;
}
.index-advan .ad-content {
  margin: 0px 0 0 0;
  padding-top: 50px;
  background: url(../images/advan_box.jpg) no-repeat top center;
}
.index-advan .ad-content .box {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 40px 0;
}
.index-advan .ad-content .box .pic {
  width: 589px;
  position: relative;
}
.index-advan .ad-content .box .pic img {
  width: 100%;
  display: block;
  height: 355px;
}
.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: 574px;
}
.index-advan .ad-content .box .text .title {
  margin-bottom: 10px;
  height: 102px;
  padding: 25px 0 0 70px;
  background: url(../images/ad_icon_1.png) no-repeat left center;
}
.index-advan .ad-content .box .text .title h2 {
  font-size: 26px;
  color: #1270d4;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 36px;
  letter-spacing: 1px;
}
.index-advan .ad-content .box .text .title h2 b {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #ffbc08;
}
.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 25px;
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 0 23px;
  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: #1270d4;
  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: #1270d4;
  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) {
  margin-bottom: 50px;
}
.index-advan .ad-content .box:nth-child(2) .pic {
  width: 579px;
}
.index-advan .ad-content .box:nth-child(2) .pic img {
  width: 579px;
  height: 354px;
}
.index-advan .ad-content .box:nth-child(2) .text {
  width: 543px;
}
.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(2) .text .title h2 b {
  font-size: 28px;
}
.index-advan .ad-content .box:nth-child(3) {
  margin: 0 0 50px 0;
}
.index-advan .ad-content .box:nth-child(3) .pic {
  width: 548px;
}
.index-advan .ad-content .box:nth-child(3) .pic img {
  width: 548px;
  height: 409px;
}
.index-advan .ad-content .box:nth-child(3) .text {
  padding: 30px 0 0 0;
  width: 580px;
}
.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) .pic {
  width: 581px;
}
.index-advan .ad-content .box:nth-child(4) .pic img {
  width: 581px;
  height: 362px;
}
.index-advan .ad-content .box:nth-child(4) .text {
  width: 542px;
}
.index-advan .ad-content .box:nth-child(4) .text .title {
  background: url(../images/ad_icon_4.png) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) .icon {
  right: auto;
  left: -131px;
  bottom: 241px;
}
.big_bg {
  background: url(../images/big_bg.jpg) no-repeat top center;
}
.index-case {
  padding: 60px 0 40px;
  background: url(../images/case_bg.jpg) no-repeat center center;
}
.index-case .t-title .box_tit {
  background: url(../images/tit_case.png) no-repeat top center;
}
.index-case .box {
  position: relative;
  margin-top: 30px;
  background: url(../images/case_box.png) no-repeat top center;
}
.index-case .box .item a {
  display: block;
}
.index-case .box .item a .pic {
  width: 1200px;
  position: relative;
}
.index-case .box .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-case .box .item a .text {
  background: #1270d4;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 41px;
  color: #fff;
}
.index-case .box .item:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-case .box .next {
  right: -25px;
  position: absolute;
  z-index: 999;
  bottom: 150px;
  cursor: pointer;
  width: 16px;
  height: 30px;
  background: url(../images/left.png) no-repeat center center;
}
.index-case .box .next:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-case .box .prev {
  left: -25px;
  position: absolute;
  bottom: 150px;
  z-index: 999;
  cursor: pointer;
  width: 16px;
  height: 30px;
  background: url(../images/right.png) no-repeat center center;
}
.index-case .box .prev:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-case .box .list .pic {
  overflow: hidden;
}
.index-case .box .list .pic img {
  width: 297px;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-case .box .list .text {
  background: #ececec;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 40px;
}
.index-case .box .list:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-case .box .swiper-slide-thumb-active .list .text {
  background: #1270d4;
  color: #fff;
}
.index-case .box .more {
  width: 150px;
  line-height: 40px;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  background: #1270d4;
}
.index-case .box .more:hover {
  background: #0baf50;
}
.index-honor {
  padding: 20px 0 45px 0;
}
.index-honor .t-title {
  margin: 0 0 40px 0;
}
.index-honor .t-title .box_tit {
  background: url(../images/tit_honor.png) no-repeat top center;
}
.index-honor .w1200 {
  width: 1220px;
}
.index-honor .box-slider-student {
  margin-top: 25px;
  position: relative;
}
.index-honor .box-slider-student .swiper-container {
  padding: 10px;
}
.index-honor .box-slider-student .item {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  box-shadow: 0 0 8px #bdb0b0;
}
.index-honor .box-slider-student .item a {
  background: #ececec;
  display: block;
  padding: 15px;
}
.index-honor .box-slider-student .item a .pic {
  width: 250px;
  overflow: hidden;
}
.index-honor .box-slider-student .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-honor .box-slider-student .item a .text {
  width: 100%;
  padding: 15px 0 0px;
}
.index-honor .box-slider-student .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.index-honor .box-slider-student .item:hover a {
  background: #1270d4;
}
.index-honor .box-slider-student .item:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-honor .box-slider-student .item:hover a .text h2 {
  color: #fff;
}
.index-honor .box-slider-student .next {
  right: -19px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -15px;
  cursor: pointer;
  width: 16px;
  height: 30px;
  background: url(../images/left.png) no-repeat center center;
}
.index-honor .box-slider-student .next:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-honor .box-slider-student .prev {
  left: -19px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 16px;
  height: 30px;
  margin-bottom: -15px;
  background: url(../images/right.png) no-repeat center center;
}
.index-honor .box-slider-student .prev:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-coo {
  padding: 15px 0 40px;
}
.index-coo .t-title {
  margin: 0 0 40px 0;
}
.index-coo .t-title .box_tit {
  background: url(../images/tit_coo.png) no-repeat top center;
}
.index-coo .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-coo .box .list {
  width: 276px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #cccccc;
}
.index-coo .box .list img {
  width: 100%;
  display: block;
  height: 151px;
}
.index-coo .more {
  display: block;
  width: 150px;
  line-height: 45px;
  text-align: left;
  color: #fff;
  background: #1270d4;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 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-coo .more:hover {
  padding: 0 30px 0;
  background: #0baf50;
}
.index-foc {
  padding: 60px 0 30px;
  background: url(../images/pac_bg.jpg) no-repeat top center;
}
.index-foc .t-title {
  margin: 0 0 40px 0;
}
.index-foc .t-title .box_tit {
  background: url(../images/tit_foc.png) no-repeat top center;
}
.index-foc .box_factory {
  position: relative;
  background: url(../images/box_factory.png) no-repeat left 177px;
}
.index-foc .box_factory ul {
  padding: 60px 0 !important;
}
.index-foc .box_factory ul li {
  width: 240px;
}
.index-foc .box_factory ul li .item .pic {
  margin: 0 auto;
  position: relative;
}
.index-foc .box_factory ul li .item .pic .img_foc {
  width: 144px;
  height: 200px;
  display: block;
  margin: 0 auto;
  background: url(../images/foc_3.png) no-repeat center center;
}
.index-foc .box_factory ul li .item .pic .hover {
  display: none;
}
.index-foc .box_factory ul li .item .pic h3 {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
}
.index-foc .box_factory ul li .item .pic h2 {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  width: 100%;
}
.index-foc .box_factory ul li:nth-child(even) .item .pic {
  margin: 33px auto 0;
}
.index-foc .box_factory ul li:nth-child(even) .item .pic h3 {
  left: 98px;
  top: 38%;
}
.index-foc .box_factory ul li:nth-child(even) .item .pic h2 {
  width: 100%;
  margin-bottom: -80px;
  bottom: 0;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.index-foc .box_factory ul li:nth-child(even):hover .pic .img_foc {
  background: url(../images/foc_3_h.png) no-repeat center center;
}
.index-foc .box_factory ul li:nth-child(odd) .item .pic .img_foc {
  background: url(../images/foc_2.png) no-repeat center center;
}
.index-foc .box_factory ul li:nth-child(odd) .item .pic h3 {
  left: 98px;
  top: 54%;
}
.index-foc .box_factory ul li:nth-child(odd) .item .pic h2 {
  margin: 0 0 5px 0;
  height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  margin-top: -80px;
}
.index-foc .box_factory ul li:nth-child(odd):hover .pic .img_foc {
  background: url(../images/foc_2_h.png) no-repeat center center;
}
.index-foc .box_factory .next {
  right: -19px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-bottom: -16px;
  background: url(../images/right_r.png) no-repeat center center;
}
.index-foc .box_factory .next:hover {
  background: url(../images/left_r_h.png) no-repeat center center;
}
.index-foc .box_factory .prev {
  left: -19px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -16px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: url(../images/left_l.png) no-repeat center center;
}
.index-foc .box_factory .prev:hover {
  background: url(../images/right_l_h.png) no-repeat center center;
}
.index-leader {
  background: url(../images/leader_bg.jpg) no-repeat center center;
  padding: 40px 0 55px;
}
.index-leader .t-title {
  margin: 0 0 40px 0;
}
.index-leader .t-title .box_tit {
  background: url(../images/tit_leader.png) no-repeat top center;
}
.index-leader .box {
  margin-top: 45px;
}
.index-leader .box .leader {
  display: flex;
  justify-content: space-between;
}
.index-leader .box .leader .pic {
  overflow: hidden;
  width: 470px;
  height: 723px;
  padding: 0 20px 20px 10px;
  background: url(../images/teach_pic_bg.jpg) no-repeat bottom left;
}
.index-leader .box .leader .pic .pic_con {
  overflow: hidden;
}
.index-leader .box .leader .pic .pic_con img {
  overflow: hidden;
  display: block;
  width: 441px;
  height: 704px;
}
.index-leader .box .leader .text {
  padding: 0px 0 0 0;
  width: 700px;
  margin-left: 30px;
}
.index-leader .box .leader .text h2 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 3px;
}
.index-leader .box .leader .text h3 {
  width: 226px;
  line-height: 38px;
  text-align: left;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  background: url(../images/leader_h3.png) no-repeat center center;
}
.index-leader .box .leader .text .content {
  margin: 20px 0;
}
.index-leader .box .leader .text .content p {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
}
.index-leader .box .leader .text a {
  width: 200px;
  line-height: 45px;
  background: #1270d4;
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin: 10px 0 0px auto;
  border-radius: 30px;
}
.index-leader .box .leader .text a:hover {
  box-shadow: none;
  background: #00b151;
}
.index-company {
  padding: 40px 0 30px;
  background: url(../images/company_bg.jpg) no-repeat top center;
}
.index-company .t-title {
  margin: 0 0 40px 0;
}
.index-company .t-title .box_tit {
  background: url(../images/tit_company.png) no-repeat top center;
}
.index-company .box_c {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index-company .box_c .pic_left {
  padding: 20px 0 0 20px;
  background: url(../images/pic_left.jpg) no-repeat top left;
}
.index-company .box_c .pic {
  width: 640px;
  overflow: hidden;
}
.index-company .box_c .pic img {
  width: 100%;
  display: block;
  height: 547px;
}
.index-company .box_c .text {
  width: 620px;
  padding: 30px 0px 0;
}
.index-company .box_c .text h2 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-company .box_c .text img {
  display: block;
  margin: 0 0 40px 0;
}
.index-company .box_c .text .content p {
  line-height: 32px;
  color: #6d6c6a;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.index-company .box_c .text .more {
  margin: 35px 0 0 0;
  overflow: hidden;
  width: 310px;
  display: flex;
  justify-content: center;
}
.index-company .box_c .text .more a {
  display: block;
  line-height: 45px;
  color: #fff;
  width: 50%;
  text-align: center;
  background: #1270d4;
}
.index-company .box_c .text .more a:nth-child(2n + 2) {
  background: #e9e9e9;
  color: #333;
}
.index-company .box_c .text .more a:nth-child(2n + 2):hover {
  background: #00af50;
  color: #fff;
}
.index-company .honoer-box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 5px #e6e6e6;
  height: 195px;
  width: 1200px;
  margin: 5px 0 0 0;
}
.index-company .honoer-box li {
  width: 25%;
  background: #fff;
}
.index-company .honoer-box li a {
  margin: 57px 0;
  display: block;
  text-align: center;
  border-right: 1px solid #dddddd;
  position: relative;
}
.index-company .honoer-box li a span {
  color: #1270d4;
  font-size: 60px;
  line-height: 41px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-company .honoer-box li a b {
  position: absolute;
  top: -16px;
}
.index-company .honoer-box li a p {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.index-company .honoer-box li .last {
  border-right: none;
}
.index-company .tit {
  background: url(../images/company_tit.png) no-repeat left top;
  margin-top: 30px;
  overflow: hidden;
}
.index-company .tit ul {
  float: left;
  display: flex;
  justify-content: flex-start;
}
.index-company .tit ul li {
  text-align: left;
  width: 155px;
}
.index-company .tit ul li a {
  font-size: 18px;
  color: #333333;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
  background: #e9e9e9;
  text-align: center;
  font-weight: bold;
}
.index-company .tit ul li b {
  display: block;
  float: left;
  color: #222222;
}
.index-company .tit ul li:hover a {
  background: #1270d4;
  color: #fff;
}
.index-company .tit ul .on a {
  background: #1270d4;
  color: #fff;
}
.index-company .tit ul b {
  padding: 0 10px 0;
  font-size: 20px;
  color: #999999;
}
.index-company .newsFocus {
  height: 340px;
}
.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: 280px;
  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: 284px;
  padding: 10px 0 15px;
}
.index-company .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.index-company .box-slider-com .item:hover a .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-company .box-slider-com .item:hover a .text h2 {
  color: #1270d4;
}
.index-company .box-slider-com .next_t {
  right: -32px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -4px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: url(../images/left.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: -32px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-bottom: -4px;
  background: url(../images/right.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 a {
  display: block;
}
.index-company .box-slider-fac .item a .pic {
  width: 280px;
  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 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: #1270d4;
}
.index-company .box-slider-fac .next_t {
  right: -32px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: 4px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: url(../images/left.png) no-repeat center center;
}
.index-company .box-slider-fac .next_t:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-company .box-slider-fac .prev_p {
  left: -32px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-bottom: -4px;
  background: url(../images/right.png) no-repeat center center;
}
.index-company .box-slider-fac .prev_p:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-news {
  background: #fff;
  padding: 50px 0;
}
.index-news .t-title {
  margin: 0 0 40px 0;
}
.index-news .t-title .box_tit {
  background: url(../images/tit_news.png) no-repeat top center;
}
.index-news .box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .list {
  width: 388px;
  border: 1px solid #dadada;
  background: #ffffff;
}
.index-news .box .list .title {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  border-bottom: 1px solid #dadada;
}
.index-news .box .list .title .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-news .box .list .title .tit p {
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #1f1e19;
}
.index-news .box .list .title a {
  font-size: 12px;
  width: 60px;
  line-height: 20px;
  display: block;
  text-align: center;
  background: #ebebeb;
  border-radius: 30px;
  color: #0e050b;
}
.index-news .box .list .title a:hover {
  background: #1270d4;
  color: #fff;
}
.index-news .box .list .content .item {
  padding: 10px 15px;
}
.index-news .box .list .content .item a {
  display: block;
  line-height: 34px;
  border-bottom: 1px solid #a0a0a0;
  color: #666666;
  font-size: 14px;
}
.index-news .box .list .content .item a:last-child {
  border-bottom: none;
}
.index-news .box .list .content .item a:hover {
  color: #1270d4;
}
.index-news .box .list .content .item_center {
  padding: 15px;
}
.index-news .box .list .content .item_center a {
  display: block;
  line-height: 36px;
  border-bottom: 1px solid #a0a0a0;
  color: #666666;
  font-size: 14px;
}
.index-news .box .list .content .item_center a:last-child {
  border-bottom: none;
}
.index-news .box .list .content .item_center a:hover {
  color: #1270d4;
}
.index-news .box .list .bd {
  padding: 20px 15px 20px;
  height: 325px;
  overflow: hidden;
}
.index-news .box .list .bd .tempWrap {
  height: 287px !important;
}
.index-news .box .list .bd ul {
  padding: 20px 15px 20px;
  overflow: hidden;
}
.index-news .box .list .bd ul li {
  height: auto !important;
  border-bottom: 1px solid #a0a0a0;
}
.index-news .box .list .bd ul li .group {
  padding: 18px 0;
}
.index-news .box .list .bd ul li .group h2 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.index-news .box .list .bd ul li .group h2 a {
  color: #666666;
}
.index-news .box .list .bd ul li .group p {
  margin-top: 10px;
  line-height: 22px;
  color: #666666;
}
.index-news .box .list .bd ul li .group p a {
  color: #666666;
}
.index-news .box .list .bd ul li .group:hover h2 a {
  color: #1270d4;
}
.index-link {
  background: #fff;
}
.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: #1270d4;
  background: url(../images/link_b.png) no-repeat left center;
  line-height: 41px;
  font-weight: bold;
  padding: 0 0 0 50px;
  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: 50px;
  line-height: 50px;
  background: #1270d4;
}
.index-foot .navigation .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
}
.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 32px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
}
.index-foot .navigation .box ul li:hover a {
  background: #0baf50;
}
.index-foot .navigation .box ul li:last-child {
  background: none;
}
.index-foot .foot {
  background: #fff;
  padding: 25px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
}
.index-foot .foot .box .left .logo .logo_pic {
  width: 85px;
}
.index-foot .foot .box .left .logo .logo_pic img {
  width: 100%;
  display: block;
}
.index-foot .foot .box .left .logo h2 {
  font-weight: bold;
  font-size: 24px;
  color: #272727;
}
.index-foot .foot .box .left .list {
  margin: 0 0 0 20px;
}
.index-foot .foot .box .left .list p {
  line-height: 30px;
  color: #333333;
}
.index-foot .foot .box .left .list p b {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p a {
  color: #333333;
}
.index-foot .foot .box .right {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
.index-foot .foot .box .right .zixun {
  margin-right: 20px;
  padding: 10px 0 0 0;
}
.index-foot .foot .box .right .zixun p {
  text-align: right;
  color: #333333;
}
.index-foot .foot .box .right .zixun span {
  display: block;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 42px;
  margin-top: 5px;
  color: #00b151;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-foot .foot .box .right .zixun a {
  margin-top: 10px;
  margin-left: auto;
  display: block;
  width: 145px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background: #1270d4;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.index-foot .foot .box .right .zixun a:hover {
  background: #0baf50;
}
.index-foot .foot .box .right .pic {
  text-align: center;
}
.index-foot .foot .box .right .pic img {
  width: 116px;
  height: 116px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.index-foot .foot .box .right .pic p {
  color: #666666;
  margin-top: 8px;
  font-size: 14px;
}
.index-foot .bottom {
  background: #f2f2f2;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
  justify-content: center;
  color: #333;
}
.index-foot .bottom .box a {
  color: #333;
}
