

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.wapper {
    min-width: 1200px;
    width: 92%;
    margin: 0 auto;
}


.prod_c{width: 100%; height: auto;}
.section {padding: 50px 0;}

#product_bg {
    width: 100%;
    height: 750px;
    padding-top: 25px;
    margin: auto;
}

#tablit {width:600px; text-align:center; margin:0 auto; height:50px; margin-bottom:15px;}
#tablit dl{}
#tablit dl dt{}
#tablit dl dd{float:left; width:138px; height:40px; line-height:40px; text-align:center; border-radius:30px;  margin:0px 5px; font-size:16px; background: #f1f1f1;}
#tablit dl dd:hover{}

#tablit .on{}
#tablit .on a{color:#421dc5; font-size:18px;}
.dis{display:none;}
#tablit dl dd:hover a{display:block !important;}


.floor_4_main {
  padding-bottom: 100px;
 background-color: #e5e5e5;
}

.floor_4_main .index_title .left {
  color: #fff;
}

.floor_4_main .index_title .left p {
  color: #fff;
}

.floor_4_main .index_title .hd ul {
  float: left;
  padding-right: 30px;
  
  width: 100%;
}

.floor_4_main .index_title .hd li {
width: 17%;
 
  float: left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  
  
      height: 60px;
      background: #fff;
      border-radius: 30px;
      text-align: center;
      line-height: 60px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
	  margin-left: 1.5%;margin-right: 1.5%;
}

.floor_4_main .index_title .hd li h3 {
  color: #333;
  font-weight: normal;
}

.floor_4_main .index_title .hd li .img {
  position: relative;
  width: 45px;
  margin: 0 auto 5px;
  height: 45px;
  overflow: hidden;
}

.floor_4_main .index_title .hd li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out .2s;
}

.floor_4_main .index_title .hd li .img .img2 {
  top: 100%;
}

.floor_4_main .index_title .hd li:last-child {}

.floor_4_main .index_title .hd li.on h3 {
  color: #c70d22;
}

.floor_4_main .index_title .hd li.on .img img:first-child {
  opacity: 0;
}

.floor_4_main .index_title .hd li.on .img .img2 {
  top: 0;
}

.floor_4_main .index_title .hd a {
 
  display: block;
  text-align: center;
 
  font-size: 16px;

}

.floor_4_main .index_title .hd a b {
  border: 2px solid #fff;
  line-height: 36px;
  display: block;
  width: 36px;
  border-radius: 100%;
  margin: 0 auto 9px;
}

.floor_4_main .index_title .hd a:hover {
  color: #ff6200;
}

.floor_4_main .index_title .hd a:hover b {
  border: 2px solid #ff6200;
  color: #ff6200;
}



.floor_4_main .bd  ul li {
    width: 47.5%;
	margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.8%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.floor_4_main .bd  ul li .caseUrl {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
}

.floor_4_main .bd  ul li .img {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 70.17%;
    z-index: 1;
}

.floor_4_main .bd  ul li .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.floor_4_main .bd  ul li .caseText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, .85);
    display: table;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.floor_4_main .bd  ul li .caseText .caseTextmid {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.floor_4_main .bd  ul li .caseText .caseTextmid h3 {
    font-size: 36px;
    color: #676767;
    display: block;
}

.floor_4_main .bd  ul li .caseText .caseTextmid p {
    font-size: 24px;
    color: #676767;
    margin-top: 4%;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .caseButton {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 7%;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .caseButton a {
    width: 150px;
    height: 50px;
    font-size: 18px;
    color: #676767;
    display: inline-block;
    vertical-align: middle;
    border: #676767 1px solid;
    border-radius: 25px;
    line-height: 50px;
    margin: 0 8px;
    position: relative;
    z-index: 30;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .caseButton a:hover {
    background: #FFFFFF;
    color: #fa8b3c;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .moreCase {
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .moreCase a {
    display: block;
    width: 100%;
    height: 100%;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .moreCase img {
    width: 100%;
}

.floor_4_main .bd  ul li .caseText .caseTextmid .moreCase:hover {
    width: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.floor_4_main .bd  ul li:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari å’Œ Chrome */
    -o-transform: scale(1.1);
    /* Opera */
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.floor_4_main .bd  ul li:hover .caseText {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.floor_4_main .bd  ul li .bottomTxt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 40px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	/*background-color: rgba(0,0,0,.6);*/
	background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.7));
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.floor_4_main .bd  ul li:hover .bottomTxt{
	opacity: 0;
}

.slider-ban{position: relative;overflow: hidden;width: 100%;}
.slideBox .hd {z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 6%;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;}
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 26px;width: 50px;height: 6px;border-radius: 500px;text-align: center;background: #FFFFFF;}
.slideBox .hd ul .on {background: #f09800;color: #fff;}
.slideBox .bd{position:relative;}
.slideBox .bd li img{width:100%;} 
@media (max-width: 768px){
	.slideBox .hd ul li{width: 12px;height: 12px;margin-right: 15px;}
}
@media (max-width: 500px){
	.slideBox .bd li{width: 100%;overflow: hidden;}
	.slideBox .bd li img {width: 140%;margin-left: -12%;}
}

.tit-index{font-size: 18px;color: #333;}
.tit-index b{font-size: 36px;}

.index1{background: url(../images/index1-bg.jpg) no-repeat center;padding: 90px 0 100px;margin-top: -4px;}
.index1 .tit-index{color: #fff;}
.index1 .box1{width: 20%;}
.index1 .fl-index1 dt{width: 100%;height: 60px;line-height: 60px;border-radius: 500px;font-size: 18px;margin-top: 10px;overflow: hidden;}
.index1 .fl-index1 dt a{padding: 0 20px;display: block;color: #fff;}
.index1 .fl-index1 dt:hover,.index1 .fl-index1 dt.cur{background: #f09800 url(../images/index1-fl.png) no-repeat 90%;transition:all .3s}
.index1 .fl-index1 dt:first-child{margin-top: 40px;}
.index1 .box3{width: 25%;margin-top: 40px;}
.index1 .box3 b{background: url(../images/index1-cir.png) no-repeat left;padding-left: 30px;font-size: 24px;color: #333;}
.index1 .box3 .des,.index3 .wz .des,.index4 .mod1 li .txt .des{font-size: 14px;color: #666;line-height: 30px;margin: 22px 0 40px;}
.index1 .box3 .des{height: 240px;overflow: hidden;}
.index1 .box3 .more,.index3 .wz .more,.index5 .box-h .txt .more{display: block;width: 125px;height: 45px;border-radius: 5px;background: #c50000;font-size: 14px;color: #fff;line-height: 45px;text-align: center;}
.index1 .box3 .more:hover,.index3 .wz .more:hover,.index5 .box-h .txt .more:hover{background: #f09800;transition:all .3s;}
.index1 .box2{width: 42%;margin-right: 4%;margin-top: 10px;}
.index1 .box2 .fullSlide{position: relative;}
.index1 .box2 .fullSlide .bd li{width: 100%;display: block;}
.index1 .box2 .fullSlide .bd li .imgfd{width: 100%;}
.index1 .box2 .fullSlide .bd li .imgfd img{max-height: 500px;max-width: 100%;}
.index1 .box2 .hd{height: 100px; right: 35px; bottom:-130px; position:absolute; z-index:1;}
.index1 .box2 .hd_m{}
.index1 .box2 .hd a{display: block;width: 16px;height: 9px;position: absolute;top: 45px;line-height:0;}	
.index1 .box2 .hd_m .ban_l{left: -35px;top: 20px;}
.index1 .box2 .hd_m .ban_r{right: -35px;top: 20px;}
.index1 .box2 .hd_m .pageState{font-size: 20px;color: #666;font-family: 'Lato';font-weight: bold;letter-spacing: 10px;}
.index1 .box2 .hd_m .pageState span{color: #f09800;font-size: 36px;font-weight: bold;}

.index6{background: url(../images/index1-bg.jpg) no-repeat center;padding: 90px 0 100px;margin-top: -4px;}
.index6 .tit-index{color: #fff;margin-bottom: 40px;}
.index6 .fl-index1{width: 20%;}
.index6 .fl-index1 li{width: 100%;height: 60px;line-height: 60px;border-radius: 500px;font-size: 18px;margin-top: 10px;overflow: hidden;}
.index6 .fl-index1 li a{padding: 0 20px;display: block;color: #fff;}
.index6 .fl-index1 li:hover,.fl-index1 li.active2{background: #f09800 url(../images/index1-fl.png) no-repeat 90%;transition:all .3s}
.index6 .box2{width: 60%;margin-right: 4%;}
.index6 .box2 img{max-width: 100%;}
.index6 .box3{width: 34%;}
.index6 .box3 b{background: url(../images/index1-cir.png) no-repeat left;padding-left: 30px;font-size: 24px;color: #333;}
.index6 .box3 .des,.index3 .wz .des,.index4 .mod1 li .txt .des{font-size: 14px;color: #666;line-height: 30px;margin: 22px 0 40px;}
.index6 .box3 .des{height: 240px;overflow: hidden;}
.index6 .box3 .more,.index3 .wz .more,.index5 .box-h .txt .more{display: block;width: 125px;height: 45px;border-radius: 5px;background: #c50000;font-size: 14px;color: #fff;line-height: 45px;text-align: center;}
.index6 .box3 .more:hover{background: #f09800;}
.index6 .tab-bd2{width: 74%;}
.index6 .tab-bd2 li{display:none;width: 100%;}
.index6 .tab-bd2 li.thisclass{display:list-item;}


.index2,.index3,.index4,.index5{margin-top: 20px;margin-bottom: 50px;}
.index2 .box .more{display: block;width: 117px;height: 36px;line-height: 36px;background: #f09800;text-align: center;color: #fff;font-size: 14px;border-radius: 500px;margin-top: 5px;}
.index2 .box p{font-size: 14px;color: #666;display: block;margin: 10px 0 30px;}
.index2 .box .more:hover{transition:all .3s;background: #c50000;}
.index2 li{width: 24%;float: left;margin-right: 1.33%;position: relative;}
.index2 li:last-child{margin-right: 0;}
.index2 li .txt{text-align: center;position: absolute;width: 100%;bottom: 0;z-index: 99;}
.index2 li .txt b{font-size: 24px;color: #fff;}
.index2 li .txt img{display: block;margin: 30px auto;}

.index3{background: url(../images/index3-bg.jpg) no-repeat bottom;height: 780px;position: relative;}
.index3 .box{position: absolute;bottom: 0;width: 100%;}
.index3 .txt{width: 50%;float: left;}
.index3 .num{background: rgba(0,0,0,0.3);padding: 60px 0 80px;margin-top: 148px;}
.index3 .num dt{width: 33.33%;float: left;text-align: center;font-size: 16px;color: #fff;line-height: 50px;}
.index3 .num dt img{display: block;margin: 0 auto;}
.index3 .num dt b{font-family: 'Lato';font-size: 45px;color: #f09800;margin-right: 5px;}
.index3 .wz{background: #fff;padding: 60px 70px;}
.index3 .wz p{font-size: 24px;color: #f09800;font-weight: bold;display: block;margin-top: 10px;}
.index3 .wz .des{height: 120px;overflow: hidden;}

.index4 .mod1 li{text-align: center;background-size: 100% auto;position: relative;}
.index4 .mod1 .bot{position: relative;margin-top: 40px;}
.index4 .mod1 li .imgfd{height: 238px;
  
    display: inline-block;
 
    position: relative;
    z-index: 99;
    overflow: hidden;}
.index4 .mod1 li .txt{text-align: center;}
.index4 .mod1 li .txt .des{height: 8px;overflow: hidden;line-height: 24px;}
.index4 .mod1 li .txt .more{width: 100px;height: 36px;line-height: 36px;text-align: center;font-size: 14px;color: #fff;background: #c50000;border-radius: 500px;margin: 0 auto;margin-top: 10px;}
.index4 .mod1 li .txt b{font-size: 18px;color: #333;}
.index4 .mod1 li:hover .txt b{color: #c50000;transition:all .3s;}
.index4 .mod1 li .txt .more:hover{background: #f09800;transition:all .3s;}
.index4 .mod1 .swiper-button-prev,.index4 .mod1 .swiper-button-next{background: no-repeat;font-size: 18px;color: #fff;width: auto;height: auto;outline: none;right: 0px;top: -60px;}
.index4 .mod1 .swiper-button-prev{right: 50px;text-align: right;}
.index4 .mod1 .swiper-button-prev i,.index4 .mod1 .swiper-button-next i{font-size: 20px;color: #b8b8b8;display: inline-block;width: 40px;height: 36px;line-height: 36px;text-align: center;font-family: 宋体;font-weight: bold;background: #edf0f4;}
.index4 .mod1 .swiper-button-prev i:hover,.index4 .mod1 .swiper-button-next i:hover{background: #f09800;color: #fff;transition:all .3s;}

.index5{background: #edf0f4;padding: 90px 0 100px;}
.index5 .box{margin-bottom: 40px;display: flow-root;}
.index5 .box .more{display: block;width: 100px;height: 36px;border: 1px solid #bbb;box-sizing: border-box;text-align: center;line-height: 36px;font-size: 14px;color: #999;border-radius: 500px;}
.index5 .box .more:hover{border: 1px solid #c50000;background: #c50000;color: #fff;transition:all .3s;}
.index5 .box-h{width: 34%;}.index5 .box-c{width: 64.6%;}
.index5 .box-h .imgfd{max-height: 258px;}
.index5 .box-h .txt{background: #fff;padding: 30px;}
.index5 .box-h .txt .date{color: #f09800;font-size: 14px;font-family: 'Lato';margin-bottom: 15px;}
.index5 .box-h .txt .date b{font-size: 28px;padding-right: 5px;}
.index5 .box-h .txt h3{font-size: 20px;color: #333;height: 26px;line-height: 26px;overflow: hidden;}
.index5 .box-h .txt .des{height: 72px;overflow: hidden;line-height: 24px;margin: 15px 0 30px;color: #666;font-size: 14px;}
.index5 .box-h .txt:hover h3{color: #c50000;transition:all .3s;}
.index5 .tab{background: #fff;padding: 30px;}
.index5 .box-c .tab-hd{width: 20%;border-right: 2px solid #ddd;box-sizing: border-box;height: 495px;}
.index5 .box-c .tab-hd li{cursor: pointer;height: 75px;line-height: 75px;border-bottom: 1px solid #ddd;overflow: hidden;max-width: 84%;}
.index5 .box-c .tab-hd li span{font-size: 16px;color: #333;display: block;padding: 0 20px 0 14px;}
.index5 .box-c .tab-hd li span i{display: none;}
.index5 .box-c .tab-hd li.active span{color: #f09800;}
.index5 .box-c .tab-hd li.active span i{display: block;}
.index5 .box-c .tab-hd img{margin-top: 35px;max-width: 84%;}
.index5 .box-c .tab-bd{width: 80%;}
.index5 .box-c .tab-bd li{display:none;width: 100%;}
.index5 .box-c .tab-bd li.thisclass{display:list-item;}
.index5 .box-c .tab-bd li dl{padding: 0 38px;}
.index5 .box-c .tab-bd li dt{width: 100%;border-bottom: 1px solid #ddd;height: 54px;line-height: 54px;overflow: hidden;}
.index5 .box-c .tab-bd li dt p{display: block;background: url(../images/index5-ic.png) no-repeat left;padding-left: 20px;font-size: 16px;color: #333;height: 54px;}
.index5 .box-c .tab-bd li dt span{font-size: 14px;color: #666;}
.index5 .box-c .tab-bd li dt:hover p{color: #c50000;transition:all .3s;background: url(../images/index5-ic2.png) no-repeat left;}

.link{padding-bottom: 20px;background: #edf0f4;font-size: 14px;color: #333;line-height: 24px;}
.link a{color: #666;margin-right: 5px;}
.link a:last-child{margin-right: 0;}
.link a:hover{color: #c50000;}

@media (max-width: 1200px){
	.index4 .mod1 li .imgfd{height: 230px;}
	.index2,.index3,.index4,.index5{margin-top: 50px;}
	.index1,.index5,.index6{padding: 40px 0 50px;}
	.tit-index b{font-size: 30px;}
	.index1 .fl-index1,.index6 .fl-index1{height: 300px;overflow: hidden;}
	.index5 .box-c .tab-hd{width: 30%;}.index5 .box-c .tab-bd{width: 70%;}
}
@media (max-width: 900px){
	.index4 .mod1 li .imgfd{height: 265px;}
	.tit-index b{font-size: 24px;}
	.index3 .num dt b{font-size: 24px;}
	.tit-index{font-size: 16px;}
	.index1 .box1,.index6 .fl-index1{width: 100%;}
	.index1 .fl-index1 dt{width: 23.5%;margin-right: 2%;float: left;height: 50px;line-height: 50px;margin-top: 0;}
	.index1 .fl-index1 dt a,.index6 .fl-index1 li a{font-size: 16px;}
	.index1 .fl-index1 dt:nth-child(4n){margin-right: 0;}
	.index1,.index6{background: #edf0f4 url(../images/index1-bg-wap.jpg) no-repeat top;}
	.index6 .fl-index1 li{width: 48%;margin-right: 4%;float: left;}
	.index6 .fl-index1 li:nth-child(2n){margin-right: 0;}
	.index6 .tit-index{margin-bottom: 0px;}
	.index6 .fl-index1{height: auto;margin: 20px 0 40px;}
	.index6 .tab-bd2{width: 100%;}
	.index1 .fl-index1{height: 100px;margin: 20px 0 40px;}
	.index1 .box2{width: 50%;}
	.index1 .box3{width: 46%;margin-top: 0;}
	.index1 .box3 b,.index6 .box3 b{font-size: 22px;}
	.index2 .box p{line-height: 30px;}
	.index2 li{width: 48%;margin-right: 4%;margin-bottom: 30px;}
	.index2 li:nth-child(2n){margin-right: 0;}
	.index3{margin-top: 20px;}
	.index3 .wz{padding: 30px;}
	.index3 .num{margin-top: 75px;}
	.index3 .wz p{font-size: 20px;}
	.index3{height: 500px;}
	.index5 .box-c .tab-bd li dl{padding: 0 20px;}
	.index5 .box{margin-bottom: 20px;}
	.index4 .mod1 .bot{margin-top: 20px;}
	.index4 .mod1 .swiper-button-prev,.index4 .mod1 .swiper-button-next{top: -30px;}
	.fl-index1 dt:first-child{background: none;margin-top: 0;}
	.index2 li .txt b{font-size: 20px;}
}
@media (max-width: 600px){
	.tit-index b{font-size: 20px;}
	.tit-index{font-size: 14px;}
	.index1 .fl-index1 dt{width: 32%;margin-right: 1%;height: 40px;line-height: 40px;}
	.index6 .fl-index1 li{height: 40px;line-height: 40px;}
	.index6 .fl-index1 li a{font-size: 14px;}
	.index1 .fl-index1 dt:nth-child(3n){margin-right: 0;}
	.index1 .fl-index1 dt a{font-size: 14px;padding: 0;}
	.index6 .box2{width: 100%;margin-right: 0;margin-top: 20px;}
	.index6 .box3 .des{margin-bottom: 20px;}
	.index6 .box3{width: 100%;}
	.index6{padding-bottom: 50px;}
	.index6 .box3 b{font-size: 18px;}
	.index1 .fl-index1,.index6 .fl-index1{height: 120px;}
	.index1 .box2{width: 100%;margin-right: 0;}
	.index1 .box3,.index5 .box-c .tab-hd,.index5 .box-c .tab-bd li dt span{display: none;}
	.index1 .box2 .hd{bottom: -110px;}
	.index1{padding-bottom: 100px;}
	.index2 .box .more{margin-top: 0;}
	.index2 li .txt b,.index3 .wz p,.index5 .box-h .txt h3{font-size: 18px;}
	.index2 li .txt img{margin-top: 10px;}
	.index3 .txt,.index5 .box-h,.index5 .box-c,.index5 .box-c .tab-bd{width: 100%;}
	.index3 .num{padding: 40px 0 20px;}
	.index3 .num dt{font-size: 14px;line-height: 30px;}
	.index3{height: 600px;}
	.index4 .mod1 li .txt b{font-size: 16px;}
	.index4 .mod1 li .txt{padding: 30px 15px;}
	.index4 .mod1 li .txt .des{margin-bottom: 15px;}
	.index5 .box-h{margin-bottom: 20px;}
	.index5 .tab{padding: 20px 10px;}
	.index5 .box-c .tab-bd li dt p{font-size: 15px;}
}


#partner { overflow: hidden; }
#partner ul { width: 100%; overflow: hidden;height: 320px;}
#partner li { float: left; width:11%;  padding-bottom: 2%; margin-right: 0%;margin-top: 2%;}
#partner li a { display: block;   }
#partner li i { padding-bottom: 66.456%; background: no-repeat center center; background-size: contain; display: block;filter: grayscale(100%); }
.widget .textwidget img { display: block; width: 100%; height: auto; }


.ban-ny{position: relative;margin-top: 80px;}
.ban-ny .img img{width: 100%;}.ban-ny .img{display: flex;}
.ban-ny .txt{color: #fff;position: absolute;top: 42%;z-index: 1;left: 48%;}
.ban-ny .txt b{font-size: 32px;display: block;margin-bottom: 10px;}
.ban-ny .txt p{font-size: 16px;}
.ban-ny .loca{height: 55px;line-height: 55px;background: rgba(0,0,0,0.2);width: 100%;font-size: 16px;color: #666;margin-top: -8px;}
.ban-ny .loca a{color: #666;}

.ny-tit{font-size: 16px;color: #5b5b5b;text-align: center;margin-bottom: 50px;}
.ny-tit b{font-size: 30px;color: #2d2d2d;display: block;margin-bottom: 15px;}

@media (max-width: 1400px){
	.ban-ny{margin-bottom: 70px;}
	.ban-ny .loca,.ban-ny .txt p{display: none;}
	.ban-ny .txt{top: 50%;}
}
@media (max-width: 1000px){
	.ban-ny{margin-bottom: 50px;}
	.ban-ny .txt b,.ny-tit b{font-size: 26px;}
	.ny-tit{margin-bottom: 30px;}
	.ny-tit b{margin-bottom: 10px;}
}
@media (max-width: 700px){
	.ban-ny .txt b,.ny-tit b{font-size: 20px;}
	.ny-tit{font-size: 14px;}
	.ban-ny .txt{top: 40%;}
}

.ny-fenl{height: 65px;line-height: 65px;background: #f1f2f4;text-align: center;width: 100%;margin-bottom: 20px;overflow: hidden;}
.ny-fenl dl{display: inline-block;}
.ny-fenl dl dt{float: left;margin: 0 90px;}
.ny-fenl dl dt a{font-size: 18px;color: #0e0e0e;}
.ny-fenl dl dt.cur a,.ny-fenl dl dt:hover a{color: #c50000;}

.tit-ab{font-size: 30px;color: #333;}
.des{font-size: 14px;color: #0e0e0e;line-height: 32px;}
.des p{font-size: 14px!important;color: #0e0e0e!important;line-height: 32px!important;}
.about1 .txt{width: 100%;}.about1 .imgfd{width: 50%;}
.about1 .tit-ab{margin-bottom: 30px;}
.about1 .num{margin-top: 50px;}
.about1 .num dt{width: 16.66%;float: left;background: url(../images/about1-line.png) no-repeat left;font-size: 16px;color: #666;text-align: center;}
.about1 .num dt:first-child{background: none;}
.about1 .num dt b{font-size: 50px;color: #c50000;font-family: Arial;margin-right: 6px;letter-spacing: -1px;}

.about2,.about3,.about4,.about5{margin-top: 100px;}
.about2{background: url(../images/about2.jpg) no-repeat center;padding: 90px 0;}
.about2 .tit-ab{color: #fff;margin-bottom: 40px;}
.about2 dl{max-width: 740px;}
.about2 dt{width: 48%;float: left;font-size: 16px;color: rgba(255,255,255,0.4);line-height: 30px;}
.about2 dt:first-child{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.1);margin-bottom: 25px;padding-bottom: 25px;}
.about2 dt span{display: block;font-size: 20px;color: #fff;margin-bottom: 8px;}
.about2 dt:last-child{float: right;}

.about3 .tit-ab{text-align: center;}
.about3 .des{max-width: 790px;text-align: center;margin: 25px auto;}
.about3 img{max-width: 980px;width: 100%;margin: 0 auto;display: block;}

.about4{background: url(../images/about4.jpg) no-repeat center;padding: 55px 0;}
.about4 h2{font-size: 32px;color: #fff;height: 56px;line-height: 56px;}
.about4 .more{display: block;width: 150px;height: 56px;border: 1px solid #fff;box-sizing: border-box;border-radius: 3px;line-height: 56px;font-size: 16px;color: #fff;text-align: center;}
.about4 .more:hover{border: 1px solid #c50000;background: #c50000;}

.about5 .mod1 li{text-align: center;background-size: 100% auto;position: relative;}
.about5 .mod1 .bot{position: relative;margin-top: 40px;}
.about5 .mod1 li img{max-width: 100%;padding: 10px;}
.about5 .mod1 li .imgfd{max-height: 250px;border: 1px solid #f1f1f1;box-sizing: border-box;}
.about5 .mod1 .swiper-button-prev,.about5 .mod1 .swiper-button-next{background: no-repeat;font-size: 24px;color: #fff;width: auto;height: auto;outline: none;right: 0px;top: -65px;}
.about5 .mod1 .swiper-button-prev{right: 75px;text-align: right;}
.about5 .mod1 .swiper-button-prev i,.about5 .mod1 .swiper-button-next i{font-size: 28px;color: #999;display: inline-block;width: 56px;height: 56px;line-height: 56px;border: 1px solid #bababa;text-align: center;font-family: 宋体;font-weight: bold;border-radius: 3px;}
.about5 .mod1 .swiper-button-prev i:hover,.about5 .mod1 .swiper-button-next i:hover{background: #c50000;border: 1px solid #c50000;color: #fff;}

@media (max-width: 1400px){
	.about2,.about3,.about4,.about5{margin-top: 70px;}
	.ny-fenl{margin-bottom: 70px;}
	.about1 .tit-ab{margin-top: 0;}
	.about1 .num dt b{font-size: 40px;}
	.about4 h2{font-size: 30px;}
	.about2{padding: 70px 0;}
}
@media (max-width: 1000px){
	.about1 .txt,.about1 .imgfd{width: 100%;}
	.ny-fenl dl dt{margin: 0 40px;}
	.about2,.about3,.about4,.about5{margin-top: 50px;}
	.about2{padding: 50px 0;}
	.ny-fenl{margin-bottom: 50px;}
	.tit-ab,.about4 h2{font-size: 24px;}
	.about1 .num dt{width: 33.33%;margin-top: 20px;}
	.about1 .imgfd{margin-top: 20px;}
	.about1 .num{margin-top: 0;}
	.about4 .more{display: none;}
	.about1 .num dt:nth-child(4){background: none;}
}
@media (max-width: 700px){
	.ny-fenl dl dt{margin: 0;width: 33.33%;float: left;overflow: hidden;text-align: center;}
	.about2,.about3,.about4,.about5{margin-top: 40px;}
	.about2,.about4{padding: 40px 0;}
	.ny-fenl{height: 50px;line-height: 50px;margin-bottom: 40px;}
	.ny-fenl dl dt a{font-size: 14px;}
	.ny-fenl dl{width: 100%;}
	.tit-ab,.about4 h2{font-size: 18px;}
	.des,.about1 .num dt,.about2 dt{font-size: 14px;}
	.about1 .tit-ab{margin-bottom: 10px;}
	.about1 .num dt b{font-size: 28px;}
	.about2 dt span{font-size: 16px;margin-bottom: 0;}
	.about2 .tit-ab{margin-bottom: 20px;}
	.about5 .mod1 .swiper-button-prev i,.about5 .mod1 .swiper-button-next i{width: 45px;height: 45px;line-height: 45px;font-size: 24px;}
	.about5 .mod1 .swiper-button-prev,.about5 .mod1 .swiper-button-next{top: -50px;}
	.about5 .mod1 .swiper-button-prev{right: 55px;}
	.des p{font-size: 14px!important;}
}

.main-fl{width: 100%;margin-top: 50px;}.main-fr{width: 22.5%;}
.main-fr .box{background: #f5f6f8;padding: 30px;margin-bottom: 30px;}
.main-fr .box b{font-size: 20px;color: #333333;}
.main-fr .box dt{margin-top: 14px;}
.main-fr .box dt .imgfd{width: 42%;max-height: 75px;}
.main-fr .box dt .txt{width: 55%;font-size: 14px;color: #333;line-height: 24px;height: 48px;overflow: hidden;}
.main-fr .box dt:hover .txt{color: #c50000;}
.main-fr .rmcp dt .imgfd{width: 50%;max-height: 92px;border: 1px solid #eaebed;}
.main-fr .rmcp dt .txt{width: 46%;}

.list-news li{width: 100%;padding-bottom: 40px;margin-bottom: 50px;border-bottom: 1px solid #e8e8e8;position:relative;}
.list-news li .imgfd {
    width: 32%;
    max-height: 318px;
}.list-news li .txt{width: 64%;margin-top: 1%;}
.list-news li .txt h2{font-size: 32px;color: #333;display: block;margin-bottom: 18px;overflow: hidden;font-weight: bold;}
.list-news li .date{font-size: 16px;color: #2d2d2d;margin-top: 50px;}
.list-news li .des{height: 64px;overflow: hidden;}
.list-news li:hover .txt h2{color: #c50000;}


.list-news li.lihover {
	
	border-radius:10px;
}

.list-news  .tips {
	position:absolute;
	
	left:300px;
	width:182px;
	height:123px;
	visibility:hidden;
	
	opacity:0.0;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.list-news .tips .tipscont {
	width:300px;
	text-align:center;
	margin:10px 0 0 50px;
}


.list-news .hover {
	visibility:visible;
	top:10px;
	left:320px;
	opacity:1;
}



@media (max-width: 1000px){
	.main-fr{display: none;}
	.main-fl{width: 100%;}
	.list-news li .txt h2{font-size: 20px;}
	.list-news li .imgfd{width: 42%;}.list-news li .txt{width: 56%;}
}
@media (max-width: 700px){
	.list-news li .txt h2{font-size: 16px;height: 48px;line-height: 24px;}
	.list-news li .des,.list-news li .date .fr{display: none;}
	.list-news li{padding-bottom: 30px;margin-bottom: 30px;}
	.list-news li .imgfd{width: 38%;}.list-news li .txt{width: 60%;}
	.list-news li .date{margin-top: 20px;}
}

.show-new h1{font-size: 30px;color: #333;display: block;margin-bottom: 30px;}
.show-new dl{display: inline-block;width: 100%;}
.show-new dl dt{float: left;margin-right: 60px;padding-left: 20px;}
.show-new dl dt:nth-child(1){background: url(../images/ns-ic1.png) no-repeat left;}
.show-new dl dt:nth-child(2){background: url(../images/ns-ic2.png) no-repeat left;}
.show-new dl dt:nth-child(3){background: url(../images/ns-ic3.png) no-repeat left;}
.fanye li{width: 40%;height: 32px;line-height: 32px;background: #f1f2f4;padding: 0 20px;overflow: hidden;font-size: 14px;color: #717171;} 
.fanye li a{color: #717171;}
.fanye li:hover a{color: #c50000;}
.show-new .des{border-bottom: 1px solid #ebebeb;border-top: 1px solid #ebebeb;padding: 50px 0 80px;margin: 40px 0;}

@media (max-width: 1200px){
	.show-new h1{font-size: 28px;}
}
@media (max-width: 1000px){
	.show-new h1{font-size: 22px;margin-bottom: 15px;}
	.show-new .des{padding: 40px 0;}
}
@media (max-width: 700px){
	.show-new h1{font-size: 18px;}
	.show-new .des{padding: 20px 0;margin: 20px 0;}
	.show-new dl dt{margin-bottom: 10px;}
	.fanye li{width: 96%;padding: 0 2%;margin-top: 10px;}
}

.list-equ li{width: 23.75%;margin-right: 1.66%;float: left;text-align: center;margin-bottom: 30px;}
.list-equ li:nth-child(4n){margin-right: 0;}
.list-equ li p{font-size: 18px;color: #333;height: 60px;line-height: 60px;overflow: hidden;}
.list-equ li:hover p{color: #c50000;}
@media (max-width: 1000px){
	.list-equ li,.list-equ li:nth-child(4n){width: 30%;margin-right: 5%;}
	.list-equ li:nth-child(3n){margin-right: 0;}
	.list-equ li:hover p{font-size: 16px;}
}
@media (max-width: 700px){
	.list-equ li,.list-equ li:nth-child(3n),.list-equ li:nth-child(4n){width: 48%;margin-right: 4%;margin-bottom: 10px;}
	.list-equ li:nth-child(2n){margin-right: 0;}
	.list-equ li:hover p{font-size: 16px;}
	.list-equ li p{font-size: 15px;}
}

.main-fr-pro .box{background: #fff;}
.main-fr-pro .mab{margin-bottom: 10px;display: block;}
.fl-pro li{height: 60px;line-height: 60px;border-bottom: 1px solid #eaebed;width: 100%;font-size: 16px;color: #333;overflow: hidden;}
.fl-pro li a{color: #333;display: block;padding: 0 30px;}
.fl-pro li:hover,.fl-pro li.cur{border-bottom: 1px solid #c50000;background: #c50000;color: #fff;}
.fl-pro li:hover a,.fl-pro li.cur a{color: #fff;}

.list-pro li{width: 32%;float: left;margin-right: 2%;background: #fff;margin-bottom: 30px;}
.list-pro li:nth-child(3n){margin-right: 0;}
.list-pro li .txt{padding: 0 15px;}
.list-pro li .imgfd{height: 280px;}
.list-pro li h2{display: block;font-size: 16px;color: #333;height: 40px;line-height: 40px;overflow: hidden;margin: 10px 0;}
.list-pro li span{font-size: 14px;color: #666;}
.list-pro li:hover h2{color: #c50000;}

@media (max-width: 1000px){
	.list-pro li{margin-bottom: 20px;}
	.list-pro li .imgfd{height: 180px}
}
@media (max-width: 700px){
	.list-pro li,.list-pro li:nth-child(3n){width: 48%;margin-right: 4%;}
	.list-pro li:nth-child(2n){margin-right: 0;}
	.list-pro li .imgfd{height: 150px;}
	.list-pro li h2{font-size: 15px;margin: 6px 0;}
}

.show-pro1{display: inline-flex;width: 100%;}
.show-pro1 .imgfd,.show-pro1 .txt{width: 50%;float: left;background: #fff;}
.show-pro1 .imgfd{border-right: 1px solid #eaebed;box-sizing: border-box;max-height: 409px;}
.show-pro1 .imgfd img{height: auto;}
.show-pro1 .txt h1{display: block;height: 70px;line-height: 70px;font-size: 24px;color: #c50000;font-weight: normal;border-bottom: 1px solid #eaebed;margin-bottom: 30px;}
.show-pro1 .txt .box{padding: 50px;}
.show-pro1 .ind-more{margin-top: 30px;}
.show-pro1 .txt .des{max-height: 128px;overflow: hidden;}

.show-pro2,.show-pro3{background: #fff;margin-top: 40px;}
.show-pro2 .box{padding: 40px;}
.show-pro2 .tit-pro{height: 40px;border-bottom: 1px solid #e9e9e9;width: 100%;margin-bottom: 30px;}
.show-pro2 .tit-pro span{display: block;font-size: 20px;color: #333;height: 37px;border-bottom: 4px solid #c50000;width: 90px;}

.show-pro3 .feedback{margin-top: 0;background: #fff;padding: 40px;}
.show-pro3 .feedback li,.show-pro3 .feedback li input,.show-pro3 .feedback li textarea{background: #f1f2f4;}
.show-pro3 .feedback li.sub input,.show-pro3 .feedback li.sub{width: 250px;height: 60px;background: #c50000;}
.show-pro3 .feedback li input{height: 60px;line-height: 60px;}
.show-pro3 .feedback li span{line-height: 60px;}
.show-pro3 .feedback li:nth-child(5){height: 120px;}
.show-pro3 .tit{font-size: 16px;color: #666;margin-bottom: 30px;}
.show-pro3 .tit b{font-size: 30px;color: #333;margin-right: 10px;}

@media (max-width: 1200px){
	.fl-pro li a{padding: 0 10px;}
	.main-fr .box{padding: 15px;}
	.show-pro1 .txt .box,.show-pro2 .box,.show-pro3 .feedback{padding: 30px;}
}
@media (max-width: 1000px){
	.show-pro3 .tit b{font-size: 26px;}
}
@media (max-width: 700px){
	.show-pro3 .tit b{font-size: 20px;}
	.show-pro3 .tit{font-size: 14px;}
	.show-pro1 .imgfd,.show-pro1 .txt{width: 100%;}
	.show-pro1{display: block;}
	.show-pro1 .txt .box,.show-pro2 .box,.show-pro3 .feedback{padding: 20px;}
	.show-pro1 .txt .box{padding-top: 0;}
	.show-pro1 .txt h1{height: 50px;line-height: 50px;font-size: 20px;margin-bottom: 10px;}
	.show-pro1 .txt .des{max-height: auto;}
	.show-pro1 .ind-more,.show-pro2,.show-pro3{margin-top: 20px;}
	.show-pro2 .tit-pro span{font-size: 16px;}
	.show-pro2 .tit-pro,.show-pro3 .tit{margin-bottom: 10px;}
}

.pagination > li > a, .pagination > li > span{padding: 0 12px;border: 1px solid #bbb;color: #000;margin-right: 8px;display: block;font-size: 14px;text-align: center;line-height: 30px;}
.pagination li.first,.pagination li.last{display: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: #c50000;border-color: #c50000;color: #fff;}
.pagination > li > a:hover{color: #c50000;}
.pagination li{float: left;}
.pagination{margin: 0;margin-top: 40px;display: inline-block;}
.digg{text-align: center;width: 100%;}
@media (max-width: 600px){
	.pagination{margin-top: 20px;}
}

.ny_cont2{margin-bottom: 80px;}
.ny_cont2 .txt{width: 100%;}
.ny_cont2 .txt ul{width: 100%;}
.ny_cont2 .txt li{font-size: 18px;color: #333;float: left;font-weight: bold;width: 25%;}
.ny_cont2 .txt li .tb{color: #666;line-height: 50px;font-size: 16px;font-weight: normal;}
.ny_cont2 .map{height: 450px;border: 1px solid #ddd;margin-top: 50px;background: #fff;overflow: hidden;}
.ny_cont1{background: #eceff1;padding: 60px 0 90px;}
.ny_cont1 h2{font-size: 24px;color: #3e4357;font-weight: bold;margin-bottom: 50px;}
.ny_cont1 .bk-line{width: 23.75%;float: left;margin-right: 1.66%;overflow: hidden;}
.ny_cont1 .bk-line:nth-child(4){margin-right: 0;}
.ny_cont1 .bk-line p{font-size: 16px;color: #555;}
.ny_cont1 .bk-line span{color: #ef0000;}
.ny_cont1 .bk-line input{height: 50px;line-height: 50px;padding-left: 14px;font-size: 15px;color: #666;background: #fff;width: 100%;margin-top: 15px;}
.ny_cont1 .bk-line:nth-child(5),.ny_cont1 .bk-line:nth-child(5) textarea{width: 100%;}
.ny_cont1 .bk-line:nth-child(5) p{margin: 30px 0 15px;}
.ny_cont1 .bk-line:nth-child(5) textarea{padding-left: 14px;padding-top: 14px;font-size: 15px;color: #666;background: #fff;}
.ny_cont1 .tj{width: 200px;height: 50px;line-height: 50px;text-align: center;background: #f09800;color: #fff;font-size: 16px;margin: 0 auto;border-radius: 3px;display: block;margin-top: 68px;cursor: pointer;}
@media (max-width: 1200px){
}
@media (max-width: 1000px){
	.ny_cont1{padding: 50px 0;}
	.ny_cont2 .txt li{width: 50%;margin-bottom: 30px;}
	.ny_cont2 .map{margin-top: 0;}
	.ny_cont2{margin-bottom: 40px;}
}
@media (max-width: 600px){
	.ny_cont1 .bk-line{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.ny_cont1 .bk-line:nth-child(5) p{margin-top: 0;}
	.ny_cont1 h2{font-size: 20px;margin-bottom: 30px;}
	.ny_cont1{padding: 40px 0;}
	.ny_cont1 .tj{margin-top: 30px;}
	.ny_cont2 .txt li{width: 100%;}
	.ny_cont2 .txt li{font-size: 16px;}
	.ny_cont2 .txt li .tb{font-size: 14px;line-height: 30px;}
	.ny_cont2 .map{display: none;}
	.ny_cont2{margin-bottom: 10px;}
}

.ind-more{display: block;width: 160px;height: 50px;line-height: 50px;background: #c50000;border-radius: 3px;font-size: 14px;color: #333;text-align: center;color: #fff;}
.ind-more:hover{background: #f09800;}

.xgcp li{width: 24%;float: left;margin-right: 1.33%;text-align: center;}
.xgcp li:nth-child(4){margin-right: 0px;}
.xgcp li h3{font-size: 15px;color: #333;height: 19px;overflow: hidden;font-weight: normal;}
.xgcp li .imgfd{border: 1px solid #ddd;height: 180px;}
.xgcp li:hover h3{color: #c50000;}
@media (max-width: 1000px){
	.xgcp li{width: 48%;margin: 0;margin-right: 4%;}
	.xgcp li:nth-last-child(2n){margin-right: 0%;}
	.xgcp li .imgfd{margin-top: 10px;height: 130px;margin-bottom: 10px;}
	.xgcp li h3{font-size: 14px;}
}

.rmbq dt{width: 48%;float: left;height: 40px;line-height: 40px;overflow: hidden;background: #fff;margin-top: 10px;text-align: center;margin-right: 4%;}
.rmbq dt:nth-child(2n){margin-right: 0;}
.rmbq dt a{display: block;padding: 0 6px;font-size: 14px;color: #333;}
.rmbq dt:hover,.main-fr-tags .box .rmbq-p dt:hover{background: #c50000;}
.rmbq dt:hover a{color: #fff;}
.rmbq-p dt{background: #f1f2f4;}

.main-fr-tags .box{background: #f5f6f8;}
.main-fr-tags .box .rmbq-p dt{background: #fff;}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
#maximg img{ max-width:100%; height:auto !important}


/*idx_About 开始*/
.idx_About { width:100%; height:auto; margin:0 auto; padding:60px 0; position:relative;background-color: #9a9a9a;height: 320px;}
.idx_About .idx_Aboutbg { width:45%; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:0;}
.idx_Aboutbg img { display:block; width:100%; height:453px; overflow:hidden; margin:0; padding:0;}
.idx_About .idxAbout_main { width:100%; max-width:1600px; height:auto; margin:0 auto; padding:0; position:relative;}
.idxAbout_main .idxAbout_video { width:65%; height:auto; margin:0; padding:0 30px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_video .idxAbout_vdcon { width:100%; height:433px; margin:0 auto; padding:0; position:relative;}
.idxAbout_vdcon i { display:block; width:100%; height:100%; overflow:hidden;  margin:0; padding:0; position:absolute; left:-20px; top:-20px;}
.idxAbout_vdcon .idxAbout_vdmain { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.idxAbout_vdmain img.vd_img { display:block; width:auto; height:auto; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.idxAbout_vdmain:hover img.vd_img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.idxAbout_vdmain .idxAbout_vdmask { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background:none; position:relative;}



.idxAbout_vdmain .idxAbout_vdmask .allmoreb a{
    justify-content: space-between;
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a .bg{
    left:0;
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb:hover{
    width: 190px;
    padding:0 20px;
}

.idxAbout_vdmain .idxAbout_vdmask .allmoreb{
    width: 189px;
    height: 50px;
    background: transparent;
    border-radius: 45px;
    overflow: hidden;
	 margin-top: 4%;
	
}
/* .idxAbout_vdmain .idxAbout_vdmask .allmoreb a{
    display: flex;
    width: 100%;
 
    align-items: center;
    justify-content: center;
    position: relative;
} */
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a span{
    font-size: 20px;
   color:#fff;
   margin-left: 9px;
    display: inline-block;
    margin-right: 17px;
    position: relative;
    z-index: 2;
   
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a .bg{
    position: absolute;
   background: #cf5154;
   width: 30px;
   height: 30px;
    border-radius: 100%;
  
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    z-index: 1;
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb{
    background: #c32629;
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a span{
    color:#fff;
    margin-left: 9px;
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a img{
    filter:brightness(1000%) grayscale(1000%);
}
.idxAbout_vdmain .idxAbout_vdmask .allmoreb a .bg{
    
}

.idxAbout_vdmain .idxAbout_vdmask a {height: 60px;}
.idxAbout_vdmain .idxAbout_vdmask a.more {
    clear: both;
    padding-right: 60px;
    font-size: 18px;
    color: #cfcfcf;
    background: url(../images/more1.png) no-repeat right center;
    line-height: 69px;
	
}

.idxAbout_vdmain .idxAbout_vdmask p{font-size: 20px;font-weight: 200;text-indent: 5rem;line-height: 40px;color: #FFFFFF;}
/* .idxAbout_vdmain .idxAbout_vdmask a { display:block; width:100%; height:100px; overflow:hidden; margin:-70px 0 0; padding:20px 0; position:absolute; left:0; top:50%;} */
.idxAbout_vdmain .idxAbout_vdmask a img.vd_btn { display:block; width:64px; height:64px; overflow:hidden; margin:0 auto 16px; padding:0;}
.idxAbout_vdmain .idxAbout_vdmask a span { display:block; width:100%; overflow:hidden; line-height:20px; color:#fff; font-size:18px; text-align:center; margin:0 auto; padding:0;}

.idxAbout_main .idxAbout_text { width:30%; height:auto; margin:0; padding:0 0 0 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_text .idxAbout_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_contit { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_contit span { display:block; width:100%; line-height:64px; color:#8e8e8e; font-size:80px; font-weight:bold; margin:0 auto; padding:0;bottom: 0px; transform: rotate(180deg);margin-top: 30px;}
.idxAbout_contit div { display:block; width:100%;  color:#ededed; font-size:88px; font-weight:bold; margin:-20px auto 0; padding:0; 
  transform: rotate(180deg);}
  
  .idxAbout_contit div h1{font-size: 120px;margin-top: -30px;color:#FFFFFF;}
.idxAbout_con em { display:block; width:60px; height:2px; overflow:hidden; margin:30px 0; padding:0; background-color:#0d5198;}
.idxAbout_con p { width:100%; max-height:150px; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; text-indent:2em; margin:0 auto; padding:0; display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.idxAbout_text .idxAbout_data { width:100%; overflow:hidden; margin:60px auto 0; padding:0;}
.idxAbout_data ul li { width:25%; overflow:hidden; margin:0 auto; padding:0 10px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_data ul li p { width:100%; height:50px; overflow:hidden; line-height:50px; color:#333; font-size:56px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.idxAbout_data ul li p i { font-weight:normal; font-size:14px; font-style:normal;}
.idxAbout_data ul li em { display:block; width:24px; height:2px; overflow:hidden; margin:15px auto; background-color:#0d5198;}
.idxAbout_data ul li span { display:block; width:100%; overflow:hidden; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;font-weight: bold;}

@media screen and (width:1600px){
	.idx_About { width:94%; padding:40px 3%;}
	.idx_About .idxAbout_main { max-width:inherit;}
	.idxAbout_video .idxAbout_vdcon { height:411px;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.idx_About { width:94%; padding:80px 3%;}
	.idx_Aboutbg img { height:386px;}
	.idx_About .idxAbout_main { max-width:inherit;}	
	.idxAbout_video .idxAbout_vdcon { height:320px;}
	.idxAbout_main .idxAbout_text { margin:-20px 0 0;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_text .idxAbout_data { margin:40px auto 0;}
	.idxAbout_data ul li p { font-size:56px;}
}
@media screen and (min-width:1366px) and (max-width:1439px) {
	.idx_About { width:94%; padding:80px 3%;}
	.idx_Aboutbg img { height:385px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 140px;}
	.idxAbout_video .idxAbout_vdcon { height:345px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:56px; font-size:72px;}
	.idxAbout_contit div { line-height:44px; font-size:44px;}
	.idxAbout_con em { margin:24px 0;}
	.idxAbout_con p { max-height:210px; -webkit-line-clamp:7;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li p { font-size:56px;}
	.idxAbout_data ul li em { margin:12px auto;}
}
@media screen and (min-width:1360px) and (max-width:1365px) {
	.idx_About { width:94%; padding:80px 3%;}
	.idx_Aboutbg img { height:385px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 140px;}
	.idxAbout_video .idxAbout_vdcon { height:345px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:56px; font-size:72px;}
	.idxAbout_contit div { line-height:44px; font-size:44px;}
	.idxAbout_con em { margin:24px 0;}
	.idxAbout_con p { max-height:180px; -webkit-line-clamp:6;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li p { font-size:52px;}
	.idxAbout_data ul li em { margin:12px auto;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.idx_About { width:94%; padding:80px 3% 40px;}
	.idx_Aboutbg img { height:362px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 120px;}
	.idxAbout_video .idxAbout_vdcon { height:322px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:50px; font-size:64px;}
	.idxAbout_contit div { line-height:40px; font-size:40px;}
	.idxAbout_con em { margin:24px 0;}
	.idxAbout_con p { max-height:180px; -webkit-line-clamp:6;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li { padding:0 5px;}
	.idxAbout_data ul li p { height:48px; line-height:48px; font-size:48px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.idx_About { width:94%; padding:60px 3% 40px;}
	.idx_Aboutbg img { height:324px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 120px;}
	.idxAbout_main .idxAbout_video { padding:0 20px 0 0;}
	.idxAbout_video .idxAbout_vdcon { height:304px;}
	.idxAbout_main .idxAbout_text { padding:0 0 0 20px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:40px; font-size:50px;}
	.idxAbout_contit div { line-height:32px; font-size:32px;}
	.idxAbout_con em { width:48px; margin:20px 0;}
	.idxAbout_con p { max-height:180px; -webkit-line-clamp:6;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li { padding:0 5px;}
	.idxAbout_data ul li p { height:44px; line-height:44px; font-size:42px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
	.idx_About { width:94%; padding:60px 3% 40px;}
	.idx_Aboutbg img { height:290px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 120px;}
	.idxAbout_main .idxAbout_video { padding:0 20px 0 0;}
	.idxAbout_video .idxAbout_vdcon { height:270px;}
	.idxAbout_main .idxAbout_text { padding:0 0 0 20px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:40px; font-size:50px;}
	.idxAbout_contit div { line-height:32px; font-size:32px;}
	.idxAbout_con em { width:48px; margin:20px 0;}
	.idxAbout_con p { max-height:150px; -webkit-line-clamp:5;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li { padding:0 5px;}
	.idxAbout_data ul li p { height:44px; line-height:44px; font-size:42px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
	.idx_About { width:94%; padding:40px 3% 20px;}
	.idx_Aboutbg img { height:274px;}
	.idx_About .idxAbout_main { max-width:inherit; padding: 0 0 120px;}
	.idxAbout_main .idxAbout_video { padding:0 20px 0 0;}
	.idxAbout_video .idxAbout_vdcon { height:260px;}
	.idxAbout_main .idxAbout_text { padding:0 0 0 20px;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:40px; font-size:50px;}
	.idxAbout_contit div { line-height:32px; font-size:32px;}
	.idxAbout_con em { width:48px; margin:20px 0;}
	.idxAbout_con p { max-height:150px; -webkit-line-clamp:5;}
	.idxAbout_text .idxAbout_data { position:absolute; left:0; bottom:0; margin:0;}
	.idxAbout_data ul li { padding:0 5px;}
	.idxAbout_data ul li p { height:44px; line-height:44px; font-size:42px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.idx_About { width:94%; padding:40px 3%;}	
	.idx_About .idx_Aboutbg { width:80%;}
	.idx_Aboutbg img { height:388px;}	
	.idx_About .idxAbout_main { max-width:inherit;}
	.idxAbout_main .idxAbout_video { width:100%; margin:0 auto 40px; padding:0; float:inherit;}
	.idxAbout_video .idxAbout_vdcon { height:406px;}
	.idxAbout_main .idxAbout_text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:40px; font-size:50px;}
	.idxAbout_contit div { line-height:32px; font-size:32px;}
	.idxAbout_con em { width:48px; margin:20px 0;}
	.idxAbout_con p { max-height:112px; font-size:14px; line-height:28px; -webkit-line-clamp:4;}
	.idxAbout_text .idxAbout_data { margin:40px auto 0;}
	.idxAbout_data ul li { padding:0 10px;}
	.idxAbout_data ul li p { height:48px; line-height:48px; font-size:48px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media (max-width: 767px) {
	.idx_About { width:94%; padding:30px 3% 0;}
	.idx_About .idx_Aboutbg { width:80%;}
	.idx_Aboutbg img { height:210px;}
	.idx_About .idxAbout_main { max-width:inherit;}
	.idxAbout_main .idxAbout_video { width:100%; margin:0 auto 20px; padding:0; float:inherit;}
	.idxAbout_vdcon i { top:-10px; left:-10px;}
	.idxAbout_video .idxAbout_vdcon { height:220px;}
	.idxAbout_vdmain .idxAbout_vdmask a { height:80px; margin:-60px 0 0;}
	.idxAbout_vdmain .idxAbout_vdmask a img.vd_btn { width:48px; height:48px; margin:0 auto 12px;}
	.idxAbout_vdmain .idxAbout_vdmask a span { font-size:14px;}
	.idxAbout_main .idxAbout_text { width:100%; margin:0 auto; padding:0; float:inherit;}
	.idxAbout_text .idxAbout_con { padding:0;}
	.idxAbout_contit span { line-height:40px; font-size:50px;}
	.idxAbout_contit div { line-height:32px; font-size:32px;}
	.idxAbout_con em { width:48px; margin:20px 0;}
	.idxAbout_con p { max-height:112px; font-size:14px; line-height:28px; -webkit-line-clamp:4;}
	.idxAbout_text .idxAbout_data { margin:20px auto;}
	.idxAbout_data ul li { width:50%; margin:0 0 20px; padding:0 10px;}
	.idxAbout_data ul li p { height:48px; line-height:48px; font-size:48px;}
	.idxAbout_data ul li em { margin:10px auto;}
}
@media (max-width: 375px) {
	.idx_Aboutbg img { height:200px;}
	.idxAbout_video .idxAbout_vdcon { height:200px;}
}
@media (max-width: 320px) {
	.idx_Aboutbg img { height:170px;}
	.idxAbout_video .idxAbout_vdcon { height:170px;}
	.idxAbout_contit span { line-height:36px; font-size:44px;}
	.idxAbout_contit div { line-height:30px; font-size:30px; margin:-15px auto 0;}
	.idxAbout_data ul li { padding:0 5px;}
	.idxAbout_data ul li p { height:40px; line-height:40px; font-size:40px;}
}
/*idx_About 结束*/


.pb-60 {
	padding-bottom: 60px;
	background-color: #fcfcfc;
}


.com-width {
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
padding-bottom: 50px;
}

@media(min-width:1500px) {
	.com-width {
		width: 1400px;
	}
}
.row {
	margin-left: -5px;
	margin-right: -5px;
	zoom: 1;
	
}

.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row>li,
.row .item {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.row li img,
.row .item img {
	max-width: 100%;
}

.row-2 li,
.row-2 .item {
	width: 50%;
}

.row-3 li,
.row-3 .item {
	width: 33.3333%;
}

.row-4>li,
.row-4 .item {
	width: 24%;
}
.fs-20 {
    font-size: 20px;
}
.row-5 li,
.row-5 .item {
	width: 20%;
}

.row-6 li,
.row-6 .item {
	width: 18.4666%;
}
.row-6a li,
.row-6a .item {
	width: 16.6666%;
}



.row-8 li,
.row-8 .item {
	width: 12.5%;
}

.row-big {
	margin-left: -10px;
	margin-right: -10px;
}

.row-big>li,
.row-big .item {
	padding: 0 10px;
	margin-bottom: 20px;
}

.browserupgrade {
	margin: 0;
	padding: 50px 0;
	background: #ccc;
	text-align: center;
	font-size: 18px;
}

.browserupgrade a {
	font-weight: 600;
	color: red;
	text-decoration: underline;
}

.jiathis_style .jiathis_counter.jiathis_bubble_style {
	box-sizing: content-box;
}

.pic-scale,
.img-scale .pic {
	position: relative;
	overflow: hidden;
}

.img-scale img,
.pic-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.img-scale:hover img,
.pic-scale:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.img-cover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
	opacity: 0;
	filter: alpha(opacity=0);
	content: "";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.img-cover:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.img-opacity {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.img-opacity:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.img-gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}


.com-title {
	padding-top: 65px;
	padding-bottom: 45px;
	text-align: center;
}

.com-title .tit-cn {
	margin-bottom: 15px;
	font-size: 36px;
	color: #1f1f1f;
	line-height: 1;
	font-weight: bold;
}

.com-title .tit-des {
	color: #6c6c6c;
text-transform: uppercase;
}

.detail-title h3 {
	position: relative;
}

.detail-title h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 3px;
	background: #e60012;
	margin-left: -30px;
}

.index-notice {
	height: 60px;
	line-height: 60px;
	background: #e8e8e8;
	color: #333;
	overflow: hidden;
	font-size: 16px;
}

.icon-notice {
	margin-right: 20px;
	margin-top: -2px;
	width: 28px;
	height: 60px;
	background: url(../images/icon-notice.png) no-repeat center;
	vertical-align: middle;
}

.index-notice-list {
	margin-left: 10px;
	width: 50%;
}

.index-notice-list li a {
	color: #333;
}

.index-notice-list li a:hover {
	color: #e60012;
}

.index-notice-list li a span {
	display: inline-block;
	margin-right: 80px;
}

.index-partner-list li .box {
    text-align: center;
    border: 1px solid #ddd;
}





	.footerItem {
			  padding: 15px 40px;
			  border-right: 1px solid #666;
			}
			
			.footerItem:last-child {
			  border: none;
			}
			
			.footerItem>p.title {
			  color: white;
			  font-size: 16px;
			  text-align: left;
			}
			
			.footerItem>hr {
			  width: 32px;
			
			  float: left;
			 margin-top: 8px;
			 overflow: hidden;
			}
			
			.clearfix::after {
			    display: block;
			    clear: both;
			    content: "";
			}
			
			.footerItem>.categoryList{
			  margin-top: 10px;
			  display: flex;
			  justify-content: space-between;
			  flex-wrap: wrap;
			
			}
			
			
			@media (min-width: 768px){
			 .col-md-6 {
			    flex: 0 0 20%;
			    max-width: 50%;
			    }
				.col-md-4 {
				    flex: 0 0 43.33333%;
				    max-width: 43.33333%;
				}
				
				.col-md-2 {
				    flex: 0 0 16.66667%;
				    max-width: 16.66667%;
				}
				
				}
				
				.footerItem>.categoryList>a {
				  width: 50%;
				  text-align: left;
				  line-height: 2em;
				  font-size: 14px;
				  color: #FFFFFF;
				  text-decoration: none;
				  transition: .3s;
				}
				
				.footerItem>.categoryList>a:hover {
				  color: white;
				}
				
				.footerItem>.contactList {
				  margin-top: 10px;
				  display: flex;
				  justify-content: space-between;
				  flex-wrap: wrap;
				
				}
				
				.footerItem>.contactList>a {
				  width: 100%;
				  text-align: left;
				  line-height: 2em;
				  font-size: 14px;
				  color: #FFFFFF;
				  text-decoration: none;
				  transition: .3s;
				}
				
				.footerItem>.contactList>a:hover {
				  color: white;
				}

.index-service-quick ul li .box{position:relative;padding-top:35px;background:#fff;height:260px;text-align:center;}
.index-service-quick ul li .box:before{content:"";position:absolute;left:50%;top:-7px;width:110px;height:13px;margin-left:-55px;background:#b42e32;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.index-service-quick ul li .box:hover:before{width:140px;margin-left:-70px;}
.index-service-quick ul li .box .pic{display:inline-block;width:100px;height:84px;}
.index-service-quick ul li .box h4{margin-top:20px;color:#333;font-size:20px;margin-bottom:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.index-service-quick ul li .box:hover h4{color:#b42e32;}
.index-service-quick ul li .box p{color:#666;line-height: 30px;}


.bg2 {
    background: url(../images/bg2.png) no-repeat center top;
    height: 252px;
    overflow: hidden;
    margin-top:36px;
}

.wtt2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
   
}

.wtt2 span {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    display: block;line-height:22px;
	margin-top: 30px;
}


.index_step {
    padding:0 0 80px 0;
}

.index_step_list ul {
    display: flex;
    margin-bottom: 30px;
}

.index_step_list li {
    width: 17.1%;
    text-align: center;
}

.index_step_list img {
    margin-bottom: 20px;
}

.index_step_list h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.index_step_list p {
    color: #666;
}

.gonglve {
    padding-top: 55px;
    background: url(../images/gonglve_bg.jpg) no-repeat center bottom;
}

.baike {
    padding: 80px 0;
}

.baike_list {
    display: flex;
    justify-content: space-between;
}

.baike_item {
    width: 390px;
    height: 450px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
}

.baike_title {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baike_title b {
    font-size: 18px;
    color: #f00a30;
}

.baike_title a {
    font-size: 16px;
    color: #999;
}

.baike_dec {
    margin-bottom: 20px;
    color: #666;
}

.baike_item img {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}

.baike_list li {
    padding: 8px 0;
    padding-left: 16px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.baike_list li:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #666;
    position: absolute;
    top: 16px;
    left: 0;
}

.baike_list li a {
    color: #666;
}


.index_case {
    padding: 45px 0;
}

.title {
    margin-bottom: 40px;
    text-align: center;
}

.title h3 {
    margin-bottom: 15px;
    font-size: 36px;
    color: #333;
    font-weight: normal;
}

.title p {
    font-size: 16px;
    color: #666;
}

.index_case_ti {
    margin-bottom: 50px;
    border-bottom: 1px #e6e6e6 solid;
}

.index_case_ti ul {
    display: flex;
    justify-content: center;
}

.index_case_ti li {
    margin: 0 40px;
    margin-bottom: -1px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.index_case_ti li.active {
    border-bottom: 2px #b42e32 solid;
    font-weight: bold;
}

.index_case_ti a {
    color: #666;
}

.index_case_ti li.active a {
    font-weight: bold;
    color: #b42e32;
}

.index_case_big {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index_case_big_item {
    width: 590px;
    height: 390px;
    position: relative;
}

.index_case_img {
    height: 390px;
    overflow: hidden;
}

.index_case_img img {
    height: 390px;
}

.index_case_img:hover img {
    transform: scale(1.1);
}

.index_case_big_info {
    width: 550px;
    height: 100px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

.index_case_big_name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_case_big_name a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.index_case_big_spec {
    font-size: 14px;
}

.index_case_big_spec span {
    margin: 0 10px;
    color: #626262;
}

.index_case_big_spec b {
    color: #f00a30;
}

.index_case_list {
    display: flex;
    overflow: hidden;
}

.index_case_item {
    flex: 0 0 285px;
    margin-right: 20px;
}

.index_case_small_img {
    height: 206px;
    overflow: hidden;
}

.index_case_small_img img {
    height: 206px;
}

.index_case_small_img:hover img {
    transform: scale(1.1);
}

.index_case_info {
    padding: 20px 0;
}

.index_case_name {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.index_case_name a {
    color: #333;
}

.index_case_spec {
    font-size: 14px;
    color: #666;
}

.index_case_spec span {
    margin: 0 10px;
    color: #e8e8e8;
}

.index_case_spec b {
    color: #e52d19;
}

.index_case_video {
    height: 210px;
    position: relative;
}

.index_case_play {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.index_case_play img {
    margin-right: 28px;
}


.footerbox{
    background: url("../images/footbg.jpg") no-repeat center / cover;
}
.footerbox .f-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 178px;
    border-bottom:1px solid #66696e;
}
.footerbox .f-top .item{
    width: 58%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerbox .f-top .item .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .f-top .item .list .icon{
    width: 76px;
    height: 76px;
    position: relative;
    margin-right: 13px;
    background: url("../images/f-yuan.png") no-repeat center;
    border-radius: 100%;
}
.footerbox .f-top .item .list .text .title{
    font-size:24px;
    color:#fff;
}
.footerbox .f-top .item .list .text .con{
    font-size:14px;
    color:#bdbebe;
    margin-top: 5px;
}
.footerbox .f-bottom{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbox .f-bottom .lxbox{
    width: 360px;
    color:#fff;
    font-size:20px;
}
.footerbox .f-bottom .lxbox a{
    color:#fff;
}
.footerbox .f-bottom .lxbox .list{
    margin-bottom:10%;
}
.footerbox .f-bottom .lxbox .list:last-child{
    margin-bottom: 0;
}
.footerbox .f-bottom .fmenu{
    width: calc(100% - 555px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbox .ft{
    margin-bottom: 30px;
}
.footerbox .ft .title a{
    font-weight: bold;
    font-size:20px;
    margin-bottom: 14px;
    color:#fff;
    display: block;
}
.footerbox .ft .line{
    width: 30px;
    height: 3px;
    background: #c32629;
}
.footerbox .f-bottom .fmenu .list .abox a{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.footerbox .f-bottom .fmenu .list .abox a span{
    position: relative;
    z-index: 2;
    font-size:16px;
    color:#fff;
}
.footerbox .f-bottom .fmenu .list .abox a .bg{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgb(195 38 41 / 53%);
    top: -11%;
    left: -12px;
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.footerbox .f-bottom .fmenu .list .abox a:hover .bg{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.footerbox .f-bottom .fmenu .erbox{
    width: 155px;
    height: 155px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}
.footerbox .f-bottom .fmenu .erbox img{
    width: 100%;
}
.copy{
    line-height: 80px;
    font-size:14px;
    color:rgba(255,255,255,0.8);
    margin-top: 5%;
}
.copy .warpper{
    border-top:1px solid #66696e;
}
.copy a{
    color:rgba(255,255,255,0.8);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.dn {
    display: none;
}


.index-case-cate li.slick-active {
	border-color: #e60012;
	background: #e60012;
	color: #fff !important;
}

.index-case-cate li a {
	display: inline-block;
	width: 100%;
}

.index-case-cate li.slick-active a {
	color: #fff;
}

.index-case-cate li:hover {
	color: #e60012;
}

.index-case-content .item ul li .box {
	position: relative;
}

.index-case-content .item ul li .box .cont {
	position: absolute;
	left: 0;
	width: 94%;
	bottom: 0;
	padding: 10px 7%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.index-case-content .item ul li .box:hover .cont {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index-case-content .item ul li .box .cont:before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	width: 23.5px;
	background: url(../images/icon-more.png) no-repeat center;
	background-size: contain;
}
.rowa {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.index-case-content .item ul li:first-child {
	width: 49%;
}

.index-case-content .item ul li .box .pic {
	width: 100%;
	height: 245px;
}

.index-case-content .item ul li:first-child .box,
.index-case-content .item ul li:first-child .box .pic {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.index-case-content .item ul li img {
	height: 100%;
	width: 100%;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-case-content .item ul li:first-child .box .cont {
	padding: 30px 7%;
	width: 86%;
}

.index-case-content .item ul li:first-child .box .cont:before {
	width: 47px;
	background: url(../images/icon-more.png) no-repeat center;
}

.index-case-content .item ul li .box .cont h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 2px;
	width: 86%;
}

.index-case-content .item ul li:first-child .box .cont h5 {
	font-size: 18px;
}



.box {
    display: block;
    width: 100%;
    height: 100%;
}

.pic-scale, .img-scale .pic {
    position: relative;
    overflow: hidden;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide:focus {
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 46px;
	margin-top: -23px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: rgba(8, 4, 4, 0.5);
	opacity: .5;
	z-index: 3;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.slick-prev:hover,
.slick-next:hover {
	color: transparent;
	outline: none;
	background: #eb5250;
	opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font-family: serif;
	font-size: 20px;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-prev:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 21px;
}

[dir='rtl'] .slick-prev:before {
	content: '>';
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-next:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 21px;
}

[dir='rtl'] .slick-next:before {
	content: '<';
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 10px;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	vertical-align: middle;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #e60012;
}


.blog-section {
    background: #edf0f4;
   
}



.blog-section.blog-list {
    padding: 122px 0 124px;
}

.blog-section.blog-grid {
    background: #FDFDFD;
    padding: 123px 0 100px;
}

.blog-section  .section-title {
    padding: 0 0 60px;
}

.single-blog-box {
    border-radius: 10px;
    position: relative;
    filter: drop-shadow(0 0 125px rgba(0,0,0,0.15));
    margin-bottom: 30px;
    display: block;
}

.single-blog-box.blog-grid {
    margin-bottom: 24px;
}

.blog-section.blog-2column .single-blog-box {
    margin-bottom: 20px;
}

.blog-thumb {
    overflow: hidden;
}
.case-thumb{
	background: #fff url() 0 0 no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.case-image{
	width:auto!important;
	display: block;
	margin:0 auto;
	max-width:100%;
}

.single-blog-box:hover .blog-thumb img {
    transform:scale(1.1);
}

.meta-blog p {
    color: #00d664;
    font-size: 16px;
}

.blog-content {
    padding: 30px;
    background: #fff;
    word-wrap:break-word;
}
.blog-content h4{white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;}
.blog-content h4 a {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    transition: 0.5s;
    margin: 10px 0 24px;
}

.single-blog-box:hover .blog-content h4 a{
    color:#00d664;
}

.blog-section.blog-2column .blog-content h4 a {
    font-size: 20px;
}

a.blog-button {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    border-bottom: 2px solid #222222;
    display: inline-block;
}

.single-blog-box:hover a.blog-button{
    color:#00d664;
    border-bottom: 2px solid #00d664;
}
.col-lg-4 {
		flex: 0 0 auto;
		width: 23%;
		float: left;
		
		margin-left: 1%;
		margin-right: 1%;
	}

.blog-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8;
    margin-top: 29px;
}

.blog-bottom span {
    display: inline-block;
    color: #e60000;
    margin-top: 16px;
}

.blog-bottom span i {
    font-size: 12px;
    margin-right: 10px;
    color: #e60000;
    display: inline-block;
}


/*设计案例*/
@media screen and (max-width:1199px){
	.par .pageNav a{width:auto; padding:0 10px;}
}
.case{padding:20px 0 70px 0;}
.caseList{padding-bottom:24px;}
.caseList .list{width: 29.34%;
    margin: 0 1.29% 45px 0;
    float: left;
    box-shadow: 0 0 27px rgba(0,0,0,0.1);
    padding: 20px; }
.caseList .list:nth-child(3n){margin-right:0;}
.caseList .list .pic{padding-bottom:70.12%; position: relative; overflow: hidden;}
.caseList .list .pic::after{width:33px; height: 15px; position: absolute; bottom:0; left: 50%; margin-left:-16.5px; content: ""; background:url(../images/p66.png) center no-repeat; background-size:100%; }
.caseList .list .pic img{width:100%; height: 100%; top:0; left: 0; position: absolute;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.caseList .list .text{padding:30px 10px 15px 10px; text-align: center;}
.caseList .list .text .H4{ font-size:20px; color:#363636;font-weight: 400;}
.caseList .list .text .p{font-size:14px; line-height: 26px; height: 52px; margin: 20px 0;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.caseList .list .text  .more3{width:106px; height: 38px; line-height: 38px; display: block; margin: auto; border-radius: 4px; background-color:#e1e1e1; font-size:14px; color:#0C7DF5;}
.caseList .list:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.caseList .list:hover .H4{color:#0C7DF5;font-weight: 400;}
.caseList .list:hover .more3{background-color:#0C7DF5; color:#fff;}

@media screen and (max-width:1199px){
	.case{padding:60px 0;}
}
@media screen and (max-width:767px){
	.case{padding:30px 0;}
	.caseList .list{width:48%; margin: 0 4% 20px 0; padding:10px ;}
	.caseList .list:nth-child(3n){margin-right:4%;}
	.caseList .list:nth-child(2n){margin-right:0;}
	.caseList .list .pic::after{width:20px; height: 9px; margin-left:-10px;}
	.caseList .list .text{padding:15px 0 0 0;}
	.caseList .list .text .H4{font-size:16px;font-weight: 400;}
	.caseList .list .text .p{font-size:13px; line-height: 22px; height: 44px ; margin: 10px 0;}
	.caseList{padding-bottom:10px;}
	.caseList .list .text  .more3{height:30px; line-height: 30px;}
}


/*筛选部分*/
.screen_column {
    padding-top: 30px;
}

    .screen_column > .fl {
        margin: 0 0 10px 350px;
        font-size: 14px;
    }

        .screen_column > .fl a:hover {
            color: red;
        }

    .screen_column ul {
        border-top: #cccccc 1px dashed;
	  border-bottom: #cccccc 1px dashed;
        background: #fff;
    }

        .screen_column ul li {
            height: 60px;
            overflow: hidden;
            border-top: 1px solid #ccc;
            line-height: 60px;
        }

            .screen_column ul li:first-child {
                border-top: none;
            }

            .screen_column ul li span {
                float: left;
                width: 135px;
            
                font-size: 16px;
                color: #c50000;
                text-align: center;
                cursor: default;
				font-weight: bold;
				
            }

                .screen_column ul li span img {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    margin-top: -5px;
                    padding-right: 10px;
                    vertical-align: middle;
                }

            .screen_column ul li a {
                float: left;
                margin-right: 26px;
                font-size: 16px;
                color: #666;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .screen_column ul li a.fsx {
                    margin: 0 30px;
                    color: #999;
                }

                .screen_column ul li a:hover {
                    color: #FF0000;
                }

           
		  
		   	#tFocus-btn li.active,#tFocus-leftbtn,#tFocus-rightbtn{display:block;}
		   	#tFocus{  width: 1200px;background:#fff;overflow:hidden;margin: 0 auto;}
		   	#tFocus .active{width:133px;}
		   	#tFocus-pic{width:1200px;height:600px;position:relative;z-index:0;}
		   	#tFocus-pic li{width:100%; text-align: center; height:100%;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
		   	#tFocus-pic li img{ }
		   	#tFocusBtn{margin-top:10px;z-index:20;overflow:hidden; background:#fff;width:1200px;}
		   	#tFocus-btn{width:920px;height:110px;position:relative;left:0;bottom:0;overflow:hidden;float:left;margin-right:3px;}
		   	#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;}
		   	#tFocus-btn li{padding-top:3px;display:block;float:left;margin-right:5px;}
		   	#tFocus-btn li img{border:2px solid #dddddd}
		   	#tFocus-btn li.active{background-position:-448px -100px;}
		   	#tFocus-btn li.active img{border:2px solid #40b9e5}
		   	#tFocus-leftbtn,#tFocus-rightbtn{height:40px;margin-top:35px;width:15px;float:left;text-indent:-9999px;margin-left:15px; margin-right:15px;}
		   	#tFocus-leftbtn{DISPLAY: block;
		   	  BACKGROUND: url(../images/al_xq_left.png) no-repeat center;
		   	  MARGIN: 0px;
		   	  OVERFLOW: hidden;
		   	  WIDTH: 45px;
		   	  TEXT-INDENT: -9999em;
		   	  HEIGHT: 30px;
		   	  outline: none;
		   	  float: left;
		   	  margin-top: 40px;
		   	  margin-left: 13px;
		   	  }
		   	#tFocus-rightbtn{
		   	  DISPLAY: block;
		   	  BACKGROUND: url(../images/al_xq_right.png) no-repeat center;
		   	  MARGIN: 0px;
		   	  OVERFLOW: hidden;
		   	  WIDTH: 45px;
		   	  TEXT-INDENT: -9999em;
		   	  HEIGHT: 30px;
		   	  outline: none;
		   	  float: left;
		   	  margin-top: 40px;
		   	}
		   	.smallpicarea_left, .smallpicarea_right {
		   	  width: 131px;
		   	  margin-top: 3px;
		   	  text-align: center;
		   	  color: #666666;
		   	}
		   	.smallpicarea_left {
		   	  float: left;
		   	}
		   	.smallpicarea_right {
		   	  float: right;
		   	}
		   
		   	#tFocus .next,#tFocus .prev{
		   	  display: block;
		   	  position: absolute;
		   	  z-index: 1;
		   	  top: 326px;
		   	  margin-top: -30px;
		   	  left: 5%;
		   	  z-index:999;
		   	  width: 40px;
		   	  height: 60px;
		   	  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
		   	  cursor: pointer;
		   	  filter: alpha(opacity=50);
		   	  opacity: 0.5;
		   	 
		   	}
		   	#tFocus .prev{
		   	  
		   	}
		   	#tFocus .next{
		   		left: auto;
		   	  right: 5%;
		   	  background-position: -6px -137px;
		   	}
		   	/*æ¡ˆä¾‹æ»šåŠ¨ç»“æŸ*/
		   
		   	
		   /*=== é¦–é¡µè½®æ’­end ===*/
		   
		   /*=== é¦–é¡µè¿”å›žé¡¶éƒ¨ ===*/
		   
		   
		   
		   .bigbtnPrev {
		   	z-index: 100;
		   	position: absolute;
		   	width: 50px;
		   	height: 99px;
		   	top: 176px;
		   	cursor: pointer;
		   	left:-4px;
		   	display:block
		   }
		   .bigbtnNext {
		   	z-index: 100;
		   	position: absolute;
		   	width: 50px;
		   	height: 99px;
		   	top: 176px;
		   	cursor: pointer;
		   	right:-4px;
		   	display:block
		   }
		   #big_play_prev {
		   	background-image: url(../cas/images/page/leftbig.png); width: 50px; display: block; height: 99px; 
		   }
		   #big_play_prev:hover{background-image:url(../cas/images/page/left_hover.png);}
		   #big_play_next:hover{background-image:url(../cas/images/page/right_hover.png)}
		   #big_play_next {
		   	background-image: url(../cas/images/page/rightbig.png); width: 50px; display: block; height: 99px;  
		   }
		   #smallpicarea {
		   	margin: 0px auto; width: 749px;  margin-top:6px;
		   }
		   
		   
		
		   .leftt h2{font-size:24px; padding-bottom:8px; font-weight:normal;text-align: center;}
		   .leftt h3{ font-size:18px; padding-bottom:8px; font-weight:normal;}
		   
		   
		   .pubFu{
		   	width: 100%;
		   	
		   	background: rgba(0,0,0,.7);
		   	position: fixed;
		   	z-index: 99;
		   	left: 0;
		   	bottom: 0;
		   }
		   .pubFu .sq{
		   	width: 80px;
		   	height: 33px;
		   	background: url(../images/y13.png) no-repeat center;
		   	position: absolute;
		   	top: -33px;
		   	left: 50%;
		   	margin-left: -40px;
		   	text-align: center;
		   	padding-top: 15px;
		   	cursor: pointer;
		   	line-height: 0;
		   }
		   .pubFu .sq.down img{
		   	-webkit-transform: rotate(180deg);
		   	transform: rotate(180deg);
		   }
		   
		
		   .pubFu .inner{
		 
		   	margin: 0 auto;
		   	padding-left: 240px;
		   	font-size: 18px;
		   	position: relative;
		   	height: 120px;
		   	line-height: 120px;
		   }
		   .pubFu .inner .tit{
		   	position: absolute;
		   	left: 0;
		   	top: 0;
		   	font-size: 36px;
		   	color: #FFFFFF;
		   }
		   .pubFu .inner .tit img{
		   	vertical-align: middle;
		   	margin-right: 15px;
		   }
		   .pubFu .inner .form{
		   	width: 90%;
		   	padding-right: 120px;
		   	position: relative;
		   	height: 120px;
		   }
		   .pubFu .inner .form .tjBtn{
		   	display: block;
		   	position: absolute;
		   	right: 0;
		   	top: 35px;
		   	width: 150px;
		   	text-align: center;
		   	color: #fff;
		   	background: #a30000;
		   	line-height: 50px;
		   	border-radius: 25px;
		   }
		   .pubFu .inner .form input{
		   	float: left;
		   	display: block;
		   	width: 43%;
		   	margin: 0 1%;
		   	background: #fff;
		   	padding: 0 10px;
		   	height: 50px;
		   	border-radius: 25px;
		   	margin-top: 35px;
		   	border: 0;
		   	outline: 0;
		   }
		   
		   
		   .indexNumber{
		   	width: 100%;
		   }
		   .indexNumber ul{
		   	width: 100%;
		   	font-size: 0;
		   	padding: 50px 0;
		   }
		   
		   .indexNumber ul li{
		   	font-size: 14px;
		   	width: 33.3%;
		   	display: inline-block;
		   	vertical-align: middle;
		   }
		   
		   .indexNumber ul li p{
		   	font-size: 37px;
		   	color: #a30000;
		   	text-align: center;
		   }
		   .indexNumber ul li p em{
		   	font-style: normal;
		   	font-size: 80px;
		   	color: #676767;
		   	font-family: "Myriad Pro";
		   }
		   .indexNumber ul li p i{
		   	font-style: normal;
		   	font-size: 60px;
		   	color: #a30000;
		   	font-family: "Myriad Pro";
		   }
		   .indexNumber ul li>span{
		   	font-size: 30px;
		   	color: #CCCCCC;
		   	display: block;
		   	text-align: center;
		   	margin-top: 30px;
		   }
		   
		   
		   
		   .ytx-box4{
		  
		  background: url(../images/about_6.jpg) center top no-repeat;
		   	font-size: 20px;
		   	padding:0  0 4em   0;
		   	text-align: center;
		   }
		   .ytx-box4 .tit p{
		   	font-size: 2em;
		   	color: #fff;
		   }
		   .ytx-box4 .tit span{
		   	font-size: 0.8em;
		   	color: #fff;
		   	text-transform: uppercase;
		   	margin-top: 1em;
		   	display: block;
		   }
		   .ytx-box4 .list{
		   	margin-top: 2em;
		   }
		   .ytx-box4 .list li{
		   	display: inline-block;
		   	width: 24%;
		   	vertical-align: top;
		   }
		   .ytx-box4 .list img{
		   	display: block;
		   	margin: 0 auto 1.5em auto;
		   	width: 7.5em;
		   	height: 8.5em;
		   	-webkit-transform: rotateZ(0deg);
		   	-ms-transform: rotateZ(0deg);
		   	-o-transform: rotateZ(0deg);
		   	transform: rotateZ(0deg);
		   	transition: 1s;
		   }
		   
		   .ytx-box4 .list img:hover{ -webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);}
		   .ytx-box4 .list p{
		   	font-size: 0.9em;
		   	color: #fff;
		   	line-height: 180%;
		   }
		   @media screen and (max-width: 1450px){
		   	.ytx-box4{
		   		font-size: 18px;
		   	}
		   }
		   @media screen and (max-width: 1300px){
		   	.ytx-box4{
		   		font-size: 16px;
		   	}
		   }
/* footer */
.footer{
	width: 100%;
	background: #2d2d2d;
	z-index: 999;
}
.footerA{
	font-size: 0;
	padding-top: 66px;
	padding-bottom: 70px;
	
}
.footerAleft{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.footerAleft p{
	font-size: 30px;
	color: #cdcdcd;
	line-height: 1.8em;
}
.footerAleft p.textB{
	font-size: 16px;
	text-transform: uppercase;
}

.footerAleft p.textC{
	font-size: 0;
	margin-top: 40px;
}
.footerAleft p.textC .zixun{
	width: 150px;
	height: 50px;
	border: #fff 1px solid;	
	border-radius: 25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.footerAleft p.textC .zixun:hover{	
	box-shadow: 0 0 15px #b4b4b4;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.footerAleft p.textC img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
}
.footerAcenter{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.footerAcenter{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}
.footerAcenter .caseInput{
	width: 100%;
	font-size: 0;
}
.footerAcenter input{
	font-size: 20px;
	color: #fff;
	height: 50px;
	border: #fff 1px solid;
	border-radius: 30px;
	padding-left: 60px;
	padding-right: 10px;
	outline: none;
	background: none;
}
.footerAcenter .caseInput input{
	width: 48%;
	margin-left: 4%;
	display: inline-block;
	vertical-align: middle;
	
	background: url(../images/a7.png) 30px center no-repeat;
}
.footerAcenter .caseInput input.inputB{
	margin-top: 3%;
	background: url(../images/a8.png) 30px center no-repeat;
}
.footerAcenter input.inputC{
	width: 100%;
	color: #fff;
	margin-top: 30px;
	background: url(../images/a9.png) 30px center no-repeat;
}
.footerAcenter input::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 20px;
	color: #FFFFFF;
}

.footerAcenter input::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 20px;
	color: #FFFFFF;
}

.footerAcenter input:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 20px;
	color: #FFFFFF;
}   
.footerAcenter .caseButton{
	width: 100%;
	margin-left: 4%;
	font-size: 0;
	margin-top: 30px;
}
.footerAcenter .caseButton button{
	display: inline-block;
	vertical-align: middle;
	width: 156px;
	height: 50px;
	background: #f5f5f5;
	color: #a30000;
	font-size: 22px;
	border: none;
	border-radius: 30px;
	outline: none;
	-webkit-transition: all .5s ease-out 0s;
	
	padding-top: 0px;
	transition: all .5s ease-out 0s;
}
.footerAcenter .caseButton button:hover{	
	box-shadow: 0 0 15px #b4b4b4;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.footerAright{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.footerAright img{
	display: block;
	margin: 0 auto;
	width: 150px;
}
.footerAright .saomiao{
	display: block;
	width: 151px;
	height: 35px;
	background: url(../images/sao.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0;
	z-index: 9;
	-webkit-transform: translateY(400%);
	-moz-transform: translateY(400%);
	transform: translateY(400%);
	-webkit-animation: moveEwm 3s ease-out alternate infinite;
	animation: moveEwm 3s ease-out alternate infinite;
}


@keyframes moveEwm {
    100%{
        transform:translateY(0);
    }
}

.footer.hideFu{
	padding-bottom: 35px;
}
.footer{
	padding-bottom: 155px;
}
.bgcheng{
	width: 100%;
	height: 120px;
	background: #fa8b3c !important;
}
.footerAright p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}
.footerB{
	border-top: #CCCCCC 1px solid;
	font-size: 0;
	height: 60px;
}
.footerBleft{
	width: 34%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
}
.footerBleft a{
	font-size: 14px;
	color: #ffffff;
	padding: 0 8px;
}
.footerBleft a:first-child{
	padding-left: 0;
}
.footerBcenter{
	
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
}
.footerBcenter a{color: #FFFFFF;}
.footerBright{
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	
	text-align: right;
	
	float: right;
}
.pubTitABOUT{
	opacity: 0;
}
.pubTitABOUT.cur{
	opacity: 1;
	-webkit-transition: all 1s ease-out .2s;
	transition: all 1s ease-out .2s;
}


/*=============start-marquree-section================*/

.marquee-section {
  position: relative;
  background-color: rgb(36, 36, 36);
  padding: 90px 0;
  z-index: 1;
}

.marquee-section .inner-container {
  max-width: 1812px;
  margin: 0 auto;
}

.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0px;
}

.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  min-width: 100%;
  animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
  position: relative;
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0px;
}

.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}

.marquee-section .marquee-block .content-box .title {
  margin: 0;
}

.marquee-section .marquee-block .content-box .title a {
  font-size: 99.45px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: -1px 0 rgb(229, 247, 78), 0 1px rgb(229, 247, 78),
    1px 0 rgb(229, 247, 78), 0 -1px rgb(229, 247, 78);
}

.floor_2 {
  padding-bottom: 55px;
 
}

.floor_2 li {
  height: 200px;
  float: left;
  margin-left: 2%;
  width: 18.3%;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.floor_2 li a::before,
.floor_2 li a::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 25px;
  right: 25px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.floor_2 li a::before {
  border-top: 1px solid rgba(255, 255, 255, 0.57);
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.floor_2 li a::after {
  border-left: 1px solid rgba(255, 255, 255, 0.57);
  border-right: 1px solid rgba(255, 255, 255, 0.57);
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.floor_2 li:hover a::before,
.floor_2 li:hover a::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.floor_2 li .tit {

  height: 114px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  position: relative;
  z-index: 10;
  transition: ease-in-out .2s;
}

.floor_2 li .tit h3 {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_2 li .tit p {
  font-size: 28px;
  
  font-weight: bold;
}

.floor_2 li .yuan {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 22px;
  bottom: 23px;
  background: #a30000;
  transition: ease-in-out .2s;
}

.floor_2 li .span {
  position: absolute;
  width: 2px;
  height: 129px;
  background: #fff;
  display: block;
  right: 36px;
  bottom: 70px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: ease-in-out .2s;
}

.floor_2 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_2 li .p {
  position: absolute;
  left: -5px;
  bottom: -20px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 50px;
  font-size: 16px;
  line-height: 30px;
  opacity: 0;
  transition: ease-in-out .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_2 li .on {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(201, 0, 0, 0.6);
  opacity: 0;
}

.floor_2 li .on .line {
  border: 1px solid rgba(255, 255, 255, 0.57);
  left: 26px;
  top: 28px;
  right: 26px;
  bottom: 28px;
  display: none;
  position: absolute;
  border-radius: 25px 0 25px 0;
  transition: ease-in-out .2s;
  transform: rotate(90deg);
}

.floor_2 li:first-child {
  margin-left: 0;
}

.floor_2 li:nth-child(2n) {
  margin-top: 71px;
}

.floor_2 li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.floor_2 li:hover .yuan {
  background: #fff;
  color: #a30000;
}

.floor_2 li:hover .on {
  opacity: 1;
}

.floor_2 li:hover .on .line {
  transform: rotate(0);
}

.floor_2 li:hover .p {
  opacity: 1;
  bottom: 32px;
}

.floor_2 li:hover .tit {
  padding: 0 44px;
}

.floor_2 li:hover .tit h3 {
  padding-top: 57px;
}

.floor_2 li:hover .yuan {
  bottom: 47px;
  right: 44px;
}

.floor_2 li:hover .span {
  bottom: 100px;
  right: 57px;
}





.pubTit{
	width: 100%;
	text-align: center;
}
.pubTit>h3{
	font-size: 40px;
	color: #333333;
}
.pubTit>p{
	font-size: 16px;
	color: #000000;
	padding-top: 18px;
	text-transform: uppercase;
}
.why-choose-us-section {
    padding: 0 0 70px;
	
	background-color: #ebebeb;
}

.why-choose-us-section .section-title h5:before {
    left: 130px;
}

.why-choose-us-section .section-title {
    margin-bottom: 30px;
	text-align: center;
padding: 41px 25px 11px;
	 font-size: 38px;
	
}

.caseButton{
	width: 88%;
	margin: 0 auto;
}
.caseButton ul{
	width: 100%;
	font-size: 0;
	padding-top: 57px;
}
.caseButton ul li{
	width: 13%;
	margin: 0 1.8%;
	height: 60px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.caseButton ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333333;
}
.caseButton ul li:hover,.caseButton ul li.on{
	background: #fa8b3c;
	box-shadow: 0 0 15px #b4b4b4;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.caseButton ul li:hover a,.caseButton ul li.on a{
	color: #fff;
}
.caseImg{
	width: 100%;
}
.caseImg ul{
	width: 101%;
	font-size: 0;
	margin-top: 50px;
}
.caseImg ul li{
	width: 32.333%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
/*.caseImg ul li:nth-last-child(-1n+3){display:none}*/
.caseImg ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.caseImg ul li a .img{
	width: 100%;
	height: 100%;
	position: relative;
	padding-top:70.17%;
	z-index: 1;
}
.caseImg ul li a .img img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseImg ul li a .caseText{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(236,143,77,.85);
	display: table;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseImg ul li a .caseText .caseTextmid{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.caseImg ul li a .caseText .caseTextmid span{
	font-size: 56px;
	color: #ffffff;
	display: block;
}
.caseImg ul li a .caseText .caseTextmid p{
	font-size: 36px;
	color: #ffffff;
	margin-top: 30px;
}
.caseImg ul li:hover a .img img{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	/* IE 9 */
	-moz-transform:scale(1.1); 	/* Firefox */
	-webkit-transform:scale(1.1); /* Safari å’Œ Chrome */
	-o-transform:scale(1.1); 	/* Opera */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseImg ul li:hover a .caseText{
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseImg ul li .bottomTxt,.list_cases ul li .bottomTxt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 40px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	/*background-color: rgba(0,0,0,.6);*/
	background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.6));
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.caseImg ul li:hover .bottomTxt,.list_cases ul li:hover .bottomTxt{
	opacity: 0;
}
.caseMore{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	border: #221916 1px solid;
	border-radius: 25px;
	display: block;
	font-size: 18px;
	color: #221916;
	line-height: 48px;
	text-align: left;
	padding-left: 48px;
	background-image:url(../images/jt.png) ;
	background-position:220px center;
	background-repeat:  no-repeat;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.caseMore:hover{
	padding-left: 38px;
	background-position:230px center;
	box-shadow: 0 0 15px #b4b4b4;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
/*accordion*/
.accordion li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
   
    transition: .5s;
	border-bottom: 1px solid #333333;
}

.accordion li a {
    width: 90%;
    display: block;
    cursor: pointer;
    user-select: none;
    color: #333;
    padding: 11px 25px 11px;
    font-size: 50px;
    line-height: 80px;
    font-weight: 500;
    transition: .5s;
	
	font-weight: bold;
}

.accordion li a.active {
    background-image: linear-gradient(90deg, #c115db 0%, #692fd5 100%);
    border-radius: 6px;
    color: #FFFF !important;
}

.accordion li a span i {
    display: inline-block;
    float: right;
  
    transition: .5s;
    font-size: 16px;
    transition: .5s;
	line-height: ;
	
	line-height: 80px;
}

a.active span i {
    transform: rotate(187deg) !important;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #616161;
    margin: auto;
    padding: 25px 25px 25px;
}

a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.active:before{
  display: none;
}


.certBox {
    width: 100%;
    margin-top: 60px;
}

.certBox div {
    width: 100%;
    display: table;
    text-align: center;
}

.certBox div p {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.certBox div p img {
    display: block;
    max-width: 92%;
    margin: 0 auto;
    max-height: 277px;
}

.certBox>span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}


.caseFive {
    padding-top: 20px;
    padding-bottom: 50px;
}

.caseFive .box {
    padding: 30px 0 0;
}

.caseFive .tit {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 30px;
}

.caseFive .tit:before {
    content: '';
    width: 6em;
    height: 4px;
    position: absolute;
  left: 45.5%;
    bottom: -1px;
    background: #ac0505;
}

.caseFive .tit h3 {
    color: #000000;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 3em;
	font-weight: bold;
	text-align: center;
}

.caseFive .tit p {
    font-size: 1.2em;
    color: #999;
    line-height: 2em;
}

.caseFive .list li {
    float: left;
    width: 25%;
    padding-right: 10px;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.caseFive .list2 li {
    min-width: 50%;
    max-width: 50%;
}

.caseFive .list li i {
    display: inline-block;
    font-style: normal;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    background: #fa8b3c;
    border-radius: 4px;
}


.floor_3_main {
	width: 100%;
	clear: left;
	display: block;
	margin-top: 50px;
	
}
.floor_3_main .floor_3 {
	position: relative;
	display: block;
	width: 1300px;
	margin: 0 auto;
}

.floor_3_main .floor_3 .floor_3_1 {
	background: url(../images/a6_03.png) center center no-repeat;
	width: 837px;
	height: 58px;
	margin: 0 auto;
	margin-top: 44px;
	text-align: center;
	margin-bottom: 70px;
}
.floor_3_main .floor_3 .floor_3_1 p {
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 58px;
	padding-left: 144px;
}
.floor_3_main .floor_3 .floor_3_1 i {
	float: right;
	font-size: 24px;
	color: #fc1f1a;
	line-height: 58px;
	font-weight: bold;
	padding-right: 196px;
}
.floor_3_main .floor_3 .floor_3_2 {
	background: url(../images/y4.jpg) center center no-repeat;
	width: 500px;
	height: 453px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -250px;
	-webkit-transition: all ease-in-out 5s;
	-webkit-animation: big 5s infinite linear;
}
@-webkit-keyframes big {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(0.95);
}
100% {
-webkit-transform: scale(1);
}
}

.contact-form-{width: 1280px;margin: 0 auto;}
.floor_3_3 {
	position: relative;
	width: 1300px;
	
	clear: left;
	
	height: 560px;
}
.floor_3_3 ul {
	display: inline-block;
	width: 1300px;
	
	margin: 80px auto;
	
}
.floor_3_3 ul li {
	width: 368px;
	
	border-bottom: #a6b6db dotted 1px;
	margin-bottom: 10px;
}
.floor_3_3 ul li p {
	font-size: 22px;
	color: #333;

	padding-top: 12px;
	padding-bottom: 12px;
}
.floor_3_3 ul li p span {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-position: 0px 0px;
	margin-right: 6px;
	
	background-color: #c40000;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
}
.floor_3_3 ul li i {
	display: block;
	font-size: 14px;
	color: #dddddd;
	line-height: 24px;
	padding-top: 14px;
}
.floor_3_3 ul li.li1 {
	position: absolute;
	left: 0;
	top: 60px;
	
	   
	   
}
.floor_3_3 ul li.li2 {
	position: absolute;
	right: 0;
	top: 60px;
}

.floor_3_3 ul .li2 p span{float: right;}
.floor_3_3 ul .li4 p span{float: right;}
.floor_3_3 ul .li6 p span{float: right;}
.floor_3_3 ul .li8 p span{float: right;}

.floor_3_3 ul li.li3 {
	position: absolute;
	left: 0;
	top: 150px;
}
.floor_3_3 ul li.li4 {
	position: absolute;
	right: 0;
	top: 150px;
}
.floor_3_3 ul li.li5 {
	position: absolute;
	left: 0;
	top: 240px;
}
.floor_3_3 ul li.li6 {
	position: absolute;
	right: 0;
	top: 240px;
}

.floor_3_3 ul li.li7 {
	position: absolute;
	left: 0;
	top: 330px;
}
.floor_3_3 ul li.li8 {
	position: absolute;
	right: 0;
	top: 330px;
}
.floor_3_3 ul li.li2 p span {
	background-position: -39px 0px;
}
.floor_3_3 ul li.li3 p span {
	background-position: -75px 0px;
}
.floor_3_3 ul li.li4 p span {
	background-position: -120px 0px;
}
.floor_3_3 ul li.li5 p span {
	background-position: -159px 0px;
}
.floor_3_3 ul li.li6 p span {
	background-position: -206px 0px;
}


.about_6_main {
  background: url(../images/about_6.jpg) center top no-repeat;
  background-size: cover;
  padding: 40px 0 40px;
  color: #fff;
}

.about_6_main .left {
  width: 35%;
  float: right;
}

.about_6_main .left h3 {
  font-size: 80px;
  font-weight: bold;
  
  float: right;

padding-right: 50px; 
}

.about_6_main .left h4 {
  font-size: 20px;
  font-family: arial;
  margin-bottom: 20px;
   margin-top: 20%;
   float: right;
   font-weight: normal;
   padding-right: 50px; 
   color: #666666;
 
}

.about_6_main .left span {
  display: block;
  width: 55px;
  height: 4px;
  background: #ff6200;
  margin-bottom: 46px;
}

.about_6_main .left .p {
  line-height: 30px;
  font-size: 16px;
  height: 150px;
  overflow: hidden;
}

.about_6_main .left a {
  display: block;
  width: 181px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ff6200;
  color: #fff;
  font-size: 16px;
  border-radius: 22px;
  transition: ease-in-out .3s;
  margin-top: 76px;
  overflow: hidden;
}

.about_6_main .left a i {
  width: 26px;
  height: 6px;
  background-position: -87px 0;
  margin-left: 20px;
}

.about_6_main .left a:hover {
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.15);
  background: #0a53ad;
}

.about_6_main .right {
  width: 65%;
  float: left;
}
.about_6_main .right ul{margin-top: 30px;}
.about_6_main .right li {
  float: left;
  width: 100%;
  margin-bottom: 50px;
 
  position: relative;
}

.about_6_main .right li span {
 
  
}



.about_6_main .right li h3 {
  font-size: 26px;
 
  font-weight: 200;

  
}

.about_6_main .right li h4 {
  color: rgba(255, 255, 255, 0.63);
  margin-bottom: 30px;
}

.about_6_main .right li .p {
  font-size: 28px;
  line-height: 28px;
  color: #808386;
  margin-top: 30px;
 margin-bottom: 50px;
}

.about_6_main .right li:nth-child(2n) {
  float: right;
}





.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}


/**联系我们**/
.contact-block-a {
  padding-bottom: 75px;
  height: 300px;

 
  background-color: #ebebeb;
  
}
.contact-block-a .block-box {
 
}
.contact-block-a .block-li {
  padding: 15px;
}
.contact-block-a .block-info {
  padding: 65px 2% 55px;
  line-height: 0;
}
.contact-block-a .block-info .h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #222222;
}
.contact-block-a .block-info .hr {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  border: 0 none;
  border-top: 1px solid #ededed;
  width: 45%;
}
.contact-block-a .block-info .words {
  font-size: 17px;
  line-height: 24px;
  color: #999999;
}
.contact-block-a .block-info:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact-block-a .block-cont {
  height: 100%;
  padding: 60px 40px 35px;
}
.contact-block-a .block-cont .title {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4em;
  
  color: #222222;
  text-align: left;
}
.contact-block-a .block-cont .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
 
  color: #222222;
  margin-top: 30px;
  margin-bottom: 50px;
 
}

.contact-block-a .block-cont .dh{color: #6d6e6f;font-size: 26px;}


.contact-block-a .block-cont .dh p img{width: 30px;float: left;}
.contact-block-a .block-cont .info .info-li {
	margin-top: 30px;
	color: #858e98;
 margin-bottom: 50px;
}
.contact-block-a .block-cont .info .info-li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.contact-block-a .block-cont .info .address-btn {
  color: #008cff;
}
.contact-block-a .block-cont:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.contact-block-b {
  padding-bottom: 80px;
}
.contact-block-b .form {
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
.contact-block-b .form .form-li {
  margin-top: 28px;
}
.contact-block-b .form .input {
  display: block;
  margin: 0;
  border: solid 1px #d0d0d0;
  height: 48px;
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
}
.contact-block-b .form textarea.input {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-block-b .form .code-li .code-input {
  width: 235px;
}
.contact-block-b .form .code-li img {
  margin-left: 18px;
  width: 135px;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-block-b .form .submit-box .form-btn {
  width: 220px;
  height: 48px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008cff;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-block-b .form .submit-box .form-btn:hover {
  background-color: #b71120;
}
@media (min-width: 1201px) {
  .contact-block-b .form .lw-w-4 {
    width: 32%;
  }
}
.contact-block-c {
  padding-bottom: 60px;
}

.lw-w-4 {
  width: 30.33333333%;float: left;
}

.contact-form {
    padding: 130px 0 130px;
}


.contact-form h1{line-height: 50px;font-weight: bold;margin-bottom: 50px;}
.contact-form-content p {
    font-size: 18px;
    padding: 19px 0 34px;
}
.form-box {width: 100%;}
.form-box input {
    width: 97%;
    background: #f1f1f1;
    border: transparent;
    margin-bottom: 20px;
    height: 70px;
    padding: 0  16px;
    border-radius: 5px;
    outline: 0;
}

.form-box textarea {
    width: 95%;
    height: 130px;
    padding: 11px 22px;
    background: #f1f1f1;
    border: transparent;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 35px;
}

.submit-button button {
   background: #f1f1f1;
    border: transparent;
    padding: 11px 20px;
    color: #333;
    border-radius: 5px;
}
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}

.lxcol-lg-6 {
    flex: 0 0 auto;
    width: 60%;
	float: left;
}

.lxcol-lg-5 {
    flex: 0 0 auto;
    width: 36%;
	margin-left: 4%;
		float: left;
		margin-top: 10%;
}

.lxcol-lg-5 img{width: 100%;}


.align-items-center {
    align-items: center!important;
}


 .lc02 {
        padding: 0px 0 5px;
    }
    
    .lc02 ul {
        margin-top: 30px;
    }
    
    .lc02 li {
        width: 16.5%;
        float: left;
        height: 190px;
        background:url(../images/122074e752b6403b8c3cfbcaa2a72a7a_88.png?ver=55) no-repeat right top;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .lc02 li i {
        display: block;
       width: 60px;
        height: 60px;
        margin: 50px auto 0 auto;
      
		font-size: 50px;
		font-family: "impact";
		border-radius: 100%;
		background-color: #ac0505;
    }
	
	.lc02 li i img{height: 60px;}
    
    .lc02 li em {
        font-size: 22px;
        color: #000;
        display: block;
        padding-top: 15px;
       
        font-style: normal;
    }
    
    .lc02 li span {
        font-size: 16px;
        color: #333333;
        display: block;
        padding-top: 10px;
        margin: 0 auto;
        padding: 10px 20px;
    }
	
	
	.lc03 {
	       padding: 0px 0 5px;
	   }
	   
	   .lc03 ul {
	       margin-top: 30px;
	   }
	   
	   .lc03 li {
	       width: 20%;
	       float: left;
	       height: 190px;
	       background:url(../images/122074e752b6403b8c3cfbcaa2a72a7a_88.png?ver=55) no-repeat right top;
	       text-align: center;
	       margin-bottom: 40px;
	   }
	   
	   .lc03 li i {
	       display: block;
	      width: 60px;
	       height: 60px;
	       margin: 50px auto 0 auto;
	     
	   	font-size: 50px;
	   	font-family: "impact";
	   	border-radius: 100%;
	   	background-color: #ac0505;
	   }
	   .lc03 li i img{height: 50px;margin-top: 5px;}
	   
	   .lc03 li em {
	       font-size: 22px;
	         color: #000;
	       display: block;
	       padding-top: 15px;
	      
	       font-style: normal;
	   }
	   
	   .lc03 li span {
	       font-size: 16px;
	       color: #333333;
	       display: block;
	       padding-top: 10px;
	       margin: 0 auto;
	       padding: 10px 20px;
	   }
	   
	   
	   .lc04 {
	          padding: 0px 0 5px;
	      }
	      
	      .lc04 ul {
	          margin-top: 30px;
	      }
	      
	      .lc04 li {
	          width: 25%;
	          float: left;
	          height: 190px;
	          background:url(../images/122074e752b6403b8c3cfbcaa2a72a7a_88.png?ver=55) no-repeat right top;
	          text-align: center;
	          margin-bottom: 40px;
	      }
	      
	      .lc04 li i {
	          display: block;
	         width: 60px;
	          height: 60px;
	          margin: 50px auto 0 auto;
	        
	      	font-size: 50px;
	      	font-family: "impact";
	      	border-radius: 100%;
	      	background-color: #ac0505;
	      }
	      .lc04 li i img{height: 50px;margin-top: 5px;}
	      .lc04 li em {
	          font-size: 22px;
	           color: #ac0505;
	          display: block;
	          padding-top: 15px;
	         
	          font-style: normal;
	      }
	      
	      .lc04 li span {
	          font-size: 16px;
	          color: #333333;
	          display: block;
	          padding-top: 10px;
	          margin: 0 auto;
	          padding: 10px 20px;
	      }
		  
		  
		  .lc05 {
		         padding: 0px 0 5px;
		     }
		     
		     .lc05 ul {
		         margin-top: 30px;
		     }
		     
		     .lc05 li {
		         width: 12.5%;
		         float: left;
		         height: 190px;
		         background:url(../images/122074e752b6403b8c3cfbcaa2a72a7a_88.png?ver=55) no-repeat right top;
		         text-align: center;
		         margin-bottom: 40px;
		     }
		     
		    .lc05 li i {
		        display: block;
		       width: 60px;
		        height: 60px;
		        margin: 50px auto 0 auto;
		      
		    	font-size: 50px;
		    	font-family: "impact";
		    	border-radius: 100%;
		    	background-color: #ac0505;
		    }
		    .lc05 li i img{height: 50px;margin-top: 5px;}
		     .lc05 li em {
		         font-size: 22px;
		          color: #ac0505;
		         display: block;
		         padding-top: 15px;
		      
		         font-style: normal;
		     }
		     
		     .lc05 li span {
		         font-size: 16px;
		         color: #333333;
		         display: block;
		         padding-top: 10px;
		         margin: 0 auto;
		         padding: 10px 20px;
		     }
			 
			 
			 .allmore{
			     width: 189px;
			     height: 50px;
			     background: transparent;
			     border-radius: 45px;
			     overflow: hidden;
			 }
			 .allmore a{
			     display: flex;
			     width: 100%;
			     height: 100%;
			     align-items: center;
			     justify-content: center;
			     position: relative;
			 }
			 .allmore a span{
			     font-size: 20px;
			     color: #333;
			     display: inline-block;
			     margin-right: 17px;
			     position: relative;
			     z-index: 2;
			     margin-left: 20px;
			 }
			 .allmore a .bg{
			     position: absolute;
			     width: 40px;
			     height: 40px;
			     border-radius: 100%;
			     background: #f3d4d4;
			     top: 50%;
			     -webkit-transform: translateY(-50%);
			     -moz-transform: translateY(-50%);
			     -ms-transform: translateY(-50%);
			     -o-transform: translateY(-50%);
			     transform: translateY(-50%);
			     left: 24px;
			     z-index: 1;
			 }
			 .allmore:hover{
			     background: #c32629;
			 }
			 .allmore:hover a span{
			     color:#fff;
			     margin-left: 9px;
			 }
			 .allmore:hover a img{
			     filter:brightness(1000%) grayscale(1000%);
			 }
			 .allmore:hover a .bg{
			     background: #cf5154;
			     width: 30px;
			     height: 30px;
			 }
			 
			 
		 .allmore{
			     margin: 1% auto 0  auto;
			 }
			 
			 .case-showleft{width: 23%;float: left;}
			 
			 .case-showright{width: 77%;float: right;}
			 .case-show h2.title {
			     font-size: 30px;
			     color: #000;
			     line-height: 1.5;
			     padding-bottom: 2rem;
			     font-weight: bold;
				 text-align: left;
				 margin-bottom: 0px;
			 }
			 
			 .list-inline {line-height: 45px;}
			 .case-showright img {
			     height: auto!important;
				 width: 100%;
			 }
			 
			 .sx-jianju {
			    
			     padding-bottom: 6rem;
			 }
			 
			 .content-ny .h-title {
			     font-size: 45px;
				 display: block;
				 margin-bottom: 15px;
			 }
			 .text-body {
			     color: #212529!important;
			 }
			 
			 .mt-4, .my-4 {
			     margin-top: 1.5rem!important;
			 }
			 
			
			 .main-center {
			     width: 86%;
			     margin: 0 auto;
			 }
			 .main-2 {
			  background: url(../images/about_6.jpg) center top no-repeat;
			 }
			 .main-2 .content {
			   display: flex;
			   justify-content: space-between;
			   padding: 1rem 0;
			   padding-bottom: 2rem;
			 }
			 .main-2 .content * {
			   color: #fff;
			 }
			 .main-2 .content .left {
			   display: flex;
			   flex-direction: column;
			 }
			 .main-2 .content .left h2 {
			   font-size: 80px;
			   font-weight: bold;
			   text-transform: uppercase;
			
			   font-family: Futura;
			 }
			 .main-2 .content .left h5 {
			   font-size:38px;
			   margin-top: 20px;
			   margin-bottom: 40px;
			 }
		
			 .main-2 .content .left p {
			  font-size:24px;
			   border-bottom: 0.01rem solid #fff;
			  margin-bottom:30px;
			   
			   
			 
			 }
			 .main-2 .content .right {
			   width: 28%;
			   display: flex;
			   flex-direction: column;
			 }
			 .main-2 .content .right .item {
			   margin-bottom: 2.5rem;
			 }
			 .main-2 .content .right .item:last-of-type {
			   margin-bottom: 0;
			 }
			 .main-2 .content .right .item p {
			   font-size: 60px;
			   font-weight: bold;
			   margin-bottom: 20px;
			   font-family: Futura;
			 }
			 .main-2 .content .right .item p i {
			   font: inherit;
			   color: inherit;
			 }
			 .main-2 .content .right .item span {
			   font-size: 30px;
			 }
			 
			 
			  .main-4 {
			   background-color: #9fa0a0;
			   position: relative;
			   padding-bottom: 4rem;
			 }
			  
			  .main-4 .content {
			   padding-bottom: 1rem;
			 }
			  .main-4 .content .tit {
			   display: flex;
			   align-items: flex-end;
			   margin-bottom: 5rem;
			 }
			  .main-4 .content .tit .left * {
			   color: #fff;
			 }
			  .main-4 .content .tit .left h4 {
			   font-size: 90px;
			   line-height: 1.2;
			   font-weight: bold;
			   padding-top: 10px;
			   padding-bottom: 10px;
			   font-family: Futura;
			 }
			  .main-4 .content .tit .left h6 {
			   font-weight: bold;
			   font-size: 30px;
			 }
			  .main-4 .content .tit .right a {
			   font-size: 1.5rem;
			   position: relative;
			   font-weight: bold;
			   color: #fff;
			   margin-right: 2rem;
			   transition: all ease 0.3s;
			 }
			  .main-4 .content .tit .right a::after {
			   content: "";
			   position: absolute;
			   top: 50%;
			   left: -1rem;
			   width: 0.45rem;
			   height: 0.45rem;
			   border-radius: 50%;
			   background-color: #a30000;
			   transform: translateY(-50%);
			   opacity: 0;
			   transition: all ease 0.3s;
			 }
			  .main-4 .content .tit .right a.active,
			  .main-4 .content .tit .right a:hover {
			   color: #a30000;
			 }
			  .main-4 .content .tit .right a.active::after,
			  .main-4 .content .tit .right a:hover::after {
			   opacity: 1;
			 }
			  .main-4 .content .con {
			   display: none;
			 }
			  .main-4 .content .con.active {
			   display: block;
			 }
			  .main-4 .content .con > div {
			   display: flex;
			   margin-bottom: 6rem;
			 }
			  .main-4 .content .con > div:last-of-type {
			   margin-bottom: 0;
			 }
			  .main-4 .content .con .item {
			   display: flex;
			   background-color: #fff;
			   border-radius: 1rem;
			   position: relative;
			   margin-right:60px;
			 }
			  .main-4 .content .con .item::after {
			   content: "";
			   position: absolute;
			   top: 50%;
			   right: -2rem;
			   border-left: 1rem solid #fff;
			   border-top: 0.8rem solid transparent;
			   border-bottom: 0.8rem solid transparent;
			   transform: translate(50%, -50%);
			 }
			  .main-4 .content .con .item:last-of-type::after {
			   display: none;
			 }
			  .main-4 .content .con .item strong {
			   font-size:70px;
			   color: #a30000;
			   font-weight: bold;
			   font-family: Futura;
			 }
			  .main-4 .content .con .item div {
			   padding: 10px 15px;
			   position: relative;
			   z-index: 1;
			 }
			  .main-4 .content .con .item div * {
			   color: #fff;
			 }
			  .main-4 .content .con .item div::after {
			   content: "";
			   position: absolute;
			   top: 0;
			   right: 0;
			   width: 100%;
			   height: 100%;
			   background-color: #a30000;
			   border-radius: 1rem;
			   z-index: -1;
			   transition: all ease 0.3s;
			 }
			  .main-4 .content .con .item div p {
			   font-size: 24px;
			   line-height: 1.6;
			   white-space: nowrap;
			 }
			  .main-4 .content .con .item div span {
			   white-space: nowrap;
			   line-height: 1.4;
			   text-transform: capitalize;
			 }
			  .main-4 .content .con .item:hover div * {
			   color: #a30000;
			 }
			  .main-4 .content .con .item:hover div::after {
			   width: 0;
			 }