@charset "UTF-8";
body{
    background: #f8f8f8;
}
/*banner*/
.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:450px;
}

/*case*/
.breadcrumb {
    width: 100%;
    border-radius: 5px;
    padding: 15px 0;
}
.left-main {
    width: 250px;
    float: left;
}
.content{
    margin-bottom: 40px;
    background: none;
}
.cnav_tab{
    width: 100%;
    border-bottom:1px solid #e4e4e4;
    margin-bottom: 30px;
}
.nav_tab_main{
    width: 100%;
}
.nav_tab-box{
    background: #fff;
    border: 1px solid #d5d5d5;
}
.nav_tab_main li.ny-tabli{
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #d5d5d5;
}
.nav_tab_main li.ny-tabli:last-child{
    border-bottom: none;
}
.nav_tab_main li a{
    color: #333333;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0 10px 20px;
    display: block;
    background: #fff;
}
.nav_tab_main li.current a.ny-tab1,.nav_tab_main li:hover a.ny-tab1{
    color: #fff;
    background: #cc0911;
}
.zxyl_left h2{
    color: #cc0911;
    font-size: 22px;
    line-height: 30px;
    padding:15px 0 5px 0;
}
.zxyl_box{
    border:1px solid #d5d5d5;
    background: #fff;
    padding: 10px 9px;
}
.zxyl_box h5{
    color: #3e3e3e;
    font-size: 14px;
}
.zxyl_mess input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-family: "微软雅黑";
    margin:5px 0;
    font-size: 14px;
    color: #666666;
    padding: 10px;
    background-repeat: no-repeat;
    background: #f3f3f3;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.zxyl_mess .small-button{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #cc0911;
    color: #fff;
    margin-top: 5px;
}
.zxyl_box h3{
    color: #3e3e3e;
    font-size: 18px;
    line-height: 40px;
}
.zxyl_box h3 strong{
    color: #cc0911;
}
.right-main {
    float: right;
    width: 920px;
    border: 1px solid #d5d5d5;
    padding: 20px;
    background: #fff;
}
.caselist ul,.teamlist ul{
    margin: 0 -5px;
}
.caselist li,.teamlist li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom:15px;
}
.caselist li .case-one-box,.teamlist li a {
    position: relative;
    overflow: hidden;
    margin: 0 5px;
    display: block;
}
.caselist li .case-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0;
}
.caselist li .case-one-box .cz-cen {
    height: 100%;
    width: 100%;
    position: relative;
  text-align:center;
}
.caselist li h2 {
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
.caselist li span {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.caselist li:hover .case-main {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.caselist li h3{
    text-align: center;
    line-height: 35px;
}
.caselist li h3 a{
    color: #333;
    font-size: 16px;
}

/*case_detail*/
.case_til,.Article-title{
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.case_til h2,.Article-title h2{
    color: #333;
    font-size: 22px;
}
.case_til span,.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;
}

/*news*/
.newslist li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.news_pic{
    width: 230px;
    float: left;
    overflow: hidden;
}
.newslist li:hover .news_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.news-box{
    width: 620px;
    float: right;
}
.news-box h2{
    line-height: 30px;
    font-size: 15px;
}
.news-box h2 a{
    color: #333;
    font-size: 15px;
    line-height: 30px;
}
.news-box .news_ly span{
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.news-box p{
    color: #444;
    font-size: 14px;
    line-height: 22px;
}
.news-box .news-more{
    width: 100px;
    height: 30px;
    display: block;
    margin-top: 10px;
    background: #cc0911;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

/*team*/
.team-pic{
    position: relative;
    width: 265px;
    border-radius: 50%;
    border:1px solid #cc0911;
    overflow: hidden;
}
.team-pic img{
    padding: 6px;
    border-radius: 50%;
}
.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);
}
.team-name {
    text-align: center;
    padding: 10px 0;
}
.team-name h2 {
    color: #333333;
    font-size: 22px;
    position: relative;
    line-height: 35px;
}
.team-name h2::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #b41320;
}
.team-name span {
    color: #666;
    margin-top: 8px;
    font-size: 18px;
    display: block;
}

/*team_detail*/
.sjsinfo-pic{
    width: 400px;
    float: left;
}
.sjsinfo .txt{
    width: 450px;
    float: right;
}
.sjsinfo .txt h3{
    color: #333;
    font-size: 22px;
    line-height: 40px;
}
.sjsinfo .txt h3 span{
    font-size: 16px;
    padding-left: 10px;
}
.sjs_de{
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.sjsinfo .tips a{
    width: 100px;
    line-height: 38px;
    height: 38px;
    display: block;
    background: #b41320;
    text-align: center;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.part2{
    padding-top: 20px;
}
.part2 h4.title3{
    color: #444;
    font-size: 22px;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*contact*/
.contact{
    padding-top: 40px;
}
.contact_left{
    width: 400px;
    float: left;
}
.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_left li span{
    float: left;
}
.contact_right{
    width: 745px;
    float: right;
    height: 300px;
}
































































