* {
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular;
}
.box {
  width: 100%;
  height: 100%;
}
.clearFlex::after {
  clear: both;
  content: "";
  display: block;
}
header {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #621026;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
header > div {
  width: 1200px;
  margin: 0 auto;
}
header > div > .logo {
  float: left;
  width: 125px;
  height: 54px;
  background: url('../../images/index/logo.png');
  background-size: 100% 100%;
  display: inline-block;
  margin-top: 15px;
}
header > div > .head_right {
  width: 900px;
  float: right;
}
header > div > .head_right > ul {
  list-style: none;
  margin-left: 162px;
}
header > div > .head_right > ul > li {
  float: left;
  height: 80px;
  padding: 0 25px;
}
header > div > .head_right > ul > li a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
header > div > .head_right > ul > li:hover {
  background-color: #89002A;
}
.content {
  width: 100%;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.content > .banner {
  width: 100%;
  position: relative;
}
.content > .banner > ul {
  width: 100%;
}
.content > .banner > ul > li {
  width: 100%;
}
.content > .banner > ul > li > img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.content > section > .introduce {
  width: 100%;
  height: 100%;
  position: relative;
}
.content > section > .introduce > div.bg {
  width: 100%;
  height: 478px;
  overflow: hidden;
}
.content > section > .introduce > div.bg img {
  width: 100%;
  vertical-align: top;
  transition: 1s all;
}
.content > section > .introduce > div.bg img:hover {
  transform: translate(0, -50px) scale(1.1);
}
.content > section > .introduce > .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 90px;
}
.content > section > .introduce > .text h4 {
  font-size: 28px;
  font-weight: normal;
  color: #424753;
}
.content > section > .introduce > .text p {
  font-size: 14px;
  margin-top: 13px;
  line-height: 32px;
  color: #424753 ;
  padding: 0 241px;
  text-align: center;
}
.content > section > .character {
  width: 100%;
  padding-top: 90px;
}
.content > section > .character > ul {
  width: 100%;
  list-style: none;
}
.content > section > .character > ul > li {
  text-align: center;
  float: left;
  margin-right: 120px;
  width: 24.3%;
}
.content > section > .character > ul > li:first-child {
  margin-left: 80px;
}
.content > section > .character > ul > li > .ls {
  text-align: center;
}
.content > section > .character > ul > li > .ls p {
  transition: 1s all;
  color: #424753;
}
.content > section > .character > ul > li > .ls p:nth-child(1) {
  width: 90px;
  height: 90px;
  display: inline-block;
}
.content > section > .character > ul > li > .ls p:nth-child(1):hover {
  transform: translate(0, -15px);
}
.content > section > .character > ul > li > .ls p:nth-child(1) img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  cursor: pointer;
}
.content > section > .character > ul > li > .ls p:nth-child(2) {
  font-size: 36px;
  margin-top: 19px;
}
.content > section > .character > ul > li > .ls p:nth-child(3) {
  font-size: 16px;
  margin-bottom: 20.5px;
}
.content > section > .character > ul > li > .xx {
  text-align: center;
}
.content > section > .character > ul > li > .xx p {
  color: #424753;
  line-height: 32px;
  font-size: 14px;
}
.content > section > .character > ul > li > .xx p:nth-child(1) {
  padding-top: 26.5px;
  border-top: 1px solid #EDEDEF;
}
.content > section > .character > ul #last {
  margin-right: 0;
}
.content > section > .assistant {
  margin-top: 20px;
  width: 100%;
}
.content > section > .assistant > .ass_left {
  float: left;
  margin-top: 200px;
  width: 50%;
}
.content > section > .assistant > .ass_left > div {
  margin-left: 80px;
}
.content > section > .assistant > .ass_left > .top {
  margin-bottom: 34px;
}
.content > section > .assistant > .ass_left > .top h5 {
  font-size: 34px;
  color: #58627C;
  font-weight: normal;
}
.content > section > .assistant > .ass_left > .top > p {
  font-size: 20px;
  color: #58627C;
}
.content > section > .assistant > .ass_left > .bottom p {
  font-size: 16px;
  color: #58627C;
  line-height: 32px;
}
.content > section > .assistant > .ass_left > .bottom > div {
  width: 100%;
  margin-top: 36px;
  position: relative;
}
.content > section > .assistant > .ass_left > .bottom > div p span {
  cursor: pointer;
  margin-right: 17px;
}
.content > section > .assistant > .ass_left > .bottom > div p span img {
  vertical-align: top;
}
.content > section > .assistant > .ass_left > .bottom > div p:nth-child(2) {
  position: absolute;
  top: 47px;
  left: 60px;
  display: none;
}
.content > section > .assistant > .ass_left > .bottom > div p:nth-child(3) {
  position: absolute;
  top: 47px;
  left: 230px;
  display: none;
}
.content > section > .assistant > .ass_right {
  float: right;
  width: 50%;
  margin-top: 60px;
}
.content > section > .assistant > .ass_right img {
  width: 100%;
  vertical-align: top;
  transition: 1s all;
}
.content > section > .assistant > .ass_right img:hover {
  transform: scale(1.1);
}
.content > section > .lawsuit {
  width: 100%;
  margin-top: -100px;
  display: inline-block;
}
.content > section > .lawsuit > .law_left {
  float: left;
  width: 50%;
}
.content > section > .lawsuit > .law_left img {
  padding-left: 239px;
  transition: 1s all;
}
.content > section > .lawsuit > .law_left img:hover {
  transform: translate(0, -40px) scale(1.1);
}
.content > section > .lawsuit > .law_right {
  margin-top: 200px;
  float: right;
  text-align: right;
  width: 50%;
  position: relative;
}
.content > section > .lawsuit > .law_right > .top {
  padding-right: 290px;
  padding-bottom: 26px;
}
.content > section > .lawsuit > .law_right > .top p:nth-child(1) {
  font-size: 34px;
  color: #58627C;
  line-height: 48px;
}
.content > section > .lawsuit > .law_right > .top p:nth-child(2) {
  font-size: 20px;
  color: #58627c;
  line-height: 28px;
}
.content > section > .lawsuit > .law_right > .bottom {
  padding-right: 290px;
}
.content > section > .lawsuit > .law_right > .bottom p {
  font-size: 15px;
  color: #58627c;
  line-height: 32px;
}
.content > section > .lawsuit > .law_right > .bottom > div {
  width: 100%;
  margin-top: 29px;
  position: relative;
}
.content > section > .lawsuit > .law_right > .bottom > div > p span {
  cursor: pointer;
  margin-right: 17px;
}
.content > section > .lawsuit > .law_right > .bottom > div > p span img {
  vertical-align: top;
}
.content > section > .lawsuit > .law_right > .bottom > div > p:nth-child(2) {
  position: absolute;
  top: 45px;
  right: 150px;
  display: none;
}
.content > section > .lawsuit > .law_right > .bottom > div > p:nth-child(2) > img {
  width: 78%;
}
.content > section > .lawsuit > .law_right > .bottom > div > p:nth-child(3) {
  position: absolute;
  top: 45px;
  right: -50px;
  display: none;
}
.content > section > .lawsuit > .law_right > .bottom > div > p:nth-child(3) > img {
  width: 60%;
}
.content > section > .lawsuit > .law_right > .code {
  position: absolute;
  top: 20px;
  left: 430px;
}
.content > section > .lawsuit > .law_right > .code p {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.content > section > .lawsuit > .law_right > .code p img {
  vertical-align: top;
}
.content > section > .lawsuit > .law_right > .code > img {
  margin-right: 130px;
  margin-top: -2px;
}
.content > section > .business {
  width: 100%;
  background-color: #AF002E;
  padding-top: 50px;
}
.content > section > .business .text {
  width: 100%;
}
.content > section > .business .text > p,
.content > section > .business .text h4 {
  text-align: center;
  padding: 30px 140px 0 140px;
}
.content > section > .business .text h4 {
  font-size: 34px;
  color: #fff;
  line-height: 48px;
  font-weight: normal;
}
.content > section > .business .text p {
  padding-top: 0;
  margin-top: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.content > section > .business > .list {
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
}
.content > section > .business > .list > ul {
  width: 100%;
}
.content > section > .business > .list > ul > li {
  width: 22%;
  float: left;
  text-align: center;
  list-style: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 0 20px;
}
.content > section > .business > .list > ul > li:last-child {
  padding-right: 0;
}
.content > section > .business > .list > ul > li img {
  width: 100%;
  margin-bottom: 12px;
  vertical-align: top;
  transition: 1s all ;
  border-radius: 5px;
}
.content > section > .business > .list > ul > li img:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
}
#position {
  position: fixed;
  top: 50%;
  right: 10px;
  height: 140px;
  margin-top: -70px;
}
#position > ul {
  list-style: none;
}
#position > ul > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  cursor: pointer;
}
#position > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#position > ul > li > p {
  float: left;
  display: inline-block;
  width: 70px;
  margin-left: -74px;
  margin-top: -6px;
  text-align: right;
  color: #000;
  font-size: 14px;
  display: none;
}
.footer {
  width: 100%;
  height: 260px;
  background-color: #2D2E39;
}
.loginImg{
	width: 125px;
	height:54px;
	float: left;
}
.linkmen li{
	list-style-type:none;
	float: left;
}
.loginImg img{
	width: 100%;
	height:100%;
}
.foo_right .service{
	float: left;
}
.footer > .foo_left > ul li {
  line-height: 20px;
  float: left;
  margin-top: 34px;
}
.footer > .foo_left > ul li:hover a {
  color: #89002A;
}
.footer > .foo_left > ul li:first-child > img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.footer > .foo_left > ul li:last-child a {
  border-right: none;
}
.footer > .foo_left > ul li > a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  border-right: 1px solid #fff;
}
.footer > .foo_right > ul {
  list-style: none;
  margin-right: 30px;
  float: left;
}
.foo_left{
	  width:500px;
    height: 54px;
    float: left;
    padding-top: 135px;
    padding-left:77px;
}
.foo_right {
	width:30%;
	height:54px;
  padding-top: 135px;
  margin-left:220px;
	float: left;
}
.linkmen{
	width:450px;
	height:54px;
	margin-left:150px;

}
.footer > .foo_right > ul > li {
  position: relative;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}
.footer > .foo_right > ul > li > img {
  position: absolute;
  top: 30px;
  left: -40px;
  z-index: 1;
  display: none;
}
.footer > .foo_right > ul > li > p > img {
  width: 24px;
  height: 19.6px;
  vertical-align: top;
}
.footer > .foo_right > .service p {
  color: #fff;
}
.footer > .foo_right > .service p:nth-child(1) {
  font-size: 24px;
  line-height: 33px;
}
.footer > .foo_right > .service p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
}
.footer_foo {
  width: 100%;
  background-color: #292A32;
  height: 71px;
  line-height: 71px;
  text-align: center;
}
.footer_foo p {
  font-size: 12px;
  color: #7C93AD;
}
