/*-----------------------------------*/


/* sincol 20210203 app */


/*-----------------------------------*/

body.phone {
    min-width: 320px;
}

body.phone .sin-line70 {
    height: 25px;
}

body.phone .sin-line50 {
    height: 15px;
}

body.phone .sin-line40 {
    height: 15px;
}

body.phone .sin-line20 {
    height: 10px;
}

body.phone .sin-line30 {
    height: 10px;
}

body.phone {
    background-color: #fff;
}

body.phone span.h5 {
    display: none;
}

body.phone .sin-header {
    height: auto;
}

body.phone .sin-main {
    width: 100%
}

body.phone .sin-header-right {
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding-top: 5px;
    padding-bottom: 7px;
}

body.phone .sin-header-right::-webkit-scrollbar {
    display: none;
}

body.phone .sin-header-right::-webkit-scrollbar-track {
    display: none;
}

body.phone .sin-header-right::-webkit-scrollbar-thumb {
    display: none;
}

body.phone .sin-header-right ul {
    width: 1000px;
    display: flex;
}

body.phone .sin-header-right ul li p {
    top: 105px;
    left: 5%;
    width: auto;
    justify-content: space-between;
    padding: 8px 30px;
}

body.phone .sin-header-right ul li:hover p {
    display: block;
}

body.phone .sin-header-right ul li i {
    color: #999;
}

body.phone .sin-header-right ul li {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    position: initial;
}

body.phone .sin-header .sin-main {
    display: block;
}

body.phone .sin-header-left {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.phone .sin-header-left img {
    height: 33px;
}

body.phone .sin-header-left .back {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
}

body.phone .sin-header-left .back i {
    font-size: 20px;
    color: #999;
}

body.phone .sin-title1 {
    border: none;
}

body.phone .sin-title1.st2 {
    border: none;
}

body.phone .sin-title1 .lbox {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

body.phone .sin-title1 .rbox {
    display: none;
}

body.phone .sin-title1::before {
    display: none;
}

body.phone .sin-title1 .lbox span {
    display: block;
    color: #b8b8bd;
    font-size: 16px;
    font-weight: normal;
    padding-top: 8px;
}

body.phone .sin-title1 .lbox strong {
    font-size: 22px;
    display: block;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    position: relative;
}

body.phone .sin-title1 .lbox strong:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #c50018;
    bottom: -1px;
    left: calc(50% - 45px);
    z-index: 99;
}

body.phone .sin-title1.st2 .lbox strong:before {
    background-color: #fff;
}

body.phone .sin-list1,
body.phone .sin-list5 {
    display: block;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

body.phone .sin-list1 dd .line,
body.phone .sin-list5 dd .line {
    display: none;
}

body.phone .sin-list1 dl,
body.phone .sin-list5 dl {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 25px;
}

body.phone .sin-list1 dt,
body.phone .sin-list5 dt {
    width: 35%;
    box-sizing: border-box;
    border: solid 1px #ededed;
    padding: 3px;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

body.phone .sin-list1 dt {
    min-height: auto;
}

body.phone .sin-list1 dt img,
.sin-list5 dt img {
    width: 100%;
}

body.phone .sin-list1 dd,
body.phone .sin-list5 dd {
    width: 63%;
    padding: 0;
}

body.phone .sin-list1 dd .tx,
body.phone .sin-list5 dd .tx {
    font-size: 18px;
    line-height: 1.2;
    max-height: 40px;
    overflow: hidden;
    padding-bottom: 4px;
}

body.phone .sin-list1 dd .txt,
body.phone .sin-list5 dd .txt {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    height: 30px;
    overflow: hidden;
    color: 999;
}

body.phone .sin-list1 dd .more a,
body.phone .sin-list5 dd .more a {
    font-size: 12px;
    display: inline-block;
    padding: 2px 5px;
}

body.phone .sin-list1 dd .more span,
.sin-list5 dd .more span {
    font-size: 12px;
}

body.phone .sin-list1 dl:hover dt,
body.phone .sin-list5 dl:hover dt {
    box-shadow: none;
}

body.phone .sin-list2 {
    padding: 0 10px;
}

body.phone .sin-list2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.phone .sin-list2 ul li {
    background-color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    width: 49%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 70px;
}

body.phone .sin-list2 ul li .img {
    width: 85%;
    position: relative;
    right: 5px;
    bottom: 5px;
}

body.phone .sin-list2 ul li:first-child {
    width: 100%;
}

body.phone .sin-list2 ul li:first-child .img {
    width: 95%;
}

body.phone .sin-list2 ul.page li:first-child .img {
    width: 95%;
}

body.phone .sin-list2 ul li .txt {
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
}

body.phone .sin-list2 ul li .txt strong {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 3px;
    display: block;
}

body.phone .sin-list2 ul li .txt a {
    font-size: 12px;
    padding: 2px 8px;
}

body.phone .sin-list2 ul li:nth-child(2),
body.phone .sin-list2 ul li:nth-child(4),
body.phone .sin-list2 ul li:nth-child(6),
body.phone .sin-list2 ul li:nth-child(8),
body.phone .sin-list2 ul li:nth-child(10) {
    margin-left: 0;
}

body.phone .sin-list2 ul li:nth-child(3),
body.phone .sin-list2 ul li:nth-child(5),
body.phone .sin-list2 ul li:nth-child(7),
body.phone .sin-list2 ul li:nth-child(9),
body.phone .sin-list2 ul li:nth-child(11) {
    margin-left: 0px;
}

body.phone .sin-list2 ul.page li:first-child {
    height: auto;
}

body.phone .sin-list3 {
    padding: 0 10px;
}

body.phone .sin-list3 ul {
    padding: 10px;
}

body.phone .sin-list3 ul li {
    width: 50%;
    padding: 15px 0;
}


/* ----------------------------------------------------------------------------------------- */

body.phone .sin-txtbox2 {
    padding: 12px;
    margin-top: 10px;
}

body.phone .sin-txtbox1 dd p.st2 {
    font-size: 16px;
    line-height: 1.6;
}

body.phone .sin-list6 {
    padding: 0 10px;
}

body.phone .sin-list6 dl {
    padding: 10px;
    margin-bottom: 10px;
}

body.phone .sin-list6 dt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

body.phone .sin-list6 dd {
    width: calc(100% - 66px);
}

body.phone .sin-list6 dd .tx {
    font-size: 20px;
    line-height: 1.3;
}

body.phone .sin-list6 dd .date {
    font-size: 14px;
    padding-top: 5px;
}

body.phone .sin-list6 dd .txt {
    padding-top: 10px;
    line-height: 1.5;
    font-size: 14px;
    max-height: 190px;
}

body.phone .sin-about h2 {
    font-size: 24px;
    line-height: 1.6;
}

body.phone .sin-about h5 {
    font-size: 12px;
}

body.phone .sin-txtbox1 dd.sin-about p {
    font-size: 16px;
    line-height: 1.5 !important;
}

body.phone .sin-txtbox1 dd p {
    line-height: 1.4;
    padding: 5px 0;
}

body.phone .sin-txtbox1 dd.sin-about p i {
    font-size: 20px;
}


/* ----------------------------------------------------------------------------------------- */

body.phone .sin-content {
    padding: 0px 10px;
}

body.phone .sin-content h1 {
    font-size: 22px;
    line-height: 1.5;
}

body.phone .sin-content .description {
    border: solid 1px #ededed;
    padding: 10px;
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}

body.phone .sin-content .date {
    display: flex;
    justify-content: space-between;
    text-align: left;
    color: #999;
    font-size: 12px;
}

body.phone .sin-content .date span {
    padding-left: 0px;
}

body.phone .sin-content .txt {
    background-color: #f7f7f7;
    padding: 10px 15px;
    margin-top: 5px;
}

body.phone .sin-content .page {
    display: block;
    padding: 10px 0;
    line-height: 2;
}

body.phone .sin-content .txt p {
    font-size: 16px;
    line-height: 1.6;
}


/* ----------------------------------------------------------------------------------------- */

body.phone .sin-path {
    display: none;
}

body.phone .sin-view-page .sin-banner1 {
    display: none;
}

body.phone .sin-footer {
    height: auto;
    padding-bottom: 20px;
}

body.phone .sin-footer .sin-main {
    background-position: 100% 0px;
    background-size: 30%;
    height: auto;
    display: block;
}

body.phone .sin-footer .lbox {
    padding-top: 20px;
    justify-content: center;
}

body.phone .sin-footer .rbox {
    padding-top: 10px;
}

body.phone .sin-footer .rbox .wx {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    display: block;
    align-items: center;
}

body.phone .sin-footer .rbox .wx span {
    display: block;
    position: relative;
    padding: 5px;
    top: 0px;
    left: 0;
    margin: 0 auto;
}

body.phone .sin-footer .rbox .wx strong {
    padding-top: 10px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

body.phone .sin-footer .rbox p,
body.phone .sin-footer .rbox a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}


/* ----------------------------------------------------------------------------------------- */

body.phone .sin-txtbox1 dl {
    display: block;
}

body.phone .sin-txtbox1 dt {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

body.phone .sin-txtbox1 dt img {
    position: relative;
    z-index: 5;
    left: 0px;
    top: 0;
    width: 100%;
}

body.phone .sin-txtbox1 dd {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

body.phone .sin-list4 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin: 0px;
    padding: 0 10px;
}

body.phone .sin-list4 ul li .img {
    height: auto;
}

body.phone .sin-list4 ul li {
    width: 49%;
    text-align: center;
    padding: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

body.phone .sin-grouphonor {
    background-size: 100%;
}

body.phone .sin-txtbox1 dd p {
    font-size: 18px;
}

body.phone .sin-title1 .lbox p {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

body.phone .sin-title1 .lbox p strong {
    color: #999;
    padding-right: 0px;
    font-weight: 400;
}

body.phone .sin-title1 .lbox p strong {
    color: #999;
    padding-right: 0px;
    font-weight: 400;
}

body.phone .sin-title1 .lbox p strong:before {
    display: none;
}

body.phone .sin-title1 .lbox p strong.on:before {
    display: block;
}

body.phone .sin-list-news .sin-title1 .lbox span {
    display: none;
}


/* ----------------------------------------------------------------------------------------- */

body.phone .sin-banner1 {
    height: auto;
    width: 100%;
    overflow: hidden;
}

body.phone .sin-banner1 .img {
    height: auto;
}

body.phone .sin-banner1 .img img {
    display: block;
    width: 150%;
    margin-left: -25%;
}

body.phone .sin-more {
    display: block;
    text-align: center;
    padding-top: 25px;
}

body.phone .sin-more a {
    display: inline-block;
    padding: 6px 20px;
    border: solid 1px #dbdbdb;
    border-radius: 100px;
    color: #666;
}

body.phone .sin-list2 .sin-more a {
    border: solid 1px #fff;
    color: #fff;
}

body.phone .sin-slide .swmain .swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

body.phone .sin-slide .swmain img {
    height: auto;
    width: 140%;
    margin-left: -20%;
    position: relative;
    z-index: 5;
}

body.phone .swiper-button-next,
body.phone .swiper-container-rtl .swiper-button-prev {
    display: none;
}

body.phone .sin-home-organization .img img {
    width: 95%;
}

body.phone .zzjg-36685 {
    display: none;
}

body.phone .zzjg-36634 {
    display: inline-block;
}

body.phone .sin-equipment {
    display: flex;
}

@media screen and (min-width:320px) and (max-width:800px) {
    .sin-equipment {
        display: flex;
    }
}