@charset "utf-8";
/*初始化样式*/

.c-l-box {width: 100%}
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-top:50px;
	text-align: center;
}
.c-common-title .c-en-title{
	font-size: 50px;
	line-height: 1em;
	font-weight:bolder;
	display: block; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #0d1274), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #0d1274 -100%, rgba(255, 255, 255, 0) 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; 
}
.c-common-title .c-cn-title {
	margin-top:-35px;
	font-size: 42px;
	font-weight: bold;
	color: #333;
}
.tit-color{color:#efefef !important}

.cus-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cus-title .l-title {
  color: #333;
  margin: 70px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.cus-title .r-btn {
  font-size: 16px;
  padding-right: 40px;
  font-weight: 300;
  color: #666666;
}
.cus-title .r-btn span {
  width: auto;
  font-size: 18px;
  margin-left: 8px;
}
.cus-title .r-btn:hover {
  color: #0d1274;
}
.cus-title .r-btn:hover span {
  color: #0d1274;
}


/* FLASH BANNER */

.index-banner {
	width:100%;
    background: #efefef;
	overflow:hidden;
	position:relative;
	margin-top: 66px;
	
}
.index-banner .swiper-slide>a {
	display:inline-block;
	width:100%;
}
.index-banner .swiper-slide a>img {
	margin:0 auto;
	width:100%;
}
.index-banner .swiper-pagination-bullet {
	opacity: 1;

}
.index-banner .c-dot {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.index-banner .swiper-pagination{
	position: relative;
	text-align: center;
}
.c-container { position: relative; width: 100%;padding:0 100px;}	
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
	position: relative;
	border: 4px solid transparent;
	background: transparent;
}
.loading.swiper-pagination-bullet-active {
	border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
	left: 11px;
	top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
	background-color: #bb1c14;
}
.loading .left,
.loading .right {
	opacity: 0;
  width: 19px;
  height: 38px;
  position: absolute;
  left: -4px;
	top: -4px;
	overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.loading .right {
	left: auto;
	right: -4px;
	top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
	display: block;
	top: 0;
	left: 0;
  width: 19px;
  height: 38px;
	border: 4px solid #fff;
	border-radius: 19px 0 0 19px;
	border-right: 0;
}
.loading .right:after {
  content: "";
	position: absolute;
  display: block;
	border-radius: 0 19px 19px 0;
	border: 4px solid #fff;
	border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

	
@media all and (max-width:1200px) {
.Header-search{margin-left: 10px;}
}
	
@media all and (max-width:1000px) {
.loading {
  width: 5px;
  height: 0px;
  border:none;
}
.loading .c-progress {
  width:10px;
  height: 5px;
  border-radius: 0%;
}
.loading .left,
.loading .right {
  display: none
}
.loading .left:after,
.loading .right:after {
  display:none
}
.loading .right:after {
  display: none
}
}
@media screen and (max-width:767px) {
.index-banner {
	margin-top: 60px;
}

}


.c-common-title {
	padding-bottom:5px;
	margin-top:35px;
}
.c-common-title .c-en-title{
	font-size: 40px;
}
.c-common-title .c-cn-title {
	margin-top:-30px;
	font-size: 32px;
}


/*首页新闻*/
.h_news .col-lg-4:first-child{padding-left: 0;}
.h_news .col-lg-4:last-child{padding-right: 0;}
.blog_list {
	width:calc(100% - 4px);
	width:-webkit-calc(100% - 4px);
	width:-moz-calc(100% - 4px);
	display:inline;
}
.blog_list li {
	display:block;
	position:relative;
	height:260px;
	background-color:#fff;
	margin-bottom:5px;
	overflow:hidden;
	transition:all 0.3s;
	width:100%;
	margin-left:5px;
	float:left
}

.blog_list li a {
	display:block;
	width:90%;
	max-width:400px;
	margin:0 auto;
	overflow:hidden;
	color:#666;
}
.blog_list .blog_Rtime {
	height:30px;
	overflow:hidden;
	margin-top:32px;
	font-size:18px;
	text-align:left;
	background:url(../images/i_bg5.svg) 98% center no-repeat;
	display:block;
	transition:all 0.3s;
}
.blog_list .blog_Rmore {
	margin-top:30px;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #eee;
	padding-bottom:15px
}

.blog_list .blog_Rmore b {
	color:#000;
	display:block;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-size:18px;
	font-weight:normal;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap
}
.blog_list  li:hover .blog_Rmore b {
	color:#0d1274;
}
.blog_list .blog_Rmore span {
	display:block;
	line-height:24px;
	height:72px;
	overflow:hidden;
	margin-top:19px;
	font-size:16px;
}
.blog_list li:hover {
	box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.blog_list li:hover .blog_Rmore b {
	color:#0d1274;
}
.blog_list .blog_Rmore span {
	display:block;
	line-height:24px;
	height:72px;
	overflow:hidden;
	margin-top:19px;
	font-size:16px;
}
.blog_list li:hover .blog_Rtime {
	background:url(../images/i_bg5.svg) 100% center no-repeat;
}
.news_lone img {
	height:520px;
	object-fit:cover;
}
.item-pic img {
	height:375px;
	object-fit:cover;
}
@media only screen and (max-width:1280px) {
.i_pro_div .col-md-12 {
	margin-bottom:10px;
}
.blog_list li {
	margin:0
}

.blog_list {
	width:calc(100%);
	width:-webkit-calc(100%);
	width:-moz-calc(100%);
}
}


/*首页简介*/
.index-about {
  width: 100%;
}
.index-about .left {
  width: 100%;
}
.index-about .left .title {
  font-size: 80px;
  color: #0d1274;
  font-weight:bold;
}
.index-about .left .s-title {
  letter-spacing: 1px;
  font-size: 45px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;

}
.index-about .left .text {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 38px;
  margin-bottom:32px;
}
.index-about .left .text p {
  margin-bottom: 10px;
}
.index-about .left .text p:last-child {
  margin-bottom: 10px;
}


@media screen and (max-width: 1660px) {
  .index-about .left .title {
    font-size: 58px;
  }
  .index-about .left .s-title {
    font-size: 48px;
  }
  .index-about .left .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
	
}

@media screen and (max-width: 1400px) {
	  .index-about .left .title {
    font-size: 38px;
  }
  .index-about .left .s-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .index-about .left .text {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .index-about .left .text p {
    margin-bottom: 20px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
	
 .index-about .left .title {
    font-size: 35px;
    margin-top: 0;
  }
  .index-about .left {
    padding:0 5px; 
  }
  .index-about .left .s-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index-about .left .text {
    font-size: 18px;
    margin-bottom: 0px;
    width: 80%;
  }
  .index-about .left .text p {
    margin-bottom: 20px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 20px;
  }
  .index-about {
    padding: 50px 0;
  }	
  .c-btn .btn {
    width: 140px;
    font-size: 16px;
	margin-bottom: 15px;
  }	
	
}
@media screen and (max-width: 768px) {
  .index-about .left .title {
	padding-top:35px;
    font-size: 38px;
	  line-height: 58px;
    letter-spacing: -1px;
  }
  .index-about .left .s-title {
    font-size: 18px;
  }
  .index-about .left .text {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
  }
  .index-about .left .text p {
    margin-bottom: 10px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 10px;
  }
 
	
}


/*间隔设置*/
.padbanner {
  padding: 120px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1660px) {
  .padbanner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .padbanner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .padbanner {
    padding: 20px 8px;
  }
}


