ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.top_tel{
    float: right;
    margin-top: 7px;
    display: flex;
    align-items: center;
    margin-left:15px;
    margin-right:-20px;
}
.top-r{
    margin:  0 5px;
    padding: 4px 10px;
    border-radius: 10px;

}

.top-r img{
    width: 40px;
    height:40px;
}
.top-r a{
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
}
.top_tel_text {
    font-size: 20px;
    color:#555555;
}
.introduce{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 28px;
}
.a-item {
    transition-duration: 500ms;
}
.a-item:hover {
    transform: translateY(15px);
}
.a-item .portfolio-hover-overlay {
    width: 100%;
    height: 210px;
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(255, 100, 27, 0.8);
    position: absolute;
    top: 0;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a-item:hover .portfolio-hover-overlay {
    opacity: 1;
    visibility: visible;
}
.portfolio-hover-overlay a {
    padding: 7px 17px;
    margin-top: 13px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 30px 30px;
    color: #fff;
    font-size: 16px;
}
.us,  .joinus{
    display: flex;
    margin-bottom: 15px;
}
.us img{
    width:40%;
     border-radius: 8px 8px;
}
.joinus img{
    width:50%;
    height:400px;
    border-radius: 8px 8px;
}
.us-con{
    margin-left:70px;
}
.us-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.us-text{
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.us-more{
    display: flex;
    align-items: center;
    color:  #fc8709;
    margin-top: 30px;
    cursor: pointer;
}
.us-more img{
    width: 40px;
    height: 35px;
    margin-left: 20px;
}
.news_col {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.news_index li {
    margin-bottom: 20px;
    margin-right: 25px;
    padding: 25px 15px;
    min-height: 70px;
    /*border: 1px solid #ccc;*/
    background: #ffffff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.news_index li:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}
.news_index li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width:85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -20px;

}
.news_index li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #FF641B;
    color: #fff;
    float: left;
    padding: 0px 2px;
    position: relative;
    left: -35px;
    top: -5px;
}
.news_index li span strong {
    display: block;
    font-size: 24px;
    padding-top: 5px;
}
.news_index li span i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}
.news_index li em {
    width: 85%;
    font-style: normal;
    display: inline-block;
    line-height: 18px;
    color: #777;
    padding-top: 10px;
    margin-left: -20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.address-r{
    margin-bottom: 25px;
}
.address-r span{
    font-weight: bold;
}
.subpage-banner{
    width:100%;
    height:450px;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subpage-banner h1{
    font-size: 58px;
    color:#ffffff;
}
.subpage{
    min-height:300px;
    display: flex;
    margin-top:30px;
    margin-bottom: 20px;
}
.subpage-l{
    width: 250px;
}
.tit {
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: #FF641B;
    padding: 35px 0;
    border-radius: 0 30px 0 0;
}
.lanmu {
    background-color: #f1f1f1;
}
.lanmu li {
    border-bottom: 1px solid #fff;
}
.lanmu li .arr {
    float: right;
    height: 60px;
    width: 40px;
    position: relative;
    cursor: pointer;
}
.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.lanmu li>a {
    display: block;
    line-height: 60px;
    padding: 0 0 0 25px;
    color: #000000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lanmu li:hover, .lanmu li.active {
    background-color: #8C2E01;
    color: #ffffff;
}
.lanmu li>a:hover, .lanmu li.active>a {
    //background-color: #8C2E01;
    color: #ffffff;
}
.lanmu li:hover .arr:after, .lanmu li.active .arr:after{
    content: '';
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    box-sizing: content-box;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}
.subpage-r{
    flex: 1;
    box-sizing: border-box;
    padding:20px 30px;
}
.subpage-r p{
    margin:15px 0;
    line-height: 30px;
}
.r-title{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.r-title .cir{
    width:10px;
    height: 10px;
    background: #FF641B;
    border-radius: 50px;
    margin-right:10px;
}
.cptitle{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    /*color:#FF641B;*/
}

.gsgk{
    font-size: 18px;
    line-height: 36px;
    text-indent:2em;
}
.con-text{
    text-align: center;
}
.con-text-img{
    width:110px;
}
.qywh{
    margin:15px 0;
    font-size: 20px;
}
.qywh-detail{
    margin:15px 0;
}
.fontsize{
    font-size: 20px;
}
.news-con{
    width:100%;
    box-sizing: border-box;
    padding:20px 20px;
}
.mar{
    display: block;
    margin-left:25px;
}
.detail-title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.detail-con{
    font-size: 16px;
    line-height: 35px;
    margin-top:25px;
    text-indent: 2em;
}
.flexrow{
    display: flex;
}
.mar-y{
    margin:15px 0;
}
.ditu{
    width:64%;
    background: rgba(192,62,0,0.8);
    padding: 10px 20px;
    font-size: 18px;
    color:#ffffff;

}
.text-wlzc{
    margin:8px 0;
}
.text-wlzc a{
    margin:0 10px;
}
.newdetail-line{
    width: 70%;
    height: 1px;
    background: #D4D4D4;
    margin:0 auto;
    margin-top:40px;
    margin-bottom: 40px;
}
.minHeight {
    min-height: 400px;
}
.ress{
    display: flex;
}
.ress li{
    width:33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}
.ress li img{
    width:100%;
    height:200px;
    border-radius: 8px 8px 0 0;
}
.ress li .r-box{
    width:100%;
    height:145px;
    border-radius: 0 0 8px 8px;
    border:1px solid #52fef2;
    box-sizing: border-box;
    padding:4px 15px;
}
.ress li .r-box .x{
    display: flex;
    align-items: center;
}
.ress li .r-box .text{
    color:#000000;
    line-height: 28px;
}
.ress li .r-box .text p{
    margin: 0 0;
}
.ress li .r-box .x img{
    width: 20px;
    height: 20px;
    margin-right:4px;
}


