@charset "utf-8";
/* CSS Document */


.main_box{
  width: 1200px;
  margin:0 auto;
}

.hide{
	display: none;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.banner {
  overflow: hidden;
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}

.mian_box {
  width: 1043px;
  margin: 0 auto;
}

.mian_box .youshi {
  background: #fff;
}
.mian_box .youshi h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 70px;
  color: #c20012;
}
.mian_box .youshi .tit {
  text-align: center;
  font-size: 18px;
  color: #595757;
}
.mian_box .youshi .lia {
  margin-top: 20px;
}
.mian_box .youshi .lia li {
  width: 20%;
  height: 50px;
  background: #B8B9B9;
  font-size: 21px;
  color: #231815;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #fff;
  text-align: center;
  float: left;
  box-sizing: border-box;
  line-height: 50px;
  font-weight: bold;
}
.mian_box .youshi .lia li img {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  display: none;
  top: 50px;
}
.mian_box .youshi .lia li.on {
  background: #C20012;
  color: #fff;
}
.mian_box .youshi .lia li.on img {
  display: block;
}
.mian_box .youshi .youshi_box {
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
}
.mian_box .youshi .youshi_box .fl {
  overflow: hidden;
  width: 457px;
  background: #F6F7FB;
  padding: 11px 15px;
}
.mian_box .youshi .youshi_box .fl ul {
  overflow: hidden;
  border-top: 1px solid #D7D8DC;
  border-left: 1px solid #D7D8DC;
}
.mian_box .youshi .youshi_box .fl ul li {
  overflow: hidden;
  padding: 0 7px;
  width: 50%;
  float: left;
  border-right: 1px solid #D7D8DC;
  height: 135px;
  box-sizing: border-box;
  border-bottom: 1px solid #D7D8DC;
}
.mian_box .youshi .youshi_box .fl ul li.on {
  background: #DB241D;
}
.mian_box .youshi .youshi_box .fl ul li.on p {
  color: #fff;
}
.mian_box .youshi .youshi_box .fl ul li.on span {
  color: #fff;
}
.mian_box .youshi .youshi_box .fl ul li img {
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 9px;
}
.mian_box .youshi .youshi_box .fl ul li p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 12px;
  font-weight: bold;
}
.mian_box .youshi .youshi_box .fl ul li span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 17px;
  margin-top: 9px;
}
.mian_box .youshi .youshi_box .fr {
  overflow: hidden;
  width: 561px;
  background: #B8BAB9;
  margin-right: 17px;
  margin-top: 10px;
  height: 402px;
}


.bank .bank_box .fras ul li:hover img{
	transform: scale(1.1);
	transition: all .3s;
}
.bank .bank_box .fr ul li:hover img{
	transform: scale(1.1);
	transition: all .3s;
}
.23.296186 .fades ul li:hover img{
	transform: scale(1.1);
  transition: all .3s;

}
/* .mian_box .youshi .youshi_box .fr:hover img{
	transform: scale(1.1);
	transition: all .3s;
} */

.mian_box .youshi .youshi_box .fr {
  overflow: hidden;
  width: 561px;
  background: #B8BAB9;
  margin-right: 17px;
  margin-top: 10px;
  height: 402px;
}


.mian_box .youshi .youshi_box .fr .pic{
  width:561px;
  height:402px;
}
.mian_box .youshi .youshi_box .fr img{
	width: 100%;
	height: 100%;
	display: block;
}
.bans {
  overflow: hidden;
  width: 100%;
  /*margin-top: 60px;*/
  background-image: url(../images/gs_03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.bans h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #DC0012;
  margin-top: 100px;
}
.bans ul {
  margin-top: 268px;
}
.bans ul li {
  overflow: hidden;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  background: rgba(216, 51, 54, 0.8);
height: 178px;
      width: 193px;
  margin: 0 10px;
        margin-right: 3px;
}
.bans ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: all .3s;
}
.bans ul li:hover img{
	transform: scale(1.1);
	transition: all .3s;
}
.bans ul li p {
  text-align: center;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  margin-top: 25px;
}
.bans ul li span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  height: 40px;
  line-height: 20px;
  color: #fff;
}
.bans ul li img {
  display: block;
  width: 79px;
  margin: 0 auto;
  margin-top: 10px;
}

.list_title {
  overflow: hidden;
  margin:10px 0;

}
.list_title_new{
  overflow: hidden;
  padding-bottom:24px;
}
.list_title_new .bread{
  font-size:14px;
  border-bottom: 1px solid #CCCCCC;
  padding:16px 4px;
  
}
.list_title p {
  text-align: center;
  font-size: 48px;
  color: #c20012;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.list_title span {
 display: inline-block;
  font-size: 14px;
  text-align: center;
}

.lists {
  overflow: hidden;
}
.lists .list {
  overflow: hidden;
}
.lists .list li {
  width: 25%;
  margin-top: 30px;
  float: left;
}
.lists .list li div {
  overflow: hidden;
  width: 100%;
}
.lists .list li div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.lists .list li p {
  text-align: center;
  font-size: 17px;
  color: #333;
}
.lists .list1 {
  overflow: hidden;
}
.lists .list1 li {
  width: 25%;
  margin-top: 30px;
  float: left;
}
.lists .list1 li div {
  overflow: hidden;
  width: 100%;
}
.lists .list1 li div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.lists .list1 li p {
  text-align: center;
  font-size: 17px;
  color: #333;
}

.team {
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
}
.team ul {
  margin-top: 42px;
}
.team ul li {
  overflow: hidden;
  width: 195px;
height: 536px;
  padding: 25px 20px 0 20px;
  box-sizing: border-box;
  border: 1px solid #A5A6A7;
  float: left;
  margin-left: 13px;
}
.team ul li:hover {
  background: #C20012;
  transform: scale(1.2);
  transition: all .3s;
}
.team ul li:hover .t {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.team ul li:hover .t p {
  color: #fff;
}
.team ul li:hover .t span {
  color: #fff;
}
.team ul li:hover em {
  color: #fff;
}
.team ul li:first-child {
  margin-left: 0;
}
.team ul li .t {
  overflow: hidden;
  border-top: 1px solid #808080;
  margin-bottom: 15px;
  border-bottom: 1px solid #808080;
  padding: 20px;
}
.team ul li .t p {
  font-size: 24px;
  color: #c20012;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.team ul li .t span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.team ul li em {
  height:240px;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 25px;
}
.team ul li img {
  width:100%;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.bank {
  overflow: hidden;
}
.bank .bank_box {
  overflow: hidden;
  margin-top:44px;
}
.bank .bank_box .fl {
  width: 242px;
  /*overflow: hidden;*/
}
.bank .bank_box .fl li {width: 100%;height: 51px;margin-bottom: 12px;cursor: pointer;background: #D4D4D4;box-sizing: border-box;position: relative;}
.bank .bank_box .fl li.on {
  background: #C20012;
}
.bank .bank_box .fl li.on div {
  background-image: url(../images/icon_123.jpg);
}
.bank .bank_box .fl li.on p {
  color: #fff;
}
.bank .bank_box .fl li.on img {
  /*display: block;*/
}
.bank .bank_box .fl li img {
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -25px;
  display: none;
}
.bank .bank_box .fl li div {
  overflow: hidden;
  width: 13px;
  float: left;
  margin-left: 17px;
  margin-top: 20px;
  height: 14px;
  background-size: 100%;
  background-image: url(../images/icon_120.jpg);
}
.bank .bank_box .fl li p {
  font-size: 18px;
  color: #231815;
  float: left;
  margin-left: 9px;
  line-height: 51px;
}
.bank .bank_box .fras {
  float: left;
  overflow: hidden;
  width: 769px;
  margin-left: 40px;
}
.bank .bank_box .fras ul {
  overflow: hidden;
}
.bank .bank_box .fras ul li {
  overflow: hidden;
  width: 48%;
  height: 100px;
  background: #F4F4F4;
  padding: 7px;
  box-sizing: border-box;
  margin-right: 10px;
  float: left;
}
.bank .bank_box .fras ul li img {
  float: left;
  border: 5px solid #fff;
  box-sizing: border-box;
  display: block;
}
.bank .bank_box .fras ul li div {
  overflow: hidden;
  float: left;
  width: 195px;
}
.bank .bank_box .fr ul li:nth-child(3n){
	/*margin-right: 0;*/
}
.bank .bank_box .fras ul li div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #C20012;
  margin-bottom: 5px;
}
.bank .bank_box .fras ul li div span {
  font-size: 13px;
  color: #666666;
  display: block;
  line-height: 15px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.bank .bank_box .fr {
  overflow: hidden;
  width: 920px;
}
.bank .bank_box .fr ul {
  height: 358px;
  width: 100%;
  overflow: auto;
}
.bank .bank_box .fr ul li {
  overflow: hidden;
  width: 215px;
  box-sizing: border-box;
  margin-right: 116px;
  margin-bottom: 20px;
  float: left;
}
.bank .bank_box .fr ul li div {
  overflow: hidden;
  width: 100%;
  height: 132px;
  background: #A5A6A7;
}
.bank .bank_box .fr ul li div img{
	width: 90%;
	height: 100%;
	display: block;
  border: 3px solid #d4d4d4;
}
.bank .bank_box .fr ul li p {
  overflow: hidden;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.join {
  overflow: hidden;
  margin-top: 70px;
}
.join h2 {
  text-align: center;
  font-size: 48px;
  line-height: 68px;
  font-weight: bold;
  color: #c20012;
}
.join .join_tit {
  text-align: center;
  font-size: 24px;
  color: #595757;
}
.join .join_box {
  overflow: hidden;
  width: 100%;
  margin-top: 35px;
}
.join .join_box .fl {
  overflow: hidden;
  width: 765px;
}
.join .join_box .fl video {
  width: 438px;
  height: 270px;
  background: #333;
  float: left;
}
.join .join_box .fl .font {
  float: right;
  width: 310px;
  height: 270px;
  background: #EBEBEB;
  padding: 10px 0 0 10px;
}
.join .join_box .fl .font p {
  font-size: 17px;
  color: #C10000;
  font-weight: bold;
}
.join .join_box .fl .font em {
  font-style: normal;
  font-size: 12px;
  margin-top: 10px;
  text-indent: 13px;
  color: #C10000;
  font-weight: bold;
  display: block;
}
.join .join_box .fl .font span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  text-indent: 13px;
  margin-top: 20px;
}
.join .join_box .fl .font div {
  width: 103px;
  height: 38px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 180px;
  line-height: 38px;
}
.join .join_box .fl .font div a {
  color: #c10000;
}
.join .join_box .fl .font div i {
  color: #333;
  font-style: normal;
}
.join .join_box ul {
  overflow: hidden;
  margin-right: 24px;
  float: right;
  width: 223px;
}
.join .join_box ul li {
  overflow: auto;
  width: 100%;
  height: 63px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 63px;
  color: #c20012;
  background: #D4D4D4;
  margin-bottom: 5px;
}
.join .join_box ul li.on {
  background: #C20012;
  color: #fff;
}
.newbox{
  background: #fff;
  padding-top:1px;

}
.pic_list {
  overflow: hidden;
  margin-top: 30px;
    

}

.pic_list .top {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.pic_list .top li {
  width: 338px;
  float: left;
  height: 44px;
  background: #D4D4D4;
  font-size: 15px;
  position: relative;
  color: #333;
  text-align: center;
  cursor: pointer;
  line-height: 44px;
  margin-right: 7px;
  font-weight: bold;
}
.pic_list .top li img {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 44px;
  display: none;
}
.pic_list .top li.on {
  background: #C20012;
  color: #fff;
}
.pic_list .top li.on img {
  display: block;
}
.pic_list .fades {
  overflow: hidden;
}
.pic_list .fades ul {
  overflow: hidden;
}
.pic_list .fades ul li {
  overflow: hidden;
  width: 33.33%;
  float: left;
  margin-top: 22px;
}
.pic_list .fades ul li div {
  overflow: hidden;
  width: 317px;
  height: 202px;
  background: #B8B9B9;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pic_list .fades ul li div img{
	width: 100%;
	height: 100%;
	display: block;
}
.pic_list .fades ul li p {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}



.ns {
  overflow: hidden;
}
.ns div {
  overflow: hidden;
  margin-bottom: 10px;
}
.ns div span {
  display: block;
  width: 19px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 6px;
  float: left;
  background: #8EBA3E;
}
.ns div p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-left: 7px;
  float: left;
  line-height: 19px;
}
.ns div em {
  display: block;
  font-style: normal;
  width: 19px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 6px;
  float: left;
  background: #BDBBB9;
}
.ns div i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #868686;
  font-weight: bold;
  margin-left: 7px;
  float: left;
  width: 213px;
  line-height: 19px;
}

.links {
  overflow: hidden;
  margin-top: 30px;
}
.links .tits {
  overflow: hidden;
}
.links .tits img {
  float: left;
  margin: 0 10px;
}
.links .tits p {
  font-size: 18px;
  color: #CE0000;
  float: left;
}
.links .tits span {
  display: block;
  font-size: 13px;
  margin-left: 13px;
  color: #B8B8B8;
  float: left;
}
.links ul {
  overflow: hidden;
  margin-top: 20px;
}
.links ul li {
  font-size: 12px;
  line-height: 13px;
  color: #333;
  margin-bottom: 20px;
  float: left;
  padding: 0 9px;
  box-sizing: border-box;
  border-right: 1px dashed #A6A6A6;
}


.picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;  }
		.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }

.firxs{
	width: 145px;
	background: #251716;
	position: fixed;
	left: 88%;
	padding-bottom: 10px;
	top: 300px;
	z-index: 99999999999;
}
.firxs p{
	text-align: center;
	font-size: 19px;
	line-height: 23px;
	margin: 13px 0;
	color: #fff;
}
.firxs ul{
	overflow: hidden;
}
.firxs ul li{
	overflow: hidden;
	width: 107px;
	height: 36px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #c10011;
}
.firxs ul li a{
	color: #fff;
}
.firxs span{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	display: block;
	color: #fff;
}
.firxs em{
	display: block;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}



.new {
  overflow: hidden;
  width: 100%;
  padding: 0px 0;
  margin: 0 auto;
}
.new .item {
  overflow: hidden;
  width: 100%;
  float: left;
}
.new .item h2 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.new .item .newser {
  font-size: 14px;
  color: #666666;
  text-align: center;
  position: relative;
  display: block;
}
.new .item .newser::after {
  content: '';
  width: 168px;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  top: 50%;
}
.new .item .newser::before {
  content: '';
  width: 168px;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  right: 0;
  top: 50%;
}
.new .item .pic_box {
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.new .item .pic_box img {
  float: left;
  width:250px;
  border: 1px solid #ddd;
  height: 160px;
  object-fit: contain;
}
.new .item .pic_box div.newsr {
  overflow: hidden;
  width: 650px;
  float: right;
}
.new .item .pic_box div p {
  font-size: 18px;
  color: #333;
  line-height: 16px;
  margin-top: 26px;
  margin-bottom: 10px;
}
.new .item .pic_box div span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.new .item ul {
  overflow: hidden;
  margin: 15px 0;
}
.new .item ul li {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.bank .bank_box .fr ul li{
  width:250px;
}
.bank .bank_box .fr ul li div{
  background: #fff;
}

.new .ns {
  overflow: hidden;
}
.new .ns div {
  overflow: hidden;
  margin-bottom: 10px;
}
.new .ns div span {
  display: block;
  width: 19px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 6px;
  float: left;
  background: #8EBA3E;
}
.new .ns div p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-left: 7px;
  float: left;
  line-height: 19px;
}
.new .ns div em {
  display: block;
  font-style: normal;
  width: 19px;
  height: 19px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 6px;
  float: left;
  background: #BDBBB9;
}
.new .ns div i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #868686;
  font-weight: bold;
  margin-left: 7px;
  float: left;
  width: 213px;
  line-height: 19px;
}
.bank .bank_box .fr ul li div{
  height:auto;
}
.bank .bank_box .fr ul li{
  margin-bottom:4px;
  font-size:14px;
  padding-left:10px;
  position: relative;
}
.new .list-li li:before{
  position: absolute;
  width:4px;
  height:4px;
  background: #ccc;
  content:'';
  left:0;
  top:14px;
}


/*閺備即妞堢拠銆婂?/
.body_box{
  width: 1200px;
  margin:0 auto;
}
.detail-left{
  margin-top:0px;
  width: 890px;
  float:left;
}
.detail-left-top{
  border-left:1px solid #d6d6d6;
  border-right:1px solid #d6d6d6;
  border-top:1px solid #d6d6d6;
  padding:40px 10px 20px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
.detail-left h1{
  text-align: center;
  font-weight:600;
  font-size:25px;
	margin-bottom: 15px;
}
.detail-con {width:100%;text-align: left;}
.detail-con img{max-width:100%;}
.detail-con p{
  width: 100%;font-size:16px;line-height:28px;margin-bottom: 20px;
}


.detail .line{
  height:1px;
  width:98%;
  background: #e5e5e5;
  margin:20px auto;

}
.detail-left-bottom{
  margin-top:80px;
}
.detail-left-bottom h4{
  background: #c20012;
  color:#fff;
  text-align: left;
  padding:6px 10px;
  font-size:14px;
}
.detail-left-bottom ul{
  border-left:1px solid #d6d6d6;
  border-right:1px solid #d6d6d6;
  border-bottom:1px solid #d6d6d6;

}
.detail-left-bottom ul li{
  padding:20px 0;
  text-align: center;
  width:18%;  
  display: inline-block;
  margin:0 20px;

}
.detail-left-bottom ul li img{
  width:152px; 
  border:1px solid #d6d6d6;
}
.detail-left-bottom p{
  font-size:14px;
      width: 100%;
    height: 22px;
    overflow: hidden;
  
}
.detail-right{
  border:1px solid #d6d6d6;
  width:280px;
  float:right;
}
.detail-right h3{
  background: #c20012;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  font-size: 14px;
}
.detail-right ul{
  margin-bottom:10px;
}
.detail-right ul li{
    padding: 0 5px;
}
.detail-right ul li span{
   width:20px;
   height:14px;
   line-height: 14px;
   color:#fff;
   text-align: center;
   display: inline-block;
   background: #989898;
   margin-left:8px;
}
.detail-right ul li span.active{
  background: #c20012;
  
}
.detail-right ul li a{
  color:#6d5e71;
}

.ffls{width:100%;}
.tj{
  margin-top:40px;
  /* width: 100%; */
  border: 1px solid #c20001;
}
.tj h4{
  background:#c20001;
  font-size: 20px;
  width: 100%;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.tj .list{
  text-align: center;
 
}
.tj .list img{
  display:inline-block;
  width: 90%;
  border:1px solid #ccc;
}
.tj .list p{height:35px;line-height:35px;overflow:hidden;padding:0 5px}
.contact{
  text-align: center;
}
.xftj{border: 1px solid #c20001;margin-top: 20px;}
.contact h4{
  background:#c20001;
  font-size: 20px;
  width: 100%;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
.contact p{
  font-size:22px;
  font-weight:bold;
  color:#c20001;
  margin-top:10px;
  position: relative;;
}
.contact .line{
  width:200px;
  margin:10px auto;
  height:1px;
  background: #ccc;
}
.adress{
  width: 100%;
  padding-bottom: 10px;
}
.adress .txt{
  /* width: 100%; */
}
.adress .txt p{
  /*   font-size:14px;
  padding:4px 0; */
  font-size: 13px;
  padding: 0px 5px;
  }



.case-fr{
  width: 930px;
  float: right;
}
.case .sqare{
  margin-bottom:60px;

}
.case .sqare p{
  border-left:3px solid #c20001;
  font-size:22px; 
  padding-left:10px;
}
.case .sqare .line{
  height:1px;
  background: #ccc;
  width:100%;
  margin-top:20px;
}
.case .sqare ul{width:100%;clear: both;}
.case .sqare ul li{
  display: inline-block;
  width: 31.3%;
  text-align: center;
  margin-top: 2.6%;
  float: left;
  margin-right: 2.6%;
  border: 1px solid #ddd;
}
.case .sqare ul li:nth-child(3n){margin-right:0;}
.case .sqare ul li img{
  width: 100%;
  height: 210px;
  object-fit: contain;
}
.case .sqare ul li span{
  display: inline-block;
  height: 40px;
  line-height: 40px;padding: 0 10px;
  overflow: hidden;
}
.case .square2 .title ul{
 border-bottom:1px solid #ccc;
 height:auto;
 overflow: hidden;
 
}
.case .square2 .title ul li{
   margin-bottom:16px;
   float:left;
   width:auto;
   padding:4px 10px;
}
.case .square2 .title ul li.on{
  background: #ad2925;
  color:#fff;
}
.case .square2 .con ul li{
  background: #f5f5f5;
  overflow: hidden;
  padding:30px;
  margin-top:20px;
}
.case .square2 .con ul li .img{
  width:357px;
  height:222px;
  float:left;
 
}
.case .square2 .con ul li .img img{
  width:100%;
}
.case .square2 .con ul li .text{
  float:right;
  width:222px;
}
.case .square2 .con ul li .text h3{
  margin-top:30px;
  font-size:20px;
  color:#47416f;
}
.case .square2 .con ul li .text p{
  padding:10px 0;
  font-size:14px;
  color:#7b7873;
}
.case .square2 .con ul li .auto a{
  width:120px;
  height:40px;
  display: inline-block;
  background-color: #9ea293;
  color:#fff;
  text-align: center;
  line-height: 40px;
  border-radius:4px;
  margin-right:10px;
}
.case .square2 .con ul li .auto a:hover{
  background: #b73f3e;
}
.case .square3 .list{
  background: #eee;
  padding-bottom:10px;
}
.case .square3 .list img{
  width:283px;
  height:228px;
}
.case .square3 .title{
  padding:50px 0;
  text-align:center;
}
.case .square3 .title h3{
  font-size:26px;
  font-weight:bold;
  text-align: center;
}
.case .square3 .title span{
  color:#dbdad8;
  font-weight:bold;
  font-size:18px;
  line-height: 40px;

}


.case-detail{
  width: 930px;
  float:left;
}
.case-detail .con{border:1px solid #d6d6d6;margin-top: 20px;padding: 20px;margin-bottom: 30px;}
.case-detail .bread{
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}
.case-detail .con h1{
  font-size:25px;
  font-weight:bold;
  padding:30px 0;
}
.case-detail .square{
  overflow: hidden;
}
.case-detail .square .img{
  width: 350px;
  float:left;
  border: 1px solid #dddd;
  text-align: center;
}
.case-detail .square .img img{width:90%;height: 300px;object-fit: contain;vertical-align: middle;}
.case-detail .square .text{
  float:left;
  margin-left:30px;
  width: 450px;
  position: relative;
  height: 280px;
  margin-top: 20px;
}
.case-detail .square .text p{
  font-size:16px;
  line-height: 35px;
}
.case-detail .square .text p b{
  color:#231815;font-weight:bold;
}
.case-detail .square .auto{
  position: absolute;
  bottom: 0;
  width:100%;
}
.case-detail .square .auto a{
  width:120px;
  height:40px;
  display: inline-block;
  background-color: #9ea293;
  color:#fff;
  text-align: center;
  line-height: 40px;
  border-radius:4px;
  margin-right:10px;
}
.case-detail .square .auto a:hover{
  background: #b73f3e;
}
.case-detail .square2 .txt h3{
  font-size:30px;
  border-bottom:1px solid #ccc;
}
.case-detail .square2 .txt h3 span{
  font-size:14px;
  padding-left:16px;
  color:#fd0500;
  font-weight:bold;
}
.case-detail .square2 .txt p{
  padding:20px 0;
  font-size:14px;
}

/*娴溠冩惂鐠囥€婂?/
.cpxq{ 
  width:660px;
  margin-left:50px;
  float:left;
}
.cpxq .cont{
  overflow: hidden;
  margin-top:20px;
}
.cpxq .bread{ 
  padding-bottom:10px;
  font-size:14px; 
  border-bottom:1px solid #ccc; 
}
.cpxq .lunbo{
  width:328px;
  float:left
 
}
.cpxq .text{
  width:350px;
  float:right;
  margin-left:20px;
}
.cpxq .text h4{
  font-size:16px;
  color:#000;
  font-weight:bold;
  padding:16px 0 16px;
  border-bottom:1px dashed #ccc;
  margin-bottom:14px;
}
.cpxq .text .p1{
  padding:10px 0;
  font-size:14px;
}
.cpxq .text .hot-line{
  width:329px;
  height:109px;
  background: #f3f3f3;
  padding:10px 20px;
}
.cpxq .text .hot-line p{
  font-weight:bold;
  font-size:16px;
  line-height: 40px;
}
.cpxq .text .hot-line p span{
  font-size:20px;
  color:#c30007;
  font-weight:bold;
}
.cpxq .text .hot-line a{
  display: block;
  width:150px;
  height:40px;
  background: #9c041d;
  text-align: center;
  line-height: 40px;
  color:#fff;
}
.cpxq .cpchange{
  margin-top:20px;
}
.cpxq .cpchange ul{
  border-bottom:1px solid #73963a;
  font-size: 0;
  
}
.cpxq .cpchange ul li.on{
  background: #fff;
  border-bottom:1px solid #fff;
  border-top:1px solid #73963a;
  border-left:1px solid #73963a;
  border-right:1px solid #73963a;
}
.cpxq .cpchange ul li span{
  position: absolute;
  width:100%;
  display: block;
  height:1px;
  background:#fff;
  left:0;
  bottom:-2px;
  display: none;
}
.cpxq .cpchange ul li.on span{
  display: block;
}
.cpxq .cpchange ul li{ 
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:14px;
  display: inline-block; 
  width:140px;
  text-align: center;
  background: #f3f3f3;
  line-height:40px;
  position: relative;
}
.cpxq .cpchange .con{
  font-size:20px;
  color:#e17d27;
}

/*閺備即妞?/
.prc-list ul li{
  width:460px;
  float:left;
  overflow: hidden;
  padding:12px;
  background: #f2f2f2;
  display: inline-block;
  margin:14px;
  
}
.prc-list ul li .img{
  width:160px;
  float:left;

}
.prc-list ul li .img img{
  width:100%;
}
.prc-list ul li .text{
  width:300px;
  float:left;
  padding-left:10px;
}
.prc-list ul li .text h4{
  font-size:15px;
  font-weight:bold;
  padding:6px 0;
}
.prc-list ul li .text .look{
  font-size:14px;
  display: block;
  margin-top:10px;
  text-align: right;
  color:#c20012;
}
.style-h3{
  font-size:20px;
  font-weight:bold;
  color:#9c041d;
  text-align: center;
  padding-bottom:20px; ;
  border-bottom:1px solid #ccc;

}
@font-face{
	font-family: 'syht';
	src : url('../fonts/syht.otf');
}



.nav-title{
  float:left;
  width:226px; 
z-index: 999;background: #fff;

	
}
.nav-title .tele .con{
background: #fff;
padding: 20px 10px;

}

.nav-title h3{
  background: #c10000;
  font-size:21px;
  height:48px;
  line-height: 48px;
  color:#fff;
  text-align: center;
  font-family: 'syht', Arial, Helvetica, sans-serif;
} 
.nav-title .gy ul li{
  height:46px;
  line-height: 46px;
  background: #dbdbdb;
  border:1px solid #ededed;

  font-size:18px;
  text-align: center;
 
}
.nav-title .gy ul li:hover{
  background: #eb0000;
  color:#fff;
}

.navxz{
  background: #eb0000!important;
  color:#fff!important;
}
.nav-title .gy ul li a{

  font-family: 'syht', Arial, Helvetica, sans-serif;
}
.nav-title .gy ul li:hover a{
  color:#fff;
  
}
.nav-title .tele .num{
  margin-top:30px;
  background: #c10000;
  display: flex;
  padding:18px 0;
}
.nav-title .tele .num .icon{
   width:30px;
   height:30px;
   align-items: center;
   margin-left:20px;
   margin-top:10px;
   justify-content: center;
}
.nav-title .tele .num .iconnum{
  width:220px;
  align-items: center;
  justify-content: center;
  font-size:20px;
  color:#fff;
  border-left:1px solid #fff;
  padding-left:16px;
  margin-left:10px;
  margin-top:2px;
}
.nav-title .tele p{
  font-weight: bold;
  font-size: 14px;
  padding: 0px 5px;
  line-height: 17px;
}

.nav-title .zixun{
  margin-top:20px;

}
.nav-title .zixun ul{
  background: #fff;
}
.nav-title .zixun ul li{
  color:#666;
  position: relative;
  padding:10px 15px 10px 15px;
}
.nav-title .zixun ul li:before{
 /* position: absolute;
  border-top: 9px transparent dashed;
  border-left: 9px transparent dashed;
  border-bottom: 9px transparent dashed;
  border-left: 9px #c10000 solid;
  content:'';
  left:4px;
  top:10px;*/

}
.nav-title .zixun ul li a{
  color:#666;
  cursor: pointer;
}

.cont-zy{
  background: #fff;
  width:920px;
  float:right;
  padding:10px 20px;
}
.cont-zy .bread{
  font-size:14px;
  border-bottom:1px solid #ccc;
  padding-bottom:4px;
}
.cont-zy .zyjj{
  text-align:center;
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.cont-zy .zyjj h3{
  font-size:30px;
  color:#c10000;
  text-align: center;
  font-family: 'syht';
  height: 60px;
  line-height: 60px;
}
.cont-zy .zyjj p{
 text-align: left;
 text-indent: 30px;
 font-size:16px;
 line-height: 30px;
 margin-bottom: 5px;
}
.cont-zy .zyjj p .pcolor{ color:#c10000;}
.cont-zy .zyjj img{

  margin-bottom: 13px;
 }
.cont-zy .lc h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  padding:20px 0 20px;
}
.cont-zy .lc{
    text-align: center;
  border-bottom:1px solid #ccc;
  padding-bottom:30px;
}
.zz h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.zz .cont{
  background: #dbdbdb;
  padding:10px 10px;
  overflow: hidden;
}
.zz .cont .left{
  width:430px;
  float:left;

}
.zz .cont .left ul li{
   width:184px;
   height:40px;
   line-height:40px;
   background:#fff;
   font-size:14px;
   display: inline-block;
   margin:10px 6px;
   padding-left:10px;
  overflow: hidden;
}
.zz .cont .left ul li.on{
  color:#fff;
  background:#c10000 ;
}
.zz .cont .right{
  width:220px;
  float:right;
  margin-right:50px;
  margin-top:10px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.zz .cont .right img{
  display: inline-block;
  vertical-align: middle;
}
.zl{
  padding-bottom:30px;
  border-bottom:1px solid #ccc;
}
.zl h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  padding:20px 0 20px;
}
.zl .con{
  margin-top:20px;
  padding:0 14px;
}
.zl .con .list img{
  width:100%;
}
.zl .con .list p{
  font-size:14px;
  
}
.wh h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  padding:20px 0 20px;
}
.wh .img{
  width:600px;
  margin:30px auto;

}
.wh .img img{
  width:100%;
}
.wh .img p{
  text-align: center;
  font-size:14px;
}
.wh .text{
   padding:0 30px;
}
.wh .text h4{
  font-size:14px;
  font-weight:bold;
  padding:12px 0 0;
}
.wh .text h4 b{
  font-weight:bold;
  color: #0070c0;
}
.wh .text p{
  font-size:14px;
  line-height: 20px;
  padding:12px 0 0;
}
.wh ul{
  text-align:center;
  margin-top:60px;
  border-bottom:1px solid #ccc;
}
.wh ul li{
  width:290px;
  overflow: hidden;
  display:inline-block;
  margin:10px 6px;
}
.wh ul li img{
  width:290px;
}
.wh ul li p{
  text-align: center;
  font-size:14px;
}
.lx{
  padding:0 20px;
}
.lx .txt{
  padding-bottom:20px;
  border-bottom:1px dashed #ccc;
}
.lx h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  padding:20px 0 20px;
}
.lx p{
  text-indent: 26px;
  font-size:14px; 
  line-height: 35px;

}
.lx .company{
  margin-top:30px;
  overflow: hidden;
  padding-bottom:20px;
  border-bottom:1px dashed #ccc;

}
.lx .company .left{
  width:393px;
  float:left
} 
.lx .company .left h2{
  font-size:26px;
  padding:14px 0;
  font-weight: 600;
}
.lx .company .left h6{
  font-size:16px;
  padding-top:6px;
}
.lx .company .right{
  width:305px;
  float:right;
  border-radius:4px;
  margin-top:50px;
}
.lx .company .right img{
  width:100%;
  border-radius:6px;
}
.lx .company .right p{
  text-align: center;
}
.lx .luxian{
  margin-top:20px;
  padding-bottom:20px;
  border-bottom:1px dashed #ccc;
  
}
.lx .luxian h2{
  font-size:26px;
  padding:14px 0;
  font-weight: 600;
}
.lx .luxian h4{
  font-size:18px;
  margin-bottom:20px;
  font-weight: 600;
}
.lx .luxian p{
  margin-top:6px;
  text-indent: 0;
  font-size:16px;
 
}
.lx .luxian p b{
  color:#ff1515;
}
.lx .map h2{
  font-size:26px;
  padding:24px 0;
}
.lx .map .cont{
  width:100%;
  overflow: hidden;
}
.lx .map .ewcode {
  overflow: hidden;
  text-align: center;
}
.lx .map .ewcode img{
  width:180px;
  margin:0 auto;
  display: block;
  
}
.lx .map .ewcode div {
  overflow: hidden;
  float: left;
  width:220px;
  margin-right: 30px;
}
.lx .map .ewcode .right{
  float:right;
}
.lx .map .ewcode h4{
  font-size:14px;
  font-weight:bold;
}
.lx .map .ewcode div p {
  text-align: center;
  text-indent: 0;
  font-size: 13px;
  color: #333;
}

/*鐟檈鍠呴弬瑙勵攳*/
.bg{
  background: #fff;
  overflow: hidden;
}
.jjcase1{
  width:940px;
  background: #e4e9e9;
  margin:30px auto 0;
}
.jjcase1 h3{
  text-align: center;
  font-size:30px;
  color:#c10000;
  overflow: hidden;
  width:640px;
  margin:0px auto;
  padding:26px 0;
  
}
.jjcase1 h3 i{
  display: block;
  float:left;

}
.jjcase1 h3 span{
  display: block;
  float:left;
  padding:40px 20px;
  font-family: "syht";
}
.jjcase1 .cont ul{
  overflow: hidden;
}
.jjcase1 .cont ul li{
  width:154px;
  float:left;
  text-align: center;
  color:#fff;
  margin:0 16px;
}
.jjcase1 .cont ul li .img{
  width:147px;
  height:147px;
  padding-top:14px;
  background: url("../images/icon1.png") no-repeat center;

}
.jjcase1 .cont ul li .img h2{
  font-size:50px;
  font-weight:bold;
  padding:14px 0;
}
.jjcase1 .cont ul li .img h4{
  font-size:22px;
  line-height: 28px;
}
.jjcase1 .cont ul li p{
  font-size:14px;
  color:#000;
  text-align: left;
  padding:30px 10px;
  text-indent: 20px;
}
.jiantou{
  width:140px;
  margin:20px auto 0;
}

.jjcase2{
  width:940px;
  background: #e4e9e9;
  margin:20px auto 0;
}
.jjcase2 h3{
  text-align: center;
  font-size:30px;
  color:#c10000;
  overflow: hidden;
  width:628px;
  margin:0px auto;
  padding:30px 0;
}
.jjcase2 h3 i{
  display: block;
  float:left;

}
.jjcase2 h3 span{
  display: block;
  float:left;
  padding:20px 20px;
}
.jjcase2 .cont ul{
  overflow: hidden;
}
.jjcase2 .cont ul li{
  width:154px;
  float:left;
  text-align: center;
  color:#fff;
  margin:0 16px;
}
.jjcase2 .cont ul li .img{
  width:147px;
  height:147px;
  padding-top:14px;
  background: url("../images/icon2.png") no-repeat center;

}
.jjcase2 .cont ul li .img h2{
  font-size:50px;
  font-weight:bold;
  padding:14px 0;
}
.jjcase2 .cont ul li .img h4{
  font-size:22px;
  line-height: 28px;
}
.jjcase2 .cont ul li p{
  font-size:14px;
  color:#000;
  text-align: left;
  padding:30px 10px;
  text-indent: 20px;
}
 .caseimg{
  overflow: hidden;
  width:940px;
  margin:0 auto;
  background:#e4e9e9;
}
.caseimg img{
  display: block;

  width:100%;
  padding:70px 0;
}
.jjcase3 h3{
  padding:20px 0;
  color:#c10000;
  font-size:24px;
  text-align: center;
  line-height: 36px;
  font-weight:bold;
}
.jjcase3 .cont ul{
  overflow: hidden;
  text-align: center;
  margin-top:60px;
}
.jjcase3 .cont ul li{
  width:194px; 
  margin:0 20px;
  display: inline-block;
}
.jjcase3 .cont ul li .img{
  width:194px;
  border-radius:20px;
}
.jjcase3 .cont ul li .img img{
  border-radius:20px;
  width:194px;
  height:194px;
}
.jjcase3 .cont ul li p{
  font-size:14px;
  font-weight:bold;
  text-align: center;
}
.jjcase4{
  width:952px;
  margin:20px auto 200px;
  overflow: hidden;
}
.jjcase4 h3{
  padding:20px 0;
  color:#c10000;
  font-size:24px;
  text-align: center;
  line-height: 36px;
  font-weight:bold;
}
.jjcase4 ul li{
  width:420px;
  float:left;
  overflow: hidden;
  padding:12px;
  display: inline-block;
  margin:14px; 
}
.jjcase4 ul li .img{
  width:178px;
  float:left;

}
.jjcase4 ul li .img img{
  width:100%;
}
.jjcase4 ul li .text{
  width:220px;
  float:right;
  padding-left:10px;
}
.jjcase4 ul li .text h4{
  font-size:18px;
  font-weight:bold;
  padding:18px 0 16px;
  color:#c10000;
}
/****product list***/
.iprobg{width:100%;}
.inpro {width:100%;height: 120px;/* background:#c20012; */color:#fff;/* border-top-left-radius: 10px; *//* border-top-right-radius: 10px; */}
.inpleft{width: 100%;position: relative;border-top-left-radius: 10px;border-top-right-radius: 10px;background: #d4d4d4;}

.inpleft h3{height: 60px;line-height: 60px;text-align:center;font-size:25px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.ipronav li.proli{display: block;margin: 0 10px;float: left;height: 35px;line-height: 35px;width: 120px;text-align: center;/* position: relative; */}
.ipronav li.proli>a{color:#fff;font-size:16px;}
.ipronav .proli.on ,.ipronav .proli:hover{background:#f0f0f0;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.ipronav .proli.on>a ,.ipronav .proli:hover>a{color:#c20012;}
.inpleft h3 span{width:50%;float:left;text-align:center;background:#d4d4d4;color:#c20012;}
.inpleft h3 span.on{background:#c20012;color:#fff;border-top-left-radius: 10px;border-top-right-radius: 10px;display: block;cursor:pointer;}
.ipronav{background:#c20012;width: 100%;height: 70px;}
.ipronav>li:nth-child(1) .pronav{display:block;}
.pronav ,.pronav1{background:#f0f0f0;width:100%;left: 0;top: 95px;position: absolute;text-align:left;}
.pronav>li{display:inline-block;padding: 0 13px;text-align: center;height: 35px;line-height: 35px;}
.pronav>li a{font-size: 14px;}
.pronav>li.on::after{display:block;content:"";height:2px;width:20px;background:#c20012;margin: 0 auto;}
.pronav1>li{display:inline-block;padding: 0 13px;text-align: center;height: 35px;line-height: 35px;}
.pronav1>li a{font-size: 14px;}
.pronav1>li.on::after{display:block;content:"";height:2px;width:20px;background:#c20012;margin: 0 auto;}
.inpro{border:1px solid #c20012;width:100%;overflow:auto;height:auto;margin-bottom: 30px;border-top: none;}
.iprolist{width:100%;margin-top: 30px;}
.iprolist li{width: 23.1%;float:left;margin-right:2.3%;margin-bottom: 2.3%;text-align: center;}
.iprolist li:nth-child(4n){margin-right:0px;}
.iprolist li img{width:100%; height:181px;}
.iprolist li p{font-size:14px;line-height:30px;}


.casedl {
  overflow: hidden;
  margin-top:20px;
  width: 100%;
}
.casedl dl {
  overflow: hidden;
  width: 100%;
  background: #F4F4F4;
  padding: 7px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
}

.casedl dl img {
 border: 5px solid #fff;
 box-sizing: border-box;
 display: block;
 width: 150px;
 height: 110px;
 object-fit: contain;
}
.casedl dl .frcimg{float:left;width:150px;background: #fff;text-align: center;}
.casedl dl .fdiv {
  overflow: hidden;
  float: right;
  width: 755px;
}

.casedl dl .fdiv p {
  padding-left:0;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 16px;
  color: #000;
  line-height: 27px;
  border: none;
}
.casedl dl .fdiv p.p_title{font-size:18px; margin-bottom: 5px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.casedl dl .fdiv p.p_time{text-align: right;}
.casedl dl .fdiv p.p_smalltext{
  color: #7c7b7b;
  line-height:25px;
  height:50px;
  overflow:hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 15px;
  }
.casedl dl .fdiv span {

  font-size: 15px;
  color: #666666;
  display: block;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cbg .bank_box .fr {
  float: left;
  overflow: hidden;
  width: 761px;
  margin-left: 40px;
}
.cbg .bank_box .fr ul {
  height: 358px;
  width: 100%;
  overflow: auto;
}
.cbg .bank_box .fr ul li {
  overflow: hidden;
  width: 215px;
  box-sizing: border-box;
  margin-right: 116px;
  margin-bottom: 20px;
  float: left;
}
.cbg .bank_box .fr ul li div {
  overflow: hidden;
  width: 100%;
  height: 132px;
  background: #A5A6A7;
}
.cbg .bank_box .fr ul li div img{
	width: 90%;
	height: 100%;
	display: block;
  border: 3px solid #d4d4d4;
}
.cbg .bank_box .fr ul li p {
  overflow: hidden;
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.square2{    margin-top: 20px;}
.cat-nav-box ,.arongl{width:100%;}
.catnav{width:100%;}
.catnav li{float:left;width:20%;height:45px;line-height:45px;text-align: center;background: #dbdbdb;font-size: 18px;}
.catnav li a{font-size:16px;}
.catnav li.cur{background:#c10000;color: #fff;}
.catnav li.cur a{color:#fff;}
.alist{width:100%;margin-top:30px;height: 664px;overflow: auto;}
.alist li{width:23%;margin-right: 1.7%;float:left;text-align: center;margin-bottom: 3%;border: 1px solid #ddd;}
.alist li:nth-child(4n){/* margin-right:0; */}
.alist li img{width:100%;height: 250px;object-fit: contain;vertical-align: middle;}
.alist li p{height: 60px;line-height: 30px;padding: 10px 3px;}
.sjtop{width:100%;margin: 50px auto;text-align: center;}
.sjtop h1{height:60px;line-height:60px;color: #c10011;font-weight: bold;}
.sjtop h1 i{width: 23%;height: 2px;background:#c10011;margin-top: 29px;}
.sjtop h3{font-size:20px;font-weight:bold;line-height: 30px;}
.sjtop p{font-size: 20px;line-height: 30px;text-transform: capitalize;}
.pmdiv{width:100%;position:relative;}
#pmimg{width:1100px;margin:0 auto;}
#pmimg li{float:left;width:1100px;height: 750px;}
#pmimg li img{width:100%;height: 750px;object-fit: contain;}
#xgimg{width:1100px;margin:0 auto;}
#xgimg li{float:left;width:1100px;height: 750px;}
#xgimg li img{width:100%;height: 644px;object-fit: contain;}
.pmdl{width:100%;background:#d1d1d1;margin: 30px auto;}
.pmdl dl{padding:15px 20px;}
.pmdl dl dt{height:55px;line-height:55px;font-size:25px;color:#000;font-weight:bold;}
.pmdl dl dd{height:40px;line-height:40px;font-size:20px;}
