@charset "utf-8";
/* CSS Document */
/*2023.7.20*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}
body{
	
	
}
.box {
	overflow: hidden;	
	
}
.container {
	width: 1290px;
	margin: auto;
	padding: 0;
}
/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
	margin-top: 11px;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #0078be;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #0078be;
	color: #fff;
}

/*顶部弹出样式 end*/

.wc-top{
	background: #0078be;
	padding: 26px 0 20px;	

	
}

.top-right{
	width: 770px;
}

.china{
padding-top: 23px;	
}
.china a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
}
.china a:first-child{
	margin-left: 0;
}
.logo{
	
}



.wc-menu {
	width: 620px;
	padding-top: 10px;
	position: relative;
	z-index: 111;
}
.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;

}

.wc-menu ul li {
	line-height: 50px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
	
	margin-right: 20px;
}


.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display:inline-block;
	/*transition: all 0.2s;*/
	text-decoration: none;
        padding: 0;
        border-bottom: 2px solid transparent;
}


.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	border-bottom:2px solid  #fff;
}


.wc-menu ul li .ernav {
    position: absolute;
    left: -10%;
    top: calc(100% - 2px);
    background: #088ad5;
    width: 120%;
    z-index: 111 !important;
    display: none;
    opacity: 0.85; 
    border-top: 3px solid #fff;	
}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	margin: 0;
	
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 14px ;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: #136c9f;
	color: #fff;

}

/*menu End*/
.banner  .swiper-container {
      width: 100%;
      height: 100%;
      height: 650px;
    }

.banner  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

	  overflow:hidden;
    }
	
.banner	.slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  color:#fff;

}
.banner .swiper-slide{
	/*height:100vh;*/
	overflow:hidden;
	position: relative;
	}
.banner .swiper-slide a{display:block;width:100%;height:100%;overflow:hidden}
.banner .slide-inner{
                	
						    }
.banner .swiper-slide a .bt{
	position: absolute;
	left: 0px;
	bottom: 115px;
	text-align: left;
	width: 100%;
}
.banner .swiper-slide a .bt h4{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	width: 70%;
	   overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
}
.banner .swiper-slide a .bt span{
	background: #fff url(../images/jj1.png) no-repeat 144px center;
	border-radius: 20px;
	line-height: 50px;
	border-radius: 10px;
	font-size: 16px;
	color: #0078bf;
	display: inline-block;
	padding: 0 30px 0 35px;
	margin-top: 20px;
	width: 180px;
}
.banner .swiper-slide a .bt span img{
	padding-left: 35px;
	
}
.banner .swiper-slide a .bt span:hover{

	background: #0078bf url(../images/jj2.png) no-repeat 144px center;
	color: #fff;
}


.banner .swiper-container .swiper-pagination {

     bottom: 60px;
	width: 100%;
text-align: left;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	
	cursor: pointer;
	opacity: 0.55;
	border-radius: 18px;
	margin-right: 20px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	width: 107px;
	
}

.index-con{
	background: url(../images/inbg.jpg) no-repeat center bottom;
	min-height: 500px;
	background-size: cover;
}


.about{
padding-top: 50px;

	
}
.ab-left{
	width: 660px;
}
.ab-right{
   width: 630px;
   text-align: right;
   margin-top: 40px;
}
.ab-right p{
	
	
}
.ab-right p a{
	text-decoration: none;
	display: block;
}

.ab-right img{
	border-radius: 20px;
	box-shadow:4px 8px 18px 17px #eeeff0;
	transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
}
.ab-right:hover p img{
	   transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transition: all 0.2s linear;
	
}
.ab-top{
	
}
.ab-top span{
	font-size: 24px;
	font-weight: bold;
	color: #0178bf;
	text-transform: uppercase;
	
}
.ab-top h4{
	font-size: 52px;
	font-weight: bold;
	color: #333;
	
}

.ab-pp{
	margin-top: 30px;
}
.ab-pp p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 30px;
}
.ab-pp a{
	font-size: 16px;
	color: #fff;
	background: #0078bf url(../images/jj2.png) no-repeat 174px center;
	width: 210px;
	line-height: 52px;
	display: block;
	border-radius:10px;
	text-align: center;
	
}

.news{
	margin-top: 40px;
	display:none;
}
.ab-a{
	margin-top:35px;
}
.ab-a a{
	font-size: 16px;
	color: #fff;
	background: #0078bf url(../images/jj2.png) no-repeat 174px center;
	width: 210px;
	line-height: 52px;
	display: block;
	border-radius:10px;
	text-align: center;
	text-decoration: none;
}
.ab-a a:hover{
	background: #169ddc url(../images/jj2.png) no-repeat 174px center;
}

.news-con{
	padding-top: 25px;
}
.news-con .news-left{
	width:820px;
}
.news-con .news-right{
	width: 425px;
}
.news-con .news-right ul{
	margin: 0;
	padding: 0;
}
.news-con .news-right ul li{
	margin-bottom: 48px;
	
}
.news-con .news-right ul li a{
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 17px;
	height: 135px;
	box-shadow: 7px 5px 11px 1px #e1e7ea;
	
}
.news-con .news-right ul li a .li-date{
 background: #0fb3ff;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	width: 94px;
	text-align: center;
	padding-top: 26px;
	height: 135px;
}
.news-con .news-right ul li a .li-date span{
font-size: 24px;
color: #fff;

	
}
.news-con .news-right ul li a .li-date p{
	font-size: 18px;
	color: #fff;
	margin-top: -5px;
}
.news-con .news-right ul li a .li-date i{
position: absolute;
left: 0px;
bottom: 0px;
line-height:33px;
background: #0f8ac3;
width: 100%;
display: block;
font-style: normal;
color: #fff;
	border-bottom-left-radius: 17px;
	
}
.news-con .news-right ul li a .li-tt{
	width: calc(100% - 118px);
	padding-right: 30px;
	
	
}
.news-con .news-right ul li a .li-tt h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	       overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 5px;
            
}
.news-con .news-right ul li a .li-tt p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	       overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
	
}
.news-con .news-right ul li a:hover{
	background: #0aa4ec;
}
.news-con .news-right ul li a:hover .li-tt p{
	color: #fff;
}
.news-con .news-right ul li a:hover .li-tt h4{
	color: #fff;
}
.news-con .news-left .swiper-container{
	
}
.news-con .news-left .swiper-container a{
	text-decoration: none;
	display: block;
	position: relative;
}
.news-con .news-left .swiper-container a{

}

.news-con .news-left .swiper-container a span.bbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	 background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
	border-radius: 20px;
}
.news-con .news-left .swiper-container a img{
	border-radius: 20px;
	/*box-shadow: 7px 5px 11px 1px #e1e7ea;*/
}
.news-con .news-left .swiper-container a .ban-text{
	position: absolute;
	left: 0px;
	bottom: 13px;
	width: 100%;
	text-align: left;
	padding: 0 35px;
	
}
.news-con .news-left .swiper-container a .ban-text span{
	font-size: 22px;
	color: #fff;
	margin-bottom: 6px;
	display: block;
}
.news-con .news-left .swiper-container a .ban-text p{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	
}

.news-con .swiper-container .swiper-pagination {

     bottom: 10px;
	width: 100%;
text-align: right;
}

.news-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	
	cursor: pointer;
	opacity: 0.75;
	border-radius: 12px;
	margin-right:8px;
}

.news-con .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	width: 30px;
	
}


.keyan{
	padding-bottom: 38px;
	margin-top: 18px;
}



.keyan-con{
	padding-top: 35px;
}
.keyan-con .swiper-container{
	padding-bottom: 60px;
	padding-top: 10px;border-radius: 15px;
}
.keyan-con .swiper-container a{
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 15px;
	
	padding: 35px;
	box-shadow: 1px 4px 12px 7px #d1dde4;
	transition: all 0.5s; 
}

.keyan-con .swiper-container a:hover{
	background: #0fb3ff;
	color: #fff;
}
.keyan-con .swiper-container a:hover h4,.keyan-con .swiper-container a:hover p{
	transition: all 0.5s; 
	color: #fff;
}

.keyan-con .swiper-container a .k-img{
	margin: -35px;
	margin-bottom: 0;
}
.keyan-con .swiper-container a .k-img img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.keyan-con .swiper-container a h4{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	
}
.keyan-con .swiper-container a p{
	font-size: 16px;
	color: #999;
	line-height: 26px;
	   overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
	
}

.keyan-con .swiper-container .swiper-pagination {

     bottom: 10px;
	width: 100%;

}

.keyan-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	
	cursor: pointer;
	opacity: 0.75;
	border-radius: 12px;
	margin-right:8px;
}

.keyan-con .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	width: 50px;
	
}





/**/

/*footer*/

.footer{
    background: #0078bf;
   padding: 45px 0 5px;
}
.f-pp{
	background: url(../images/xx1.png) no-repeat right 10px;
}
.f-left{
	width: 490px;
	background: url(../images/xx1.png) no-repeat left 10px;
	padding: 0px 22px;
	height: 150px;
}
.f-left p{
	font-size: 14px;
	color: #fff;
	line-height: 47px;
	margin: 0;
}
.f-mid{
	width: 300px;
	background: url(../images/xx1.png) no-repeat left 10px;
	padding-left: 22px;
	height: 150px;
}
.f-mid2{
	width: 280px;
	background: url(../images/xx1.png) no-repeat left 10px;
	padding-left: 22px;height: 150px;
}
.f-right{
	width: 210px;
	text-align: center;
	background: url(../images/xx1.png) no-repeat left 10px;
height: 150px;
padding-top: 11px;
}
.footer ul{
	margin: 0;
	padding: 0;
}
.footer .f-mid ul li{
	width: 50%;
	float: left;
}
.footer ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 47px;
	
}
.f-right a{
	display: block;
	
}
.f-right a span{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 11px;
}
.footer .f-mid2 ul li{
	width: 100%;
}
/*.footer .f-mid2 ul li:nth-child(even){
	width: 50%;
}
.footer .f-mid2 ul li:nth-child(3){
	float: none;
}*/




.copy{
	margin-top: 45px;
}
.copy p a{
color: #fff!important;
}
.copy p{
	font-size: 16px;
	color: #fff;
	
}
/*.wc-copyEnd*/

@media (max-width: 1250px) {
	.ab-top h3{
		font-size: 52px;	
	}	

.thembg{
	padding-top: 30px;
}
.speaker{
	padding-top: 20px;
	
}






	
	
	
	
	
}











