@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_90dbc2q1raf.eot');
  src: url('//at.alicdn.com/t/font_995532_90dbc2q1raf.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_90dbc2q1raf.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_90dbc2q1raf.woff') format('woff'), url('//at.alicdn.com/t/font_995532_90dbc2q1raf.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_90dbc2q1raf.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
header {
  width: 100%;
}
header .roof {
  width: 100%;
  height: 30px;
  line-height: 1;
  background: #f2f2f2;
}
header .roof .cont {
  width: 1200px;
  margin: 0 auto;
}
header .roof .cont p {
  float: left;
  line-height: 30px;
  color: #8e8e8e;
  font-size: 14px;
}
header .roof .cont .links {
  float: right;
  line-height: 30px;
}
header .roof .cont .links a {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 30px;
  margin-left: 16px;
}
header .roof .cont .links a .iconfont {
  color: #cccccc;
  font-size: 16px;
  line-height: 30px;
  margin-right: 5px;
}
header .top {
  width: 1200px;
  margin: 0 auto;
  height: 132px;
}
header .top .logo {
  display: block;
  float: left;
  margin-top: 27px;
}
header .top .search {
  float: left;
  margin-left: 102px;
  margin-top: 37px;
}
header .top .search .input {
  width: 441px;
  height: 35px;
}
header .top .search .input input {
  width: 321px;
  height: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding-left: 25px;
}
header .top .search .input button {
  width: 120px;
  height: 35px;
  background: #df3546;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  font-size: 18px;
}
header .top .search .words {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
header .top .tel {
  float: right;
  line-height: 1;
  margin-top: 43px;
}
header .top .tel .iconfont {
  float: left;
  font-size: 46px;
  color: #515567;
}
header .top .tel p {
  margin-left: 52px;
  color: #8e8e8e;
  font-size: 14px;
}
header .top .tel span {
  display: block;
  margin-left: 52px;
  color: #515567;
  font-size: 24px;
  font-weight: bold;
  margin-top: 7px;
}
header nav {
  width: 100%;
  height: 50px;
  background: #414141;
}
header nav ul {
  width: 1200px;
  margin: 0 auto;
}
header nav ul li {
  position: relative;
  float: left;
  line-height: 50px;
  height: 50px;
}
header nav ul li .left {
  float: left;
  width: 16px;
  height: 50px;
  background: url(../images/left.png) no-repeat center center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li a {
  float: left;
  display: block;
  height: 100%;
  padding: 0 29px;
  line-height: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li .right {
  float: left;
  width: 16px;
  height: 50px;
  background: url(../images/right.png) no-repeat center center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li:hover .left,
header nav ul li.on .left,
header nav ul li:hover .right,
header nav ul li.on .right {
  opacity: 1;
  filter: alpha(opacity=1);
}
header nav ul li:hover a,
header nav ul li.on a {
  background: #df3546;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 495px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 495px !important;
}
.banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 495px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 64px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 50px;
  height: 4px;
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .hd .on {
  background: #df3546;
}
.ny-banner {
  width: 100%;
  height: 305px;
}
.ny-banner .title {
  width: 1200px;
  margin: 0 auto;
  padding-left: 63px;
}
.ny-banner .title p {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  padding-top: 110px;
}
.ny-banner .title .line {
  width: 43px;
  height: 3px;
  background: #ffffff;
  margin-top: 23px;
}
.index-apply {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  padding: 37px 84px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  top: -46px;
  z-index: 100;
  background: #ffffff;
  border-radius: 5px;
}
.index-apply span {
  color: #515567;
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 46px;
  margin-right: 25px;
}
.index-apply .form ul li {
  float: left;
  height: 46px;
  position: relative;
  margin-right: 8px;
}
.index-apply .form ul li .iconfont {
  position: absolute;
  font-size: 20px;
  color: #df3546;
  line-height: 44px;
}
.index-apply .form ul li input {
  width: 100%;
  height: 100%;
  border: 1px solid #ebebea;
  background: #f7f7f7;
  border-radius: 2px;
  padding-left: 44px;
}
.index-apply .form ul .city {
  width: 140px;
}
.index-apply .form ul .city .iconfont {
  line-height: 44px;
  left: 22px;
}
.index-apply .form ul .font {
  width: 360px;
}
.index-apply .form ul .font .iconfont {
  font-size: 16px;
  left: 22px;
}
.index-apply .form ul .indu {
  width: 360px;
}
.index-apply .form ul .indu .iconfont {
  font-size: 16px;
  left: 22px;
}
.index-apply .form ul .suff {
  width: 133px;
}
.index-apply .form ul .suff .iconfont {
  position: absolute;
  line-height: 44px;
  right: 20px !important;
}
.index-apply .form ul .suff select {
  width: 100%;
  height: 100%;
  outline: none;
  background: #f7f7f7;
  border: 1px solid #ebebea;
}
.index-apply .form ul .btn {
  width: 120px;
  height: 46px;
  margin-right: 0;
}
.index-apply .form ul .btn button {
  width: 100%;
  height: 100%;
  background: #df3546;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  border: none;
}
.index-tit {
  line-height: 1;
}
.index-tit p {
  color: #333333;
  font-size: 32px;
  text-align: center;
}
.index-tit span {
  display: block;
  color: #888888;
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}
.index-bus {
  line-height: 1;
  width: 1200px;
  margin: 0 auto 40px;

}
.index-bus .list ul {
  text-align: center;
  font-size: 0;
}
.index-bus .list ul li {
  width: 130px;
  height: 166px;
  display: inline-block;
  margin: 40px 68px 0;
  font-size: 0;
}
.index-bus .list ul li:first-child {
  margin-left: 0;
}
.index-bus .list ul li:nth-child(6n) {
  margin-left: 0;
}
.index-bus .list ul li:nth-child(5n) {
  margin-right: 0;
}
.index-bus .list ul li img {
  width: 130px;
  height: 130px;
}
.index-bus .list ul li p {
  color: #000000;
  font-size: 18px;
  margin-top: 18px;
}
.index-step {
  width: 100%;
  height: 577px;
  background: url(../images/step.jpg) no-repeat center center;
  margin-top: 39px;
  padding: 62px 0;
}
.index-step .cont {
  width: 1200px;
  margin: 0 auto;
}
.index-step .cont ul li {
  width: 350px;
  height: 140px;
  margin-right: 75px;
  float: left;
  line-height: 1;
  overflow: hidden;
  margin-top: 50px;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px;
  background: #ffffff url(../images/step1.png) no-repeat 61px center;
  padding-left: 185px;
  box-shadow: 0px 2px 10px 0px rgba(231, 231, 231, 0.42);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.index-step .cont ul li:hover {
  background: #f06876 url(../images/step2.png) no-repeat 61px center;
}
.index-step .cont ul li:hover .p1 {
  color: #f37b8b;
}
.index-step .cont ul li:hover .p2,
.index-step .cont ul li:hover .p3 {
  color: #ffffff;
}
.index-step .cont ul li:nth-child(3n) {
  margin-right: 0;
}
.index-step .cont ul li .p1 {
  color: #f3f3f3;
  font-size: 100px;
  font-weight: bold;
  margin-top: -40px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.index-step .cont ul li .p2 {
  color: #333333;
  font-size: 20px;
  margin-top: 14px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.index-step .cont ul li .p3 {
  color: #999999;
  font-size: 14px;
  margin-top: 12px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.index-step .cont ul li:last-child {
  position: relative;
  background: #ffffff;
  padding: 32px 0 0 0;
}
.index-step .cont ul li:last-child .tel {
  text-align: center;
  line-height: 32px;
}
.index-step .cont ul li:last-child .tel .iconfont {
  font-size: 22px;
  color: #999999;
  line-height: 32px;
  display: block;
  float: left;
  margin-right: 8px;
  margin-left: 20px;
}
.index-step .cont ul li:last-child .tel .s1 {
  color: #999999;
  font-size: 14px;
  line-height: 32px;
  display: block;
  float: left;
}
.index-step .cont ul li:last-child .tel .s2 {
  color: #f06876;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  display: block;
  float: left;
  letter-spacing: -1px;
}
.index-step .cont ul li:last-child .refer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f06876;
  margin: 14px auto 0;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  color: #ffffff;
  font-size: 16px;
}
.index-step .cont ul li:last-child .refer .iconfont {
  font-size: 24px;
  color: #ffffff;
}
.index-adv {
  width: 100%;
  height: 470px;
  background: url(../images/adv.jpg) no-repeat center center;
  padding: 62px 0;
}
.index-adv .index-tit p {
  color: #ffffff;
}
.index-adv .index-tit span {
  color: #c9c9c9;
}
.index-adv .list {
  width: 1200px;
  margin: 36px auto 0;
}
.index-adv .list ul {
  text-align: center;
  font-size: 0px;
}
.index-adv .list ul li {
  display: inline-block;
  width: 236px;
  margin: 0 2.5px;
}
.index-adv .list ul li:first-child {
  margin-left: 0;
}
.index-adv .list ul li:last-child {
  margin-right: 0;
}
.index-adv .list ul li .p1 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 24px;
}
.index-adv .list ul li .p2 {
  color: #c9c9c9;
  font-size: 14px;
  margin-top: 9px;
}
.index-adv .list ul li .refer {
  display: block;
  width: 117px;
  height: 34px;
  border: 1px dashed #fae2e5;
  background: #df3546;
  border-radius: 17px;
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  margin: 36px auto 0;
}
.index-reason {
  width: 1200px;
  margin: 0 auto;
  padding: 62px 0;
}
.index-reason .picScroll-left {
  position: relative;
  margin-top: 44px;
}
.index-reason .picScroll-left ul li {
  position: relative;
  width: 276px;
  height: 469px;
  line-height: 1;
  margin: 0 12px;
  float: left;
}
.index-reason .picScroll-left ul li img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}
.index-reason .picScroll-left ul li .info {
  position: absolute;
  z-index: -1;
  top: 104px;
  width: 100%;
  height: 350px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 0 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-reason .picScroll-left ul li .info .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-reason .picScroll-left ul li .info .desc {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  margin-top: 18px;
}
.index-reason .picScroll-left ul li .refer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 157px;
  height: 38px;
  background: #f7f7f7;
  border-radius: 19px;
  color: #df3546;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-reason .picScroll-left ul li:hover .info {
  background: #f7f7f7;
}
.index-reason .picScroll-left ul li:hover .info .title {
  color: #df3546;
}
.index-reason .picScroll-left ul li:hover .refer {
  background: #df3546;
  color: #ffffff;
}
.index-reason .picScroll-left > a {
  position: absolute;
  top: 236px;
  width: 40px;
  height: 28px;
  background: #df3546;
  display: block;
  cursor: pointer;
}
.index-reason .picScroll-left > a .iconfont {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}
.index-reason .picScroll-left .next {
  right: -52px;
}
.index-reason .picScroll-left .prev {
  left: -52px;
}
.index-bar {
  width: 100%;
  height: 196px;
  background: #f7f7f7;
  line-height: 1;
  padding: 48px 0 51px;
}
.index-bar .cont {
  width: 1200px;
  margin: 0 auto;
}
.index-bar .cont .left {
  float: left;
}
.index-bar .cont .left .l1 {
  color: #df3546;
  font-size: 24px;
  font-weight: bold;
}
.index-bar .cont .left .l2 {
  color: #888888;
  font-size: 14px;
  margin-top: 19px;
}
.index-bar .cont .left .l3 {
  color: #333333;
  font-size: 18px;
  margin-top: 21px;
}
.index-bar .cont .left .l3 span {
  color: #cccccc;
  font-size: 18px;
}
.index-bar .cont .right {
  float: right;
  text-align: right;
}
.index-bar .cont .right .r1 {
  color: #999999;
  font-size: 14px;
}
.index-bar .cont .right .r2 {
  color: #df3546;
  font-size: 32px;
  font-weight: bold;
  margin-top: 14px;
}
.index-bar .cont .right .refer {
  display: block;
  width: 105px;
  height: 31px;
  background: #df3546;
  border-radius: 15.5px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-top: 13px;
  float: right;
}
.index-about {
  width: 1200px;
  height: 583px;
  margin: 0 auto;
  padding: 62px 0;
}
.index-about .cont {
  margin-top: 40px;
}
.index-about .cont .left {
  float: left;
}
.index-about .cont .left .color {
  position: relative;
  bottom: 22px;
  width: 84px;
  height: 43px;
  background: #df3546;
}
.index-about .cont .left .color .line {
  width: 49px;
  height: 2px;
  background: #ffffff;
  float: right;
  margin-top: 22px;
}
.index-about .cont .right {
  width: 600px;
  float: right;
}
.index-about .cont .right .title {
  color: #666666;
  font-size: 18px;
}
.index-about .cont .right .desc {
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  margin-top: 12px;
}
.index-about .cont .right .desc a {
  color: #df3546;
}
.index-about .cont .picScroll-about {
  position: relative;
  width: 530px;
  margin: 30px auto 0;
}
.index-about .cont .picScroll-about .bd ul li {
  float: left;
  margin-left: 36px;
}
.index-about .cont .picScroll-about .bd ul li .pic {
  width: 210px;
  height: 138px;
}
.index-about .cont .picScroll-about .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-about .cont .picScroll-about .bd ul li .title {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  margin-top: 21px;
  text-align: center;
}
.index-about .cont .picScroll-about > a {
  position: absolute;
  top: 56px;
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.index-about .cont .picScroll-about .prev {
  background: url(../images/prev.png) no-repeat center center;
  left: -35px;
}
.index-about .cont .picScroll-about .next {
  background: url(../images/next.png) no-repeat center center;
  right: -35px;
}
.index-news {
  width: 100%;
  background: #f7f7f7;
  height: 592px;
  padding-top: 53px;
}
.index-news .cont {
  width: 1200px;
  margin: 0 auto;
}
.index-news .cont .index-news-title {
  height: 57px;
  line-height: 56px;
  border-bottom: 1px solid #e6e6e6;
}
.index-news .cont .index-news-title span {
  float: left;
  display: block;
  color: #333333;
  font-size: 24px;
  line-height: 54px;
  border-bottom: 3px solid #df3546;
}
.index-news .cont .index-news-title .more {
  float: right;
  color: #999999;
  font-size: 14px;
  line-height: 56px;
}
.index-news .cont .left {
  width: 756px;
  float: left;
}
.index-news .cont .left .list {
  margin-top: 30px;
}
.index-news .cont .left .list ul li {
  width: 366px;
  float: left;
  line-height: 1;
}
.index-news .cont .left .list ul li:first-child {
  margin-right: 24px;
}
.index-news .cont .left .list ul li .pic {
  width: 100%;
  height: 154px;
}
.index-news .cont .left .list ul li .pic img {
  width: 100%;
  height: 100%;
}
.index-news .cont .left .list ul li .date {
  line-height: 16px;
  color: #999999;
  font-size: 14px;
  margin-top: 30px;
}
.index-news .cont .left .list ul li .date .iconfont {
  color: #9d9d9d;
  font-size: 16px;
  margin-right: 10px;
}
.index-news .cont .left .list ul li .title {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-top: 30px;
}
.index-news .cont .left .list ul li .desc {
  margin-top: 18px;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.index-news .cont .right {
  width: 397px;
  float: right;
}
.index-news .cont .right .list ul li {
  width: 100%;
  height: 113px;
  border-bottom: 1px dashed #e6e6e6;
  padding: 29px 0 26px;
}
.index-news .cont .right .list ul li .que {
  line-height: 20px;
}
.index-news .cont .right .list ul li .que .icon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #5b9cec;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 8px;
}
.index-news .cont .right .list ul li .que .title {
  color: #333333;
  font-size: 16px;
}
.index-news .cont .right .list ul li .ans {
  line-height: 20px;
  margin-top: 17px;
}
.index-news .cont .right .list ul li .ans .icon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #df3546;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 8px;
}
.index-news .cont .right .list ul li .ans .desc {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  padding-left: 28px;
}
.index-contact {
  width: 100%;
  height: 184px;
  background: url(../images/contact.jpg) no-repeat center center;
  padding: 38px 0;
}
.index-contact .tel {
  width: 354px;
  height: 48px;
  border: 1px dashed #dbdbdb;
  margin: 0 auto;
  border-radius: 24px;
  font-size: 0px;
  text-align: center;
  line-height: 46px;
  padding: 0 35px;
}
.index-contact .tel .icon {
  float: left;
  margin-top: 11px;
  width: 28px;
  height: 28px;
  background: url(../images/tel.png) no-repeat center center;
  margin-right: 13px;
}
.index-contact .tel p {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  line-height: 46px;
}
.index-contact .tel p span {
  color: #ffffff;
  font-size: 26px;
  letter-spacing: -1.6px;
}
.index-contact .txt {
  color: #ffffff;
  font-size: 38px;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
}
.page {
  margin: 42px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.page ul li.prev a {
  color: #969696;
  line-height: 24px;
}
.page ul li.next {
  background: #e72525;
  border-color: #e72525;
}
.page ul li.next a {
  color: #ffffff;
  line-height: 24px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #e72525;
}
footer {
  width: 100%;
  line-height: 1;
  height: 250px;
  background: #303132;
}
footer .top {
  height: 50px;
  border-bottom: 1px solid #474748;
}
footer .top ul {
  text-align: center;
  font-size: 0px;
}
footer .top ul li {
  display: inline-block;
  margin: 0 45px;
}
footer .top ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 49px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
footer .top ul li:hover a,
footer .top ul li.on a {
  color: #df3546;
}
footer .mid {
  height: 170px;
}
footer .mid .cont {
  width: 1200px;
  margin: 0 auto;
}
footer .mid .cont .logo {
  display: block;
  float: left;
  margin-top: 44px;
}
footer .mid .cont .info {
  float: left;
  margin-left: 315px;
}
footer .mid .cont .info .p1 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 58px;
}
footer .mid .cont .info .p1 span {
  color: #df3546;
  font-size: 20px;
  font-weight: bold;
}
footer .mid .cont .info .p2 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 24px;
}
footer .mid .cont .wechat {
  width: 98px;
  height: 98px;
  padding: 4px;
  float: right;
  background: #292a2b;
  margin-top: 39px;
}
footer .mid .cont .wechat img {
  display: block;
  width: 98px;
  height: 98px;
}
#content {
  width: 1200px;
  margin: 0 auto;
  min-height: 1035px;
}
#content .crumb {
  height: 56px;
  border-bottom: 1px dashed #d5d5d5;
  line-height: 55px;
}
#content .crumb .tit {
  float: left;
}
#content .crumb .tit .color {
  width: 5px;
  height: 25px;
  background: #f9b7ba;
  border-bottom: 14px solid #df3546;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}
#content .crumb .tit p {
  display: inline;
  color: #333333;
  font-size: 24px;
  line-height: 55px;
}
#content .crumb .tit p span {
  color: #bdbdbd;
  margin-left: 15px;
}
#content .crumb .bread {
  float: right;
}
#content .crumb .bread .iconfont {
  color: #999999;
  font-size: 20px;
}
#content .crumb .bread span {
  color: #333333;
  font-size: 14px;
}
#content .crumb .bread span:last-child {
  color: #df3546;
}
#content .crumb .bread a {
  font-size: 14px;
  color: #999999;
}
#content .content-main {
  margin-top: 50px;
}
#content .content-main .content-side {
  width: 267px;
  float: left;
}
#content .content-main .content-side .side-b {
  border: 1px solid #e7eaf1;
  border-top: 2px solid #df3546;
}
#content .content-main .content-side .side-b .side-title {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #e7eaf1;
}
#content .content-main .content-side .side-b .side-title span {
  line-height: 58px;
  color: #333333;
  font-size: 20px;
  padding-left: 18px;
}
#content .content-main .content-side .side-b .side-title .iconfont {
  font-size: 16px;
  color: #df3546;
  line-height: 58px;
  float: right;
  padding-right: 13px;
}
#content .content-main .content-side .side .side-list {
  padding: 20px 18px;
}
#content .content-main .content-side .side .side-list ul li {
  position: relative;
  width: 100%;
  height: 45px;
  background: #f7f9fc;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
}
#content .content-main .content-side .side .side-list ul li:first-child {
  margin-top: 0;
}
#content .content-main .content-side .side .side-list ul li a {
  display: block;
  color: #333333;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#content .content-main .content-side .side .side-list ul li .mask {
  width: 0;
  height: 100%;
  background: #df3546;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  position: absolute;
  border-radius: 3px;
  z-index: 1;
  left: 0;
}
#content .content-main .content-side .side .side-list ul li:hover a,
#content .content-main .content-side .side .side-list ul li.on a {
  color: #ffffff;
}
#content .content-main .content-side .side .side-list ul li:hover .mask,
#content .content-main .content-side .side .side-list ul li.on .mask {
  width: 100%;
}
#content .content-main .content-side .side-case {
  margin-top: 36px;
}
#content .content-main .content-side .side-case .list {
  padding: 23px 16px;
}
#content .content-main .content-side .side-case .list ul li {
  line-height: 14px;
  margin-top: 19px;
}
#content .content-main .content-side .side-case .list ul li:first-child {
  margin-top: 0;
}
#content .content-main .content-side .side-case .list ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #333333;
  float: left;
  margin-top: 5px;
  margin-right: 7px;
}
#content .content-main .content-side .side-case .list ul li a {
  color: #333333;
  font-size: 14px;
}
#content .content-main .content-side .side-contact {
  margin-top: 36px;
}
#content .content-main .content-side .side-contact .info {
  padding: 22px 13px;
  background: #f7f9fc;
}
#content .content-main .content-side .side-contact .info p {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
#content .content-main .content-list {
  width: 897px;
  float: right;
}
.content-pro-list > ul li {
  width: 283px;
  height: 257px;
  float: left;
  margin-right: 24px;
  margin-top: 24px;
}
.content-pro-list > ul li:nth-child(3n) {
  margin-right: 0;
}
.content-pro-list > ul li:first-child,
.content-pro-list > ul li:nth-child(2),
.content-pro-list > ul li:nth-child(3) {
  margin-top: 0;
}
.content-pro-list > ul li .pic {
  width: 283px;
  height: 217px;
  border: 1px solid #e7eaf1;
  border-bottom: none;
  border-radius: 3px;
}
.content-pro-list > ul li .pic img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.content-pro-list > ul li .title {
  width: 100%;
  height: 39px;
  border-radius: 3px;
  background: #f7f9fc;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content-pro-list > ul li .title a {
  line-height: 39px;
  color: #333333;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content-pro-list > ul li:hover .title {
  background: #df3546;
}
.content-pro-list > ul li:hover .title a {
  color: #ffffff;
}
.content-news-list > ul li {
  width: 100%;
  height: 230px;
  line-height: 1;
  border-bottom: 1px dashed #d7d7d7;
  padding: 36px 0;
}
.content-news-list > ul li .info {
  width: 592px;
  float: left;
}
.content-news-list > ul li .info .title {
  color: #333333;
  font-size: 20px;
  display: block;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content-news-list > ul li .info .desc {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  margin-top: 19px;
}
.content-news-list > ul li .info .more {
  height: 36px;
  margin-top: 18px;
}
.content-news-list > ul li .info .more a {
  display: block;
  width: 120px;
  height: 36px;
  border: 1px solid #df3546;
  color: #868e9c;
  font-size: 14px;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  float: left;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content-news-list > ul li .info .more span {
  float: right;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 36px;
}
.content-news-list > ul li .info .more span .iconfont {
  font-size: 18px;
  line-height: 36px;
}
.content-news-list > ul li .pic {
  float: right;
  width: 268px;
  height: 157px;
}
.content-news-list > ul li .pic img {
  width: 100%;
  height: 100%;
}
.content-news-list > ul li:hover .info .title {
  color: #df3546;
}
.content-news-list > ul li:hover .info .more a {
  background: #df3546;
  color: #ffffff;
}
.content-qa-list .qa-list .question {
  width: 100%;
  height: 56px;
  border: 1px dashed #dfdfe0;
  background: #eef2f7;
  margin-top: 36px;
}
.content-qa-list .qa-list .question:first-child {
  margin-top: 0;
}
.content-qa-list .qa-list .question a {
  line-height: 54px;
  color: #333333;
  font-size: 16px;
  padding-left: 18px;
}
.content-qa-list .qa-list .question .icon {
  width: 30px;
  height: 30px;
  background: url(../images/open.jpg) no-repeat center center;
  float: right;
  margin-top: 12px;
  margin-right: 15px;
}
.content-qa-list .qa-list .question.on .icon {
  background: url(../images/close.jpg) no-repeat center center;
}
.content-qa-list .qa-list .answer {
  position: relative;
  width: 100%;
  height: 218px;
  background: #f7f9fc;
  padding: 38px 19px;
}
.content-qa-list .qa-list .answer .tit {
  position: absolute;
  color: #333333;
  font-size: 16px;
  top: 0;
  line-height: 38px;
}
.content-qa-list .qa-list .answer .desc {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 16px 19px;
}
.content-news {
  position: relative;
}
.content-news .content-news-detail .content-tit {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 20px;
  text-align: center;
}
.content-news .content-news-detail .content-date {
  color: #999999;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.content-news .content-news-detail .content-date .iconfont {
  font-size: 16px;
}
.content-news .content-news-detail .content-img {
  margin-top: 54px;
}
.content-news .content-news-detail .content-img img {
  display: block;
  margin: 0 auto;
}
.content-news .content-news-detail .desc {
  width: 100%;
  padding: 16px 28px;
  background: #f7f9fc;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.content-news .content-news-detail .desc span {
  color: #333333;
  font-weight: bold;
}
.content-news .content-news-detail .content-detail {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-top: 36px;
}
.content-news .content-news-detail .content-btn {
  width: 100%;
  height: 50px;
  background: #f7f9fc;
  padding: 0 28px;
  margin-top: 54px;
  margin-bottom: 36px;
}
.content-news .content-news-detail .content-btn p {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}
.content-news .content-news-detail .content-btn p a {
  font-weight: normal;
}
.content-news .content-news-detail .content-btn p:first-child {
  float: left;
}
.content-news .content-news-detail .content-btn p:last-child {
  float: right;
}
.content-range {
  width: 100%;
}
.content-range .info {
  height: 288px;
}
.content-range .info .left {
  float: left;
  width: 382px;
  height: 100%;
}
.content-range .info .left img {
  width: 100%;
  height: 100%;
}
.content-range .info .right {
  width: 480px;
  height: 100%;
  line-height: 1;
  float: right;
}
.content-range .info .right .p1 {
  color: #333333;
  font-size: 28px;
}
.content-range .info .right .p2 {
  color: #666666;
  font-size: 16px;
  margin-top: 27px;
}
.content-range .info .right .line {
  width: 100%;
  height: 18px;
  background: url(../images/line.png) center center;
  margin-top: 46px;
}
.content-range .info .right .p3 {
  font-size: 24px;
  color: #df3546;
  line-height: 28px;
  margin-top: 40px;
}
.content-range .info .right .p3 .iconfont {
  font-size: 28px;
  margin-right: 16px;
}
.content-range .info .right .p3 span {
  font-weight: bold;
}
.content-range .info .right .btns {
  margin-top: 28px;
}
.content-range .info .right .btns > div {
  cursor: pointer;
  width: 170px;
  height: 38px;
  background: #df3546;
  color: #f2f2f2;
  line-height: 38px;
  font-size: 18px;
  border-radius: 3px;
  float: left;
  text-align: center;
}
.content-range .info .right .btns > div .iconfont {
  font-size: 20px;
}
.content-range .info .right .btns .wechat {
  margin-right: 23px;
}
.content-range .info .right .btns .wechat .pic {
  width: 258px;
  height: 297px;
  display: none;
  margin-top: 5px;
  border: 1px solid #e7eaf1;
}
.content-range .info .right .btns .wechat .pic img {
  display: block;
  margin: 18px;
  width: 220px;
  height: 220px;
}
.content-range .info .right .btns .wechat .pic p {
  height: 39px;
  background: #f7f9fc;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 39px;
}
.content-range .info .right .btns .wechat:hover .pic {
  display: block;
}
.content-range .info .right .btns .refer {
  cursor: pointer;
  width: 170px;
  height: 38px;
  background: #df3546;
  border-radius: 3px;
  float: left;
  text-align: center;
}
.content-range .info .right .btns .refer a {
  color: #f2f2f2;
  line-height: 38px;
  font-size: 18px;
}
.content-range .info .right .btns .refer .iconfont {
  font-size: 20px;
}
.content-range .division {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d6d6d6;
  margin: 43px 0 31px;
}
.content-range .range-detail {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #df3546;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  box-sizing: initial;
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}

