	/*********內頁**********/

input[type=text],
	input[type=password],
	textarea,
	button {
	  -webkit-appearance: none;
	     -moz-appearance: none;
	          appearance: none;
	  background-color: transparent;
	  border: none;
	  border-radius: 0;
	  
	  outline: none;
	  padding: 0;
	  margin: 0;
	}
	
	select {
	  cursor: pointer;
	}
	
	textarea {
	  resize: vertical;
	}

	

	.titleBox {
	  position: relative;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	 
	  line-height: 1;
	  color: #333;
	}
	@media (max-width: 860px) {
	  .titleBox {
	    -webkit-box-pack: start;
	        -ms-flex-pack: start;
	            justify-content: flex-start;
	  }
	}
	.titleBox .titleTw {
	  position: relative;
	  font-size: 0.24rem;
	  font-weight: bold;
	  padding-right: 0.15rem;
	  line-height: 2;
	  margin-top: 0.2rem;
	}
	
	.titleBox .titleTw::before {
	  content: "";
	  position: absolute;
	  top: 0.045rem;
	  left: -1.5rem;
	  display: block;
	  width: 6px;
	  height: 85%;
	  background: #FF0000;
	  border-radius: 5px;
	}
	.titleBox .titleTw.show::before {
	  height: 100%;
	}
	.titleBox .titleEn {
	  font-size: 0.156rem;
	  line-height: 2;
	  font-family: Arial, Helvetica, sans-serif;
	  font-style: normal;
	  color: #999;
	  margin-top: 0.3rem;
	  text-transform: uppercase;
	}
		
	@media (max-width: 639px) {
	.titleBox .titleEn {
	  margin-top: 0.25rem;
	  }
	}
	.titleBox .titleTw::before {
	  content: "";
	  position: absolute;
	  top: 0.045rem;
	  left: -0.17rem;
	  display: block;
	  width: 6px;
	    height: 85%;
	  background: #FF0000;
	}

	

	.newsArea {
	  padding:0;
	  background-color: #fff;

	   max-width: 100%;
	}
	
	.newsArea .titleBox {
	  padding-left: 0.2rem;
	  margin:0.2rem 0;
	  width:calc(100% - 0.2rem) ;
	  position: relative;
	}
	

	.newsArea .Img {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	  -webkit-transform: translateZ(0);
	          transform: translateZ(0);
	  -webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
	}
	
	.newsArea .Img img {
	  -webkit-transform: scale(1.1);
	          transform: scale(1.1);
	  -webkit-transition-delay: 0.4s;
	          transition-delay: 0.4s;
			
	}
	.newsArea .Img:hover img {
	  -webkit-transform: scale(1.1);
	          transform: scale(1.1);
	  -webkit-transition-delay: 0s;
	          transition-delay: 0s;
	}
	.newsArea .Img img {
	  width: 100%;
	  display: block;
	  -webkit-backface-visibility: hidden;
	          backface-visibility: hidden;
	  -webkit-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	  -webkit-transition-delay: 0s;
	          transition-delay: 0s;
	}
	.newsArea .Txt {
	  opacity:0;
	  -webkit-transform: translateY(20px);
	          transform: translateY(20px);
	  -webkit-transition: all 1s ease-out;
	  transition: all 1s ease-out;
	}
	.newsArea .Txt .title,
	.newsArea .Txt .scale,
	.newsArea .Txt .structure {
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	.newsArea .Txt .title {
	  margin-bottom: 0.15rem;
	  font-size: 0.2rem;
	  font-weight: bold;
	  line-height:2;
	}
	.newsArea .Txt .specification {
	  
	  padding-top: 0.15rem;
	  font-size: 0.18rem;
	  line-height: 1.6;
	  color: #6e6e6e;
	  border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	
	
	.newsArea .newsBox {
	  position: relative;
	  margin-top: 0.4rem;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}
	
	
	.newsArea .newsBoxList {
	  position: relative;
	}
	@media (max-width: 860px) {
	  .newsArea .newsBoxList {
	    width: 100%;
	  }
	}
	.newsArea .newsList {
	  max-width: 670px;
	}
	@media (max-width: 1366px) {
	  .newsArea .newsList {
	    max-width: 600px;
	  }
	}
	@media (max-width: 1280px) {
	  .newsArea .newsList {
	    max-width: 540px;
	  }
	}
	@media (max-width: 960px) {
	  .newsArea .newsList {
	    max-width: 500px;
	  }
	}
	@media (max-width: 860px) {
	  .newsArea .newsList {
	    max-width: 670px;
	    margin: 0 auto;
	  }
	}
	.newsArea .newsList.hide .Img {
	  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
	.newsArea .newsList.hide .Img::before {
	  left: 100%;
	  -webkit-transition-delay: 0.3s;
	          transition-delay: 0.3s;
	}
	.newsArea .newsList.hide .Txt {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	  -webkit-transition-delay: 0.4s;
	          transition-delay: 0.4s;
	}
	.newsArea .newsList .Txt {
	  display: none;
	  padding-top: 18px;
	  padding-bottom: 70px;
	}
	@media (max-width: 1180px) {
	  .newsArea .newsList .Txt {
	    display: block;
	  }
	}
	@media (max-width: 640px) {
	  .newsArea .newsList .Txt {
	    padding-bottom: 15px;
	  }
	}
	.newsArea .newsTextList {
	  position: absolute;
	  top: 0;
	  left: calc(100% + 30px);
	  z-index: 1;
	  max-width: 285px;
	}
	@media (max-width: 1180px) {
	  .newsArea .newsTextList {
	    position: absolute;
	    left: -100%;
	    z-index: -5;
	    pointer-events: none;
	  }
	  .newsArea .newsTextList .newsItem {
	    opacity: 1;
	  }
	}
	.newsArea .newsTextList .Img {
	  display: none;
	}
	.newsArea .newsTextList .Txt {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	}
	.newsArea .newsSecList {
	  position: static;
	  padding-top: 170px;
	  margin: 0 30px;
	  max-width: 285px;
	}
	@media (max-width: 1366px) {
	  .newsArea .newsSecList {
	    padding-top: 140px;
	  }
	}
	@media (max-width: 1280px) {
	  .newsArea .newsSecList {
	    max-width: 265px;
	  }
	}
	@media (max-width: 1180px) {
	  .newsArea .newsSecList {
	    max-width: 345px;
	  }
	}
	@media (max-width: 960px) {
	  .newsArea .newsSecList {
	    margin: 0;
	    max-width: 305px;
	  }
	}
	@media (max-width: 860px) {
	  .newsArea .newsSecList {
	    position: absolute;
	    left: -100%;
	    z-index: -5;
	    pointer-events: none;
	  }
	  .newsArea .newsSecList .newsItem {
	    opacity: 0;
	  }
	}
	.newsArea .newsSecList.hide .Img {
	  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	  -webkit-transition-delay: 0.3s;
	          transition-delay: 0.3s;
	}
	.newsArea .newsSecList.hide .Img::before {
	  left: 100%;
	  -webkit-transition-delay: 0.6s;
	          transition-delay: 0.6s;
	}
	.newsArea .newsSecList.hide .Txt {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	  -webkit-transition-delay: 0.6s;
	          transition-delay: 0.6s;
	}
	.newsArea .newsSecList .Txt {
	  padding-top: 18px;
	}
	.newsArea .newsThirdList {
	  padding-top: 270px;
	  max-width: 265px;
	}
	@media (max-width: 1366px) {
	  .newsArea .newsThirdList {
	    padding-top: 220px;
	  }
	}
	@media (max-width: 1280px) {
	  .newsArea .newsThirdList {
	    max-width: 245px;
	  }
	}
	@media (max-width: 1180px) {
	  .newsArea .newsThirdList {
	    position: absolute;
	    left: -100%;
	    z-index: -5;
	    pointer-events: none;
	  }
	  .newsArea .newsThirdList .newsItem {
	    opacity: 1;
	  }
	}
	.newsArea .newsThirdList.hide .Img {
	  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	  -webkit-transition-delay: 0.6s;
	          transition-delay: 0.6s;
	}
	.newsArea .newsThirdList.hide .Img::before {
	  left: 100%;
	  -webkit-transition-delay: 0.9s;
	          transition-delay: 0.9s;
	}
	.newsArea .newsThirdList.hide .Txt {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	          transform: translateY(0);
	  -webkit-transition-delay: 0.9s;
	          transition-delay: 0.9s;
	}
	.newsArea .newsThirdList .Txt {
	  padding-top: 0.2rem;
	}
	.newsArea .arrowBox .arrow {
	  position: relative;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  font-size: 0.18rem;
	  font-weight: 700;
	
	  text-align: center;
	  color: #014099;
	  cursor: pointer;
	}
	.newsArea .arrowBox .arrow:hover {

	}
	.newsArea .arrowBox .arrow .arrowLine {
	  position: relative;
	  overflow: hidden;
	  margin: 0 13px;
	  display: inline-block;
	  width: 33px;
	  height: 1px;
	}
	.newsArea .arrowBox .arrow .arrowLine::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	  background: #014099;
	  -webkit-animation: arrowLineAnimation 2s cubic-bezier(0.32, 0.81, 0.42, 0.94) infinite;
	          animation: arrowLineAnimation 2s cubic-bezier(0.32, 0.81, 0.42, 0.94) infinite;
	}
	.newsArea .arrowBox .arrow .arrowCircle {
	  position: relative;
	  width: 60px;
	  height: 60px;
	  border: 2px solid #014099;
	  border-radius: 100%;
	}
	@media (max-width: 640px) {
	  .newsArea .arrowBox .arrow .arrowCircle {
	    display: none;
	  }
	}
	.newsArea .arrowBox .arrow .arrowCircle::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 45%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  width: 0;
	  height: 0;
	  border-style: solid;
	  background: transparent;
	}
	.newsArea .arrowBox .arrow .arrowCircle::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 55%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  width: 0;
	  height: 0;
	  border-style: solid;
	  background: transparent;
	}
	.newsArea .arrowBox .arrowPrev {
	  position: absolute;
	  left: 7px;
	  bottom: 4px;
	}
	@media (max-width: 1180px) {
	  .newsArea .arrowBox .arrowPrev {
	    left: 0;
	  }
	}
	.newsArea .arrowBox .arrowPrev .arrowLine::before {
	  animation: arrowLineAnimation 2s cubic-bezier(0.32, 0.81, 0.42, 0.94) infinite reverse;
	}
	.newsArea .arrowBox .arrowPrev .arrowCircle::before {
	  border-width: 6px 7px 6px 0;
	  border-color: transparent #014099 transparent transparent;
	  animation: arrowOpacityAnimation 2s 0.5s ease-in-out infinite reverse;
	}
	.newsArea .arrowBox .arrowPrev .arrowCircle::after {
	  border-width: 6px 7px 6px 0;
	  border-color: transparent #014099 transparent transparent;
	  animation: arrowOpacityAnimation 2s ease-in-out infinite reverse;
	}
	.newsArea .arrowBox .arrowNext {
	  position: absolute;
	  right: 7px;
	  top: 3px;
	}
	@media (max-width: 1180px) {
	  .newsArea .arrowBox .arrowNext {
	    top: auto;
	    bottom: 4px;
	    right: 0;
	  }
	}
	.newsArea .arrowBox .arrowNext .arrowLine::before {
	  -webkit-animation: arrowLineAnimation 2s cubic-bezier(0.32, 0.81, 0.42, 0.94) infinite;
	          animation: arrowLineAnimation 2s cubic-bezier(0.32, 0.81, 0.42, 0.94) infinite;
	}
	.newsArea .arrowBox .arrowNext .arrowCircle::before {
	  border-width: 6px 0 6px 7px;
	  border-color: transparent transparent transparent #014099;
	  -webkit-animation: arrowOpacityAnimation 2s ease-in-out infinite;
	          animation: arrowOpacityAnimation 2s ease-in-out infinite;
	}
	.newsArea .arrowBox .arrowNext .arrowCircle::after {
	  border-width: 6px 0 6px 7px;
	  border-color: transparent transparent transparent #014099;
	  -webkit-animation: arrowOpacityAnimation 2s 0.5s ease-in-out infinite;
	          animation: arrowOpacityAnimation 2s 0.5s ease-in-out infinite;
	}
	.newsArea .dotsBox .dots {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	}
	.newsArea .dotsBox li {
	  display: block;
	  padding: 0 6px;
	  cursor: pointer;
	}
	.newsArea .dotsBox li:hover button {
	  background: #ff0000;
	}
	.newsArea .dotsBox .slick-active button {
	  width: 30px;
	  border-radius: 3px;
	  background: #ff0000;
	}
	.newsArea .dotsBox .blue button {
	  background: #ff0000;
	}
	.newsArea .dotsBox button {
	  font-size: 0;
	  width: 8px;
	  height: 8px;
	  border-radius: 100%;
	  background: #ccc;
	  cursor: pointer;
	}
	
	
	.home_about_box{margin-top: 0.7rem;}
	
	.aboutArea {
	  position: relative;
	  width: 100%;
	  margin:0 auto;
	  background: #e9f1f4;

	}
	
	.aboutArea:after {position:absolute;content: "";left: 0;bottom: 0;  background: url(../images/home_aboutbg.jpg) no-repeat left bottom;width: 50%;background-size: cover;height: 242px;}
	
	.aboutArea .model {
		 float: left;
		 width:50%;
	}

	
	.aboutArea .rightBox {
	  position: relative;
	  z-index: 5;
	  float: left;
	  width: 40%;
	  margin:0 5%;
	
	}
	
	@media (max-width: 639px) {
		
		.aboutArea .rightBox {  width: 96%;float: none;margin:0 2%;}
		.aboutArea .model{float: none; width: 100%;}
		.aboutArea:after{background: none;}
		
		.about_fenlei_box ul li img{ max-width: 40%;}
		
		}
	
	
	
/* 	.aboutArea em {
	  display: block;
	  font-size: 0.156rem;
	  text-transform: uppercase;
	  color: #999;
	  font-style: normal;
	  position: relative;
	  padding-left: 0.2rem;
	
	}
		.aboutArea em:before {position: absolute;content: "";width: 6px;height: 0.4rem;background: #ff0000;border-radius: 5px;left: 0;}
	 */
	
	.aboutArea .Txt {
	  font-size: 0.18rem;
	  line-height: 2;

	}
	
	.aboutArea .Txt h1{ font-size: 0.24rem;font-weight: normal;line-height: 2;color: #111;margin: 0.2rem 0;}
	
	.aboutArea .Txt p{  
		font-size: 0.18rem;
	  line-height: 1.6;color: #666;}
	
	
	.hmc4ul{display:flex; justify-content:space-between; margin-top:0.5rem; width:100%;}
	.hmc4ul li{position:relative;background: #fff; width: 33.33%;float: left; text-align: center; padding: 0.3rem 0;}
	.hmc4ul li:nth-child(1){ background: url(../images/shuzu_line1.jpg) repeat-y right top #fff;}
	.hmc4ul li:nth-child(3){ background: url(../images/shuzu_line2.jpg) repeat-y left top #fff; }
	.hmc4ul li img{ display: block; max-width: 0.7rem;text-align: center;margin: 0 auto 0 auto;  }
	.hmc4ul li strong{ display:inline-block; font-weight:700; position:relative; font-size:0.3rem; letter-spacing:normal; line-height:2;color: #2a57a0;width: 100%;}
	

	.hmc4ul li strong i{ font-size: 0.165rem; line-height: 1.5; font-style: normal; }
	.hmc4ul li p{ font-size: 0.18rem; line-height: 1.6;color: #666;}

    .about_fenlei_box{display: block; width: 100%;background: url(../images/home_about_right_bg.jpg) repeat;background-size: cover;padding: 0.2rem 0;}
    .about_fenlei_box ul li{position:relative; width: 33.33%;float: left; text-align: center; padding: 0.3rem 0;}
.about_fenlei_box ul li img{ display: block; max-width: 0.7rem;text-align: center;margin: 0 auto 0 auto;  }
.about_fenlei_box ul li a img{ transition: all 0.3s;}
.about_fenlei_box ul li a:hover img{margin-top: -0.05rem;}
.about_fenlei_box ul li h1{ display:inline-block; font-weight:400; position:relative; font-size:0.24rem; letter-spacing:normal; line-height:2;color: #fff;width: 100%;}
.about_fenlei_box ul li p{ font-size: 0.165rem; line-height: 1.6;color: #fff;opacity: 0.5;}
	
	

		.bannertt {
		    position: relative;
		    width: 100%;
		    overflow: hidden;
			 margin:0 auto;
			 text-align:center;
			 background:#fff;
			 height: 550px;
			 z-index:1;
			 padding-top: 80px;
		}
		
		.bannertt picture img {
		    -webkit-animation: banner_inside 20s ease 1 forwards;
		    -moz-animation: banner_inside 20s ease 1 forwards;
		    -o-animation: banner_inside 20s ease 1 forwards;
		    animation: banner_inside 20s ease 1 forwards;
			opacity:1;
		}
		
		.bannertt picture{position: absolute; left:50%; width:4000px; margin-left:-2000px;}
	
		.bannertt .div01{position: absolute; left:50%; width:4000px; margin-left:-2000px;}

		@-webkit-keyframes banner_inside {
		    from {
		        -webkit-transform: scale(1.23);
		                transform: scale(1.23);
		    }
		    to {
		        -webkit-transform: scale(1);
		                transform: scale(1);
		    }
		}
		@-moz-keyframes banner_inside {
		    from {
		        -moz-transform: scale(1.23);
		        transform: scale(1.23);
		    }
		    to {
		        -moz-transform: scale(1);
		             transform: scale(1);
		    }
		}
		@-o-keyframes banner_inside {
		    from {
		        -o-transform: scale(1.23);
		           transform: scale(1.23);
		    }
		    to {
		        -o-transform: scale(1);
		           transform: scale(1);
		    }
		}
		@keyframes banner_inside {
		    from {
		        -webkit-transform: scale(1.23);
		           -moz-transform: scale(1.23);
		             -o-transform: scale(1.23);
		                transform: scale(1.23);
		    }
		    to {
		        -webkit-transform: scale(1);
		           -moz-transform: scale(1);
		             -o-transform: scale(1);
		                transform: scale(1);
		    }
		}

		
		.banner_txt{text-align:center;z-index: 5; height:100%;width: 1460px;  margin:0 auto; position:relative;}
		.banner_txt_a{ position:absolute; }
		.banner_txt1{ clear:both;font-size:36px; position:absolute;left:50%; margin-left:-50%;top:-20%; width:100%;  font-weight:bold;color:#fff; text-align:center;}
		.banner_txt2{ clear:both;font-size: min(max(4.167vw, 47px), 50px);  position:absolute;left: auto;top:42%;width:100%;  font-weight:bold;color:#2990CF; text-align:left; }
		.banner_txt3{ clear:both;font-size:16px; position:absolute;left: auto;top:54%;  font-weight:normal;color:#666; text-align:left;width:100%;}
		
		.banner_txt4{ clear:both;font-size:0.5rem; position:absolute;left:50%; margin-left: -50%; top:45%;  font-weight:normal;color:#2990CF; text-align:center;width:100%;}
		.banner_txt5{ clear:both;font-size:0.156rem; position:absolute;left:2%;bottom:5%;font-weight:normal;color:#fff; text-align:left; line-height:30px;width:100%; text-transform: uppercase;}
		.banner_txt5 a{color: #fff; }
		
		/*.banner_txt5{ clear:both;font: size 0.156rem; position:absolute;left:50%; margin-left: -50%; top:36%;font-weight:normal;color:#666; text-align:center; line-height:30px;width:100%; text-transform: uppercase;}
		.banner_txt5 a{color: #666; }*/
		
		
		
		
		
		
		.bannerBox{width:100%; margin: 0 auto; position: relative; padding-top: 0.9rem; }
		
		.bannerBox ul li{ display: block; width: 100%; }
		
		.bannerBox ul li img{ display: block; width: 100%; margin: 0 auto;}
		
		.bannerBox ul li .Txt{width:100%;  max-width:1300px; z-index:2; position:absolute;  top:50%;left:50%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%); color:#fff; text-align:center; }
		
		.bannerBox ul li .Txt h2{font-size:0.9rem; line-height:3;opacity: 0.1; letter-spacing:3px; font-family:Geometr415 Blk BT; text-transform:uppercase; }
		.bannerBox ul li .Txt h1{font-size:0.45rem; line-height:2.2; margin-top:-1.84rem; letter-spacing:2px;}
		.bannerBox ul li .Txt h3{width:0.6rem; text-align:center; height:2px; background:#fff; margin:0 auto; display:block; margin-top:0rem;}
		.bannerBox ul li .Txt h3.marginleft50{ margin-left:50px;}
		
	
	
	
	/*news*/
	.index_news .wp{ width:100%; max-width: 100%; margin: 0 0; }
	
	.index_news .swi_index_news{ width: 102%; margin: 0 -1%;  }
	.index_news .swi_index_news .swiper-slide{padding:0;width: calc(22.9% - 3px);  margin: 1% 1%; display: inline-block;  }
	.index_news .swi_index_news .swiper-slide { background: #fff; -webkit-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-moz-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-ms-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-o-transition: all .4s cubic-bezier(0.7, .45, .45, 1);transition: all .4s cubic-bezier(0.7, .45, .45, 1);box-sizing: border-box; overflow: hidden;  }
	.index_news .swi_index_news .swiper-slide:hover {box-shadow: 0 0 10px rgba(0,0,0,0.3);padding: calc(0.1rem + 0.1rem); box-sizing: border-box; overflow: hidden;}
	.index_news .swi_index_news .swiper-slide .img{margin-bottom: calc(0.2rem + 0.1vw);}
	.index_news .swi_index_news .swiper-slide .imga{ position:absolute; left: 42%; top: 30%; opacity: 0; }
	.index_news .swi_index_news .swiper-slide:hover .imga{opacity: 1; }
	
	.index_news .swi_index_news .swiper-slide img{ width: 100%;transform: scale(1.0);-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-ms-transition: all 0.7s ease;-o-transition: all 0.7s ease;transition: all 0.7s ease; 
	  }
	.index_news .swi_index_news .swiper-slide:hover img{transform: scale(1); opacity:1;cursor: pointer;  }
	.index_news .swi_index_news .swiper-slide  p{position: relative;display: block;padding-bottom: 15px; overflow: hidden;white-space: nowrap;text-overflow:ellipsis; font-size:0.2rem; color: #000;text-align: center;}
	.index_news .swi_index_news .swiper-slide p:before{content: '';width: 0;height:2px;display: block;position: absolute;bottom: 0;left: 0;background: #ff0000;-webkit-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-moz-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-ms-transition: all .4s cubic-bezier(0.7, .45, .45, 1);-o-transition: all .4s cubic-bezier(0.7, .45, .45, 1);transition: all .4s cubic-bezier(0.7, .45, .45, 1);}
	.index_news .swi_index_news .swiper-slide:hover  p:before{ width: 100%;}
	
	
	@media screen and (max-width:1023px) {
		.index_news .swi_index_news .swiper-slide{width: calc(31.33% - 3px);}	
	}
	
	@media screen and (max-width:787px) {
		.index_news .swi_index_news .swiper-slide{width: calc(48% - 3px);}	
	}
	
	
	@media screen and (max-width:520px) {
	.index_news .swi_index_news{ width: 100%;margin: 0  auto;  }
	.index_news .swi_index_news .swiper-slide{padding:0;width: 98%;  margin: 1%;}	
	.index_news .swi_index_news .swiper-slide p{ font-size:14px; text-align: center;}	
	}
	


.n_about_box{ clear:both; width:100%; max-width:100%; margin:0 auto; }

.n_about_box_left{ width:40%;  padding:0; float:right; margin-top:5%; }
.n_about_box_left img{ width:100%;} 
.n_about_box_left img{ max-width:100%; margin:0 auto; display:block;}


.n_about_box_right{ width:60%; padding:0 2% 1% 0%;float:left; position:relative;}
.n_about_box_right h2{  width:0.4rem; height:2px; background:#ff0000;margin-top: 0.1rem;}
.n_about_box_right h1{ font-size:0.24rem; line-height:2;color:#2b57a1; font-weight:700; }
.n_about_box_right p{ line-height:1.6; font-size:0.18rem; color:#666;}
.n_about_wenzi{ margin-top:0.2rem; width:95%; }

.n_about_box h1{ font-size:0.24rem; text-align:left;line-height:2; color: #2b57a1;font-weight: 700;}
.n_about_box h3{  text-align:center;width:0.5rem; height: 2px; background: #ff0000; margin: 5px 0 15px 0;}


.huoban_box{clear: both;padding-top: 0.3rem;}
.huoban_box img{ display: block;margin: 0 auto;}

.banner {position:relative;width:100%;height:auto;overflow:hidden;}
.banner .container {height:100%;}
.banner .contents {position:absolute;left:0px;width:100%;height:100%;}
.banner .content {position:absolute;top:0px;width:100%;height:100%;background-size:100%;background-repeat:no-repeat;background-position:left top;text-align:center;}

.banner .contentInfo .btn {text-shadow:0px 0px 3px #b67ebc;position:absolute;top:146px;left:32px;color:#fff;border:1px solid #fff;text-align:center;line-height:32px;width:110px;height:30px;border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;-webkit-border-radius:30px;}


.banner .bannerNav {position:absolute;bottom:10px;width:100%;text-align:center;z-index:1;}
.banner .bannerNav .bannerNavChild {margin:0 5px;width:10px;height:10px;display:inline-block;*display:inline;*zoom:1;background:#666;border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;-webkit-border-radius:8px;cursor:pointer;z-index:1;}
.banner .bannerNav .bannerNavChild.on {background:#fff;animation:bannerNavChildOn .2s  ease-in-out 0s  both;-moz-animation:bannerNavChildOn .2s  ease-in-out 0s  both;-webkit-animation:bannerNavChildOn .2s  ease-in-out 0s  both;-o-animation:bannerNavChildOn .2s  ease-in-out 0s  both;}

.banner .bannerBg {width:100%;height:auto;vertical-align:middle;}


.numberArea {
  position: relative;
  z-index: 2;
    background: url("../images/wenhua_bg.png") no-repeat center top;
  width: 100%;
  height: 450px;
   
   background-size: cover;
}



.numberArea .left {
  font-size: 0.24rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  text-align: left;
}

.numberArea .left h1 {
  font-weight: 500;
}

.numberArea ul.numberList {

  margin-left: auto;
  padding-left: 0;
  list-style-type: none;

  margin: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  max-width: 75%;

}

.numberArea ul.numberList li {
  padding: 0 2%;
  width:18%;
  float: left;
}

.numberArea ul.numberList li:nth-child(1) { padding-left: 0;}


.numberArea ul.numberList .top {
 
  color: #fff;
  text-align: left;
}

.numberArea ul.numberList .top p {
  font-size: 0.18rem;
  line-height: 2;
  text-align: left;
  
}

.numberArea ul.numberList .Txt {
  padding-left: 0;
  font-size: 0.18rem;
  line-height: 2;
  color: #fff;
  text-align: left;
}

.numberArea ul.numberList .numberCount {
  font-size: 0.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 2;

}




.title01 {
  text-align: center;
}


.title01 h2 , .title01 h1 {
  line-height: 2;
  font-size: 0.24rem;
  font-weight: 700;
  text-transform:uppercase;
  color: #2b57a1;
  padding-top: 0.3rem;

}

.title01 h3 { 
width:0.3rem; height:2px; background:#ff0000;
margin:0.05rem auto; display:block;

}

.title01 p {
 color: #616161;
    font-size: 0.18rem;
    letter-spacing: 0.8px;
    line-height: 1.875;
	max-width:100%;
	 text-align:center;
	 margin:0 auto;
}





.serviceArea {margin-top: 0px; position: relative; z-index: 9;}
.serviceArea .serviceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
	overflow: hidden;
}

@media (max-width: 640px){
    .serviceArea .serviceList {
        margin: 0;
    }
	.serviceArea { margin-top: 0px;}
}

.serviceArea .serviceList li {
    padding: 0px 0.1rem;
    width:auto;
    box-sizing: border-box;
}

@media (max-width: 1180px){
    .serviceArea .serviceList li {
        width: 20%;
    }
}

@media (max-width: 640px){
    .serviceArea .serviceList li {
         width: 33.33%;
    
    }
	
	
	
	
}

.serviceArea .serviceList .item {
    position: relative;
    padding: 10px 0.2rem;
  
    border-radius: 6px;
    background-color: #fff;
	border: 3px solid rgb(255, 255, 255);
    height: 100%;
    transition: all .4s ease;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 640px){
    .serviceArea .serviceList .item {
        padding: 10px 2px 0px 2px;
    }
	.serviceArea .serviceList .Img{max-width: 60px;}
}

.serviceArea .serviceList .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #ff0000 0%, #de0808 100%);
    transition: all .4s ease;
    opacity: 0;
	border-radius: 5px;

}

.serviceArea .serviceList .item:hover {
    border-color: #6cf4ff;
	  border: 3px solid rgb(238, 241, 238);
	box-shadow: 1.792px 4.668px 30px 0px rgba(0, 0, 0, 0.1);
}


.serviceArea .serviceList .item.currclass {
    border-color: #6cf4ff;
	  border: 3px solid rgb(238, 241, 238);
	box-shadow: 1.792px 4.668px 30px 0px rgba(0, 0, 0, 0.1);

}

.serviceArea .serviceList .item.currclass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, #ff0000 0%, #de0808 100%);
    transition: all .4s ease;
    opacity: 1;
	border-radius: 5px;

}
.serviceArea .serviceList .item.currclass img{filter:brightness(10);}

.serviceArea .serviceList .item.currclass .Txt .title{color: #fff;}


.serviceArea .serviceList .item:hover::before {
    opacity: 1;
}

.serviceArea .serviceList .item:hover .front img {
    opacity: 0;
}

.serviceArea .serviceList .item:hover .title {
    transform: translateY(-13px);
    color: #fff;
}

.serviceArea .serviceList .item.currclass .title {
    transform: translateY(-13px);
    color: #fff;
}


.serviceArea .serviceList .item > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.serviceArea .serviceList .Img {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 100px;
    box-sizing: border-box;
    display: inline-block;
}
.serviceArea .serviceList .front {
    position: relative;
}
.serviceArea .serviceList .front img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s ease;
    z-index: 2;
}

.serviceArea .serviceList .back {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.serviceArea .serviceList .back img {
    filter: brightness(10);
}

.serviceArea .serviceList img {
    display: block;
    width: 100%;
}

.serviceArea .serviceList .Txt {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceArea .serviceList .Txt .title {
    position: relative;
    padding: 5px;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 400;
    color: #222;
    overflow: hidden;
    transition: all .4s ease;
}

@media (max-width: 639px){
	.serviceArea .serviceList .Img{max-width: 60px;}
	.serviceArea .serviceList .Txt{padding: 0;}
    .serviceArea .serviceList .Txt .title {
		height: 2;
    }
	
	.n_about_box_right{width: 100%; float: none; padding: 0 0;}
	.n_about_wenzi{width: 100%;}
	.n_about_box_left{float: left; width: 100%;margin-top: 2%;}
	
	.numberArea ul.numberList{padding-top: 0.2rem;max-width: 100%;}
	.numberArea{height: auto;}
	.numberArea ul.numberList li{width:31.33%;}
	.title01 h2, .title01 h1{padding-top: 0;}
	
	.bannerBox{padding-top: 0.8rem;}
	.bannerBox ul li .Txt h2{font-size: 0.4rem;line-height: 3;}
	.bannerBox ul li .Txt h1{font-size: 0.35rem;margin-top: -1rem;}
	
}

.serviceArea .serviceList .Txt .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}



@media (max-width: 639px){
	.serviceArea .serviceList .Txt .title::before{height: 1px;}
	
.serviceArea .serviceList .item:hover .title {
    transform: translateY(-5px);
 
}
	.serviceArea .serviceList .item.currclass .title {
	    transform: translateY(-5px);
	 
	}
	
	

	
	}



.jieshao_box{width: 100%;max-width: 800px; margin: 0 auto;}

.jieshao_box h1{font-size: 0.24rem; text-align: center;line-height:2;padding-bottom: 0.3rem;}
.jieshao_box img{ max-width: 100%; display: block;margin: 0.2rem auto;}

.boxContact{ padding:.3rem 0 .3rem 0;margin-top: 0.3rem; }

.boxContact ul{ display: block; width: 100%; }
.boxContact ul li{display:inline-block; width:17%; text-align:center; margin:0 1% 1% 0; padding:0.3rem 0.5%; border: 1px solid #ececec; transition: all 0.3s;background: #f7f7f7;}
.boxContact ul li:nth-child(3){ width:20%;}
.boxContact ul li:nth-child(4){ width:40%;}
.boxContact ul li:hover{border: 1px solid #E60013;}
.boxContact ul li img{vertical-align: middle; display: inline-table;}
.boxContact ul li h3,.boxContact a h3 p{font-size:0.18rem; line-height:1.6; letter-spacing:normal; color: #666; font-weight: 400; }


@media screen and (max-width:1400px) {
.boxContact ul{ max-width:98%; margin:0 auto;}
}


@media screen and (max-width:639px) {
.boxContact ul{ display: block; width: 100%; margin: 0 auto; max-width: 100%; }
.boxContact ul li{display:inline-block; width:48%; text-align:center; margin:10px 1% 1% 1%; padding:10px 1%; height:150px; float:left; }
.boxContact ul li:nth-child(3){ width: 100%;}
.boxContact ul li:nth-child(2),.boxContact ul li:nth-child(1){ width: 48%;}
.boxContact ul li:nth-child(4){ width:100%;}
.boxContact ul li img{ max-width:50%;}

	.boxContact{margin-top: 0;}

}

@media screen and (max-width:420px) {

.boxContact ul li{ height:auto;}
}

.contact_left{ float: left; width: 50%;}
.contact_left img{ max-width:100%;}
.contact_left p{ font-size: 16px;line-height: 30px;}

.contact_right{ float: right; width: 46%; padding:2% 2% 0 2%;}

.liuyan_box{clear: both; width: 100%;background:#F0F0F0; margin: 0.3rem 0 0.5rem 0; }

@media screen and (max-width: 787px) {
		.contact_left{ float: none; width: 96%; margin: 0 2%;}
	.contact_left p{ font-size: 14px;line-height: 25px;}
	
	.contact_right{ float: none; width: 96%; margin: 0 2%;}
	
	
	}


.news_box{width:100%;background: #f5f5f5; }
	.w_width{padding:0.5rem;}
	
	.w_1920{ max-width: 1920px;margin-left: auto;margin-right: auto; }
	.main_box{width: 100%;background: #fff;   padding: 0.5rem;}
	
	
	.news_righttitle{ font-size:.23rem; color:#333; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
	
	.news_left01{float:left;width:70%; }
	.news_left01 p{ font-size:.18rem; line-height:2;}
	
	.news_left02{float:left;width:63%; margin:20px 0 10px 0px;}
	
	.news_left02 img{ max-width:100%;}
	
	.news_right02{float:right;margin:0px 0 0px 5%;border: 1px solid #ccc; width:calc(25% - 2px) ; padding: 0.2rem;box-sizing: border-box; }
	.news_right02 h2{ font-size:0.2rem;line-height: 2.5;background: #f1f1f1;max-width:100%;padding-left: 5%; }

	.righttitle{ font-size:22px; line-height:50px; }
	
	.news_righttitle{ font-size:.23rem; color:#333; border:1px solid #ccccc; padding-bottom:15px; margin-bottom:15px;}
	.news_more{float:right;font-size:16px; font-weight:300;color:#999;}
	.news_more a{ font-size:14px; font-weight:300;color:#999;}
	.news_more a:hover{color:#999; text-decoration:underline;}
	
	.right_news_click{ text-align:center; margin:0.2rem;}
	.right_news_click p{font-size:.16rem; line-height:2;color: #999; }
	.right_news_click p span{ margin-left: 0.3rem	; }
	.right_news_click p span.ico1{ width: 100%;position: relative;padding-left:0.25rem; }
	.right_news_click p span.ico1:before{ position: absolute;content: "";left:0; top:0.01rem;background: url(../images/news_ico1.png);width: 0.2rem; height: 0.2rem;background-size: cover;  }
	.right_news_click p span.ico2{ width: 100%;position: relative;padding-left:0.25rem; }
	.right_news_click p span.ico2:before{ position: absolute;content: "";left:0; top:0.01rem;background: url(../images/news_ico2.png);width: 0.2rem; height: 0.2rem;background-size: cover;  }
	.right_news_click p span.ico3{ width: 100%;position: relative;padding-left:0.25rem; }
	.right_news_click p span.ico3:before{ position: absolute;content: "";left:0; top:0.01rem;background: url(../images/news_ico3.png);width: 0.2rem; height: 0.2rem;background-size: cover;  }
	.right_news_click p span.ico4{ width: 100%;position: relative;padding-left:0.25rem; }
	.right_news_click p span.ico4:before{ position: absolute;content: "";left:0; top:0.01rem;background: url(../images/news_ico4.png);width: 0.2rem; height: 0.2rem;background-size: cover;  }
	
	
	
	
	
	.mainContent{ padding-top:0.2rem; width: 100%;}
	
	.mainContent .child{background:#fff; padding:0.2rem 0;position:relative;border-bottom: 1px solid #ccc; }
	.mainContent .child:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}

	.mainContent .child .childInfo{width: 60%;float:right;margin-left:5%;}
	.mainContent .child .childInfo .childTitle{ display:inline-block; width:100%;}
	.mainContent .child .childInfo .childTitle2{line-height:1.5;font-size:0.18rem;font-weight: 400;}
	.mainContent .child .childInfo .childTitle2 span{font-weight: normal;color: #999;font-size: 0.18rem;padding-left: 0.1rem;}
	.mainContent .child .childInfo .childInfo2{font-size:.161.8rem;line-height:1.8;color: #ccc;}

	
	.mainContent .child .childImg{overflow:hidden;position:relative; width:35%;text-align:center; float:left;}
	.mainContent .child .childImg img{max-width: 100%;}
	.mainContent .child:hover .childImg img{-webkit-transform: scale(1.05,1.05); 
	    -moz-transform: scale(1.05,1.05); 
	    -ms-transform: scale(1.05,1.05); 
	    -o-transform: scale(1.05,1.05); 
	    transform: scale(1.05,1.05);transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s; -webkit-transition-duration: 1s;}

	
	@media (max-width: 1300px) {
	.news_righttitle{ font-size:16px;}
	.right_news_click{ font-size:.18rem }
	.news_more{font-size:.18rem }
	}
	
	@media (max-width: 1024px) {
	.news_righttitle{ font-size:.18rem}
	
	
	
	
	
	
	
	}
	
	@media (max-width: 787px) {
		
		.main_box{padding: 0.2rem;}
		.w_width{padding:0.2rem;}	
		
.right_news_click p span.ico1:before,.right_news_click p span.ico4:before{background: none;}
.right_news_click p span.ico1{padding-left: 0;}
.right_news_click p span{margin-left: 0;}

	.right_news_click p span.ico2,.right_news_click p span.ico3{display: none;}
	
	.news_left01{float:none; clear: both;width:100%; margin:10px 0 10px 0px;}
	.news_left01 p{ font-size:.18rem; line-height:26px;}
	
	.news_left02{float:none;width:100%; margin:10px 1% 10px 1%;}
	
	.news_right02{float:none;width:100%; margin:10px 1% 10px 1%;}
	
	.ditu_m{width: 100%;clear: both;}
	
	}
	
	
	.aboutk_tit{ text-align:center; font-size:0.245rem; font-weight:700; color:#333;line-height: 1.8;}

	
	.news_close{ position:absolute; right:5px; top:0;}
	
	.text_neirong{line-height:25px;font-size:16px; padding:0 0px; }
	.text_neirong p{ line-height:25px; font-size:16px;}
	.text_neirong p img{ max-width:100%; max-height:100%; float:none; margin:20px auto; text-align:center;}
	.neirong_pic{ text-align:center;}
	.neirong_pic img{ margin:0 auto;max-width:100%; max-height:100%; } 
	.text_neirong img{max-width:100%; max-height:100%; float:none; margin:20px auto; text-align:center;}
	
	.text_neirong h4{ font-size:.23rem; line-height:35px; padding-bottom:0px; margin:10px 0;}
	
	
	.text_neirong1{line-height:25px;font-size:.18rem;text-align:center; margin:0; padding:0; }
	.text_neirong1 img{max-width:100%; max-height:100%; float:none; margin:0px auto; text-align:center;}
	
	

	.zhaiyao{ clear:both; width:98%; margin:15px auto; padding:5px 1%; line-height:26px; font-size:14px; text-align:left; background:#f4f4f4; }
	
	
	.news_line{ clear:both; width:100%; border-top:1px solid #ddd;  line-height:28px; font-size:.18rem; padding:10px 2%;}
	.news_line a{ font-size:.18rem}
	
	.news_line .fl{ float: left;} 
	.news_line .fr{ float: right;} 
	
	@media (max-width: 1300px) {
	.news_line{ font-size:.18rem}
	.news_line a{ font-size:.18rem}
	}
	
	
	@media (max-width: 1024px) {
	.news_line{ font-size:14px;}
	.news_line a{ font-size:14px;}
	}
	
	@media (max-width: 639px) {
	.news_line{ font-size:13px; padding-bottom:5px;}
	.news_line a{ font-size:13px;}
	}
	
	
	
	.project-cover{
		position: absolute;
	    width: 100%;
	    height: 100%;
	    margin-top: 0;
	    overflow: hidden;
	    z-index: 2;
	    cursor: pointer;
	    opacity: 0;
	    transition: opacity .4s ease-out;
	}
	
	.card-header, .card-body{
		position: relative;
		height: 100%;
	    margin: 0 auto;
	    padding: 0;
	    transition: margin .4s ease-out;
	    text-align: center;
	    overflow: hidden;
	}
	
	.card-header h2, .card-header h3, .card-header h4{
		position: relative;
	    display: block;
	    margin: 0 auto;
	    padding-bottom: 10px;
	    font-size: 32px;
	    line-height: 1.25;
	    color: #fff;
	    z-index: 2;
	    letter-spacing: 3px;
	}
	
	.card-body p{
		position: relative;
	    display: block;
	    z-index: 2;
	    font-size:0.18rem;
	    line-height: 1.6;
	    color: #fff;
	    transition: opacity .4s ease-out,margin-top .4s ease-out;
	    letter-spacing: 1px;
	}
	
	a:hover .project-cover{
	 	opacity: 1;
	 }
	
	
	 /* core */
	.core{
	  	position: relative;
	  	width: 100%;
	  	max-width: 100%;
	  	overflow: hidden;
		 margin:0 auto;
		 margin-bottom: 0.3rem;
	 }
	.core .col-md-3{
	 	height: 100%;

	 	padding: 0;
		width: 25%;
		float: left;
		position: relative;
		min-height:1px
	 }
		
	
	.core .project-cover{
		height: 100%;
	    padding: 0;
	    top: 0;
	    opacity: 1;
	    transition: opacity .4s ease-out,background .4s ease-out;
	}
	.core .card-header{
	
	    top: 80%;
	    transform: translateY(-50%);
	 }
	.core img{
	 	width: 100%;
	    height: auto;
	    z-index: 1;
	    border: 0;
	    background-color: #666;
	 }
	 .core .card-header img{
	 	width: 50px;
	    background: none;
	    margin-bottom: 0.2rem;
	 }
	 

	 
	 .core .card-header h3{
	 	font-size: 0.2rem;
		line-height:2;
		font-weight:normal;
	 }
	.card-header p{
	 	position: relative;
	    display: block;
	    z-index: 2;
	    font-size: 0.18rem;
	    line-height: 1.75;
	    color: #fff;
	    transition: opacity .4s ease-out,margin-top .4s ease-out;
	    letter-spacing:0;
	    text-align: left;
		opacity: 0;
		padding: 0 5%;
 }

	
	.core .card-body img{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: block;
	    width: 70px;
	    background: none;
	    padding-bottom: 40px;
	    transition: all .35s ease-out;
	    opacity: 0;
	}
	
	.core a:hover .project-cover{
	
	background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(0,0,0,0.5)), to(rgba(0,12,12,0.5)));
	
	}
	.core a:hover .project-cover .card-body img{
		opacity: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.core .project-cover:hover .card-header{
		
		margin-top: -80px;
	}
    .core .project-cover:hover .card-header img{ opacity: 0;}
	.core .project-cover:hover .card-header p{
		opacity: 1;
	}
	
	

.index_title{ text-align:center; }
.index_title .title{ position:relative;}
.index_title .title strong{ display:block; font-size:0.24rem; position:relative;  color:#2b57a1; font-weight: 700;text-transform:Uppercase; }
.index_title .line01{ width:0.3rem; height:2px; background:#ff0000;  margin:0.2rem auto 0 auto;}


.index_youshi{ padding:0.3rem 0;}



.hidd{display: block;}
.hidds{display: none;}
	@media (max-width: 639px) {
.hidd{display: none;}
.hidds{display: block;}
}