.center,
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.head_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #fafafa;
    font-size: 13px;
    color: #545454;
    background: #eeeeee;
    border-bottom: 1px solid #e1e1e1;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
    padding: 5px 0 0 0;
	width: 50px;
    opacity: 0.6;
}

.top_con {
    background: url(../ss.png) no-repeat left center;
    width: 296px;
}

.head_cont {
    padding: 20px 0;
}

.top_con a {
    color: #545454;
    display: inline-block;
    padding-left: 37px;
    font-size: 13px;
}

.head_phone {
    font-size: 30px;
    font-weight: bold;
    color: #e67716;
}

.head_munu {
    background-color: #e67716;
}

.head_munuce {
    text-align: center;
}

.head_munuce ul li {
    flex-grow: 1;
}

.head_munuce ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    transition: all 0.5s;
}

.head_munuce ul li a:hover {
    background-color: #ff8300;
}

.swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #ff8300;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.swiper-slide img {
    width: 100%;
    max-width: auto;
}

.seach {
    border-bottom: 1px solid #b1b1b1;
}

.seach_center {
    height: 62px;
}

.seach_title {
    font-size: #333333;
    font-weight: bold;
    font-size: 14px;
}

.seach_title ul li {
    margin: 0 5px;
}

.seach_title a {
    color: #666666;
}

.form_input {
    border-radius: 50px;
    background-color: #e67716;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #e67716;
}

.form_input button {
    background-color: var(--swiper-navigation-color);
    border: none;
    color: #ffffff;
    padding: 0 10px;
}

.form_input input {
    padding: 0 15px;
    border: none;
    line-height: 30px;
}

.form_input input:focus {
    outline: none;
}

.center_title {
    text-align: center;
    font-size: 45px;
    padding-top: 95px;
}

.center_title p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.center_title p:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #333333;
    top: 50%;
    left: 35%;
}

.center_title p:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #333333;
    top: 50%;
    left: 56.5%;
}

.center_list ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.center_list li a {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #e67716;
    font-size: 18px;
    display: inline-block;
    margin: 10px 10px;
    color: #ffffff;
}

.cp_list ul {
    flex-wrap: wrap;
}

.cp_list ul li {
    width: 33%;
    box-sizing: border-box;
    padding: 3%;
    cursor: pointer;
}

.cp_list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.cp_list div img {
    width: 36px;
    height: 15px;
    background-color: #e67716;
    padding: 5px 20px;
    border-radius: 5px;
}

.cp_list a {
    color: #333;
}

.cp_list li {
    transition: all 0.5s;
}

.cp_list li div :nth-child(3) {
    display: none;
}

.cp_list li:hover {
    background-color: #e67716;
}

.cp_list li:hover a {
    color: #ffffff;
}

.cp_list li:hover h3 {
    color: #ffffff;
}

.cp_list li:hover div img {
    background-color: #ffffff;
}

.cp_list li:hover div :nth-child(2) {
    display: none;
}

.cp_list li:hover div :nth-child(3) {
    display: block;
}

.index_cpmore {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 60px;
    display: block;
}

.in_cm {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
    position: relative;
    bottom: -26px;
    background-color: #ffffff;
}

.index_wu {
    width: 100%;
    min-height: 300px;
    background: url('../reasonbg.jpg') no-repeat center center;
    background-size: cover;
}

.iw_title {
    padding-top: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
}

.iw_title p:last-child {
    font-size: 30px;
    margin-top: 15px;
    position: relative;
    font-weight: bold;
}

.iw_title p:last-child::before {
    position: absolute;
    left: 418px;
    top: 17px;
    width: 80px;
    height: 1px;
    content: "";
    background-color: rgb(255, 255, 255);
}

.iw_title p:last-child::after {
    position: absolute;
    right: 418px;
    top: 17px;
    width: 80px;
    height: 1px;
    content: "";
    background-color: rgb(255, 255, 255);
}

.iw_box {
    width: 19%;
}

.iw_list {
    padding: 65px 0 98px 0;
}

.iw_img {
    position: relative;
}

.iw_img p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    font-size: 18px;
    background-color: #e67716;
}

.iw_box>p {
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    height: 100px;
}

.index_case .iw_title p:last-child::before {
    position: absolute;
    left: 418px;
    top: 17px;
    width: 80px;
    height: 1px;
    content: "";
    background-color: rgb(105, 105, 105);
}

.index_case .iw_title p:last-child::after {
    position: absolute;
    right: 418px;
    top: 17px;
    width: 80px;
    height: 1px;
    content: "";
    background-color: rgb(105, 105, 105);
}

.index_caseli {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.5s;
}

.index_caseli:hover {
    background-color: #e67716;
}

.case {
    margin: 50px;
    box-sizing: border-box;
    padding: 0 50px;
}

.icc_titleca {
    font-size: 20px;
    color: #333;
    margin: 15px 0 30px 0;
    transition: all 0.5s;
}

.index_caseli:hover .icc_titleca {
    color: #ffffff;
}


.view_detail {
    display: block;
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e67716;
}

.index_caseli:hover .view_detail {
    color: #e67716;
    background-color: #ffffff;
}

.index_about {
    background: url("../h9_02.jpg") no-repeat center center;
    background-size: cover;
    height: 624px;
    max-width: 1920px;
    margin: 0 auto;
}

.iabout_cent {
    padding-top: 120px;
    justify-content: center;
    align-items: flex-start;
}

.iabout_left {
    width: 40%;
}

.iabout_right {
    width: 50%;
}

.iabout_left :nth-child(1) {
    padding-top: 60px;
    display: block;
    font: normal 45px "AvantGarde Bk BT";
    color: #666;
}

.iabout_left>a:nth-child(2) {
    display: block;
    font: bold 30px "microsoft yahei";
    color: #e67716;
}

.iabout_left :nth-child(3) {
    display: block;
    width: 450px;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.iabout_left :nth-child(4) {
    display: block;
    width: 150px;
    height: 38px;
    background: linear-gradient(#e67716, #ff8300);
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
}

.iabout_right p {
    padding-bottom: 25px;
    font-size: 24px;
    color: #333;
    line-height: 95px;
    margin-left: 50px;
    font-weight: bold;
}

.index_longbanner {
    min-width: 1300px;
    margin: 0 auto;
}

.index_longbanner img {
    width: 100%;
}

.news {
    height: 400px;
}

.news .swiper-slide {
    height: 100px;
}

.title_time {
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_time>p:nth-child(1) {
    font-size: 60px;
    color: #999999;
}

.newsbannerlist {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: start;
    box-sizing: border-box;
    padding: 28px 24px;
    background-color: #f6f6f6;
    margin-right: 20px;
    transition: all 0.5s;
}

.newsbannerlist:hover {
    background-color: #e67716;
}

.newsbannerlist:hover .tit {
    color: #ffffff;
}

.newsbannerlist:nth-child(2) {
    margin-top: 60px;
}

.lisitcase {
    margin-top: 50px !important;
}

.title_fl {
    padding-left: 5%;
    box-sizing: border-box;
}

.tit {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
    transition: all 0.5s;
    width: 73%;
    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.cont {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.in_newslist {
    flex-grow: 1;
    position: relative;
}

.in_newslist .news {
    box-sizing: border-box;
    margin: 0 50px;
    overflow: hidden;
}

.newsl {
    position: absolute;
    left: -26px;
    top: 39%;
    width: 47px;
}

.newsr {
    position: absolute;
    right: -6px;
    top: 39%;
    width: 47px;
}

.foot_top {
    width: 100%;
    background-color: #212d3a;
    padding-bottom: 50px;
}

.foot_menu {
    display: flex;
    padding: 45px 0 60px 0;
}

.foot_menu li {
    padding-right: 30px;
    border-right: 1px solid #666666;
    margin-right: 30px;
}

.foot_menu a {
    font-size: 16px;
    color: #999999;
}

.foot_more {
    align-items: flex-start;
}

.fm_list a {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
}

.fm_list a:first-child {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;

}

.fm_list a:first-child::after {
    position: absolute;
    top: 3px;
    left: -20px;
    content: "";
    width: 1px;
    height: 24px;
    padding-left: 20px;
    border-left: 1px solid #e67716;
}

.fm_list {
    width: 102px;
    text-align: center;
}

.fm_list p {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}

.foot_last {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #1d2936;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.foot_last a{
    font-size: 13px;
    color: #999999;
}

.sobtitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.submian .sobtitle a {
    font-size: 14px;
    color: #333;
}

.submian .sobtitle a:hover {
    color: #e67716;
    transition: all .5s;
}

.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subleft {
    width: 20%;
}

.subright {
    width: 78%;
    line-height: 2;
    font-size: 14px;
    color: #666666;
}

.lefta {
    border-bottom: 9px solid #eaeaea;
}

.lefta .title {
    height: 102px;
    width: 100%;
    background-color: #e67716;
    color: #ffffff;
    font-size: 20px;
    line-height: 102px;
    text-align: center;
}

.lefta .title h2 {
    font-size: 20px;
}

.submian .subleft .lefta .comt {
    background: #fff;
}

.submian .subleft .lefta .comt ul {
    border: 1px solid #ddd;
}

.submian .subleft .lefta .comt ul li a {
    background: #fff url(../images/tb9.png) 213px center no-repeat;
    border-top: 1px solid #eaeaea;
    line-height: 60px;
    height: 60px;
    display: block;
    padding-left: 25px;
    font-size: 14px;
    transition: all .5s;

    color: #333;
}

.submian .subleft .lefta .comt ul li a:hover {
    background-color: #e67716;
    color: #ffffff;
}

.submian .subleft .lefta {
    width: 245px;
    margin-bottom: 10px;
}

.submian .subleft .leftnews {
    margin-bottom: 10px;
}

.submian .subleft .leftnews .title {
    height: 42px;
    padding-left: 52px;
    padding-top: 18px;
    background-color: #e67716;
}

.submian .subleft .title i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 13px;
    padding-top: 2px;
}

em,
i {
    font-style: normal;
}

.leftprocomt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leftprocomt ul li {
    width: 48%;
    margin-bottom: 15px;
}

.submian .subleft .leftnews .leftcont {
    background: #fff;
    padding: 10px;
}

.submian .subleft .leftnews .leftcont h2 {
    font-size: 16px;
    font-weight: bold;
    color: #e67716;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont span {
    line-height: 24px;
    font-size: 12px;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.submian .subleft .leftnews .leftcont p {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    line-height: normal;
}

.submian .subleft .leftnews .leftcont p i {
    font-size: 22px;
    color: #e67716;
    display: block;
}

.submian .subleft .bor9 {
    border-bottom: 9px solid #eaeaea;
}

.phone_head {
    display: none;
}

.submian .subright .thumblist {}

.submian .subright .thumblist .list {
    padding-bottom: 20px;
}

.submian .subright .thumblist .item {
    width: 880px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all .5s;
}

.submian .subright .thumblist .item a {
    display: flex;
}

.submian .subright .thumblist .item .img {
    position: relative;
    width: 24%;
    height: auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.submian .subright .thumblist .item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

.submian .subright .thumblist .item a:hover img {
    transform: scale(1.1, 1.1);
}

.submian .subright .thumblist .item .txt {
    width: 75%;
    cursor: pointer;
}

.submian .subright .thumblist .item .txt h3 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.submian .subright .thumblist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}

.submian .subright .thumblist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.submian .subright .thumblist .item .txt p {
    color: #666;
    line-height: 25px;
}

.submian .subright .thumblist .item .txt p span {
    display: inline-block;
    color: #e67716;
    padding-left: 10px;
}

.submian .subright .thumblist .item a:hover .txt h3 {
    color: #e67716;
}

.submian .subright .thumblist .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.reLink ul {
    width: 100%;
    margin: 20px 0;
}

.reLink ul a {
    color: #333;
}

.honorlist ul.list li.item {
    float: left;
    width: 296px;
    margin-bottom: 30px;
    margin-right: 14px;
}

.honorlist ul.list li.item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.list_imgH ul.list li.item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
}

.list_imgH ul.list li.item a:hover {
    background: #e67716;
}

.list_imgH ul.list li.item a img {
    transition: all .5s;
}

.list_imgH ul.list li.item a:hover img {
    transform: scale(1.1);
}

.list_imgH ul.list li.item a:hover span {
    color: #ffffff;
}

.big {
    width: 50%;
}

.ban {
    justify-content: start;
    align-items: flex-start;
}

.box a {
    color: #e67716;
    position: relative;
    bottom: -236px;
    right: -357px;
    font-size: 20px;
}

.proview .stit {
    border-bottom: 2px solid #e67716;
    overflow: hidden;
    margin-top: 20px;
}

.proview .stit span {
    display: block;
    overflow: hidden;
    padding: 0 15px;
    color: #fff;
    line-height: 32px;
    background: #e67716;
    font-weight: bold;
    float: left;
    border-radius: 3px 3px 0 0;
}

.pglist {
    width: 100%;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a {
    color: #333;
    margin: 10px;
}

.pagination a:hover {
    color: #e67716;
}

.subright .center_list {
    display: none;
}

@media screen and (max-width:991px) {
    .desc{
        margin-bottom: 0;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .subright .center_list {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .phone_head {
        display: block;
        box-sizing: border-box;
        padding: 10px 3%;
        width: 100%;
    }

    header {
        display: none;
    }

    .phone_munu {
        width: 10%;
    }

    .flesdss {
        display: none;
        text-align: center;
    }

    .flesdss ul {
        padding: 20PX;
    }

    .flesdss ul li {
        padding: 10px;
    }

    .flesdss ul li a {
        color: #666666;
        font-size: 16px;
    }

    .flesdss ul li a:hover {
        color: #e67716;
    }

    .flxd {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 222;
        background-color: #ffffff;
    }

    .center,
    .w1200 {
        width: 97%;
    }

    .seach {
        display: none;
    }

    .center_title {
        text-align: center;
        font-size: 45px;
        padding-top: 32px;
    }

    .center_title {
        text-align: center;
        font-size: 29px;
        padding-top: 32px;
    }

    .center_title p:nth-child(2) {
        font-size: 21px;
        font-weight: bold;
        margin-top: 10px;
        position: relative;
    }

    .center_title p:nth-child(2)::before,
    .center_title p:nth-child(2)::after {
        display: none;
    }

    .cp_list ul li {
        width: 49%;
        box-sizing: border-box;
        padding: 3%;
        cursor: pointer;
    }

    .tit {
        font-size: 14px;
        color: #333333;
        padding-bottom: 10px;
        transition: all 0.5s;
        width: 65%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cp_list div img {
        width: 7%;
    }

    .in_cm {
        margin: 0 auto;
        width: 165px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        border: 1px solid #ccc;
        position: relative;
        bottom: -26px;
        background-color: #ffffff;
    }

    .iw_title {
        padding-top: 47px;
        text-align: center;
        color: #ffffff;
        font-size: 26px;
    }

    .iw_title p:last-child {
        font-size: 24px;
        margin-top: 15px;
        position: relative;
        font-weight: bold;
    }

    .iw_list {
        padding: 27px 0 58px 0;
        flex-wrap: wrap;
    }

    .iw_box {
        width: 49%;
        margin-bottom: 20px;
    }

    .iw_box>p {
        display: block;
        width: 100%;
        background-color: #ffffff;
        box-sizing: border-box;
        padding: 13px;
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        height: 100px;
    }

    .case {
        margin: 30px 10px;
        box-sizing: border-box;
        padding: 0 50px;
    }

    footer {
        display: none;
    }

    .center_list li a {
        padding: 0 16px;
        height: 35px;
        line-height: 35px;
        background: #e67716;
        font-size: 14px;
        display: inline-block;
        margin: 10px 10px;
        color: #ffffff;
    }

    .iabout_cent {
        flex-wrap: wrap;
    }

    .iabout_left,
    .iabout_right {
        width: 98%;
    }

    .iabout_left :nth-child(3) {
        width: 98%;
    }

    .index_about {
        height: auto;
        background: none;
    }

    .iabout_right p {
        padding-bottom: 25px;
        font-size: 22px;
        color: #333;
        line-height: 95px;
        margin-left: 0px;
    }

    .index_longbanner {
        min-width: 100%;
        min-height: 100px;
        object-fit: cover;
        overflow: hidden;
    }

    .index_longbanner img {

        height: 100%;
        width: auto;
        max-width: none;
    }

    .index_case .iw_title p:last-child::before {
        display: none;
    }

    .title_fl {
        box-sizing: border-box;
    }

    .cont {
        width: 77%;
        font-size: 14px;
        color: #666666;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .newsl {
        position: absolute;
        left: 0px;
        top: 39%;
        width: 47px;
    }

    .newsr {
        position: absolute;
        right: 1px;
        top: 39%;
        width: 47px;
    }

    .newsbannerlist {
        margin-right: 0;
    }

    .iabout_cent {
        padding-top: 0;
    }

    .subleft {
        display: none;
    }

    .subright {
        width: 98%;
        margin: 0 auto;
    }

    .honorlist ul.list li.item {
        float: left;
        width: 48%;
        margin-bottom: 30px;
        margin-right: 14px;
    }
    
    .ban{
        flex-wrap: wrap;
    }

    .big {
        width: 80%;
    }

    .box a{
        position: relative;
        bottom: 0;
        right: 0;
        font-size: 15px;
    }
}