@charset "utf-8";
.part1{
	background: #fff;
	padding-bottom: 110px;
}

.about_div {
  width: 100%;
  background: url('../images/part1_img.png') no-repeat left top;
}

.about_div>div {
  padding: 7px 0 0 545px;
}

.about_div .about_img {
  display: block;
}

.about_div .about_span {
  font-size: 19px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  margin: 0 0 17px;
  display: block;
}

.about_div .about_p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}

.about_div .about_btn {
  width: 173px;
  height: 48px;
  background: #FF2F37;
  color: #ffff;
  font-size: 24px;
  margin-top: 44px;
  border: 0px solid;
}

.partsystem {
  width: 100%;
  height: 816px;
  background: url('../images/part2bg.jpg') no-repeat center top;
}

.system_l {
  display: inline-block;
  width: 380px;
  float: left;
  padding-top: 126px;
  height: 100%;
  padding-right: 63px;
}

.system_l ul li {
  background-position: left 26%;
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 52px;
  padding-left: 48px;
  transition: all .3s;
  cursor: pointer;
  position: relative;
}

.system_l ul li.system_l_active .system_l_p {
  font-size: 22px;
  color: #FFFFFF;
}

.system_l ul li.system_l_active .system_l_span {
  color: #FFFFFF;
}

.system_l ul li:nth-child(1) {
  background-image: url('../images/part2_menu1.png');
}

.system_l ul li:nth-child(1).system_l_active {
  background-image: url('../images/part2_menu1h.png');
}

.system_l ul li:nth-child(2) {
  background-image: url('../images/part2_menu2.png');
}

.system_l ul li:nth-child(2).system_l_active {
  background-image: url('../images/part2_menu2h.png');
}

.system_l ul li:nth-child(3) {
  background-image: url('../images/part2_menu3.png');
}

.system_l ul li:nth-child(3).system_l_active {
  background-image: url('../images/part2_menu3h.png');
}

.system_l ul li:nth-child(4) {
  background-image: url('../images/part2_menu4.png');
}

.system_l ul li:nth-child(4).system_l_active {
  background-image: url('../images/part2_menu4h.png');
}

.system_l ul li .system_l_p {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, .49);
  transition: all .3s;
}

.system_l ul li .system_l_span {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(255, 255, 255, .2);
  text-transform: uppercase;
  transition: all .3s;
}

.system_l ul li .system_l_i {
  display: none;
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/office_iconr.png');
  position: absolute;
  right: 20px;
  top: 20px;
}

.system_l ul li.system_l_active .system_l_i {
  display: block;
}

.system_l .system_div {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, .8);
  margin: 133px 0 16px;
}

.system_l .system_p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, .5);
}

.system_r {
  display: inline-block;
  float: left;
  width: 900px;
  margin-top: 126px;
}

.system_r .system_r_div {
  font-size: 0;
  display: none;
}

.system_r .system_r_div.system_r_active {
  display: block;
}

.system_r .system_r_each {
  display: inline-block;
  width: 294px;
  height: 184px;
  background: #FFFFFF;
  margin-bottom: 9px;
  padding: 39px;
  float: left;
  position: relative;
  transition:all .3s;
}
.system_r .system_r_each:hover{
  padding: 28px 39px 39px;
}
.system_r .system_r_each:hover .system_r_btn{
  bottom:45px;
}
.system_r .system_r_each:hover .system_r_icon{
  bottom:30px;
}
.system_r .system_r_each:not(:nth-child(3n)) {
  margin-right: 9px;
}

.system_r .system_r_title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #111111;
  margin-bottom: 3px;
}

.system_r .system_r_subtitle {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #858585;
  width: 91%;
}

.system_r .system_r_btn {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D32229;
  position: absolute;
  bottom: 38px;
  background: url(../images/arrow43.png) no-repeat right;
  display: inline-block;
  padding-right: 15px;
  transition:all .3s;
}

.system_r .system_r_icon {
  position: absolute;
  bottom: 19px;
  right: 31px;
  transition:all .3s;
}

/* 公司荣誉 */
.deedswrap {
  width: 100%;
  height: 1194px;
}

.deeds {
  width: 100%;
  position: relative;
}

.deeds:after {
  position: absolute;
  content: '';
  top: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .1);
}

.deeds .parHd {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

.deeds .parHd .ul {
  height: 32px;
  display: inline-block;
}

.deeds .parHd .ul .li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(17, 17, 17, .5);
}

.deeds .parHd .ul .li.on {
  position: relative;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #F33D37;
}

.deeds .parHd .ul .li.on::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 4px;
  height: 4px;
  background: #F33D37;
  border-radius: 50%;
}

/* 本例子css */
.subdeeds {
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  /* display: none; */
}
.subdeeds.on{
  display:block;
}
.subdeeds:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  top: 130px;
  width: 1px;
  height: 72%;
  background: rgba(0, 0, 0, .1);
  z-index: 1;
}

.subdeeds .hd {
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 25px;
  background-color: #fff;
  z-index: 3;
}

.subdeeds .hd .ssNext,
.subdeeds .hd .ssPrev {
  display: block;
  width: 25px;
  height: 25px;
  float: right;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/more_page.png);
}

.subdeeds .hd .ssNext:hover,
.subdeeds .hd .ssPrev:hover {
  background-image: url(../images/more_page_hover.png);
}

.subdeeds .hd .ssPrev {
  transform: rotate(180deg);
}

.subdeeds .bd {
  padding: 66px 15px 27px;
  height: 804px;
  position: relative;
  z-index: 2;
}

.subdeeds .infoList .li {
  height: 105px;
  width: 659px;
  border: 2px solid #fff;
  position: relative;
  font-size: 0;
}

.subdeeds .infoList .li .li_l {
  display: inline-block;
  width: 465px;
  height: 100%;
  padding-top: 18px;
  padding-left: 20px;
  color: #fff;
  overflow: hidden;
}

.subdeeds .infoList .libox:not(:last-child) {
  margin-bottom: 90px;
}

.subdeeds .infoList .libox:nth-child(odd) .li {
  text-align: right;
}

.subdeeds .infoList .libox:nth-child(even) .li {
  text-align: left;
  right: 0;
  float: right;
  right: 0;
}

.subdeeds .infoList .li:hover {
  border: 2px solid #F33D37;
}

.subdeeds .infoList .libox .li:hover {
  background: transparent;
}
.subdeeds .infoList .libox .li:hover .li_l {
  background: #fd1f1f;
}
.subdeeds .infoList .li:hover .li_lspan {
  color: #fff;
}

.subdeeds .infoList .li:hover .li_lp {
  color: #fff;
}

.subdeeds .infoList .libox:nth-child(odd) .li_r {
  position: relative;
  width: 190px;
  height: 100%;
  position: absolute;
  right: 0;
}

.subdeeds .infoList .libox:nth-child(odd) .li_r:after {
  position: absolute;
  content: "";
  right: 27px;
  top: 44px;
  width: 9px;
  height: 9px;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.subdeeds .infoList .libox:nth-child(even) .li_r:after {
  position: absolute;
  content: "";
  left: 26px;
  top: 47px;
  width: 9px;
  height: 9px;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.subdeeds .infoList .libox .li:hover .li_r:after {
  border: 1px solid #F33D37;
}

.subdeeds .infoList .libox:nth-child(even) .li_r {
  float: left;
  width: 190px;
  /* background: #fff; */
  height: 100%;
  padding-left: 84px;
}

.subdeeds .infoList .libox:nth-child(odd) .li_l {
  float: left;
  padding-right: 20px;
}

.subdeeds .infoList .libox:nth-child(even) .li_l {}

.subdeeds .infoList .li .li_lspan {
  font-size: 17px;
  color: #111111;
  width: 100%;
  display: inline-block;
}

.subdeeds .infoList .li .li_lp {
  font-size: 12px;
  color: rgba(17, 17, 17, .6);
}

.subdeeds .infoList .li .li_r {
  display: inline-block;
  text-align: left;
  padding-left: 17px;
  padding-top: 15px;
}

.subdeeds .infoList .li .li_rspan {
  font-size: 30px;
  color: #111111;
}

.subdeeds .infoList .li .li_rp {
  font-size: 12px;
  color: rgba(17, 17, 17, .6);
}

/* 公司荣誉 */
.honorwrap {
  width: 100%;
  height: 830px;
  background: #F4F6F8;
}

.honors {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.honors .hd {
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  display: inline-flex
}

.honors .hd ul {
  overflow: hidden;
  zoom: 1;
  margin: auto;
}

.honors .hd ul li {
  float: left;
  width: 20px;
  height: 4px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(255, 47, 55, .23);
}

.honors .hd ul li.on {
  background: #FF2F37;
}

.honors .bd ul {
  overflow: hidden;
  zoom: 1;
}

.honors .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: left;
  width: 284px !important;
  background: #fff;
  padding: 40px;
  transition:all .3s;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.05);
}
.honors .bd ul li:hover{
  margin-top:0px;
}
.honors .bd ul li:not(:last-child) {
  margin-right: 20px;
}

.honor .bd ul li .honor_pic {
  text-align: center;
}

.honors .bd ul li .honor_pic img {
  width: 284px;
  padding: 2px;
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.honors .bd ul li .honor_title {
  padding-bottom: 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #111111;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.honors .bd ul li .honor_content {
  position: relative;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 30px;
  margin-bottom: 0px;
}

.honors .bd ul li .honor_content:after {
  position: absolute;
  content: '';
  left: 0;
  top: 80px;
  width: 36px;
  height: 1px;
  background: rgba(151, 151, 151, .12);
}


/* 公司动态 */
.dynamicwrap {
  height: 580px;
  background: #F4F6F8;
  width: 100%;
}

.dynamic {
  font-size: 0;
}

.dynamic .dynamic_each {
  display: inline-block;
  width: 47%;
  padding-bottom: 90px;
  border-bottom: 1px solid rgba(151, 151, 151, .15);
}

.dynamic .dynamic_each:nth-child(1) {
  margin-right: 6%;
}

.dynamic .dynamic_each:hover {
  border-bottom: 1px solid #FF2F37;
}

.dynamic .dynamic_each_l {
  display: inline-block;
  width: 228px;
  height: 152px;
  float: left;
}

.dynamic .dynamic_each_r {
  display: inline-block;
  width: 372px;
  padding-left: 18px;
}

.dynamic .dynamic_p1 {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #111111;
}

.dynamic .dynamic_p2 {
  height: 36px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 21px;
  overflow: hidden;
}

.dynamic .dynamic_span1 {
  font-size: 14px;
  color: #999999;
  margin: 10px 0;
  display: block;
}

.dynamic .dynamic_span2 {
  position: relative;
  font-size: 13px;
  color: #999999;
}

.dynamic .dynamic_span2:after {
  position: absolute;
  right: -18px;
  width: 10px;
  height: 20px;
  background: url(../images/arrow_dynamic.png) no-repeat right;
}

.dynamic .dynamic_each:hover .dynamic_span2:after {
  content: '';
}

.dynamic .dynamic_each:hover .dynamic_p1,
.dynamic .dynamic_each:hover .dynamic_span2 {
  color: #FF2F37;
}

.dynamic_btn {
  text-align: center;
  margin-top: 78px;
}

.dynamic_a {
  display: inline-block;
  padding-right: 17px;
  font-size: 14px;
  color: #999999;
  background: url(../images/arrow_dynamic_more.png) no-repeat right 67%;
  transition:all .3s;
}
.dynamic_a:hover{
  color: #ff2f37;
  background-image:url(../images/arrow43.png);
}
/* 合作伙伴 */
.partner ul .partner_each {
  position: relative;
  display: inline-block;
  width: 224px;
  height: 94px;
  float: left;
  margin-bottom: 30px;
}

.partner ul .partner_each:not(:nth-child(5n)) {
  margin-right: 20px;
}

.partner ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 224px;
  max-height: 94px;
}
.partner ul li img.partnerimg2{
  display:none;
}
.partner ul li:hover img.partnerimg2{
  display:block;
}
.tempWrap{
	width: 1200px !important;
}