@charset "utf-8";
.main_box{
  width:1046px;
  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: 1200px;
  margin: 0 auto;
}

.youshi {
  background: #fff!important;
}
.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: 17px;
  color: #333;
}
.mian_box .youshi .youshi_box .fl ul li span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 17px;
}
.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 {
  overflow: hidden;
  width: 561px;
  background: #B8BAB9;
  margin-right: 17px;
  margin-top: 10px;
  height: 402px;
}

.picimg{width:100%;}
.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: 70px;
}
.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: block;
  font-size: 18px;
  text-align: center;
  color: #717071;
}

.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: 336px;
  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 {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 25px;
}
.team ul li img {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.bank {
  margin-bottom: 30px;
  overflow: hidden;
}
.bank .bank_box {
  margin-top: 36px;
}
.bank img.pic{width:100%;}
.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 .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 {
  float: right;
  overflow: hidden;
  width: 930px;
}


.proullist{width:100%;}
.proullist li{width: 281px;float:left;margin-right: 3.3%;text-align:center;margin-bottom: 1%;}
.proullist li:nth-child(3n){margin-right:0;}
.proullist li img{padding: 4px;height: 202px;object-fit: cover;transition: all 0.5s;width: 271px;}
.proullist li p{height:40px;line-height:40px;}
.proullist li:hover img{transform: scale(1.1);transition: all 0.5s;}
.proullist li .hideimg{overflow:hidden;width: 279px;height:210px;border:1px solid #ddd;transition: all 0.5s;}
.proullist li:hover .hideimg{box-shadow: 4px 3px 8px 1px #929292;transition:all 0.5s;}




.join {
  overflow: hidden;
  margin-top: 40px;
}
.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;
}

.news {
  overflow: hidden;
  width: 100%;
  background: #F7F7F7;
  padding: 18px 0;
  margin: 0 auto;
  margin-top: 75px;
}
.news .item {
  overflow: hidden;
  width: 327px;
  padding: 25px 18px 0 18px;
  height: 403px;
  background: #fff;
  margin: 0 8px;
  float: left;
}
.news .item h2 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.news .item .newser {
  font-size: 12px;
  color: #666666;
  text-align: center;
  position: relative;
  display: block;
}
.news .item .newser::after {
  content: '';
  width: 80px;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  top: 50%;
}
.news .item .newser::before {
  content: '';
  width: 80px;
  height: 1px;
  background: #EFEFEF;
  position: absolute;
  right: 0;
  top: 50%;
}
.news .item .pic_box {
  margin-top: 10px;
  overflow: hidden;
}
.news .item .pic_box img {
  float: left;
}
.news .item .pic_box div {
  overflow: hidden;
  width: 150px;
  float: right;
}
.news .item .pic_box div p {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.news .item .pic_box div span {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.news .item ul {
  overflow: hidden;
  margin: 15px 0;
}
.news .item ul li {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.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;
}

/*aIÌ€Ë†oAÌ‚Â§aIÌ€SÌŒaÌ‚â‚¬Å“AÌ‚ÂeIÌ€â‚¬ IÌ€â€žAÌ‚Â¦AÌƒÂ¦Ã†â€TM...*/

/*AÌƒÂ¦aÌ‚â‚¬â€œAÌ‚Â°eIÌ€ÂaÌ‚â‚¬â€AÌ‚Â»*/

.new {
  overflow: hidden;
  width: 100%;
  background: #F7F7F7;
  padding: 0px 0;
  margin: 0 auto;

}
.new .item {
  overflow: hidden;
  width: 349px;
  padding: 37px 18px 0 18px;
  background: #fff;
  margin: 0 8px;
  float: left;
  height:500px;
}
.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 {
  margin-top: 10px;
  overflow: hidden;
}
.new .item .pic_box img {
  float: left;
}
.new .item .pic_box div {
  overflow: hidden;
  width: 170px;
  float: right;
}
.new .item .pic_box div p {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 10px;
  font-weight:bold;
}
.new .item .pic_box div span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
}
.new .item ul {
  overflow: hidden;
  margin: 15px 0;
}
.new .item ul li {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.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;
}

.new .list-li li:before{
  position: absolute;
  width:4px;
  height:4px;
  background: #ccc;
  content:'';
  left:0;
  top:14px;
}

.body_box{
  width:1066px;
  margin:0 auto;
}
.detail-left{
  margin-top:0px;
  width:766px;
  float:left;
  text-align: center;
}
.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;
}
.detail-left h3{
  text-align: center;
  font-weight:600;
  font-size:28px;
}
.detail-con p{
  font-size:16px;
  text-align:left;
  margin-bottom:40px;
  line-height: 26px;
  text-indent: 20px;
  letter-spacing: 2px;
}
.detail-left span{
  color:#7f7f7f;
  display:inline-block;
  padding: 16px 10px 10px; 
}
.detail-right{
  width:300px;
  float:right;
}

.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;
  
}
.detail-right{
  border-left:1px solid #d6d6d6;
  border-right:1px solid #d6d6d6;
  border-top:1px solid #d6d6d6;
  width:280px; 
  float:right;
  padding-top:4px;
}
.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 span{
   width:20px;
   height:14px;
   line-height: 14px;
   color:#fff;
   text-align: center;
   display: inline-block;
   background: #989898;
   margin-left:2px;
}
.detail-right ul li span.active{
  background: #c20012;
  
}
.detail-right ul li a{
  color:#6d5e71;
}

/*aIÌ€SÌŒAÌ‚Â·AÌ‚Â¥cIÌ€Â§ IÌ€Ë†aÌ‚â‚¬1AÌƒÂ¦AÌ‚Â¡EÌˆâ€ aIÌ€Ë†3aÌ‚Ââ€ž4aÌ‚â‚¬1*/
.tj{
  margin-top:40px;
}
.tj h4{
  font-size:14px;
  background:#c20001;
  font-size:16px;
  width:217px;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  margin-bottom:40px;

}
.tj .list{
  text-align: center;
 
}
.tj .list img{
  display:inline-block;
  width:160px;
  border:1px solid #ccc;
}
.contact{
  margin-top:40px;
  text-align: center;
}
.contact h4{
  font-size:14px;
  background:#c20001;
  font-size:16px;
  width:216px;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  margin-bottom:40px;
}
.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{
  position: relative;
  height:300px;
  width:240px;
}
.adress .txt{
  position: absolute;
  left:0;
  width:240px;
}
.adress .txt p{
/*   font-size:14px;
  padding:4px 0; */
  font-size: 13px;
  padding: 0px 15px;
}



.case-fr{
  width:900px;
  float:left;
  margin-left:55px;
}
.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 li{
  display: inline-block;
  width:107px;
  text-align: center;
  margin-top:20px;
}
.case .sqare ul li img{ 
  width:58px; 
  height:59px
}
.case .sqare ul li span{
  display: inline-block;
}
.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;

}

/*aIÌ€SÌŒAÌ‚Â·AÌ‚Â¥cIÌ€Â§ IÌ€Ë†aÌ‚â‚¬1AÌƒÂ¦AÌ‚Â¡EÌˆâ€ aIÌ€Ë†3aÌ‚Ââ€ž4aÌ‚â‚¬1eIÌ€â‚¬ IÌ€â€žAÌ‚Â¦AÌƒÂ¦Ã†â€TM...*/
.case-detail{
  width:736px;
  float:left;
}
.case-detail .bread{
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}
.case-detail .con h3{
  font-size:26px;
  font-weight:bold;
  padding:30px 0;
}
.case-detail .square{
  overflow: hidden;
}
.case-detail .square .img{
  width:490px; 
  float:left;
}
.case-detail .square .text{
  float:left;
  margin-left:30px;
  width:270px;
  position: relative;
  height:360px;
}
.case-detail .square .text p{
  font-size:16px;
}
.case-detail .square .text p b{
  color:#231815;
}
.case-detail .square .auto{
  position: absolute;
  bottom:30px;
  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;
}

/*aIÌ€Ë†oAÌ‚Â§aIÌ€SÌŒaÌ‚â‚¬Å“AÌ‚ÂeIÌ€â‚¬ IÌ€â€žAÌ‚Â¦AÌƒÂ¦Ã†â€TM...*/
.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;
}

/*AÌƒÂ¦aÌ‚â‚¬â€œAÌ‚Â°eIÌ€ÂaÌ‚â‚¬â€AÌ‚Â»*/
.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');
}



/*aIÌ€SÌŒ...3aIÌ€Ë†oZIÌ€Å’AÌƒÂ¦AÌŠâ€TM IÌ€â€žeIÌ€â‚¬AÌ‚Â¶SIÌ€Å’*/
.nav-title{
  float:left;
  width:226px; 

	
}
.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:780px;
  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;
  padding:16px 0 0;
  font-family: 'syht';
}
.cont-zy .zyjj p{
 text-align: left;
 text-indent: 30px;
 font-size:16px;
 padding:20px;
 line-height:26px;
 margin-bottom: 15px;
}
.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{
  border-bottom:1px solid #ccc;
  padding-bottom:30px;
}
.zz h3{
  font-weight:bold;
  font-size:28px;
  color:#c10000;
  text-align: center;
  padding:20px 0 20px;
}
.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:560px;
  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;
}

/*eIÌ€â‚¬AÌ‚Â§AÌ‚Â£aIÌ€SÌŒaÌ‚â‚¬ 3AÌƒÂ¦aÌ‚â‚¬â€œ1AÌƒÂ¦AÌ‚Â¡EÌˆâ€ */
.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;
}


