@charset "utf-8";
/*清除浏览器的默认样式*/
@import "base.css";
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
ol,
dl,
dt,
dd,
img,
input,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
/*全局控制*/
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "微软雅黑", Arial !important;
  color: #292929;
  max-width: 1920px !important;
  background-attachment: fixed;
}
html {
  _background: url(xx.jpg) fixed; /* 文件不存在亦可以，随便命名 */
}
*html {
  overflow-x: hidden;
}
* + html {
  overflow-x: hidden;
}
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  display: block;
  height: 0;
}
a {
  text-decoration: none !important;
}
.con-conter {
  width: 1180px !important;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.clboth {
  clear: both;
}
.disnone {
  display: none;
}
.mix-ico {
  background: url("../../images/product/fingroup/mix_ico.png") no-repeat;
}

.jinkongPage {
  background: #eaf1f7;
  overflow: hidden;
}
.wmain {
  width: 1200px;
  margin: 0 auto;
}
.jkbanner {
  width: 100%;
  height: 522px;
  background: url("../../images/product/fingroup/banner.jpg") no-repeat center;
}
.jktitle {
  text-align: center;
  margin: 30px 0;
  height: 60px;
  line-height: 60px;
  background: url("../../images/product/fingroup/line.png") no-repeat center;
}
.jktitle span {
  font-size: 30px;
  color: #5895cf;
}
.jkdesc {
  color: #666;
  line-height: 26px;
  font-size: 16px;
}

.boxlistbox {
  padding: 50px 0 20px;
  width: 1160px;
}
.boxlist {
  overflow: hidden;
  padding-bottom: 20px;
}
.boxlist li {
  border: 1px solid #679fd4;
  padding: 20px 30px;
  width: 500px;
  height: 200px;
}
.boxlist li h4 {
  font-size: 28px;
  font-weight: normal;
  overflow: hidden;
  line-height: 64px;
}
.boxlist li h4 i {
  float: left;
  display: block;
  width: 72px;
  height: 70px;
  margin-right: 10px;
}
.boxlist li .desc {
  font-size: 16px;
  padding: 10px;
  line-height: 30px;
}
.listbg1 li h4 {
  color: #5492ce;
}
.listbg2 li h4 {
  color: #00a64d;
}
.listbg3 li h4 {
  color: #d9762f;
}
.boxlist li h4 i.icoJk1 {
  background-position: 0px 0px;
}
.boxlist li h4 i.icoJk2 {
  background-position: -80px 0px;
  width: 80px;
}
.boxlist li h4 i.icoJk3 {
  background-position: -186px 0px;
}
.boxlist li h4 i.icoJk4 {
  background-position: -280px 0px;
  width: 66px;
}
.boxlist li h4 i.icoJk5 {
  background-position: -350px 0px;
}
.boxlist li h4 i.icoJk6 {
  background-position: -440px 0px;
}

.jzpic {
  height: 500px;
  background: url("../../images/product/fingroup/jk1.jpg") no-repeat center;
  padding: 10px 0 50px;
}
.effectBox {
  padding: 30px 0;
}
.effectBox ul {
  overflow: hidden;
}
.effectBox ul li {
  width: 300px;
  float: left;
}
.effectBox ul li h4 {
  height: 70px;
  margin-bottom: 10px;
}
.effectBox ul li p {
  color: #333;
  font-size: 20px;
}
.effectBox ul li h4 i {
  width: 80px;
  margin: 0 auto;
  display: block;
  height: 70px;
}
.effectBox ul li .item {
  width: 200px;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
}
.effectBox ul li h4 i.icoJk7 {
  background-position: 0px -80px;
}
.effectBox ul li h4 i.icoJk8 {
  background-position: -82px -80px;
}
.effectBox ul li h4 i.icoJk9 {
  background-position: -186px -80px;
}
.effectBox ul li h4 i.icoJk10 {
  background-position: -280px -74px;
  width: 100px;
}
.effectBox ul li h4 i.icoJk11 {
  background-position: 0px -152px;
}
.effectBox ul li h4 i.icoJk12 {
  background-position: -80px -152px;
}
.effectBox ul li h4 i.icoJk13 {
  background-position: -186px -152px;
  width: 92px;
}
.effectBox ul li h4 i.icoJk14 {
  background-position: -275px -164px;
  width: 76px;
}
.effectBox ul li.first .item {
  float: left;
}
.effectBox ul li.last .item {
  float: right;
}

.sucCase .wmain {
  height: 260px;
  margin: 30px auto;
}
.sucCase li {
  position: absolute;
  width: 302px;
  height: 258px;
  top: 0;
  text-align: center;
}
.sucCase li.even {
  background: url("../../images/product/fingroup/trang1.png") no-repeat;
}
.sucCase li.odd {
  background: url("../../images/product/fingroup/trang2.png") no-repeat;
}
.sucCase li img {
  position: relative;
}
.sucCase li.even img {
  margin-top: 150px;
}
.sucCase li.odd img {
  margin-top: 20px;
}
.sucCase li.case1 {
  left: 0px;
}
.sucCase li.case2 {
  left: 180px;
}
.sucCase li.case3 {
  left: 360px;
}
.sucCase li.case4 {
  left: 540px;
}
.sucCase li.case5 {
  left: 720px;
}
.sucCase li.case6 {
  left: 900px;
}

.jkbottom {
  text-align: center;
  padding: 50px 0 50px;
}
.jkbottom span {
  color: #666;
  font-size: 24px;
}
.jkbottom a {
  color: #4a92ed;
  font-size: 24px;
}
.jkbottom .blink {
  text-align: left;
  padding: 20px 0;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.jkbottom .blink li {
  float: left;
  width: 50%;
  line-height: 50px;
}
.jkbottom .blink li i {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
}
.jkbottom .blink li i.fico2 {
  background-position: -426px -152px;
}
.jkbottom .blink li i.fico1 {
  background-position: -426px -78px;
}

/*动画*/
.animatBox {
  height: 588px;
  position: relative;
  padding: 50px 0;
}
.animatBox ul {
  overflow: hidden;
}
.animatBox ul li {
  display: inline;
  float: left;
}
.animatBox .animatBox4 {
  position: absolute;
  bottom: 120px;
  text-align: center;
  width: 100%;
}
.animatBox .animatBox5 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

/*资讯有礼*/
/**/
.gift-banner01 {
  background: url(../../images/product/fingroup/gift-banner1.jpg) no-repeat top center;
  height: 619px;
  width: 100%;
}

.gift-banner02 {
  background: url(../../images/product/fingroup/gift-banner2.jpg) no-repeat top center;
  height: 428px;
  width: 100%;
}

body {
  /*background: url(../../images/product/fingroup/bg.png)*/
}

.giftcontent {
  background: url(../../images/product/fingroup/slideBg.png) no-repeat bottom;
  width: 100%;
}

.giftcenter {
  width: 1200px;
  margin: 0 auto;
}

.gift1-title img {
  margin: 67px 0 75px 117px;
}

.gift1-zx {
  background: url(../../images/product/fingroup/1_03.png) no-repeat top left;
  height: 147px;
  width: 100%;
  text-align: center;
}

.gift1-zx img {
  margin-top: 32px;
}

.gift1-con {
  background: url(../../images/product/fingroup/gift1-con.jpg) no-repeat top center;
  height: 432px;
}

.gift2 {
  padding-top: 125px;
}

.gift2-con {
  background: url(../../images/product/fingroup/gift2-con.png) no-repeat top center;
  height: 433px;
}

/*bottom*/

.gift-bottom {
  padding: 83px 0 0;
  background: url(../../images/product/fingroup/gift-bottombg.png) no-repeat left bottom;
  width: 100%;
}

.gift-boinfo {
  text-align: center;
}

.gift-bottom-txt {
  text-align: center;
  padding: 20px 0 35px;
}

.gift-bottom-txt p {
  font-size: 24px;
  color: #f7db8f;
  line-height: 47px;
}

.gift-bottom-txt p span,
.gift-bottom-txt p a {
  margin: 0 15px;
  color: #f7db8f;
}

/**专题页**/
.maypage {
}
.maypage li {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.maypage .mayActive1 {
  background-image: url("../../images/product/fingroup/maypage_01.jpg");
  height: 723px;
}
.maypage .mayActive2 {
  background-image: url("../../images/product/fingroup/maypage_02.jpg");
  height: 680px;
}
.maypage .mayActive3 {
  background-image: url("../../images/product/fingroup/maypage_03.jpg");
  height: 621px;
}
.maypage .mayActive4 {
  background-image: url("../../images/product/fingroup/maypage_04.jpg");
  height: 867px;
}
.maypage .mayActive5 {
  background-image: url("../../images/product/fingroup/maypage_05.jpg");
  height: 856px;
}
.maypage .mayActive6 {
  background-image: url("../../images/product/fingroup/maypage_06.jpg");
  height: 290px;
  text-align: center;
  padding-top: 10px;
}
.maypage .mayActive6 span {
  padding: 0 20px;
}
.maypage .mayActive6 p {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.maypage .mayActive6 a {
  color: #fff;
}
