img {max-width: 100%;}
/*轮播图*/
#homeimgsection .homeimglist{
	width: 100%;
	height: 616px;
}
#homeimgsection .swiper-container .bannertime {
	width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    text-align: center;
    color: #fff;
}
#homeimgsection .swiper-container .bannertime p {
	color: #fff;
	font-size: 22px;
	line-height: 1;
	text-align: right;
}
#homeimgsection .swiper-container .bannertime span {
    display: inline-block;
    background: #008fd7;
    padding: 10px 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
.swiper-container-horizontal .swiper-pagination-bullets{
	/*right: 374px;*/
	left: 50%;
	transform: translate3d(-50%,0,0);
	top: 85%;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0 5px;
	/*display: block;*/
}
.swiper-pagination-bullet{
	width: 10px;
	height:10px;
	background:#726e6b;
}
.swiper-pagination-bullet-active{
	background: #008fd7;
}
.swiper-button-next, .swiper-button-prev {
    width: 33px;
    height: 33px;
   	left: auto;
    right: 0;
    background-image: none;
    top: 85%;
	background: rgba(255,255,255,20%);
	text-align: center;
	line-height:33px;
	transition: all .5s ease-in-out;
}
.swiper-button-next{
	right: 45px;
}
.swiper-button-next.actives{
	 background:#008fd7;
}
.swiper-button-prev.actives{
	 background:#008fd7;
}
.banner_img .swiper-slide {
	/*height: 60vh;*/
}
.banner_img .swiper-slide img {
	object-fit: contain;
    margin: 0 auto;
    display: block;
    width: 100%;
}
/*轮播图*/

/*头部*/
.navmenutwo{
	position: absolute;
	top: 47px;
	left: 668px;
	width: 167px;
	height: 47px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.nav .navmenutwo li {
    width: 100%;
    border-bottom: 1px solid #787878;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    height: 47px;
}
.nav .navmenutwo li:last-child {
    border-bottom: none;
}
.nav .navmenutwo li a {
    color: #fff;
    display: block;
    line-height: 47px;
    text-align: center;
}
.nav .navmenutwo li a:hover{
	background: #85a61e;
}
/*头部*/

.index_about {
	position: relative;
	margin: 50px auto;
	padding: 0px;
	background: #fff;
}
.index_title .h2 {
	position: relative;
	margin: 0 auto;
	color: #727171;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
.index_title .index_title_img {
	display: block;
	margin: 10px auto;
}
.index_title .p {
	position: relative;
	margin: 0 auto;
	color: #666464;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}
.index_title .txt {
	position: relative;
	margin: 20px auto 0;
	display: block;
}
.index_about .m_txt {
	display: none;
}
.index_about .left_txt {position: relative;}
.index_about .left_txt .h3 {
	position: relative;
	margin: 0 auto;
}
.index_about .left_txt .h3 span {
	color: #333;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
}
.index_about .left_txt .h3 b {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
}
.index_about .left_txt .txt {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 500;
	margin: 15px auto;
    text-indent: 30px;
}
.index_about .figure_img {position: relative;}
.index_about .figure_img img {
    object-fit: contain;
	/*width:100%;height:100%;*/
	animation: myfirst linear 3s infinite alternate;
    -webkit-animation: myfirst linear 3s infinite alternate;
}
@keyframes myfirst
{
    from {transform:translateY(-20PX);}
    to {transform: translateY(20px);}
}
@-webkit-keyframes myfirst
{
    from {transform:translateY(-20PX);}
    to {transform: translateY(20px);}
}
.index_about .a {
	color: #008fd7;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #008fd7;
    transition: all 0.5s linear;
}
.index_about .a:hover {
	color: #fff;
	background: #008fd7;
}
.index_about .span {text-align: center;display: block;}
.index_about .ck_a {
    color: #14baef;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #14baef;
}
.index_about .ck_a .fa {font-size: x-small;}

.index_news {
	position: relative;
	margin: 50px auto;
}
.index_news .list {
	position: relative;
	margin: 50px auto 0;
}
.index_news .list .figure_img_txt {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	/*flex: auto;
	align-items: center;*/
	margin-bottom: 30px;
}
.index_news .list .figure_img_txt .img {
	position: relative;
	overflow: hidden;
	display: block;
	width: 50%;
	transition: all 0.5s linear;
}
.index_news .list .figure_img_txt .img img {
	object-fit: cover;
	transition: all 0.5s linear;
	width: 260px;
    height: 200px;
}
.index_news .list .figure_img_txt:hover .img {box-shadow: 0px 2px 10px #b3b3b3;}
.index_news .list .figure_img_txt:hover .img img {
	transform: scale(1.1, 1.1);
}
.index_news .list .figure_img_txt .figcaption {
	width: 50%;
	position: relative;
	padding: 15px;
	background: #f2f2f2;
	transition: all 0.5s linear;
}
.index_news .list .figure_img_txt:hover .figcaption {box-shadow: 0px 2px 10px #b3b3b3;}
.index_news .list .figure_img_txt .figcaption a {
	color: #333;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	transition: all 0.5s linear;
}
.index_news .list .figure_img_txt .figcaption a:hover {color: #008fd7;}
.index_news .list .figure_img_txt .figcaption a {
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	transition: all 0.5s linear;
}
.index_news .list .figure_img_txt .figcaption span {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	display: block;
	margin: 10px auto;
}
.index_news .list .figure_img_txt .figcaption p {
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0;
}
.index_news .a {
	color: #008fd7;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #008fd7;
    transition: all 0.5s linear;
}
.index_news .a:hover {
	color: #fff;
	background: #008fd7;
}
.index_news_list {
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background: #7fd2f0;
}
.index_news_list .figure_img_txt {
	margin: 0;
}
.index_news_list .figure_img_txt .a_img {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
}
.index_news_list .figure_img_txt .a_img img {
	display: block;
	width: 185px;
    height: 185px;
    margin: 0 auto;
    border-radius: 100%;
}
.index_news_list .figure_img_txt .figcaption {
	text-align: center;
	position: relative;
}
.index_news_list .figure_img_txt .figcaption .txt_a {
	color: #20aee5;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    margin: 15px auto;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index_news_list .figure_img_txt .figcaption .p {
	color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    height: 38px;
    overflow: hidden;
    position: relative;
}
.index_news_list .figure_img_txt .figcaption .a {
	color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    margin: 15px auto 0;
    border: 1px solid #fff;
    display: none;
}
.index_news_list .figure_img_txt .figcaption .a .fa {font-size: small;}
.index_news_list .span {
	display: block;
    text-align: center;
    margin: 15px auto 0;
}
.index_news_list .ck_a {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    margin: 20px auto 0;
    border: 1px solid #fff;
}
.index_news_list .ck_a .fa {font-size: small;}

.index_science_report {
	position: relative;
	margin: 50px auto;
}
.index_science_report .ck_a {
    color: #333;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 110px;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    margin: 20px auto 0;
    border: 1px solid #333;
}
.index_science_report .ck_a .fa {font-size: small;}
.science_report_bg {
	background: #d2effa;
	margin: 20px auto 0;
	padding: 50px 0;
}
.science_report_bg .sr_txt {
	margin-bottom: 0px;
	padding: 0 30px;
}
.science_report_bg .sr_txt a {
	color: #008fd7;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    display: block;
    position: relative;
    transition: all .5s ease;
}
.science_report_bg .sr_txt a::before {
	content: "";
	background: #008fd7;
	position: absolute;
	left: -30px;
    top: 6px;
    width: 20px;
    height: 20px;
}
.science_report_bg .sr_txt a:hover {
	color: #333;
}
.science_report_bg .sr_txt span {
	color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    display: block;
    margin: 5px auto;
}
.science_report_bg .sr_txt p {
	color: #333;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
}

.cooperative_figure {
	position: relative;
	margin: 50px auto;
	/*padding: 50px 0;*/
    background: #fff;
}
.cooperative_figure .list {
	position: relative;
	margin: 50px auto 0;
}
.cooperative_figure .m_list {display: none;}
.cooperative_figure .list .a_img {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 1px solid #fff;
	transition: all 0.5s linear;
}
.cooperative_figure .list .a_img:hover {border-color: #008fd7;}
.cooperative_figure .list .a_img img {
   /* width: 300px;
    height: 180px;*/
    display: block;
    margin: 0 auto;
	object-fit: contain;
	transition: all 0.5s linear;
}
.cooperative_figure .list .a_img:hover img {transform: scale(1.1, 1.1);}
.cooperative_figure .a {
	color: #008fd7;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #008fd7;
    transition: all 0.5s linear;
    margin: 20px auto 0;
}
.cooperative_figure .a:hover {
	color: #fff;
	background: #008fd7;
}
.cooperative_figure .span {
	text-align: center;
	display: block;
}
.cooperative_figure .ck_a {
    color: #14baef;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    margin: 20px auto 0;
    border: 1px solid #14baef;
}
.cooperative_figure .ck_a .fa {font-size: x-small;}

.link {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
 	background: #008fd7;
} 
.link .ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.link .ul li {
	margin: 0 15px 0px 0;
}
.link .h2 {
	margin: 0;
}
.link .h2,
.link .ul li a span {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	transition: all 0.5s linear;
}
.link .ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	transition: all 0.5s linear;
}
.link .ul li a span:hover,
.link .ul li a:hover {color: #000;}

/*尾部*/
.footer {
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
 	background: #424242;
} 
.footer .footleft {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footleft .ul {margin: 0;text-align: center;}
.footer .footleft .ul li {margin-bottom: 5px;}
.footer .footleft .ul li a span {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	display: block;
	margin: 0 auto 15px;
	transition: all 0.5s linear;
}
.footer .footleft .ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	transition: all 0.5s linear;
}
.footer .footleft .ul li a span:hover,
.footer .footleft .ul li a:hover {color: #008fd7;}
.footer .footright {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.footer .footright .qodeimg {
	width: 90px;
	height: 90px;
	margin-left: 25px;
}

.footer .footright .qodeimg p {
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	line-height: 20px;
	text-align: center;
}
.footer .icp {
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	margin: 30px auto;
}
.footer .footer_nav {
	display: none;
	position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0px;
    margin: 0 auto;
}
.footer .footer_nav .ul {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer .footer_nav .ul li a { 
	color: #7f7f7f;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 15px;
	position: relative;
}
.footer .footer_nav .ul li a .fa {
	color: #7f7f7f;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	display: block;
	margin: 0 auto 5px;
}
/*footer*/

.footer .footer_nav .ul .index_li {
	position: relative;
}
.footer .footer_nav .ul .index_li img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 10px auto 0;
	/*position: absolute;
    top: -15px;
    left: 0;
    right: 0;*/
}
.footer .footer_nav .ul .index_li a {
	display: block;
	margin: 0px auto 0;
	padding: 5px 0 0 0;
}


.index_about .txt .figure_img_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
}
.index_about .txt .figure_img_txt2 {
	background: #00a2e0;
}
.index_about .txt .figure_img_txt .img {padding: 0;}
.index_about .txt .figure_img_txt .figcaption {padding: 0 120px;}
.index_about .txt .figure_img_txt .figcaption strong {
	color: #00a2e0;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	display: block;
}
.index_about .txt .figure_img_txt .figcaption small {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	display: block;
	margin-top: 5px;
}
.index_about .txt .figure_img_txt .figcaption p {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	margin: 10px auto 0;
}
.index_about .txt .figure_img_txt2 .figcaption strong,
.index_about .txt .figure_img_txt2 .figcaption small,
.index_about .txt .figure_img_txt2 .figcaption p {color: #fff;}
.index_about .txt .figure_img_txt3 {}
.index_about .txt .figure_img_txt3 .figcaption {padding: 0 50px;}


