@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 377px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 377px;
}
.content{
    margin-top: 40px;
}

/*left-main*/
.left-main{
    width: 100%;
    background: #f7f7f7;
    -moz-box-shadow: 0 2px 5px #c7c7c7;
    -webkit-box-shadow: 0 2px 5px #c7c7c7;
    box-shadow: 0 2px 5px #c7c7c7;
}
.nav_tab-box li a{
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    padding: 0 30px;
    display: block;
}
.nav_tab-box li.current a{
    background: #1f497d;
    color: #fff;
}

/*content_main*/
.content_main{
    width: 950px;
    float: right;
}

/*pro*/
.c_nav{
    width: 210px;
    float: left;
}
.c_nav ul li.current a{
    background: #1f497d;
    color: #fff;
}
.c_nav li a{
    color: #444;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    padding: 0 22px;
    background: #f1f1f1;
    display: block;
    margin-bottom: 8px;
}

/*about*/
.content{
    margin-bottom: 40px;
    background: none;
}
.about p{
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

.culture ul{
    margin: 0 -15px;
}
.culture ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
}
.culture ul li>div{
    margin: 0 15px;
    min-height: 160px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}
.culture ul li h4{
    font-size: 16px;
}
.culture ul li>div{

}



/*team*/
.team li{
    width: 100%;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.team li .team_pic{
    width: 20%;
    float: left;
}
.team li .team_font{
    width: 76%;
    float: right;
}
.team li .team_font h4{
    font-size: 24px;
    line-height: 30px;
    color: #333;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.team li .team_font h4::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #1f497d;
    display: block;
    bottom: 0;
    left: 0;
}
.team li .team_font>div p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.team_list ul{
    margin: 0 -15px;
}
.team_list ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.team_list ul li a{
    display: block;
    margin: 0 15px;
  	position:relative;
}
.team_list ul li .team_pic{
    width: 100%;
    float: none;
}
.team_list ul li .team_font{
    width: 100%;
    float: none;
}
.team_list ul li .team_font h4{
    text-align: center;
    line-height: 50px;
}
.team_list ul li .team_font h4::after{
    display: none;
}
.team_list ul li .team_dbox {
	position:absolute;
  	left:0;
  	top:-100%;
  	width:100%;
  	height:calc(100% - 56px);
  	background:rgba(0,0,0,0.5);
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.team_list ul li:hover .team_dbox {
	top:0;
}
.team_list ul li .team_dbox h4{
	font-size:20px;
  	color:#fff;
  	line-height:1.2;
}



/*case_detail*/
.Article-title{
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.Article-title h2{
    color: #333;
    font-size: 22px;
}
.Article-title span{
    color: #666;
    font-size: 14px;
    padding: 0 5px;
}
.ca_de-box{
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.ca_de-box p,.newsinfo p{
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.reLink{
    padding-top: 20px;
    border-top: 1px dashed #d1d1d1;
    margin-top: 20px;
}

/*store*/
.caselist {
    margin-top: 30px;
}
.caselist ul{
    margin: 0 -10px 25px -10px;
}
.caselist li a h2{
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 315px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    -o-transform:scale(0.02);
    transform: scale(0.02);
}
.caselist li:hover a h2{    
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

/*news*/
.newslist ul{
    margin: 0 -30px;
}
.newslist li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}
.newslist li.isrencom_news{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.newslist li.isrencom_news .news-box{
    position: relative;
}
.newslist .isrencom_news .news_pic{
    width: 440px;
    float: left;
}
.newslist .isrencom_news .news-dbo{
    width: 480px;
    float: right;
}
.newslist .news-dbo span{
    width: 100%;
    display: block;
    border-top: 2px solid #d7d6d6;
    position: relative;
    color: #b7b7b7;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}
.newslist .news-dbo span::after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: -2px;
    background: #1f497d;
    left: 0;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.newslist li:hover .news-dbo span::after{
    width: 100%;
}
.newslist .news-dbo h2{
    color: #444444;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0 20px 0;
}
.newslist .news-dbo h2 a{
    color: #444444;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
.newslist .news-dbo p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
}
.newslist .news-dbo a.news_btn{
    width: 150px;
    height: 45px;
    border: 1px solid #1f497d;
    display: block;
    color: #444444;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.newslist .news-dbo a.news_btn:hover{
    color: #fff;
    background: #1f497d;
}
.newslist .news-box{
    margin: 0 30px;
}


/*team*/

.teamlist ul{
    margin: 0 -10px;
}
.teamlist li,.caselist ul li{
    width:33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom:25px;
}
.teamlist li a,.caselist ul li a{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    background: #fff;
    display: block;
    min-height: 36px;
}
.team-pic{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.team-pic img{
    width: 100%;
}
.teamlist li:hover .team-pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.teamlist h2{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.teamlist li:hover .team-name h2{
    color: #66c681
}

/*pro_detail*/
.pro_depic{
    width:100%;
}
.pro_dleft{
    width: 80%;
    margin: 0 auto
}
.pro_dleft img{
    width: 100%;
}

.pro_dright h2{
    color: #34abe7;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 20px;
    text-align: center;
}

.pro_debox{
    margin-top: 40px;
}
.pro_debox table{
	border-collapse: collapse;border-spacing: 0;width:100%;
}
.pro_debox table td{
	border:1px solid #d1d1d1;
}
.pro_debox h4{
    color: #34abe7;
    font-size: 24px;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    line-height: 38px;
}
.pro_debox h4::after{    
    content: "";
    position: absolute;
    left: 0;
    bottom:-1px;
    width: 50px;
    height: 3px;
    background: #34abe7;
}
.pro_db,.pro_db p{    
    color: #444;
    font-size: 15px;
    line-height: 28px;
}

/*contact*/
.contact{
    padding-top: 40px;
}
.contact_box{
    margin-bottom: 25px;
}
.contact_box h2{
    color: #34abe7;
    font-size: 25px;
    line-height: 40px;
}
.contact_box ul li,.contact_box ul li a{
    color: #444;
    font-size: 15px;
    line-height: 30px;
}
.contact_left{
    width: 100%;
    margin-bottom: 20px;
}
.contact_left li{
    width: 33.33%;
}
.contact_left li span,.contact_left li p{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact_left li p{
    margin-top: 20px;
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}
.contact_left li p a:hover{
    color: #666
}
.contact_left h5{
    color: #444;
    font-size: 22px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.contact_left h5::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #b41320;
    left: 0;
    bottom: 0;
}
.contact_left li{
    color: #444;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}
.contact_right{
    width: 100%;
    height: 402px;
}

.form_left input ,.form_left textarea{
    width: 32.23%;
    height: 45px;
    background: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d3d3;
    padding: 10px 0 10px 15px;
    line-height: 45px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}
.form_left input.email1{
    margin: 0 1.2%;
}
.form_left textarea{
    width: 100%;
    height: 160px;
    line-height: 30px;
    padding-top: 5px;
}
.form-yzm{
    width: 32.23%;
    float: left;
}
#submit-button{
    width: 32.23%;
    background: #34abe7;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
}
.map{
    margin-top: 25px;
    height:402px;
}

/*case2*/
.case2_til{
	text-align:center;
}
.case2_til h2{
	color:#222222;
  	font-size:40px;
  	line-height:50px;
}
.case2_til h4{
	color:#999999;
  	font-size:36px;
  	line-height:45px;
  	font-family:"Times New Roman";
  	position:relative;
  	padding-bottom:10px;
}
.case2_til h4:after{
	content:"";
  	position:absolute;
  	left:50%;
  	bottom:0;
  	margin-left:-14px;
  	width:28px;
  	height:3px;
  	background:#000000;
}
.case_main{
	padding-top:20px;
}
.case2_left{
	width:445px;
  	float:left;
}
.case2_right{
	width:380px;
  	float:left;
 	padding-left:20px; 	
}
.case2_right h3{
	color:#34abe7;
  	font-size:25px;
  	line-height:40px;
}
.case2_right .casexbx{
  	padding:10px 0 25px 0;
}
.case2_right .casexbx p{
	color:#666666;
  	font-size:18px;
  	line-height:28px;
}
.case2_right a{
	width:178px;
  	height:48px;
  	border-radius:40px;
  	display:block;
  	border:1px solid #000;
  	color:#333;
  	font-size:14px;
  	line-height:48px;
  	text-align:center;
}
.case_gq{
	padding-top:20px;
}
.case_gq ul{
	margin:0 -10px;
}
.case_gq ul li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 25px;
  	text-align:center;
}
.case_gq ul li img{
	 position:relative;
  	top:0;
}
.case_gq ul li:hover img{
	margin-top:-10px;
}
.case_gq ul li .case_gqbox{
	padding:0 10px;
}
.case_gq ul li h4{
	color:#333333;
  	font-size:16px;
  	line-height:20px;
  	padding-top:10px;
}
.case_gq ul li h4 span{
	display:block;
  	color:#777777;
  	font-size:15px;
  	font-family:"Times New Roman";
}

.caishuizx ul,.caishuicase ul{
	margin:0 -15px;
}
.caishuizx ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  	margin-bottom:30px;
}
.caishuicase ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  	margin-bottom:30px;
}
.caishuizx ul li .csteam,.caishuicase ul li .cscase{
	margin:0 15px;
}
.caishuizx ul li .csteam_pic{
	width:40%;
}
.caishuizx ul li .csteam_font {
    width: 60%;
    padding-left: 5%;
}


.caishuicase ul li{
	text-align:center;
}
.caishuicase ul li img{
	padding-bottom:10px;
}


















