@charset "UTF-8";

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

/*left-main*/
.left-main,.c_nav{
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding:25px;
    top: -50px;
    z-index: 99;
    -moz-box-shadow: 0 2px 10px #c7c7c7;
    -webkit-box-shadow: 0 2px 10px #c7c7c7;
    box-shadow: 0 2px 10px #c7c7c7;
}
.nav_tab_main li.ny-tabli{
    position: relative;
    margin: 0 10px;
}
.nav_tab_main li a{
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 5px;
    display: block;
    background: #acce22;
}
.nav_tab_main li.current a.ny-tab1,.nav_tab_main li:hover a.ny-tab1,.c_nav li:hover a,.c_nav li.current a{
    background: #044f9f;
}

/*pro*/
.c_nav{
    padding:10px 15px;
}
.c_nav .c_nav1{
    margin: 8px 0;
}
.c_nav span{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}
.c_nav ul{
    display: inline-block;
}
.c_nav li a{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    border-radius: 20px;
    padding: 0 22px;
    background: #acce22;
    display: block;
    margin-right: 8px;
}

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

/*case_detail*/
.newsdetail{
    margin-top: 30px;
}
.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: 20px 0;
    border-bottom: 1px dashed #d0d4d1;
}
.news_pic{
    width: 24%;
    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: 73%;
    float: right;
}
.news-box h2{
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}
.news-box h2 a{
    color: #444444;
    font-size: 15px;
    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;
}
.newslist ul.newslist2{
    margin:0 -15px;
}
.newslist .newslist2 li{
    border-bottom: none;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.newslist .newslist2 li .news_pic,.newslist .newslist2 li .news-box{
    width: 100%;
}
.newslist .newslist2 li .news_pic{
    margin-bottom: 8px;
}
.newslist li .newslist-dbo{
    margin: 0 15px;
    position: relative;
}
.newslist .newslist2 li .news-box p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.newslist .newslist2 li .news-dbo{
    width: 76%;
    float: right;
}
.newslist .newslist2 li .news_ly{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.newslist2 li .news_ly h2{
    color: #444444;
    line-height: 45px;
    font-size: 40px;
    border-right: 1px solid #d0d4d0;
}
.newslist2 li .news_ly h2 span{
    color: #444444;
    display: block;
    font-size: 14px;
    padding-right: 0;
}
.newslist2 li .news-box h2{
    margin-bottom:0px;
}
.newslist3{
    margin-bottom: 20px;
}


/*team*/

.teamlist ul{
    margin: 30px -10px;
}
.teamlist li,.caselist ul li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    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;
    height: 225px;
}
.team-pic img{
    height: 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: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(153,185,22,0.8);
}
.teamlist li:hover .team-name h2{
    color: #66c681
}

/*pro_detail*/
.pro_depic{
    width:100%;
}
.pro_dleft{
    width: 45%;
    float: left;
}
.pro_dleft img{
    width: 100%;
}

.pro_dright{
    width: 50%;
    float: right;
}
.pro_dright h2{
    color: #378f50;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 20px;
}
.pro_dright span{
    color: #444;
    font-size: 16px;
    line-height: 30px;
    background: #f1f1f1;
    display: block;
    padding-left: 10px;
}
.pro_dright .pro_tel{
    border-radius: 3px;
    border: 2px solid #acce22;
    display: inline-block;
    margin: 25px 0;
    padding:15px 20px;
}
.pro_dright .pro_tel em{
    color: #444;
    font-size: 15px;
    line-height: 30px;
}
.pro_dright .pro_tel h3{
    color: #044f9f;
    font-size: 35px;
    line-height: 35px;
}

.pro_debox{
    margin-top: 40px;
}
.pro_debox h4{
    color: #044f9f;
    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: #044f9f;
}
.pro_db,.pro_db p{    
    color: #444;
    font-size: 15px;
    line-height: 28px;
}

/*contact*/
.contact{
    padding-top: 40px;
}
.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;
}

.yy_mess-box{
    margin-top: 20px;
}
.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.33%;
}
.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: #044f9f;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
}
