@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 500px;
}

/*about*/
.content{
    margin-top: -90px;
    padding-bottom: 10px;
    position: relative;
    background: none;
    margin-bottom: 30px;
}
.content .container{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    -moz-box-shadow-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.about p{
    color: #333;
    font-size: 15px;
    line-height: 28px;
}
.content_main{
    width: 100%;
    padding-top: 40px;
}
.left-main{
    width: 100%;
}
.nav_tab_main{
    width: 100%;
    overflow: hidden;
}
.nav_tab_main li.ny-tabli{
    position: relative;
}
.nav_tab_main li a{
    color: #0077c1;
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    border: 1px solid #0077c1;
    border-radius: 5px;
    margin: 0 10px;
}
.nav_tab_main li.current a,.nav_tab_main li:hover a{
    background: #0077c1;
    color: #fff;
}

/*pro*/
.pro_list{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
.pro_list .cplisttitle{
    background: #efefef;
}
.pro_list td{
    padding: 2px 5px;
    border: 1px solid #d1d1d1;
    color: #444444;
    font-size: 14px;
    line-height: 20px;
}
.pro_list td a{
    color: #338ae3;
}
.pro_list td a:hover{
    color: #75c40c;
}

/*pro_detail*/

.pro_depic{
    width:50%;
    float: left;
}
.pro_de_til{
    width:45%;
    float: right;
}
.pro_de_til h2{
    color: #444;
    font-size: 22px;
    padding-bottom: 15px;
}
.pro_de_til ul {
    padding-bottom: 15px;
}
.pro_de_til ul li{
    border-bottom: 1px dashed #d1d1d1;
    line-height: 50px;
    color: #444;
    font-size: 15px;
}

.pro_main{
    padding-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.pro_main .xq_til {
    padding-bottom: 20px;
}
.pro_main .xq_til h2{
    color: #0077c1;
    font-size: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:10px;
    text-align: center;
    position: relative;
}
.pro_main .xq_til h2::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -2px;
    width: 100px;
    height: 3px;
    background: #0077c1;
    display: block;
}
.pro_main p{
    color: #444;
    font-size: 16px;
    line-height: 30px;
     margin: 5px 0;
}
.pro_main .xq_debox{
    color: #333;
    font-size: 22px;
    line-height: 30px;
}
.pro_main .xq_debox table{
    border-collapse: collapse;
    border-spacing: 0;
     text-align: center;
}
.pro_main .xq_debox table td{
	padding:5px;
  	border:1px solid #d1d1d1;
}
.pro_main .xq_debox table tr.firstRow{
	background:#0077c1;
	color:#fff;
}
.pro_main .xq_debox table tr.firstRow td,.pro_main .xq_debox table tr.firstRow td p{
	color:#fff;
  	font-weight:700;
  	text-align:center;
  	line-height:30px;
}

/*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;
}

/*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 li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d0d4d1;
}
.news-box{
    width: 100%;
}
.news_pic{
	width:280px;
  	float:left;
}
.news_dfont{
	width:850px;
  	float:right;
}
.news-box h2{
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}
.news-box h2 a{
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}
.news-box .news_ly {
    margin-top: 15px;
}
.news-box .news_ly span{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}
.news-box .news_ly span img{
    padding-right: 8px;
}
.news-box p{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.newslist3{
    margin-bottom: 20px;
}


/*team*/

.teamlist ul{
    margin: 30px -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;
}
.team-pic{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.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: #444444;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
}
.teamlist li:hover .team-name h2{
    color: #66c681
}

/*contact*/
.contact{
    padding-top: 40px;
}
.contact_left{
    width: 100%;
    margin-bottom: 20px;
}
.contact_fs{
    width: 622px;
    float: left;
    height: 360px;
}
.contact_right{
    width: 100%;
    height: 302px;  
}

.yy_mess-box{
    width: 600px; margin:0 auto
}
.yy_mess-box input ,.yy_mess-box textarea{
    width: 100%;
    height: 40px;
    background: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d3d3;
    padding: 10px 0 10px 15px;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}
.yy_mess-box textarea{
    width: 100%;
    height: 110px;
    line-height: 30px;
    padding-top: 5px;
    margin-bottom: 0;
}
.yy_mess-box .form-yzm{
    width: 100%;
}
.yy_mess-box #submit-button{
    width: 100%;
    background: #338ae3;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

/*join*/
.join li{
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.join li .join_til{
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 10px;
  	position:relative;  	
	cursor: pointer;
}
.join li .join_til:after{
	content:"+";
  	font-size:25px;
  	position:absolute;
  	right:0;
  	top:15px;
}
.join li h2{
    color: #444;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.join-box{
	border-radius:10px;
  	background:#f9f9f9;
  	padding:25px;
}
.join li .join-box p{
    color: #555;
    font-size: 14px;
    line-height: 20px;
}
