.in_title {
    padding-top: 60px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bababa;
    position: relative;
}

.in_title h2 {
    font-size: 36px;
    color: #fa7a0d;

}

.in_title h2 span {
    font-size: 24px;
    color: #939393;
}

.in_title ul {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 0;
}

.in_title ul li {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
}

.in_title ul li a {
    color: #939393;
    position: relative;
}

.in_title ul li.on a::after {
    width: 100%;
    height: 3px;
    background: #fa7a0d;
    position: absolute;
    left: 0;
    bottom: -16px;
    content: '';
}

a.more {
    line-height: 48px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    width: 218px;
    border: 1px solid #fff;
    display: block;
    margin: 50px auto 0;
    text-align: center;
}

/* banner17 */
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0
}

.banner17 .shutter-img {
    z-index: 1
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner17 .shutter-img a {
    cursor: default
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none
}

.banner17:hover .shutter-btn {
    display: block
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

/* in_pro */
.in_pro .pro_box .tabBottom {
    display: none;

}

.in_pro .pro_box .tabBottom.on {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.in_pro .pro_box .tabBottom li {
    text-align: center;

}

.in_pro .pro_box .tabBottom li .pic {
    width: 218px;
    height: 218px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #faa154;
    display: block;
    margin: 0 auto;
}

.in_pro .pro_box .tabBottom li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.in_pro .pro_box .tabBottom li p {
    font-size: 20px;
    color: #939393;
    text-align: center;
    margin-top: 20px;
}

.in_pro .pro_box .tabBottom li p span {
    display: block;
    font-size: 16px;
    height: 16px;
    color: #939393;
    border-top: 1px solid #bababa;
    margin-top: 15px;
    padding-top: 15px;
}

.in_pro .pro_box .tabBottom li:hover img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/* in_pack */
.in_pack {
    padding: 40px 0 40px;
}

.in_pack .fl {
    width: 213px;
}

.in_pack ul {
    width: 1050px;
}

.in_pack ul li {
    float: left;
    margin-left: 22px;
    margin-bottom: 22px;
    width: 307px;
}

.in_pack ul li .pic {
    width: 307px;
    height: 199px;
    overflow: hidden;
    border-radius: 10px;
}

.in_pack ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.in_pack ul li:hover img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

/* in_about */
.in_about .about_t {
    background: url(../images/about_bg.jpg) no-repeat center;
    height: 500px;
}

.in_about .txt {
    width: 749px;
    padding: 210px 120px 0;
}

.in_about .txt h2 {
    font-size: 30px;
    color: #fa7a0d;
    margin-bottom: 15px;
    text-align: right;
}

.in_about .txt p {
    font-size: 18px;
    line-height: 36px;
    color: #515151;
}

.in_about .about_t .fr {
    margin-top: 100px;
    margin-right: 70px;
}

.in_about .about_box {
    background: url(../images/about_img.jpg) no-repeat top center;
}

.in_about .about_box .txt {
    width: 955px;
    padding: 190px 0 0 320px;
}

.in_about .numCount ul {
    width: 97%;
    margin-left: 3%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.in_about .numCount ul li {
    width: 20%;
    float: left;
    color: #fa7a0d;
    text-align: center;
}

.in_about .numCount ul li .numU {
    font-size: 50px;
    font-weight: bold;
    font-family: "MyFont";
}

.in_about .numCount ul li .indc {
    margin-top: 10px;
    font-size: 18px;
    color: #4f4f4f;
}

/* in_advan */
.in_advan {
    background: url(../images/advan_bg.jpg) no-repeat top center;
    color: #fff;
    overflow: hidden;
    padding: 40px 0 30px;
}

.in_advan .wrap {
    position: relative;
}

.in_advan img {

    margin-left: 5%;

    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    transition: transform .5s linear;
}

.in_advan img:hover {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.in_advan ul {
    width: 1000px;
    float: left;
}

.in_advan ul li {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;


}

.in_advan ul li h3 {
    color: #fa7a0d;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

.in_advan ul li span {

    color: #fff;
    background-color: #fa7a0d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.in_advan ul li p {
    color: #666;
    font-size: 16px;
}


/* in_honor */
.in_honor .picScroll-left .hd ul {
    font-size: 0;
    margin-top: 40px;
    zoom: 1;
    text-align: center;
}

.in_honor .picScroll-left .hd ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    cursor: pointer;
    background: url("../images/dot.png") no-repeat;
}

.in_honor .picScroll-left .hd ul li.on {
    background: url("../images/dot_on.png") no-repeat;
}

.in_honor .picScroll-left .bd {
    overflow: hidden;
}

.in_honor .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.in_honor .picScroll-left .bd ul li {
    width: 374px;
    float: left;
    _display: inline;
    margin-right: 41px;
}

.in_honor .picScroll-left .bd ul li .pic {
    width: 374px;
    height: 256px;
    overflow: hidden;
}

.in_honor .picScroll-left .bd ul li img {
    width: 374px;
    height: 256px;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.in_honor .picScroll-left .bd ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* in_news */
.in_news {
    padding-bottom: 60px;
}

.in_news .news_box .tabBottom {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.in_news .news_box .tabBottom.on {
    display: grid;
}



.in_news .news_box ul li span {
    color: #666;
    font-size: 16px;
    display: block;
}

.in_news .news_box ul li h3 {
    color: #fa7a0d;
    font-size: 20px;
    line-height: 60px;
}

.in_news .news_box ul li p {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

.in_impot .bottom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.in_impot .bottom .card {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    color: #fff;
    background: #ff780f;
    text-align: center;

}

.in_impot .bottom .card img {
    width: 100%;
}

.in_impot .bottom .card h3 {
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
}

.in_impot .bottom .card span {
    font-size: 14px;
    opacity: .8;
    padding-bottom: 20px;
}

.in_impot .bottom .card p {
    font-size: 18px;
    padding: 0 0 20px;
}

.in_advn {
    background: url(../images/ys.png) no-repeat top center;
    padding-bottom: 40px;
}

.in_advn h2 {
    text-align: center;
    font-size: 40px;
    color: #ffff;
    padding: 50px 0 10px;
}

.in_advn p {
    text-align: center;
    font-size: 20px;
    color: #ffff;
    padding-bottom: 20px;
}

.in_advn .bottom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.in_advn .bottom .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
}

.in_advn .bottom .card h3 {
    font-size: 28px;
    color: #fa7a0d;
    text-align: center;
    padding-bottom: 10px;

}

.in_advn .bottom .card p {
    font-size: 16px;
    color: #333;
}