@charset "UTF-8";
.huan_container{
    width: 1200px;
    margin: 0 auto;
}
.page_banner img{
    width: 100%;
}
/*********位置导航*********/
.huan_position{
    background-color: #f5f5f5;
}
.huan_position .huan_container{
    display: flex;
    line-height: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #00b0f0;
    padding: 17px 0;
}
.huan_position .huan_container em{
    display: inline-flex;
    margin-right: 11px;
}
.huan_position .huan_container a,
.huan_position .huan_container span{
    color: #999999;
}
.huan_position .huan_container span{
    margin: 0 3px;
}
/**************合作与发展************/
.huan_pagetitle{
    font-size: 34px;
	font-weight: bold;
    color: #333333;
    text-align: center;
}
.huan_comparedesp{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 43px;
}
.huan_compare_page .huan_pagetitle{
    margin: 85px 0 33px;
}
.huan_comparelist ul{
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 94px;
}
.huan_comparelist ul li{
    width: 20%;
    height: 158px;
    border-bottom: solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.huan_comparelist ul li:nth-of-type(5n){
    border-right: 0;
}
.huan_comparelist ul li img{
    max-width: 100%;
    max-height: 100%;
}
/**************新闻资讯**********/
.huan_newslist_page .huan_newslist ul{
    border-top: 1px solid #e6e6e6;
}
.huan_newslist_page .huan_newslist li{
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.huan_newslist_page .huan_newslist li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.huan_newslist_page .huan_newslist li .huan_date{
    width: 90px;
    border-right: 1px solid #e6e6e6;
    text-align: right;
    padding-right: 28px;
}
.huan_newslist_page .huan_newslist li .huan_word{
    width: 61.75%;
}
.huan_newslist_page .huan_newslist li .huan_img{
    width: 18.5%;
    max-height: 147px;
}
.huan_newslist_page .huan_newslist li .huan_img img{
    max-width: 100%;
    max-height: 100%;
}
.huan_newslist .huan_date .huan_dd{
    font-size: 44px;
    margin-bottom: 15px;
}
.huan_newslist .huan_date .huan_yy_mm{
    font-size: 16px;
}
.huan_newslist .huan_name{
    font-size: 18px;
    color: #010101;
    margin-bottom: 15px;
}
.huan_newslist_page .huan_newslist li a:hover .huan_name{
    color: #00b0f0;
}
.huan_newslist_page .huan_pagetitle{
    margin: 85px 0 40px;
}
/***********分页*********/
#pagesize{
    margin: 53px 0 94px;
}
#pagesize ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagesize ul li a{
    border: solid 1px #e2e2e2;
    padding: 4px 13px 6px;
    display: inline-block;
    font-size: 15px;
	color: #999999;
}
#pagesize ul li:first-child{
    margin-right: 7px;
}
#pagesize ul li:last-child{
    margin-left: 7px;
}
#pagesize ul li .active{
    background-color: #00b0f0;
    color: #ffffff;
    border-color: #00b0f0;
}
/*************技术与研发平台**************/
.huan_jsyf_content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 86px;
}
.huan_jsyf_content .huan_catelist{
    width: 25.4%;
}
.huan_jsyf_content .huan_info_right{
    width: 68.83%;
}
.huan_jsyf_page .huan_pagetitle{
    text-align: left;
    margin: 85px 0 35px;
}
.huan_catelist>ul{
    border: solid 1px #eaebee;
}
.huan_catelist>ul>li{
    border-bottom: solid 1px #eaebee;
}
.huan_catelist>ul>li:last-child{
    border: 0;
}
.huan_catelist ul li a{
    font-size: 16px;
	line-height: 20px;
    color: #666666;
    padding: 18px 23px 22px;
    display: block;
}
.huan_cro_page .huan_catelist{
    margin-top: 4px;
}
.huan_cro_page .huan_catelist ul li a{
    padding: 32px 23px 31.7px;
}
.huan_catelist ul li.hover>a,
.huan_catelist ul li:hover>a{
    border-left: 2px solid #00b0f0;
    margin-left: -1px;
    color: #00b0f0;
}
.huan_info_right{
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.huan_info_right strong{
    font-weight: bold;
    color: #000000;
}
.huan_info_right i{
    font-style: italic;
}
.huan_info_right p{
    min-height: 20px;
}
.huan_info_right img{
    max-width: 100%;
    height: auto;
}
/* .huan_cro_page .huan_catelist ul li.hover>a{
    border-bottom: solid 1px #eaebee;
}
.huan_cro_page .huan_catelist ul li.hover a{
    border-left: 0;
    color: #666666;
} */
.huan_cro_page .huan_catelist ul li ul{
    padding: 0 26px;
}
.huan_cro_page .huan_catelist ul li ul li{
    border-bottom: 1px solid #eaebee;
    position: relative;
}
.huan_cro_page .huan_catelist ul li ul li a{
    padding: 14px;
    font-size: 14px;
}
.huan_cro_page .huan_catelist ul li ul li.active a::before,
.huan_cro_page .huan_catelist ul li ul li:hover a::before{
    content: "";
    width: 2px;
    height: 100%;
    background: #00b0f0;
    position: absolute;
    left: -27px;
    top: 0;
    display: none;
}
.huan_cro_page .huan_catelist ul li ul li:hover a,
.huan_cro_page .huan_catelist ul li ul li.active a{
    color: #00b0f0;
    border: 0;
}
.huan_cro_page .huan_catelist ul li ul li:last-child{
    border: 0;
}
.huan_cro_page .huan_catelist ul li ul{
    display: none;
}
/***************首页*****************/
/*************index banner**************/
.index_banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 8px !important;
}
.index_banner .swiper-pagination-bullet-active{
    background-color: #2bb3d5;
}
.index_banner .swiper-slide img{
    width: 100%;
}
.index_banner .swiper-pagination{
    bottom: 45px !important;
}
/**********首页简介**************/
.huan_ind_section1 .indabout_row12{
    display: flex;
}
.huan_ind_title{
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
}
.huan_blue{
    color: #00b0f0;
}
.indrowcol_left .huan_blue{
    font-size: 18px;
    margin: 47px 0 15px;
}
.huan_ind_section1 .huan_desp{
    width: 90%;
}
.huan_ind_section1 .huan_desp,
.huan_ind_section1 .huan_abcon{
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.huan_flexend_between{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.indabout_row12 .indrowcol_left{
    width: 51.9%;
}
.indabout_row12 .indrowcol_right{
    width: 48.1%;
}
.huan_ind_section1{
    margin: 100px 0 73px;
}
.huan_video:hover{
    cursor: pointer;
}
.indrowcol_right .huan_video{
    width: 70.4%;
    overflow: hidden;
}
.indrowcol_right .huan_video img{
    width: 100%;
}
.indabout_row12 .indrowcol_left img{
    max-width: 100%;
}
.huan_flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.indrowcol_right .huan_abcon{
    width: 90.94%;
}
.indrowcol_right .huan_abcon p{
    margin-bottom: 28px;
}
.huan_ind_section2 .huan_ind_title{
    text-align: center;
    margin-bottom: 45px;
}
.huan_ind_section2 ul{
    display: flex;
    justify-content: space-between;
}
.huan_ind_section2 ul li{
    width: 31.58%;
    border: solid 1px #e3e3e3;
}
.huan_ind_section2 ul li img{
    max-width: 100%;
}
.huan_ind_section2 ul li .huan_name{
    font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
    color: #4a4a4a;
    padding: 43px 0 30px;
    text-align: center;
}
.huan_ind_section2 ul li:hover{
    border-bottom-color: #00b0f0;
}
.huan_ind_section2 ul li:hover .huan_name{
    border-bottom: 8px solid #00b0f0;
    padding: 33px 0;
    color: #00b0f0;
}
.huan_ind_section3{
    margin: 72px 0;
    background: url("../images/huan/ind_yf_bg.png") no-repeat;
    background-size: cover;
}
.huan_ind_section3 .huan_ind_title{
    text-align: center;
    padding: 70px 0 46px;
}
.huan_pro_catelist .swiper-slide{
    padding: 13px 5px;
    background-color:#dadada;
    opacity: 0.7;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.huan_pro_catelist .swiper-slide-active{
    background-color: #00b0f0;
    color: #ffffff;
}
.huan_pro_catelist .swiper-slide-active{
    background-color: #dadada;
    color: #333333;
}

.huan_pro_catelist .cateactive{
    background-color: #00b0f0;
    color: #ffffff;
}
.huan_pro_catelist{
    padding: 0 170px 0 130px;
    position: relative;
}
.huan_pro_catelist .swiper-container{
    position: unset;
}
.huan_pro_catelist .swiper-button-next, 
.huan_pro_catelist .swiper-button-prev{
    width: 6px;
    height: 12px;
    margin: 0;
    top: 35% !important;
}
.huan_pro_catelist .yfproprev{
    background: url("../images/huan/pro_left_icon.png") no-repeat;
    left: 8%;
}
.huan_pro_catelist .yfpronext{
    background: url("../images/huan/pro_right_icon.png") no-repeat;
    right: 12%;
}
.huan_yfscroll{
    padding: 76px 0 123px;
    position: relative;
}
.huan_yfscroll .swiper-slide{
    text-align: center;
}
.huan_yfscroll .swiper-slide img{
    max-width: 100%;
}
.huan_yfscroll .swiper-container{
    position: unset;
}
.huan_yfscroll .swiper-pagination{
    bottom: 71px !important;
}
.huan_yfscroll .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}
.huan_yfscroll  .swiper-pagination-bullet-active{
    background-color: #2bb3d5;
}
.huan_ind_section4 .huan_ind_title{
    text-align: center;
    margin-bottom: 45px;
}
.huan_indnews_list ul{
    display: flex;
    justify-content: space-between;
}
.huan_indnews_list ul li{
    width: 31.67%;
    border: solid 1px #e6e6e6;
}
.huan_indnews_list ul li:hover .huan_content{
    /* background-color: rgba(87,210,255,0.5); */
    background-color: rgba(0,176,240,0.5);
}
.huan_indnews_list ul li:hover .huan_img{
    display: block;
}
.huan_indnews_list ul li:hover .huan_more{
    border-color: #ffffff;
}
.huan_indnews_list ul li:hover .huan_more span{
    color: #00b0f0;
}
.huan_indnews_list ul li:hover .huan_more em{
    background: url("../images/huan/index_newsign_hover.png") no-repeat;
}
.huan_indnews_list ul li:hover .huan_date,
.huan_indnews_list ul li:hover .huan_title,
.huan_indnews_list ul li:hover .huan_date span,
.huan_indnews_list ul li:hover .huan_desp{
    color: #ffffff;
}
.huan_indnews_list ul li .huan_content{
    height: 286px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huan_indnews_list ul li .huan_img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.huan_indnews_list ul li .huan_img img{
    max-width: 100%;
    max-height: 100%;
    opacity: 0.2;
}
.huan_indnews_list ul li .huan_word{
    padding: 0 32px;
}
.huan_word .huan_date span{
    font-size: 20px;
    color: #333333;
    margin-right: 10px;
}
.huan_word .huan_date{
    font-size: 12px;
	color: #666666;
}
.huan_word .huan_title{
    font-size: 16px;
    color: #010101;
    margin: 23px 0 10px;
}
.huan_word .huan_desp{
    font-size: 12px;
	line-height: 21px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.huan_indnews_list .huan_more{
    border-top: 1px solid #cccccc;
    margin: 0 36px;
    padding: 32px 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.huan_indnews_list .huan_more span{
    font-size: 12px;
	color: #333333;
}
.huan_indnews_list .huan_more em{
    width: 29px;
    height: 29px;
    display: inline-block;
    background: url("../images/huan/index_newsign.png") no-repeat;
}
.huan_indnewmore{
    margin: 45px 0 74px;
    text-align: center;
}
.huan_indnewmore a{
    font-size: 14px;
    font-weight: bold;
    color: #a8a8a8;
    border-radius: 7px;
    border: solid 1px #bfbfbf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px;
}
/***********底部************/
.huan_foot_content{
    background: url("../images/huan/foot-bg.png") no-repeat;
    background-size: cover;
}
.huan_foot_content .huan_container{
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    padding: 60px 0 75px;
    font-size: 14px;
    line-height: 36px;
}
.huan_foot_content .huan_container .huan_fabout{
    width: 33.92%;
}
.huan_fabout .huan_facon{
    margin-top: 17px;
}
.huan_flink .huan_ltitle{
    font-size: 18px;
    color: #ffffff;
}
.huan_lfs ul{
    display: flex;
    align-items: center;
}
.huan_lfs ul li:nth-child(2){
    margin: 0 30px;
}
.ftelscan .huan_ftel{
    font-size: 29px;
	font-weight: bold;
    color: #babcbe;
    display: flex;
    align-items: center;
}
.ftelscan .huan_ftel em{
    margin-right: 13px;
}
.ftelscan .huan_fscan{
    margin: 21px 0 0 63px;
}
.huan_copyright{
    background-color: #3c434c;
    color: #999999;
}
.huan_copyright .huan_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 14px;
}
/************头部*************/
.huan_top{
    padding: 17px 0 14px;
}
.huan_top .huan_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.huan_top .huan_left{
    display: flex;
    align-items: center;
}
.huan_top .huan_left .huan_logo{
    position: relative;
    padding-right: 23px;
    margin-right: 23px;
}
.huan_top .huan_left .huan_logo::after{
    content: "";
    width: 1px;
	height: 50px;
	background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#00b150 48%, 
        #ffffff 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}
.huan_companyintro{
    font-size: 16px;
	color: #5f5f5f;
}
.huan_top .huan_right{
    display: flex;
    align-items: center;
}
.huan_top input.inp_text{
    width: 155px;
	height: 29px;
	background-color: #e6e6e6;
    border-radius: 15px;
    padding: 0 22px 0 14px;
}
input{
    outline: unset;
}
.huan_top .huan_right form{
    position: relative;
    margin-right: 85px;
}
.huan_top input.inp_button{
    position: absolute;
    right: 15px;
    top: 7px;
    width: 15px;
    height: 15px;
    background: url("../images/huan/search.png") no-repeat;
}
.huan_language{
    font-size: 14px;
	color: #666666;
}
.huan_language a.hover{
    color: #00b150;
}
.huan_language span{
    color: #c1c1c1;
}
.huan_navmenu{
	background-color: #00b150;
}
.huan_navmenu ul{
    display: flex;
    align-items: center;
    height: 54px;
}
.huan_navmenu ul li{
    display: inline-block;
}
.huan_navmenu ul li a{
    font-size: 16px;
    color: #ffffff;
    padding: 0 36px;
    line-height: 54px;
    display: block;
}
.huan_navmenu ul li.hover,
.huan_navmenu ul li:hover{
    background-color: #1ad06c;
}
/*******产品与服务*****/
.huan_yf_page .huan_pro_catelist{
    padding: 0 54px 0 38px;
}
.huan_yf_page .huan_pro_catelist .yfpronext {
    right: 19px;
}
.huan_yf_page .huan_pro_catelist .yfproprev{
    left: 12px;
}
.huan_yf_page .huan_pagetitle{
    margin: 95px 0 45px;
}
.huan_proinfo_content{
    margin-top: 75px;
}
.huan_prodesp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.huan_prodesp .huan_cloudimg{
    width: 480px;
	height: 404px;
	background-color: #ffffff;
    border: solid 1px #e4e4e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.huan_prodesp .huan_protext{
    width: 53.83%;
}
.huan_protext .huan_protitle{
    font-size: 22px;
	font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #ededed;
    padding-bottom: 16px;
    margin-bottom: 40px;
    position: relative;
}
.huan_protext .huan_protitle::before{
    width: 39px;
	height: 1px;
    background-color: #00b0f0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.huan_protext p strong{
    font-weight: bold;
    font-size: 16px;
}
.huan_protext p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    min-height: 22px;
}
.huan_proinfo_content .huan_procontent{
    font-size: 14px;
	line-height: 30px;
    color: #666666;
    margin: 30px 0 80px;
}
.huan_prodesp .huan_cloudimg img{
    max-width: 100%;
    max-height: 100%;
}
.huan_zpcon{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.huan_zpcon strong{
    color: #333333;
}
.right_fixed{
    position: fixed;
    right: 18px;
    top:  30%;
    z-index: 9999;
    font-size: 14px;
	line-height: 18px;
    color: #666666;
    text-align: right;
}
.right_fixed .text:hover{
    cursor: pointer;
}
.right_fixed img{
    width: 70%;
    border-radius: 5px;
    opacity: 0.6;
}
.huan_navmenu ul li{
    position: relative;
}
.huan_navmenu ul li ul{
    position: absolute;
    display: none;
    top: 54px;
    left: -1px;
    background: #ffffff;
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 1px 1px 0px #aaaaaa;
    z-index: 99;
}
.huan_navmenu ul li:hover ul{
    display: flex;
}
.huan_navmenu ul li ul a:hover{
    color: #00b0f0;
}
.huan_navmenu ul li ul a{
    color: #333333;
    display: block;
    line-height: 35px;
    font-size: 14px;
    width: 100%;
}

.news_list { width: 800px; margin: 0 auto; padding-bottom: 30px }
.news_list dl { width: 800px; line-height: 45px; height: 45px; border-bottom: 1px dashed #ddd }
.news_list dd { float: left }
.news_list dd a { display: block; width: 600px; height: 45px; line-height: 45px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #454545; padding-left: 20px; background: url(../images/4_17.png) 7px center no-repeat }
.news_list dd a:hover { background: url(../images/4_18.png) 7px center no-repeat; color: #004d99 }
.news_list dt { float: right; font-size: 13px; font-family: Arial; color: #888 }