
/* notice */
.notice {
  display: block;
  height: 33px;
  background-color: #8c7e7e;
}
.notice .main {
  background: url('../images/notice.png') no-repeat center left 34px;
}
.notice .txtScroll-top {
  margin-left: 75px;
  height: 33px;
}
.notice .txtScroll-top .hd {
  display: none;
}
.notice .txtScroll-top .bd ul li a {
  display: block;
  line-height: 33px;
}
.notice .txtScroll-top .bd ul li a span {
  display: inline-block;
  padding-right: 70px;
}


/* m1 */
.m1 {
  display: block;
  width: 1200px;
  margin: 60px auto 0;
}
.m1 .fl {
  width: 891px;
}

.m1 .hot-product ul  {
  height: 481px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.m1 .hot-product ul li {
  position: relative;
  float: left;
  width: 178px;
  height: 242px;
}
.m1 .hot-product ul li .dl {
  display: block;
  height: 240px;
  text-align: center;
  position: relative;
}
.m1 .hot-product ul li .dl a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 215px;
  padding-top: 25px;
  width: 100%;
  z-index: 9999;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-bottom: none;

}

.m1 .hot-product ul li .label {
  position: absolute;
  left: 0;
  top: 12px;
  width: 32px;
  height: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.m1 .hot-product ul li .re {
  background-image: linear-gradient(to right, #ff5e4c , #ff3702);
}
.m1 .hot-product ul li .duo {
  background-image: linear-gradient(to right, #e346ff , #ea03ff);
}
.m1 .hot-product ul li .kuai {
  background-image: linear-gradient(to right, #6ec6f4 , #36a3fc);
}
.m1 .hot-product ul li .hao {
  background-image: linear-gradient(to right, #38df4d , #19c851);
}
.m1 .hot-product ul li .sheng {
  background-image: linear-gradient(to right, #00c0c7 , #00a0a9);
}
.m1 .hot-product ul li .pic {
  width: 40px;
  height: 40px;
  padding: 6px;
  background: url('../images/yuan.png') no-repeat;
  margin: 0 auto 18px;
}
.m1 .hot-product ul li .pic img {
  display: block;
  width: 40px;
  height: 40px;
}
.m1 .hot-product ul li h2 {
  color: #333;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
.m1 .hot-product ul li .p-1 {
  font-size: 14px;
  color: #999;
  line-height: 16px;
  margin-top: 8px;
}
.m1 .hot-product ul li .p-2 {
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.m1 .hot-product ul li .p-2 span {
  font-size: 22px;
  color: #f02d1d;
  line-height: 22px;
}
.m1 .hot-product ul li .p-2 span i {
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
}
.m1 .hot-product ul li .p-3 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}

.m1 .fr .s-tit {
  padding-left: 22px;
}

.m1 .fr {
  width: 309px;
}
.m1 .ranking ul {
  width: 308px;
  height: 468px;
  border: 1px solid #e6e6e6;
  border-left: none;
  padding-top: 12px;
}
.m1 .ranking ul li {
  margin-top: 20px;
  height: 52px;
}
.m1 .ranking ul li a {
  display: block;
  overflow: hidden;
}
.m1 .ranking ul li h6 {
  display: block;
  float: left;
  font-size: 16px;
  color: #f02d1d;
  font-weight: bold;
  line-height: 52px;
  width: 50px;
  text-align: center;
  text-indent: 14px;
}

.m1 .ranking ul li:nth-child(4) h6 ,.m1 .ranking ul li:nth-child(5) h6 ,.m1 .ranking ul li:nth-child(6) h6 {
  color: #999;
} 
.m1 .ranking ul li .pic {
  width: 40px;
  height: 40px;
  padding: 6px;
  background: url('../images/yuan.png') no-repeat;
  float: left;
}
.m1 .ranking ul li .pic img {
  display: block;
  width: 40px;
  height: 40px;
}
.m1 .ranking ul li .txt {
  float: right;
  width: 192px;
  padding-top: 9px;
}
.m1 .ranking ul li .txt .p-1 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 16px;
  margin-bottom: 5px;
}
.m1 .ranking ul li a:hover .p-1{
  color: #f02d1d;
}
.m1 .ranking ul li .txt .p-2 {
  font-size: 14px;
  color: #999;
  line-height: 16px;
}
.m1 .ranking ul li .txt .p-2 span {
  display: inline-block;
  margin-right: 10px;
}
.m1 .ranking ul li .txt .p-2 span i {
  font-style: normal;
  color: #f02d1d;
}


/* m2 */
.m2 {
  display: block;
  width: 1200px;
  margin: 52px auto 0;
  padding-bottom: 15px;
}
.m2 .tit {
  display: block;
}
.m2 .tool {
  width: 231px;
  height: 444px;
}
.m2 .tool ul {
  border: 1px solid #e6e6e6;
  border-right: none;
  border-top: none;
  height: 442px;
}
.m2 .tool ul li {
  float: left;
  width: 115px;
  height: 110px;
  position: relative;
}
.m2 .tool ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 89px;
  padding-top: 20px;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.m2 .tool ul li i {
  display: block;
  width: 53px;
  height: 49px;
  margin: 0 auto;
  background-image: url('../images/icon.png');
}
.m2 .tool ul li span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
}
.m2 .tool ul li a:hover {
  background-color: #f02d1d;
}
.m2 .tool ul li a:hover span {
  color: #FFF;
}
.m2 .tool ul li:nth-child(1) a i{
  background-position: 0 0;
}
.m2 .tool ul li:nth-child(2) a i{
  background-position: -53px 0;
}
.m2 .tool ul li:nth-child(3) a i{
  background-position: -106px 0;
}
.m2 .tool ul li:nth-child(4) a i{
  background-position: -159px 0;
}
.m2 .tool ul li:nth-child(5) a i{
  background-position: -212px 0;
}
.m2 .tool ul li:nth-child(6) a i{
  background-position: -265px 0;
}
.m2 .tool ul li:nth-child(7) a i{
  background-position: -318px 0;
}
.m2 .tool ul li:nth-child(8) a i{
  background-position: -371px 0;
}
.m2 .tool ul li:nth-child(1) a:hover i{
  background-position: 0 -49px;
}
.m2 .tool ul li:nth-child(2) a:hover i{
  background-position: -53px -49px;
}
.m2 .tool ul li:nth-child(3) a:hover i{
  background-position: -106px -49px;
}
.m2 .tool ul li:nth-child(4) a:hover i{
  background-position: -159px -49px;
}
.m2 .tool ul li:nth-child(5) a:hover i{
  background-position: -212px -49px;
}
.m2 .tool ul li:nth-child(6) a:hover i{
  background-position: -265px -49px;
}
.m2 .tool ul li:nth-child(7) a:hover i{
  background-position: -318px -49px;
}
.m2 .tool ul li:nth-child(8) a:hover i{
  background-position: -371px -49px;
}
.m2 .tool ul li:nth-child(7) a ,.m2 .tool ul li:nth-child(8) a {
  height: 91px;
}
.m2 .maple-leaves {
  width: 960px;
  height: 444px;
  background-color: #ccc;
}
.m2 .maple-leaves ul {
  position: relative;
  width: 960px;
  height: 444px;
  overflow: hidden;
}
.m2 .maple-leaves ul li {
  float: left;
  width: 238px;
  position: absolute;
  overflow: hidden;
}
.m2 .maple-leaves ul li img {
  display: block;
}
.m2 .maple-leaves ul li .st {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 102px;
  text-align: center;
  transition: all 0.3s linear;
}
.m2 .maple-leaves ul li.active .st {
  left:-100%;
}
.m2 .maple-leaves ul li .txt .nr {
  display: block;
}
.m2 .maple-leaves ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.15)
}
.m2 .maple-leaves ul li .txt .lt {
  position: absolute;
  top: 30px;
  left: 100%;
  width: 100%;
  padding: 0 25px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s linear;
}
.m2 .maple-leaves ul li.active .on .lt {
  left: 0;
}
.m2 .maple-leaves ul li .txt p {
  color: #FFF;
  position: absolute;
  padding: 0 25px;
  font-size: 14px;
  left: 100%;
  width: 100%;
}
.m2 .maple-leaves ul li .txt p.p-1 {
  top: 70px;
  transition: all 0.3s linear;
}
.m2 .maple-leaves ul li .txt p.p-2 {
  top: 94px;
  transition: all 0.35s linear;
}
.m2 .maple-leaves ul li .txt p.p-3 {
  top: 118px;
  transition: all 0.4s linear;
}
.m2 .maple-leaves ul li .txt p.p-4 {
  top: 142px;
  transition: all 0.45s linear;
}
.m2 .maple-leaves ul li.active .on p {
  left: 0;
}
.m2 .maple-leaves ul li .txt a {
  display: block;
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 140px;
  height: 42px;
  background: #f02d1d;
  line-height: 42px;
  font-size: 24px;
  text-align: center;
}
.m2 .maple-leaves ul li.active .on a {
  bottom: 42px;
}


/* m3 */
.m3 {
  display: block;
  width: 1200px;
  margin: 20px auto 0;
  padding-bottom: 15px;
}
.m3 .news {
  width: 960px;
  height: 397px;
  position: relative;
}
.m3 .news .img {
  position: absolute;
  left: 0;
  top: 0;
}
.m3 .news .txt {
  width: 664px;
  height: 325px;
  padding: 35px 24px 35px 270px;
  border: 1px solid #e6e6e6;
}
.m3 .news .txt .m3-tit {
  overflow: hidden;
}
.m3 .news .txt .m3-tit .pics {
  width: 125px;
  height: 104px;
  position: relative;
}

.m3 .news .txt .m3-tit .pics img {
  display: block;
  width: 119px;
  height: 104px;
}

.m3 .news .txt .m3-tit .pics i {
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 46px;
  background: #e6e6e6;
}
.m3 .news .txt .m3-tit .txts {
  width: 520px;
  padding-top: 2px;
}

.m3 .news .txt .m3-tit .txts h2 {
  margin-bottom: 8px;
}
.m3 .news .txt .m3-tit .txts h2 a {
  font-size: 21px;
  color: #333;
  font-weight: normal;
}

.m3 .news .txt .m3-tit .txts p {
  font-size: 14px;
  color: #999;
}
.m3 .news .txt .m3-tit .txts h2 a:hover {
  color: #f02d1d;
}
.m3 .news .txt ul {
  margin-top: 30px;
  overflow: hidden;
}
.m3 .news .txt ul li {
  float: left;
  width: 322px;
  height: 28px;
  margin-bottom: 12px;
  margin-right: 20px;
}
.m3 .news .txt ul li:nth-child(2n) {
  margin-right: 0;
}
.m3 .news .txt ul li a {
  display: block;
  position: relative;
  height: 28px;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 6px;
  border-radius: 3px;
}

.m3 .news .txt ul li a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff6600;
  border-radius: 6px; 
  vertical-align: middle;
  margin-right: 8px;
}
.m3 .news .txt ul li a:hover {
  color: #f02d1d;
}

.m3 .news .txt ul li a span {
  display: block;
  position: absolute;
  right: 6px;
  top: 0;
  height: 28px;
  background-color: #FFF;
  line-height: 28px;
  color: #ccc;
}

.m3 .tool {
  width: 229px;
  height: 395px;
  border: 1px solid #e6e6e6;
}
.m3 .tool .s-tit {
  margin: 35px 0 27px 19px;
}
.m3 .tool ul li {
  float: left;
  width: 115px;
  height: 153px;
  position: relative;
}

.m3 .tool ul li:nth-child(2n){
  width: 114px;
}
.m3 .tool ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 116px;
  padding-top: 37px;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.m3 .tool ul li i {
  display: block;
  width: 53px;
  height: 49px;
  margin: 0 auto;
  background-image: url('../images/icon.png');
}
.m3 .tool ul li span {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}
.m3 .tool ul li a:hover span {
  color: #FFF;
}
.m3 .tool ul li a:hover {
  background-color: #f02d1d;
}
.m3 .tool ul li:nth-child(1) a i{
  background-position: -424px 0;
}
.m3 .tool ul li:nth-child(2) a i{
  background-position: -477px 0;
}
.m3 .tool ul li:nth-child(3) a i{
  background-position: -530px 0;
}
.m3 .tool ul li:nth-child(4) a i{
  background-position: -583px 0;
}
.m3 .tool ul li:nth-child(1) a:hover i{
  background-position: -424px -49px;
}
.m3 .tool ul li:nth-child(2) a:hover i{
  background-position: -477px -49px;
}
.m3 .tool ul li:nth-child(3) a:hover i{
  background-position: -530px -49px;
}
.m3 .tool ul li:nth-child(4) a:hover i{
  background-position: -583px -49px;
}


/* m4 */
.m4 {
  display: block;
  width: 1200px;
  margin: 22px auto 0;
  padding-bottom: 15px;
}
.m4 ul li {
  float: left;
  width: 244px;
  height: 344px;
  margin-right: 74.6px;
	margin-bottom:9px;
	position:relative;
}
.m4 ul li:last-of-type {
  margin-right: 0;
}
.m4 ul li a {
  display: block;
  width: 242px;
  height: 342px;
  border: 1px solid #e6e6e6;
}
.m4 ul li img {
  display: block;
  margin: 10px auto 0;
}
.m4 ul li p {
  text-align: center;
}
.m4 ul li .p-1 {
  font-size: 26px;
  color: #f02d1d;
  margin-top: 30px;
  line-height: 26px;
}
.m4 ul li .p-2 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  line-height: 20px;
}
.m4 ul li span {
  display: block;
  width: 152px;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-align: center;
  border: 1px solid #e6e6e6;
  margin: 50px auto;
  font-size: 18px;
}
.m4 ul li:hover span {
  margin: 50px auto;
	opacity:1;
}
.m4 ul li:hover .p-1 {
  margin-top: 30px;
}
.m4 ul li:hover .p-2 {
  margin-top: 10px;
}
.m4 ul li:hover span {
  background-color: #f02d1d;
  border-color: #f02d1d;
  color: #fff;
}

/* m5 */
.m5 {
  display: block;
  width: 1200px;
  margin: 22px auto 0;
  padding-bottom: 15px;
}
.m5 .tit {
  display: block;
}
.m5 ul li {
  float: left;
  width: 188px;
  height: 294px;
  margin-right: 14.4px;
  position: relative;
  overflow: hidden;
}
.m5 ul li:nth-child(6) {
  margin-right: 0;
}
.m5 ul li a {
  display: block;
}
.m5 ul li img {
  display: block;
  width: 188px;
  height: 294px;
}
.m5 ul li .txt {
  background: rgba(233,44,36,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
.m5 ul li:hover .txt {
  height: 30%;
}
.m5 ul li .txt p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 50px;
}
.m5 ul li .txt p span {
  display: block;
  text-align: center;
  line-height: 20px;
}
.m5 ul li .txt p span i {
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
}
.m5 ul li .txt p span:nth-child(1){
  margin-bottom: 10px;
}


/* m6 */
.m6 {
  display: block;
  margin-top: 20px;
}
#certify {
	position: relative;
	width: 1200px;
  margin: 0 auto;
}

#certify .swiper-container {
  padding: 15px 0;
}

#certify  .swiper-slide {
          box-shadow: 0 2px 15px rgba(0,0,0,.5);
       -o-box-shadow: 0 2px 15px rgba(0,0,0,.5);
      -ms-box-shadow: 0 2px 15px rgba(0,0,0,.5);
     -moz-box-shadow: 0 2px 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.5);
	width: 1000px;
	height: 400px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
#certify  .swiper-slide img{
  display:block;
  
}
#certify  .swiper-slide .dkcg {
  position: absolute;
  width: 200px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #FFF;
  top: 20px;
  left: -63px;
  text-align: center;
  transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  background-color: #ff5050;
  z-index: 99;
}
#certify  .swiper-slide .txt {
  position: absolute;
  left: 120px;
  top: 84px;
  width:410px;
  height: 220px;
}
#certify  .swiper-slide .txt h2{
  font-size: 30px;
  font-weight: normal;
  color: #333;
  line-height: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 16px;
}
#certify  .swiper-slide .txt h2 i {
  font-size: 18px;
  color: #999;
  font-style: normal;
  padding-left: 14px;
}
#certify  .swiper-slide .txt h2 span {
  font-size: 18px;
  padding-left: 14px;
}
#certify  .swiper-slide .txt h2 em {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  color: #f02d1d;
  padding-left: 14px;
}
#certify  .swiper-slide .txt p {
  font-size: 12px;
  color: #666;
}
#certify  .swiper-slide .txt a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 38px;
  border: 2px solid #f02d1d;
  color: #f02d1d;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}
#certify  .swiper-slide .txt a:hover {
  background-color: #f02d1d;
  color: #FFF;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 30px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #ccc;
	width: 12px;
	height: 12px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f02d1d;
}

#certify .swiper-button-prev {
	left: 0;
	width: 40px;
	height: 80px;
	background: url('../images/jt.png') no-repeat;
  background-position: 0 0;
  opacity: .5;
}
#certify .swiper-button-next {
	right: 0;
	width: 40px;
	height: 80px;
	background: url('../images/jt.png') no-repeat;
	background-position:  -40px 0;
  z-index: 99999;
  opacity: .5;
}
#certify .swiper-button-prev:hover ,#certify .swiper-button-next:hover {
  opacity: 1;
}



.adviser-mark {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  z-index: 99999999;
  opacity: 0;
}
.adviser-mark .mark-box {
  width: 770px;
  height: 556px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1200px;
  /* margin-top: -278px; */
  margin-left: -335px;
  background: #FFF;
}
.adviser-mark .mark-box .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  right: 19px;
  background: url('../images/close.gif') no-repeat center center;
  cursor: pointer;
}

.adviser-mark .mark-box .hd {
  margin: 68px 48px 48px;
}
.adviser-mark .mark-box .hd .p-1 {
  overflow: hidden;
  margin-bottom: 24px;
}
.adviser-mark .mark-box .hd .p-1 span {
  display: block;
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
}
.adviser-mark .mark-box .hd .p-1 span:nth-child(2) {
  float: right;
}

.adviser-mark .mark-box .hd .p-2 {
  height: 7px;
  background-color: #e6e6e6;
  position: relative;
  border-radius: 7px;
  width: 100%;
}
.adviser-mark .mark-box .hd .p-2 span {
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  height: 7px;
  background-color: #f02d1d;
  border-radius: 7px;
}
.adviser-mark .mark-box .hd .p-2 span.active {
  width: 100%;
}
.adviser-mark .mark-box .bd {
  margin: 0 70px;
}
.adviser-mark .mark-box .bd .bd-li {
  display: none;
}
.adviser-mark .mark-box .bd .active {
  display: block;
}

.adviser-mark .mark-box .bd .cg img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 100px auto 16px;
}
.adviser-mark .mark-box .bd .cg h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #f02d1d;
  text-align: center;
  margin-bottom: 8px;
}
.adviser-mark .mark-box .bd .cg p {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.adviser-mark .loan-aid {
  width: 370px;
  float: left;
}

.adviser-mark .loan-aid  .boxs .inp-li {
  width: 370px;
  margin-right: 0;
  margin-bottom: 12px;
}
.adviser-mark .loan-aid  .boxs .inp-li input {
  width: 330px;
}
.adviser-mark .loan-aid .sub {
  background-color: #ff3437;
  width: 254px;
  height: 48px;
  line-height: 48px;
}
.adviser-mark .info {
  float: right;
  width: 195px;
  padding-top: 20px;
}
.adviser-mark .info p {
  font-size: 12px;
  line-height: 30px;
  color: #999;
}
.adviser-mark .info p span {
  display: block;
  color: #333;
  font-size: 16px;
}
