body {
    margin: 0px 0px;
    padding: 0px 0px;
    overflow-x: hidden;
    font-family: 微软雅黑;
}

a {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666;
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BCBCBC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BCBCBC;
}

.blank10 {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}

.blank30 {
    width: 100%;
    height: 30px;
    clear: both;
    overflow: hidden;
}

.blank40 {
    width: 100%;
    height: 40px;
    clear: both;
    overflow: hidden;
}

.blank50 {
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
}

.blank60 {
    width: 100%;
    height: 60px;
    clear: both;
    overflow: hidden;
}

.blank70 {
    width: 100%;
    height: 70px;
    clear: both;
    overflow: hidden;
}

.blank80 {
    width: 100%;
    height: 80px;
    clear: both;
    overflow: hidden;
}

.blank90 {
    width: 100%;
    height: 90px;
    clear: both;
    overflow: hidden;
}

.blank100 {
    width: 100%;
    height: 100px;
    clear: both;
    overflow: hidden;
}

.blank110 {
    width: 100%;
    height: 110px;
    clear: both;
    overflow: hidden;
}

.blank120 {
    width: 100%;
    height: 120px;
    clear: both;
    overflow: hidden;
}

.blank130 {
    width: 100%;
    height: 130px;
    clear: both;
    overflow: hidden;
}

.blank140 {
    width: 100%;
    height: 140px;
    clear: both;
    overflow: hidden;
}

.blank150 {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
}

.blank160 {
    width: 100%;
    height: 160px;
    clear: both;
    overflow: hidden;
}

.blank170 {
    width: 100%;
    height: 170px;
    clear: both;
    overflow: hidden;
}

.blank180 {
    width: 100%;
    height: 180px;
    clear: both;
    overflow: hidden;
}

.blank190 {
    width: 100%;
    height: 190px;
    clear: both;
    overflow: hidden;
}

.blank200 {
    width: 100%;
    height: 200px;
    clear: both;
    overflow: hidden;
}

.bg-img {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 800px;
    text-align: center;
    position: fixed;
    z-index: -1;
    left: 0px;
    top: 0px;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: cover
}



.head-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
}

.headtop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headtop-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headtop-l>a>.img1 {
    width: auto;
    height: 55px;
    min-height: 30px;
    margin: 5px 0px 0 0;
    padding: 0px 0px;
    object-fit: cover;
}

.headtop-l>a {
    display: block;
    width: 100%;
    height: auto;
}

.headtop-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 0;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}


.mainnav-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 40px;
    margin: 0px 15px;
    padding: 0px 0px;
    position: relative;
    cursor: pointer;
}

.mainnav-drop:hover .mainnav-drop-c {
    display: block;
}

.mainnav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mainnav-drop>.label-drop:hover {
    color: #2c7ee9;
}

.mainnav-drop-c {
    box-sizing: border-box;
    display: none;
    width: 200px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 9999;
}

.mainnav-drop-c.w350 {
    width: 350px;
}

.mainnav-dropmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    cursor: pointer;
}


.mainnav-dropmenu-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-dropmenu-r>.label-dropmenuitem {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mainnav-dropmenu-r>.label-dropmenuitem:hover {
    background: #2c7ee9;
    color: #fff;
}

.headtop-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 180px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.searchbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 40px;
    height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border: solid 0px #ccc;
    border-radius: 0px;
    position: relative;
}

.searchbox>input {
    box-sizing: border-box;
    text-align: left;
    height: 30px;
    line-height: 30px;
    outline: none;
    border-radius: 5px;
    color: #666;
    margin: 0 0;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    position: absolute;
    z-index: 10;
    left: -155px;
    top: 0px;
    width: 150px;
    border: solid 1px #ddd;
}


.searchbox .label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    width: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 15;
    left: 0px;
    top: 0px;
    width: 0px;
}

.searchbox .fa-times-circle {
    margin: 0px 0px 0 0;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    width: 20px;
    display: none;
}

.headtop-r>.link2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 30px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    border: solid 0px #999;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}
.headtop-r>.link2>img{
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
}

.headtop-r>.link2:hover {
    text-decoration: none;
}

/*--------自适应--------*/


.myswiper1 {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
}

.myswiper1 .swiper-slide>a {
    display: block;
    float: left;
    width: 100%;
}

.myswiper1 .swiper-slide img {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.myswiper1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: 1;
    border-radius: 100%;
    border: solid 2px #fff;
    background-color: transparent;
}

.myswiper1 .swiper-pagination-bullet-active {
    background-color: #2c7ee9;
}

.myswiper1 .swiper-button-next {
    display: none;
}

.myswiper1 .swiper-button-prev {
    display: none;
}

.myswiper1 .swiper-button-next:after,
.myswiper1 .swiper-button-prev:after {
    content: '';
}

.myswiper1 .swiper-pagination {
    text-align: center;
}





.about-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 80px 0px;
    border-bottom: solid 1px #eee;
    background: #fff;
}

.aboutbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-t-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-t-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-t-a-a>.label-title {
    padding: 0px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #666;
    margin: 0 0 20px 0;
}

.aboutbox-t-a-a>.label3 {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.aboutbox-t-a-a>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
}

.aboutbox-t-a-a>.link4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
    margin: 20px 0px;
    padding: 0px 0px;
    border: solid 1px #ccc;
    border-radius: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #aaa;
    text-decoration: none;
}

.aboutbox-t-a-a>.link4:hover {
    color: #aaa;
    text-decoration: none;
}

.aboutbox-t-a-a>.link4:active {
    color: #aaa;
    text-decoration: none;
}

.aboutbox-t-a-a>.link4:visited {
    color: #aaa;
    text-decoration: none;
}

.aboutbox-t-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 0px 30px;
}

.aboutbox-t-a-b>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.aboutbox-t-a-b>a {
    display: block;
    width: 100%;
    height: auto;
}

.aboutbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.aboutbox-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px 0 0;
    padding: 0px 0px;
    border-right: solid 1px #eee;
}

.aboutbox-b>.aboutbox-b-a:nth-last-child(1) {
    border-right: none;
}

.aboutbox-b-a>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 60px;
    font-weight: normal;
    color: #ccc;
}



.aboutbox-b-a>.label2 {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
}

.aboutbox-b-a>.label2:hover {
    margin: 10px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #2c7ee9;
}

/*--------自适应--------*/


.wrap-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.foot-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #060606;
}

.foot {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 50px 0px 0 0;
}

.foot-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.foot-cnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.foot-cnt-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.foot-cate {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.33%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    background: transparent;
}

.foot-cate-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px;
}

.foot-cate-t>.label-title {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.foot-cate-t>.label-title:after {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background-color: #fff;
    content: '';
}


.foot-cate-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.foot-cate-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 35px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.foot-cate-item>.label-item {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    text-transform: capitalize;
}

.foot-contact {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.33%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.foot-contact-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.foot-contact-t>.label-title {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
    position: relative;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.foot-contact-t>.label-title:after {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.foot-contact-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 10px 0px;
}

.foot-contact-b>.label-text {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}

.foot-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: solid 1px #333;
}

.foot-b>.label1 {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #888;
}

.foot-b>.link-sitemap {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
    text-decoration: none;
}

.foot-b>.link-sitemap:hover {
    color: #aaa;
    text-decoration: none;
}

.foot-b>.link-sitemap:active {
    color: #aaa;
    text-decoration: none;
}

.foot-b>.link-sitemap:visited {
    color: #aaa;
    text-decoration: none;
}

/*--------自适应--------*/


.homepro-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 60px 0px 30px 0;
    background: #fff;
}

.homepro {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homepro-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 0px;
}

.homepro-t>.label-title {
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #666;
}

.homepro-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 30px 0;
}

.homepro-m>.link-cat-on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0px 10px 0px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background: #2c7ee9;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.homepro-m>.link-cat-on:hover {
    color: #fff;
    text-decoration: none;
}

.homepro-m>.link-cat-on:active {
    color: #fff;
    text-decoration: none;
}

.homepro-m>.link-cat-on:visited {
    color: #fff;
    text-decoration: none;
}

.homepro-m>.link-cat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 10px 10px 0px 0px;
    padding: 10px 20px;
    border: solid 1px #ddd;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

.homepro-m>.link-cat.on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 10px 10px 0px 0px;
    padding: 10px 20px;
    border: solid 1px #ddd;
    border-radius: 20px;
    background: #2c7ee9;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}



.homepro-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homepro-b.hide {
    display: none !important;
}

.homeproitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 23%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 15px 15px;
    border: solid 1px #eee;
    background: #fff;
}

.homeproitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 250px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.homeproitem-t>a {
    width: 100%;
    height: 250px;
}

.homeproitem-t .img {
    width: 100%;
    height: 250px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeproitem-t .img:hover {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.homeproitem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 5px;
}

.homeproitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeproitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.homeproitem-info-t>.label-title {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.homeproitem-info-t>.label-title:hover {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #2c7ee9;
}


/*--------自适应--------*/





.latest-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 50px 0px;
    background: #eee;
}

.latestnews {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
    background: #eee;
}

.latestnews-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 10px;
}

.latestnews-t-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.latestnews-t-l>.label-title {
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.latestnews-t-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
    min-width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.latestnews-t-r>.button-companynews.on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    margin: 0px 0px 0px 20px;
    padding: 0px 20px;
    border: solid 0px #ccc;
    border-radius: 30px;
    background: #2c7ee9;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.latestnews-t-r>.button-companynews {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    margin: 0px 0px 0px 20px;
    padding: 0px 20px;
    border: solid 1px #ccc;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

.latestnews-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.lastestitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
    background: #eee;
}

.lastestitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.lastestitem-t>a {
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.lastestitem-t .img {
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.lastestitem-t .img:hover {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.lastestitem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 5px;
}

.latestnews .latestnews-m.hide {
    display: none !important;
}

.lastestitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.lastestitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.lastestitem-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.lastestitem-info-t-a>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.lastestitem-info-t-a>.label1:hover {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #2c7ee9;
}

.lastestitem-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 0px;
}

.lastestitem-info-b>.label1 {
    margin: 0px 6px 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.lastestitem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.lastestitem-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.lastestitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.lastestitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #888;
}

/*--------自适应--------*/


.leavemsg-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 120px 0px;
}

.leavemsg {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1100px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 50px;
    background-color: #fff;
}

.leavemsg-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
}

.leavemsg-t>.label1 {
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #666;
}

.leavemsg-t>.label2 {
    margin: 20px 0px;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.leavemsg-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.leavemsg-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.leavemsg-b-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.leavemsg-b-a>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ddd;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.leavemsg-b-c>.area1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 250px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    border: solid 1px #ddd;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.leavemsg-x {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 20px 0px;
}

.leavemsg-x>.button1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 20px;
    background: #2c7ee9;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.qqservice-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.qqservice {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.qqservice-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 5px 0px;
    padding: 0px 0px;
    position: relative;
    border-radius: 5px;
    background: #2c7ee9;
}

.qqservice-item-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.qqservice-item-t>.label-icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.qqservice-item-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.qqservice-item-b>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.qqservice-item:hover .qqservice-item-c {
    display: block;
}

.qqservice-item-c {
    box-sizing: border-box;
    display: none;
    width: auto;
    height: auto;
    margin: 0px 0px;
    padding: 0px 10px;
    position: absolute;
    z-index: 100;
    right: 50px;
    bottom: 0px;
}

.qqservice-show {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 10px;
    border: solid 1px #ddd;
    background: #fff;
}

.qqservice-show-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #0a65b9;
}

.qqservice-show-t>.img {
    width: 125px;
    height: 125px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.qqservice-show-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.qqservice-show-b>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/