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;
}
@font-face {
  font-family: "test";
  src: url("../css/pp.TTF");
}
.index-top .title {
  background: url(../images/index-top.png) no-repeat center top #ebebeb;
}
.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;
  padding: 0 15px 0 0;
  margin: 0px 0 0 0;
}
.index-top .advertisement .logo .pic img {
  width: 222px;
  height: 61px;
  display: block;
  margin: 0 auto;
}
.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: #333333;
  margin-bottom: 10px;
}
.index-top .advertisement .logo .text h2 b {
  color: #3871c1;
  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_3.png) no-repeat left 5px;
  padding: 2px 0 2px 58px;
}
.index-top .advertisement .tel .cd-words-wrapper {
  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: #3871c1;
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-top .advertisement .tel a {
  width: 130px;
  line-height: 33px;
  color: #fff;
  background: #3871c1;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  z-index: 999;
}
.index-top .advertisement .ewm {
  width: 115px;
  margin: 0 0 0 15px;
}
.index-top .advertisement .ewm img {
  width: 100%;
  display: block;
}
.index-top .advertisement .ewm p {
  font-size: 14px;
  text-align: center;
}
.index-top .navigation {
  height: 56px;
  line-height: 56px;
  background: #3871c1;
}
.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 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 999;
  padding: 0 35px 0;
}
.index-top .navigation .box ul li:after {
  content: "";
  position: absolute;
  height: 0;
  width: 98%;
  background: #e27831;
  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-top .navigation .box ul li:hover:after {
  height: 100%;
  z-index: 1;
}
.index-top .navigation .box ul .active:after {
  height: 100%;
  z-index: 1;
}
.index-top2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #8b8b8b;
  height: 105px;
}
.index-top2 .navigation {
  padding: 5px 0 0 0;
  line-height: 46px;
}
.index-top2 .navigation .right {
  position: relative;
  width: 232px;
  margin-left: auto;
}
.index-top2 .navigation .tel {
  background: url(../images/top-tel.png) no-repeat left center;
  padding: 0px 0 0px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-top2 .navigation .tel .cd-words-wrapper {
  font-size: 20px;
  display: block;
  color: #fff;
  text-align: left;
}
.index-top2 .navigation .tel h1 {
  margin: 0;
}
.index-top2 .navigation .tel span {
  color: #fff;
}
.index-top2 .navigation .tel .cd-intro {
  width: 120px;
}
.index-top2 .navigation .tel b {
  font-size: 18px;
  color: #fff;
  display: block;
}
.index-top2 .navigation .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-top2 .navigation .box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top2 .navigation .box .pic {
  margin: 20px 0 0 0;
}
.index-top2 .navigation .box .pic .h_logo {
  display: none;
}
.index-top2 .navigation .box .r_nav {
  width: 920px;
}
.index-top2 .navigation .box .r_nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index-top2 .navigation .box .r_nav ul li {
  position: relative;
  margin: 0 18px 0;
  width: 70px;
}
.index-top2 .navigation .box .r_nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 999;
}
.index-top2 .navigation .box .r_nav ul li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: -6px;
}
.index-top2 .navigation .box .r_nav ul li:hover:after {
  width: 100%;
  left: 0;
}
.index-top2 .navigation .box .r_nav ul .active:after {
  width: 100%;
  left: 0;
}
.top_fixed {
  background: #fff;
  height: 104px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.top_fixed .navigation .tel {
  background: url(../images/top-tel_2.png) no-repeat left center;
}
.top_fixed .navigation .tel span {
  color: #333;
}
.top_fixed .navigation .tel b {
  color: #333;
}
.top_fixed .navigation .box .logo .pic {
  margin: 12px 0 0 0;
}
.top_fixed .navigation .box .logo .logo_t {
  display: none;
}
.top_fixed .navigation .box .logo .h_logo {
  display: block;
}
.top_fixed .navigation .box .r_nav ul li a {
  color: #333;
}
.top_fixed .navigation .box .r_nav ul li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #3871c1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: -6px;
}
.index-banner {
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner a {
  display: block;
}
.index-banner img {
  display: block;
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.index-banner .swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 15px;
  background: #fff;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fractio {
  bottom: 40px;
}
.t-serach {
  height: 75px;
  line-height: 75px;
  position: relative;
  background: #fff;
}
.t-serach .box {
  display: flex;
  justify-content: space-between;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #666666;
}
.t-serach .box .left h2 {
  margin: 22px 0px 0 0;
  color: #666666;
  font-weight: bold;
  height: 40px;
  line-height: 31px;
  text-align: center;
  padding: 0 0 0 42px;
  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 #3871c1;
}
.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 #3871c1;
}
.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;
}
.t-title .box_tit h2 b {
  font-weight: bold;
  font-size: 34px;
  color: #3871c1;
}
.t-title .box_tit h2::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  top: 18px;
  left: 50%;
  margin-left: -215px;
  background: #ababab;
}
.t-title .box_tit h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  top: 18px;
  right: 50%;
  margin-right: -215px;
  background: #ababab;
}
.t-title .box_tit p {
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 15px;
  opacity: 0.8;
}
.index-pinzhi {
  background: #f6f6f6;
  padding: 70px 0 65px;
  background: url(../images/pp_bg.jpg) no-repeat center top #f6f6f6;
}
.index-pinzhi .box {
  margin: 50px 0 0 0;
}
.index-pinzhi .box .left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pinzhi .box .left .item {
  width: 288px;
  height: 395px;
  padding: 60px 24px 0;
  box-shadow: 0 0 4px #d0c8c8;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-top: 2px solid #81b2e3;
  position: relative;
}
.index-pinzhi .box .left .item .icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-pinzhi .box .left .item .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-pinzhi .box .left .item .icon .icon_h img {
  display: block;
}
.index-pinzhi .box .left .item .icon .icon_h .hover {
  display: block;
}
.index-pinzhi .box .left .item .text {
  margin: 35px 0 0 0;
  height: 103px;
  position: relative;
  z-index: 2;
}
.index-pinzhi .box .left .item .text h2 {
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin: 0px auto 20px;
}
.index-pinzhi .box .left .item .text p {
  color: #666666;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.index-pinzhi .box .left .item .more {
  width: 130px;
  line-height: 35px;
  border: 1px solid #888888;
  color: #888888;
  display: block;
  margin: 48px auto 0;
  text-align: center;
  font-size: 16px;
  z-index: 888;
  position: relative;
}
.index-pinzhi .box .left .item .more:hover {
  color: #fff;
  border: 1px solid #3871c1;
}
.index-pinzhi .box .left .item:nth-child(2) {
  border-top: 2px solid #2257a2;
}
.index-pinzhi .box .left .item:nth-child(2):after {
  background: #2257a2;
}
.index-pinzhi .box .left .item:nth-child(2):hover:after {
  height: 100%;
  z-index: 1;
}
.index-pinzhi .box .left .item:nth-child(3) {
  border-top: 2px solid #f7bc56;
}
.index-pinzhi .box .left .item:nth-child(3):after {
  background: #f7bc56;
}
.index-pinzhi .box .left .item:nth-child(3):hover:after {
  height: 100%;
  z-index: 1;
}
.index-pinzhi .box .left .item:nth-child(4) {
  border-top: 2px solid #e58014;
}
.index-pinzhi .box .left .item:nth-child(4):after {
  background: #e58014;
}
.index-pinzhi .box .left .item:nth-child(4):hover:after {
  height: 100%;
  z-index: 1;
}
.index-pinzhi .box .left .item:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  background: #81b2e3;
  background-size: auto;
  background-size: 100% 100%;
  top: 0%;
  left: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  color: #fff;
  z-index: 1;
}
.index-pinzhi .box .left .item:hover:after {
  height: 100%;
  z-index: 1;
}
.index-pinzhi .box .left .item:hover .icon .icon_h {
  margin-top: -76px;
}
.index-pinzhi .box .left .item:hover .icon .icon_h .hover {
  color: #45b836;
}
.index-pinzhi .box .left .item:hover .text h2 {
  color: #fff;
}
.index-pinzhi .box .left .item:hover .text p {
  color: #fff;
}
.index-pinzhi .box .left .item:hover .more {
  border: 1px solid #fff;
  color: #fff;
}
.index-pro {
  position: relative;
  padding: 52px 0 52px;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-pro .t-title .box_tit h2 {
  color: #fff;
}
.index-pro .t-title .box_tit h2 b {
  color: #fff;
}
.index-pro .t-title .box_tit h2::before {
  background: #fff;
}
.index-pro .t-title .box_tit h2::after {
  background: #fff;
}
.index-pro .t-title .box_tit p {
  color: #fff;
  letter-spacing: 4px;
}
.index-pro .box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-pro .box .left {
  float: left;
  width: 300px;
  height: 905px;
  background: #fff;
  background-size: 100%;
}
.index-pro .box .left .title {
  padding: 15px 0 10px 0;
  color: #fff;
  text-align: center;
  height: 100px;
  background: #3871c1;
}
.index-pro .box .left .title h2 {
  font-size: 28px;
  font-weight: bold;
}
.index-pro .box .left .title p {
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #fff;
  opacity: 0.8;
  line-height: 35px;
  background: url(../images/pro_tel.png) no-repeat center center;
}
.index-pro .box .left .list {
  padding: 15px 18px;
}
.index-pro .box .left .list .tit_h2 {
  background: #3871c1;
  line-height: 44px;
  border-radius: 2px;
}
.index-pro .box .left .list .tit_h2 a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px 0;
}
.index-pro .box .left .list .tit {
  border-bottom: 1px solid #c9c9c9;
  line-height: 44px;
  font-size: 20px;
  text-align: left;
}
.index-pro .box .left .list .tit a {
  color: #333333;
  padding-left: 10px;
  display: block;
  font-size: 18px;
}
.index-pro .box .left .list .tit:hover a {
  color: #3871c1;
  font-weight: bold;
}
.index-pro .box .left .list .tit:last-child {
  border-bottom: none;
}
.index-pro .box .left .list .group {
  border-bottom: 1px solid #c9c9c9;
}
.index-pro .box .left .list .group .tit {
  border-bottom: none;
  margin-bottom: -5px;
}
.index-pro .box .left .list .group h3 {
  border-bottom: 1px solid #e5e5e5;
  line-height: 38px;
  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: #666;
  padding-left: 26px;
  display: block;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}
.index-pro .box .left .list .group h3 a b {
  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: #3871c1;
}
.index-pro .box .left .list .group h3:hover a b {
  display: block;
}
.index-pro .box .left .list .group h3:last-child {
  border-bottom: none;
}
.index-pro .box .left .list .group:last-child {
  margin-bottom: 0;
}
.index-pro .box .left .list .left_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 10px 0;
}
.index-pro .box .left .list .left_box a {
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 31px;
  color: #333;
}
.index-pro .box .left .list .left_box a:hover {
  color: #3871c1;
  font-weight: bold;
}
.index-pro .box .left .tel {
  height: 135px;
  background: url(../images/tel_b.png) no-repeat 20px center #3871c1;
  padding: 35px 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: 885px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-pro .box .content .item {
  width: 285px;
  border: 1px solid #c9c9c9;
  height: 290px;
  margin: 0 0 18px 0;
}
.index-pro .box .content .item a {
  display: block;
  position: relative;
}
.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 h2 {
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  line-height: 42px;
}
.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 h2 {
  color: #3871c1;
}
.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: #f6f6f6;
}
.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;
  background: #fff;
}
.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;
  border: 1px solid #c9c9c9;
  position: relative;
}
.index-case .content .list a .pic {
  width: 100%;
  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: 16px;
  text-align: center;
  bottom: 0;
  color: #333333;
  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 {
  background: #3871c1;
  color: #fff;
}
.index-case .more {
  width: 135px;
  line-height: 40px;
  background: #3871c1;
  color: #fff;
  border-radius: 30px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
}
.index-ad1 {
  background: url(../images/ad_1.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad1 .box_ad {
  overflow: hidden;
  padding: 40px 0 0 0;
}
.index-ad1 .box_ad .text {
  padding: 5px 0 0 0;
  color: #fff;
  width: 835px;
  float: left;
  text-align: center;
}
.index-ad1 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  text-align: left;
  font-weight: bold;
}
.index-ad1 .box_ad .text h1 b {
  color: #0094ec;
}
.index-ad1 .box_ad .text p {
  font-size: 32px;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: left;
  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 {
  float: right;
  width: 280px;
  padding: 10px 0 20px 0;
}
.index-ad1 .box_ad .right .tel {
  text-align: center;
  height: 95px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad1 .box_ad .right .tel span {
  font-size: 24px;
  display: block;
  color: #fff;
  text-align: left;
}
.index-ad1 .box_ad .right .tel .cd-intro {
  margin: 6px 0 0 0px;
}
.index-ad1 .box_ad .right .tel b {
  font-size: 22px;
  line-height: 53px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad1 .box_ad .right a {
  display: block;
  width: 160px;
  line-height: 37px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #3871c1;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0;
  position: relative;
}
.index-ad1 .box_ad .right a:hover {
  color: #fff;
}
.index-ad2 {
  background: url(../images/ad_2.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad2 .box_ad {
  overflow: hidden;
  padding: 40px 0 0 0;
}
.index-ad2 .box_ad .text {
  padding: 5px 0 0 0;
  color: #fff;
  width: 835px;
  float: left;
  text-align: center;
}
.index-ad2 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  text-align: left;
  font-weight: bold;
}
.index-ad2 .box_ad .text h1 b {
  color: #0094ec;
}
.index-ad2 .box_ad .text p {
  font-size: 32px;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: left;
  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 {
  float: right;
  width: 280px;
  padding: 10px 0 20px 0;
}
.index-ad2 .box_ad .right .tel {
  text-align: center;
  height: 95px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad2 .box_ad .right .tel span {
  font-size: 24px;
  display: block;
  color: #fff;
  text-align: left;
}
.index-ad2 .box_ad .right .tel .cd-intro {
  margin: 6px 0 0 0px;
}
.index-ad2 .box_ad .right .tel b {
    font-size: 22px;
  line-height: 53px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad2 .box_ad .right a {
  display: block;
  width: 160px;
  line-height: 37px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #3871c1;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0;
  position: relative;
}
.index-ad2 .box_ad .right a:hover {
  color: #fff;
}
.index-ad3 {
  background: url(../images/ad_3.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad3 .box_ad {
  overflow: hidden;
  padding: 40px 0 0 0;
}
.index-ad3 .box_ad .text {
  padding: 5px 0 0 0;
  color: #fff;
  width: 865px;
  float: left;
  text-align: center;
}
.index-ad3 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  text-align: left;
  font-weight: bold;
}
.index-ad3 .box_ad .text h1 b {
  color: #0094ec;
}
.index-ad3 .box_ad .text p {
  font-size: 32px;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: left;
  font-weight: bold;
}
.index-ad3 .box_ad .text b {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  text-align: left;
}
.index-ad3 .box_ad .right {
  float: right;
  width: 280px;
  padding: 10px 0 20px 0;
}
.index-ad3 .box_ad .right .tel {
  text-align: center;
  height: 95px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad3 .box_ad .right .tel span {
  font-size: 24px;
  display: block;
  color: #fff;
  text-align: left;
}
.index-ad3 .box_ad .right .tel .cd-intro {
  margin: 6px 0 0 0px;
}
.index-ad3 .box_ad .right .tel b {
    font-size: 22px;
  line-height: 53px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad3 .box_ad .right a {
  display: block;
  width: 160px;
  line-height: 37px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #3871c1;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0;
  position: relative;
}
.index-ad3 .box_ad .right a:hover {
  color: #fff;
}
.index-ad4 {
  background: url(../images/ad_4.jpg) no-repeat center center #f1f1f1;
  height: 230px;
}
.index-ad4 .box_ad {
  overflow: hidden;
  padding: 40px 0 0 0;
}
.index-ad4 .box_ad .text {
  padding: 5px 0 0 0;
  color: #fff;
  width: 835px;
  float: left;
  text-align: center;
}
.index-ad4 .box_ad .text h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 52px;
  text-align: left;
  font-weight: bold;
}
.index-ad4 .box_ad .text h1 b {
  color: #0094ec;
}
.index-ad4 .box_ad .text p {
  font-size: 32px;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: left;
  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 {
  float: right;
  width: 280px;
  padding: 10px 0 20px 0;
}
.index-ad4 .box_ad .right .tel {
  text-align: center;
  height: 95px;
  background: url(../images/ad_tel.png) no-repeat left 2px;
}
.index-ad4 .box_ad .right .tel span {
  font-size: 24px;
  display: block;
  color: #fff;
  text-align: left;
}
.index-ad4 .box_ad .right .tel .cd-intro {
  margin: 6px 0 0 0px;
}
.index-ad4 .box_ad .right .tel b {
    font-size: 22px;
  line-height: 53px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.index-ad4 .box_ad .right a {
  display: block;
  width: 160px;
  line-height: 37px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #3871c1;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0;
  position: relative;
}
.index-ad4 .box_ad .right a:hover {
  color: #fff;
}
.index-advan {
  padding: 70px 0 60px;
  background: url(../images/advan_bg.jpg) no-repeat top center;
}
.index-advan .ad-content {
  margin: 10px 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: 568px;
  position: relative;
}
.index-advan .ad-content .box .pic img {
  width: 100%;
  display: block;
  height: 346px;
}
.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: 535px;
}
.index-advan .ad-content .box .text .title {
  margin-bottom: 25px;
  height: 50px;
  line-height: 50px;
  padding: 0px 0 0 52px;
  background: url(../images/ad_icon_1.png) no-repeat left center;
}
.index-advan .ad-content .box .text .title h2 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 0 8px;
  border-bottom: 1px dashed #aeaeae;
}
.index-advan .ad-content .box .text .title h2 b {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  color: #3871c1;
}
.index-advan .ad-content .box .text .title p {
  font-size: 11px;
  text-transform: uppercase;
  color: #cdcdcd;
}
.index-advan .ad-content .box .text .content {
  margin: 0 0 0 20px;
}
.index-advan .ad-content .box .text .content p {
  margin: 0 0 28px 0px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 42px;
  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 a {
  display: block;
  width: 140px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  background: #e5c679;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  margin: 0 auto 0 0;
  position: relative;
}
.index-advan .ad-content .box .text .content a:hover {
  color: #fff;
}
.index-advan .ad-content .box:nth-child(2) {
  margin-bottom: 60px;
}
.index-advan .ad-content .box:nth-child(2) .pic {
  width: 523px;
}
.index-advan .ad-content .box:nth-child(2) .pic img {
  width: 523px;
  height: 290px;
}
.index-advan .ad-content .box:nth-child(2) .text {
  padding: 30px 0 0 0;
  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-bottom: 0px;
}
.index-advan .ad-content .box:nth-child(3) .pic {
  width: 547px;
}
.index-advan .ad-content .box:nth-child(3) .pic img {
  width: 547px;
  height: 290px;
}
.index-advan .ad-content .box:nth-child(3) .text {
  width: 570px;
  padding: 30px 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) .pic {
  width: 568px;
}
.index-advan .ad-content .box:nth-child(4) .pic img {
  width: 568px;
  height: 370px;
}
.index-advan .ad-content .box:nth-child(4) .text {
  padding: 65px 0 0 0;
  width: 558px;
}
.index-advan .ad-content .box:nth-child(4) .icon {
  right: auto;
  left: -131px;
  bottom: 241px;
}
.index-advan .ad-content .box:nth-child(5) {
  margin-bottom: 0;
}
.index-advan .ad-content .box:nth-child(5) .pic {
  width: 559px;
}
.index-advan .ad-content .box:nth-child(5) .pic img {
  width: 559px;
  height: 363px;
}
.index-advan .ad-content .box:nth-child(5) .text {
  padding: 20px 0 0 0;
  width: 585px;
}
.index-ld {
  padding: 65px 0 60px;
  background: url(../images/ld_bg.jpg) no-repeat center center #f6f6f6;
}
.index-ld .box_sevice {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-ld .box_sevice .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 150px;
  background: #fff;
  border: 1px solid #c9c9c9;
}
.index-ld .box_sevice .item a {
  position: relative;
  display: block;
  padding: 30px 0 10px;
}
.index-ld .box_sevice .item a .icon {
  margin: 0 auto 10px;
}
.index-ld .box_sevice .item a .icon img {
  display: block;
  margin: 0 auto;
}
.index-ld .box_sevice .item a .icon .hover {
  display: none;
}
.index-ld .box_sevice .item a h2 {
  font-size: 16px;
  margin: 15px 0;
  color: #333333;
}
.index-ld .box_sevice .item:hover {
  background: #3871c1;
}
.index-ld .box_sevice .item:hover a .icon img {
  display: none;
}
.index-ld .box_sevice .item:hover a .icon .hover {
  display: block;
  animation: swing 1s linear 1;
}
.index-ld .box_sevice .item:hover a .number {
  background: url(../images/sevice_num_h.png) no-repeat center center;
}
.index-ld .box_sevice .item:hover a h2 {
  color: #ffffff;
}
.index-cn {
  padding: 0px 0 60px;
  background: #f6f6f6;
}
.index-cn .content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-cn .content .list {
  width: 382px;
  margin-right: 27px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.index-cn .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-cn .content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.index-cn .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-cn .content .list a h2 {
  font-size: 16px;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  line-height: 46px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.index-cn .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-cn .content .list:nth-child(4),
.index-cn .content .list:nth-child(5),
.index-cn .content .list:nth-child(6) {
  margin-bottom: 0;
}
.index-cn .content .list:after {
  content: "";
  position: absolute;
  height: 46px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-size: auto;
  background-size: 100% 100%;
  bottom: 0%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  color: #fff;
  z-index: 1;
}
.index-cn .content .list:hover a h2 {
  bottom: 105px;
}
.index-cn .content .list:hover:after {
  height: 100%;
  z-index: 1;
}
.index-cn .content .list:hover a .pic img {
  transform: scale(1.1);
}
.index-cn .more {
  width: 135px;
  line-height: 40px;
  background: #3871c1;
  color: #fff;
  border-radius: 30px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
}
.big_bg {
  background: url(../images/big_bg.jpg) no-repeat bottom center;
}
.index-honor {
  padding: 60px 0 0 0;
}
.index-honor .swiper-container {
  padding: 0 0 10px 0;
}
.index-honor .box-slider-jz {
  margin-top: 50px;
  position: relative;
}
.index-honor .box-slider-jz .item {
  border: 1px solid #c9c9c9;
  background: #fff;
}
.index-honor .box-slider-jz .item a {
  display: block;
  padding: 15px;
}
.index-honor .box-slider-jz .item a .pic {
  width: 100%;
  overflow: hidden;
}
.index-honor .box-slider-jz .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-honor .box-slider-jz .item a .text {
  width: 100%;
  padding: 12px 0 0px;
}
.index-honor .box-slider-jz .item a .text h2 {
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.index-honor .box-slider-jz .item:hover {
  border: 1px solid #3871c1;
}
.index-honor .box-slider-jz .item:hover a {
  background: #3871c1;
}
.index-honor .box-slider-jz .item:hover a .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-honor .box-slider-jz .item:hover a .text h2 {
  color: #fff;
}
.index-honor .box-slider-jz .next_t {
  left: -32px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -4px;
  cursor: pointer;
  width: 28px;
  height: 40px;
  background: url(../images/left.png) no-repeat center center;
}
.index-honor .box-slider-jz .next_t:hover {
  background: url(../images/left_h.png) no-repeat center center;
}
.index-honor .box-slider-jz .prev_p {
  right: -32px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 28px;
  height: 40px;
  margin-bottom: -4px;
  background: url(../images/right.png) no-repeat center center;
}
.index-honor .box-slider-jz .prev_p:hover {
  background: url(../images/right_h.png) no-repeat center center;
}
.index-honor .more {
  display: block;
  width: 155px;
  line-height: 38px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3871c1;
  margin: 30px auto 0;
}
.index-honor .more:hover {
  color: #fff;
}
.index-coo {
  padding: 60px 0 60px;
}
.index-coo .t-title .box_tit {
  background: url(../images/t-title-coo.png) no-repeat top center;
}
.index-coo .box {
  position: relative;
  margin-top: 40px;
}
.index-coo .box .swiper-container {
  padding: 8px 8px 15px;
}
.index-coo .box .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #7a7a7a;
  border-radius: 50%;
}
.index-coo .box .swiper-pagination-bullet-active {
  background: #3871c1;
}
.index-coo .box .item {
  margin: 0 0 20px 0;
}
.index-coo .box .item .pic {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  width: 100%;
  margin: 0 auto;
}
.index-coo .box .item .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-coo .box .item:hover .pic {
  border: 1px solid #3871c1;
  box-shadow: 0 0 8px #ddd;
}
.index-coo .box .item:hover .pic img {
  transform: scale(1.1);
}
.index-coo .box .next {
  left: 0;
  position: absolute;
  top: 146px;
  margin-left: -60px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0.5;
}
.index-coo .box .next:hover {
  opacity: 1;
}
.index-coo .box .prev {
  right: 0;
  position: absolute;
  top: 157px;
  margin-right: -70px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0.5;
}
.index-coo .box .prev:hover {
  opacity: 1;
}
.index-coo .more {
  width: 220px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/case_more.png) no-repeat center center;
}
.index-company {
  padding: 70px 0 50px;
  background: #f6f6f6;
}
.index-company .box_c .box {
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-company .box_c .box .pic_left {
  padding: 55px 0 40px 90px;
  background: url(../images/company_bg.jpg) no-repeat top left;
}
.index-company .box_c .box .pic_left .pic {
  width: 532px;
  overflow: hidden;
}
.index-company .box_c .box .pic_left .pic img {
  width: 100%;
  display: block;
  height: 397px;
  cursor: pointer;
}
.index-company .box_c .box .text {
  padding: 55px 0 0 0;
  width: 545px;
}
.index-company .box_c .box .text h3 {
  color: #e60013;
  font-size: 30px;
}
.index-company .box_c .box .text h2 {
  padding: 0 0 0 0px;
  color: #333333;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 25px 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: 30px;
  color: #333333;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.index-company .box_c .box .text a {
  display: block;
  width: 155px;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  background: #3871c1;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin: 50px 0 0 auto;
  position: relative;
}
.index-company .box_c .box .text a:hover {
  color: #fff;
}
.index-company .tit {
  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 {
  float: left;
  display: flex;
  justify-content: flex-start;
}
.index-company .tit ul li {
  text-align: left;
}
.index-company .tit ul li a {
  font-size: 24px;
  color: #333333;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
}
.index-company .tit ul li:hover a {
  color: #e5c679;
}
.index-company .tit ul .on a {
  color: #3871c1;
}
.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: 16px;
  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: -47px;
  position: absolute;
  bottom: 50%;
  margin-bottom: -50px;
  cursor: pointer;
  width: 42px;
  height: 88px;
  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: -47px;
  position: absolute;
  bottom: 50%;
  cursor: pointer;
  width: 42px;
  height: 88px;
  margin-bottom: -50px;
  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 #3871c1;
}
.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: #3871c1;
}
.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 #f6f6f6;
  padding: 50px 0 30px;
}
.index-news .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .newsFocus {
  width: 770px;
}
.index-news .box .newsFocus .hd {
  padding: 0 0 10px 0;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  background: url(../images/news_icon.png) no-repeat bottom left;
}
.index-news .box .newsFocus .hd ul {
  display: flex;
  justify-content: flex-start;
}
.index-news .box .newsFocus .hd ul li {
  text-align: left;
  width: 155px;
}
.index-news .box .newsFocus .hd ul li a {
  font-size: 24px;
  color: #454545;
  font-weight: bold;
}
.index-news .box .newsFocus .hd ul li:hover a {
  font-weight: bold;
  position: relative;
  color: #3871c1;
}
.index-news .box .newsFocus .hd ul .on a {
  color: #3871c1;
  font-weight: bold;
  position: relative;
}
.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: #3871c1;
}
.index-news .box .newsFocus .bd .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index-news .box .newsFocus .bd .content .pic {
  width: 380px;
  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 .pic_text {
  padding: 15px;
  background: #fff;
}
.index-news .box .newsFocus .bd .content .pic .pic_text h2 {
  font-weight: bold;
  color: #323232;
  margin: 0px 0 5px;
}
.index-news .box .newsFocus .bd .content .pic .pic_text p {
  line-height: 26px;
  color: #323232;
}
.index-news .box .newsFocus .bd .content .pic .pic_text b {
  display: block;
  font-size: 16px;
  margin: 2px 0 0 0;
}
.index-news .box .newsFocus .bd .content .pic:hover .pic_news img {
  transform: scale(1.2);
}
.index-news .box .newsFocus .bd .content .pic:hover h2 {
  color: #3871c1;
}
.index-news .box .newsFocus .bd .content .pic:hover p b {
  color: #3871c1;
}
.index-news .box .newsFocus .bd .content .text {
  width: 365px;
}
.index-news .box .newsFocus .bd .content .text h2 {
  border-bottom: 1px solid #d8d8d8;
}
.index-news .box .newsFocus .bd .content .text h2 a {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  width: 100%;
  display: block;
  padding: 9px 0 9px 0px;
}
.index-news .box .newsFocus .bd .content .text h2 a b {
  display: block;
}
.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: #3871c1;
}
.index-news .box .newsFocus .bd .content .text h2:first-child a {
  padding-top: 0;
}
.index-news .box .picMarquee-top {
  width: 375px;
}
.index-news .box .picMarquee-top .title {
  border-bottom: 1px solid #d8d8d8;
  line-height: 49px;
  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;
  padding: 0 0 0 0px;
}
.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: #323232;
}
.index-news .box .picMarquee-top .title ul li:hover a {
  font-weight: bold;
  position: relative;
  color: #3871c1;
}
.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: #3871c1;
}
.index-news .box .picMarquee-top .picList {
  height: 230px;
  overflow: hidden;
}
.index-news .box .picMarquee-top .picList .group {
  border-bottom: 1px solid #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: 35px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: bold;
}
.index-news .box .picMarquee-top .picList .group h2 a {
  color: #323232;
}
.index-news .box .picMarquee-top .picList .group p {
  line-height: 30px;
  background: url(../images/m.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: #3871c1;
}
.index-link {
  background: #f6f6f6;
  padding: 0 0 20px 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: #3871c1;
  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: #3871c1;
}
.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: #fff;
  color: #3871c1;
}
.index-foot .navigation .box ul .active a {
  background: #fff;
  color: #3871c1;
}
.index-foot .foot {
  padding: 25px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left {
  padding: 5px 0 0 0;
}
.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: 154px;
}
.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: #333333;
  margin: 0 0 0 20px;
}
.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: #333333;
  font-size: 16px;
}
.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: 10px 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: #333;
  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: 16px;
  line-height: 38px;
  background: #3871c1;
  text-align: center;
  border-radius: 30px;
  color: #fff;
}
.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: #f2f2f2;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
  justify-content: center;
  color: #333;
}
.index-foot .bottom .box a {
  color: #333;
}