@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%, #bd9e6c), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #bd9e6c -100%, rgba(255, 255, 255, 0) 93%); -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: #bd9e6c;
}
.cus-title .r-btn:hover span {
  color: #bd9e6c;
}


/* 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;
}

}


/*首页新闻*/
.i_pro_a {
	text-align:center;
	overflow:hidden;
	margin-bottom:25px;
	font-size:17.8px;
}
.i_pro_a a {
	display:inline-block;
	font-size:16px;
	color:#000000;
	line-height:28px;
	margin-left:5px;
	margin-right:5px;
	padding:0 8px;
	text-align:center;
	border-radius:5px;
	border:solid 1px #bd9e6c;
}
.i_pro_a a:hover {
	color:#fff;
	background-color:#bd9e6c;
}
.i_pro_a a.osel {
	color:#fff;
	background-color:#bd9e6c;
}
.i_pro_con {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:20px;
}
.i_pro_con .i_pro_div {
	display:none;
	overflow:hidden;
	padding-bottom:7px;
}
.i_pro_con .i_pro_div .col-lg-4 {
	display:flex;
}
.iPage-dd {
	display:block;
	width:26px;
	height:46px;
	background:url(../images/icon-dd2.png) no-repeat center center;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 -55px -50px;
	z-index:66;
	-webkit-animation:arrowlx 1.5s infinite;
	-moz-animation:arrowlx 1.5s infinite;
	-o-animation:arrowlx 1.5s infinite;
	-ms-animation:arrowlx 1.5s infinite;
	animation:arrowlx 1.5s infinite;
}
@-webkit-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-moz-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-ms-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-o-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}.i_pro_div .col-lg-4 {
	padding:0
}
.news_lone {
	width:100%;
	padding: 10px;
	overflow:hidden;
	margin-top:2px;
}
.news_lone_img {
	max-height: 355px; /* 设置最大高度 */
    overflow: hidden;
    display: block;
}

.news_lone_img img {
    width: 100%;
    max-height: 355px; 
}
.news_lone .blog_infTop {
/*	position:absolute;
	bottom:0;*/
    background: #fff;
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:0;

}
.news_lone .blog_infTop .blog_infR {
	display:table;
	width:100%;
	height:100%;
	overflow:hidden;
}
.news_lone .blog_infTop .blog_infR .blog_des{
	text-align: left;
	padding:10px;
    -webkit-line-clamp:3;
    display:-webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
    text-overflow:ellipsis;
    height: 70px;
	margin-bottom: 20px;

}
.news_lone .blog_title {
	padding-left:15px;
	width: 100%;
	margin-top:25px;
	display:block;
	vertical-align:middle;
	line-height:24px;
	color:#000000;
	font-size:18px;
	background:url(../images/i_bg4.svg) 92% bottom  #fff no-repeat ;
	transition:all 0.3s;
	overflow:hidden;
}
.news_lone .blog_title span {
	display:block;
	margin-top:5px;
	color:#c5c5c5;
	font-size:15px;
}
.news_lone:hover .blog_infTop .blog_title {
	background:url(../images/i_bg4.svg) 95% bottom #fff no-repeat;
}
.news_lone:hover .blog_title {
	color:#bd9e6c;
}
.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:49%;
	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:#bd9e6c;
}
.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:#bd9e6c;
}
.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%);
}
}


/*首页简介*/

/* 内容容器 - 透明背景全宽 */
.content-container {
background: rgba(0,27, 69, 0.81);
padding: 160px 60px;
color: white;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
width: 50%;
margin-left: auto;
position: relative;
}

/* 左侧特殊边缘 */
.content-container:before {
background: url(../pic/column_shape_bg.png) no-repeat left top;
content: "";
position: absolute;
right: 100%;
width: 69px;
height: 100%;
top: 0;
background-size: 100% 100% !important;
-webkit-background-size: 100% 100% !important;
}

.sub-content{width: 80%;}
/* 标题样式 */
.sub-title {
font-size: 28px;
line-height: 32px;
margin-bottom: 15px;
text-transform: uppercase;
}
/* 文字内容 */
.text-content {
font-size: 16px;
line-height: 1.8;
margin-bottom: 30px;
}

/* 按钮样式 */
.apply-btn {
background: #fff;
border: 2px solid #333;
color: 333;
padding: 12px 30px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
border-radius: 0;
transition: all 0.3s;
position: relative;
overflow: hidden;
text-decoration: none;
display: inline-block;
}

.apply-btn:hover {
background: #ff0000;
color: white;
padding-right: 50px;
}



/* 响应式设计 */
@media (max-width: 1199px) {
.content-container {
    width: 60%;
}
}

@media (max-width: 991px) {
.content-container {
    width: 75%;
    padding: 40px;
}

.content-container:before {
    display: none;
}
}

@media (max-width: 767px) {
.content-container {
    width: 85%;
    padding: 30px;
}

.sub-title {
    font-size: 24px;
}
}

@media (max-width: 575px) {
.content-container {
    width: 90%;
    padding: 25px;
    margin: 0 auto;
}

.full-bg {
    padding: 40px 0;
}
}

/*间隔设置*/
.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;
  }
}


/*底部*/
.h-support {
    position: relative;
}

.h-support-img {
    width: 100%;
    position: relative;
}

.int-p2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
}


.h-support-tz {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 40%;
    display: flex;
    max-width: 500px;
}

.h-support-tz a {
    width: 47%;
    height: 5%;
    position: relative;
    border-radius: 10px;

}

.h-support-tz a:nth-of-type(1) {
    background: #f98715;
    margin-right: 2%;
    transition: all 0.5s ease;
}
.h-support-tz a:nth-of-type(1):hover{
    background: white;
}
.h-support-tz a:nth-of-type(1):hover p{
    color: #f98715;
}

.h-support-tz a:nth-of-type(2) {
    background: white;
    transition: all 0.5s ease;
}
.h-support-tz a:nth-of-type(2):hover{
    background: #f98715;
}
.h-support-tz a:nth-of-type(2):hover p{
    color: white;
}

.h-support-tz a:hover {
    color: inherit;
}

.int-a1 {
    color: white;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 30px;
}

.int-a2 {
    color: #ee7530;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 30px;
}

.h-support-tz a img {
    margin-top: 15%;
    margin-left: 60%;
    margin-bottom: 10%;
}
.rea2{
    display: none;
}

  @media (max-width: 1000px) {

.h-support-tz {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 95%;
    display: flex;
    max-width: AUTO;
}
}
    @media (max-width: 576px) {
        .rea1{
            display: none;
        }
        .rea2{
            display: block;
            width: 100%;
        }
}

.icon-box {
      padding: 60px 20px 80px;
      border-radius: 5px;
/*            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
      border: solid 5px #001c45;
      text-align: center;
      transition: all 0.3s ease;
      background: #fff;
      position: relative;
	  margin-bottom:130px;
	
  }
  .icon-box:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
  }
  .icon-container1 {
      position: absolute;
      top: -110px;
      left: 50%;
      transform: translateX(-50%);
      width: 190px;
      height:190px;
      border-radius: 50%;
      background: linear-gradient(45deg, #fff, #fff);
      display: flex;
      align-items: center;
      justify-content: center;
/*            box-shadow: 0 4px 10px rgba(0, 122, 190, 0.3);*/

      color: white;
      font-size: 32px;
  }
 .icon-container {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      width: 170px;
      height:170px;
      border-radius: 50%;
      background: linear-gradient(45deg, #fff, #fff);
      display: flex;
      align-items: center;
      justify-content: center;
/*            box-shadow: 0 4px 10px rgba(0, 122, 190, 0.3);*/
      border: solid 5px #bd9e6c ;
      color: white;
      font-size: 32px;
  }
  
.icon-container img {
            max-width: 70%;
            max-height: 70%;
            object-fit: contain;
            transition: all 0.3s ease;
        }
        
        .icon-container:hover img {
            transform: scale(1.1);
        }

  .icon-box h3 {
      color: #001c45 ;
	  font-size: 28px;
      margin-top: 45px;
      margin-bottom: 15px;
      font-weight:bold;
  }
  .icon-box p {
      color: #333;
      margin-bottom: 20px;
      line-height: 1.6;
  }
.box-des{
	 color: #333;
	  height: 280px;
	  overflow: hidden;
      line-height: 1.6;
}
