body,html,ul,li,h1,h2,a,p{margin: 0; padding: 0; font-family: "Microsoft YaHei" !important;
  font-size: 14px; color: #333;}
html, body {
  -ms-overflow-style: scrollbar;  /*IE 浏览器强制设置一个统一样式*/
}
h1,h2,h3,h4 {
  margin: 0 !important;
  padding: 0;
}
li {list-style: none;}
a {text-decoration: none !important;}
#welcome {
  width: 100%;
  height: 30px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #d7d7d7;
}
#welcome .w_text {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
#welcome .w_text .w_t1 {
  font-size: 12px;
  color: #3f3f3f;
  line-height: 30px;
  float: left;
  display: block;
  width: 700px;
}
#header .logo {
  width: 336px;
  height: 65px;
  float: left;
  padding: 5px 0;
  margin-right: 12px;
}
#header {
  width: 1200px;
  height: 65px;
  margin: 0 auto;
}
#header .nav {
  height: 65px;
  float: right;
}
#header .nav ul li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 65px;
  padding: 0 10px;
}
#header .nav ul li a {
  font-size: 16px;
  font-weight: bold;
}
#header .nav ul li .cur {
  color: #0076ca;
}

#header .nav ul li a {
  color: #505050;
}
#header .fin-centre {
  display: inline-block;
  height: 65px;
  line-height: 65px;

}
#header .fin-centre span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #666;
  padding-left: 12px;
  vertical-align: middle;
  font-weight: 550;
  font-size: 20px;
  color: #F9480F;
}
.banner {
  width: 100%;
  height: 450px;
}
.banner .banner-img {
  width: 1200px;
  margin: 0 auto;
  height: 450px;
}
.banner .banner-img img {
  display: block;
  width: 1200px;
  height: 450px;
}
.content {
  width: 100%;
}
.content .content-box {
  width: 1200px;
  margin: 0 auto;
}
.counter {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1215px;
  margin-left: -7.5px;
  margin-top: 20px;
}
.counter li {
  margin: 0 7.5px;
  width: 390px;
  height: 112px;
}
.counter li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.counter li a img {
  display: inline-block;
  width: 390px;
  height: 112px;
}
.counter li a:hover {
  box-shadow: 0px 0px 4px 2px rgb(189,26,31,25%);
}
.part {
  margin-top: 40px;
}
.part .title-box {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: url(../images/line-bg.png) no-repeat;
}
.part .title-box .title {
  display: inline-block;
  padding: 16px 30px;
  background: #BD1A1F;
  z-index: 999;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
}
.product,.finance,.scheme {
  width: 1210px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-top: 20px;
}
.product li {
  width: 232px;
  height: 258px;
  background: linear-gradient(180deg, #FFF3F3 0%, #FFC5C7 100%);
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin: 10px 5px 0 5px;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product li img,a {
  display: inline-block;
}
.product li img {
  height: 32px;
  margin-top: 30px;
}
.product li h2 {
  font-size: 18px;
  margin-top: 20px !important;
}
.product li .p-con {
  margin-top: 4px;
}
.product li .p-con a {
  width: 100%;
  margin-top: 12px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product li .more {
  width: 232px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  background: linear-gradient(90deg, #FF3841 0%, #FF9EA2 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product li:hover {
  box-shadow: 0px 0px 4px 2px rgb(189,26,31,25%);
}
.product li .p-con a:hover {
  font-weight: bolder;
  color: #EE3E44;
}
.product li:hover .more {
  display: inline-block;
}
.product li .more:hover {
  background: linear-gradient(90deg, #BD1A1F 0%, #FF9EA2 100%);
}
.finance li {
  width: 232px;
  height: 246px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin: 10px 5px 0 5px;
  border: 1px solid #cdcdcd;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.finance li .f-top {
  width: 230px;
  height: 100px;
  position: relative;
}
.finance li .f-top img {
  display: inline-block;
  width: 230px;
  height: 100px;
}
.finance li .f-top h2 {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  width: 230px;
  color: #BD1A1F;
  background: rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.finance li .f-con {
  margin-top: 4px;
}
.finance li .f-con a {
  width: 100%;
  margin-top: 12px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.finance li .more {
  width: 230px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  background: linear-gradient(90deg, #FF3841 0%, #FF9EA2 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.finance li:hover {
  box-shadow: 0px 0px 4px 2px rgb(189,26,31,25%);
}
.finance li .f-con a:hover {
  font-weight: bolder;
  color: #EE3E44;
}
.finance li:hover .more {
  display: inline-block;
}
.finance li .more:hover {
  background: linear-gradient(90deg, #BD1A1F 0%, #FF9EA2 100%);
}
.scheme li {
  width: 232px;
  height: 125px;
  text-align: center;
  position: relative;
  margin: 10px 5px 0 5px;
}
.scheme li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.scheme li img { 
  display: inline-block;
  width: 232px;
  height: 125px;
}
.scheme li .title { 
  width: 232px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.scheme li .title h2 {
  display: inline-block;
  font-weight: bolder;
  color: #BD1A1F;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 16px;
  width: 176px;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  vertical-align: middle;
}
.scheme li a:hover {
  box-shadow: 0px 0px 4px 2px rgb(189,26,31,25%);
  -webkit-trasform: translateY(-6px);
  transform: translateY(-6px);
}
.footer {
  width: 100%;
  height: 220px;
  background: #991C20;
  margin-top: 60px;
}
.footer .footer-con {
  width: 1200px;
  margin: 0 auto;
  height: 220px;
  padding: 40px 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.same {
  text-align: center;
  color: #fff;
  height: 140px;
}
.same h3 {
  font-size: 18px;
  color: #fff;
}
.same p {
  color: #fff;
}
.wechat {
  width: 100px;
}
.wechat img {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 16px;
} 
.service .phone-1 {
  font-size: 32px;
  font-weight: bolder;
  margin-top: 25px;
}
.service .phone-2 {
  font-size: 14px;
  margin-top: 8px;
}
.hs-logo {
  line-height: 140px;
}
.hs-logo img {
  display: inline-block;
  width: 212px;
  height: 82px;
  vertical-align: middle;
}
.contact {
  text-align: left;
}
.contact .contact-con {
  margin-top: 20px;
}
.contact .contact-con p {
  margin-top: 12px;
}