html, body {
    font-family: "Microsoft YaHei", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 50px 0 0 0;
    margin: 0;
    /*height: 100%;*/
    width: 100%;
    position: relative;
}

.cursor {
    cursor: pointer;
}

a {
    color: #000;
}

.fr {
    float: right;
}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.errorInfo{
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 0 auto;
    min-height: 300px;
    padding: 80px;
}

/*公共的标题样式*/
.title {
    position: relative;
    padding-top: 83px;
    text-align: center;
    margin-bottom: 60px;
}

.title > h2 {
    position: absolute;
    top: 69px;
    /*left: 610px;*/
    height: 73px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    text-align: center;

    /*border-bottom: 1px solid #cccccc;*/
}

.bj-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background-color: #f4f4f4;
    z-index: -1;
}

.title > span {
    width: 429px;
    height: 39px;
    font-size: 51px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    /* Center slide text vertically */
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    */
}

.banner-wrapper {
    height: 300px;
    background: center/cover no-repeat;
}

.banner-home {
    height: 580px;
    position: relative;
}
.banner-home .banner-swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 3;
    bottom: 15px;
}
/*
.banner-home .banner-swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.banner-home .banner-swiper-pagination .swiper-pagination-bullet-active {
    display: inline-block;
    background: #fff;
    width: 20px;
}*/

.banner-wrapper > .content > .title {
    padding-top: 200px;
}

.banner-wrapper > .content > .title > h2 {
    top: 186px;
    color: #ffffff;
}

.content-wrapper {
    font-size: 0;
}

.page-content {
    position: relative;
}

.content-wrapper > .left-list {
    width: 280px;
    display: table-cell;
    background: #f4f4f4;
    overflow: auto;
    position: relative;
}

.content-wrapper > .left-list > ul {
    width: 280px;
    padding: 60px 0;
    font-size: 16px;
    overflow: auto;
    float: right;
}

.content-wrapper > .left-list li {
    position: relative;
    min-width: 175px;
    max-width: 230px;
    display: table;
    padding: 10px 10px 10px 20px;
    line-height: 175%;
    border-radius: 5px;
    word-wrap: break-word;
}

.left-list a, .left-list i {
    display: table-cell;
}

.content-wrapper > .left-list li > i {
    color: #f4f4f4;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}

.content-wrapper > .left-list li a {
    color: #333;
    width: 85%;
}

.content-wrapper > .left-list li.active a {
    color: #fff;
}

.active {
    background: #ff6500;
    color: #fff;
}

.news-list-wrapper > .content > .list-right > .news-tag > ul > li.active {
    color: #fff;
    background: #ff6500;
    border: solid 1px #ff6500;
}

.active > i,
.active > a {
    color: #fff;
}

.content-wrapper > .right-content {
    font-size: 16px;
    display: table-cell;
    background: #fff;
    height: 100%;
    vertical-align: top;
}

.content-wrapper > .right-content > .main-content {
    width: 920px;
    min-height: 550px;
    padding: 60px 0 60px 60px;
    box-sizing: border-box;
    line-height: 175%;
    /*text-align: justify;*/
}

.content-wrapper > .right-content > .main-content img {
    max-width: 100%;
    height: auto;
}

.info-content p,
.main-content p {
    line-height: 175%;
}

.info-content td > p {
    vertical-align: middle !important;
    height: 100%;
    margin: 0;
    padding-left: 20px;
}

.news-detail {
    line-height: 175%;
}

.download-wrapper {
    margin-bottom: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background-color: #666666;
    padding-left: 20px;
    color: #fff;
    position: relative;
}

.download-wrapper > .download-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
}

.download-wrapper > .download-info .iconfont {
    font-size: 33px;
    vertical-align: middle;
    color: #fff;
}

.download-wrapper > .download-info > span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff6500;
    margin-left: 30px;
    float: right;
}

.download-wrapper > .download-info > span > .iconfont {
    margin-left: 0;
}

.content-wrapper > .right-content > .main-content > h3 {
    font-weight: 600;
    line-height: 175%;
}

.nav-wrapper {
    padding-top: 20px;
}

.nav-wrapper .tabs-wrapper > .tabs {
    font-size: 0;
}

.nav-wrapper .tabs-wrapper > .tabs > li {
    display: inline-block;
    border-radius: 6px 6px 0 0;

}

.nav-wrapper .tabs-wrapper > .tabs > li > a {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.tabs > .active {
    color: #fff;
    background: #ff6500;
}

.nav-wrapper .presentation-wrapper {
    background: #ff6500;
}

.presentations {
    font-size: 0;
    color: #fff;
    padding: 10px 20px 6px 20px;
}

.presentations > li {
    display: inline-block;
    padding: 6px 10px;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.presentations > li > a {
    font-size: 14px;
    color: #fff;
}

.presentations > li:hover {
    background: rgba(0, 0, 0, .5);
}

.presentations > li.on {
    background: rgba(0, 0, 0, .5);
}

.goods-wrapper {
    padding-bottom: 60px;
}

.goods-wrapper > .content > .goods {
    font-size: 0;
    padding-top: 60px;
    width: 1260px;
}

.goods-wrapper > .content > .goods > .good {
    display: inline-block;
    width: 355px;
    height: 220px;
    font-size: 14px;
    margin: 10px 38px 170px 15px;
    position: relative;
    vertical-align: top;
}

.goods-wrapper > .content > .goods > .good > a > img {
    width: 355px;
    height: 220px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.good > h3 {
    margin: 20px 0;
    font-size: 20px;
}

.good > p {
    line-height: 24px;
    color: #666666;
    height: 72px;
}

.mask {
    display: none;
    width: 355px;
    height: 220px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    line-height: 220px;
}

.goods > .good:hover .mask {
    display: block;
}

.mask > .iconfont {
    display: inline-block;
    width: 82px;
    height: 82px;
    background: #fff;
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
}

.pages {
    border-top: 1px solid #d8d8d8;
    height: 110px;
}

.solution-wrapper {
    padding-top: 60px;
}

.solution-wrapper > .content > .solution-list {
    font-size: 0;
    padding-bottom: 30px;
    width: 1260px;
}

.solution-wrapper > .content > .solution-list > li {
    display: inline-block;
    width: 360px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    margin: 10px 30px 60px 15px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.solution-list > li > a {
    width: 360px;
    height: 189px;
    display: block;
}

.solution-list > li > a > img {
    width: 360px;
    height: 189px;
    display: block;
}

.solution-list > li > h3 {
    margin-top: 40px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #0e0eff;
    padding-left: 21px;
}

.solution-list > li > p {
    padding: 0 21px;
    height: 108px;
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}

.solution-list > li > a.more {
    position: absolute;
    left: 125px;
    bottom: 43px;
    display: block;
    width: 110px;
    height: 40px;
    background-color: #ff6500;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

/*商品详情css样式*/
.good-wrapper {
    padding-top: 20px;
}

.breadcrumb {
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
}

.breadcrumb > li {
    font-size: 14px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.breadcrumb > li > a {
    color: #000;
}

.breadcrumb > li + li:before {
    content: '>';
    padding: 0 5px;
}

.good-name {
    padding: 60px 0 40px 0;
}

.good-name > h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
}

.main-content > h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 150%;
}

.classes-wrapper {
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 150%;
    padding-bottom: 15px;
}

.classes,
.model {
    display: inline-block;
    color: #666666;
}

.model {
    margin-left: 50px;
}

/*商品轮播*/
.good-swiper {
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
}

.good-swiper > .iconfont {
    position: absolute;
    top: 220px;
    font-size: 50px;
    color: #999;
}

.good-container {
    width: 600px;
    height: 395px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.good-container img {
    width: 600px;
    height: 395px;
}

.good-thumbs {
    width: 540px;
    height: 80px;
    margin: 0 auto;
}

#thumb-slideshow .thumb-img {
    width: 100px;
    height: 60px;
    padding: 10px;
    float: left;
}

#thumb-slideshow .thumb-img img {
    width: 100%;
    height: 100%;
}

/*资料下载和产品信息*/
.good-info {
    margin: 0 auto;
    padding-bottom: 30px;
    min-height: 500px;
}

.good-trait {
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
}

.good-trait > li {
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    background-color: #eaeaea;
    padding: 0 15px;
    cursor: pointer;
}

.good-trait > li + li {
    margin-left: 10px;
}

.good-trait > .active {
    color: #fff;
    background-color: #666666;
}

.page-wrapper {
    padding-top: 51px;
}

.news-list-wrapper > .content {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}

.news-list-wrapper > .content > .list-left {
    padding-right: 50px;
    width: 870px;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #d8d8d8;
    /*text-align: justify;*/
}

.news-list-wrapper > .content > .list-left img {
    max-width: 100%
}

.list-left > ul {
    min-height: 700px;
}

.news-list-wrapper > .content > .list-left p {
    line-height: 175%;
    font-size: 16px;
}

.news-list-wrapper > .content > .list-left > ul > li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
}

.news-list-wrapper > .content > .list-left > ul > li + li {
    padding: 40px 0;
}

/*.news-list-wrapper>.content>.list-left>ul>li>a{
    color: #000;
}*/
.news-list-wrapper > .content > .list-left > ul > li > .img-wrapper {
    width: 300px;
    height: 158px;
    display: table-cell;
    vertical-align: top;
    padding-right: 70px;
}

.news-list-wrapper > .content > .list-left > ul > li > .img-wrapper > a > img {
    width: 300px;
    border-radius: 6px;
    height: 225px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    margin-left: 14px;
}

.news-list-wrapper > .content > .list-left > ul > li > .news-content {
    display: table-cell;
}

.news-list-wrapper > .content > .list-left > ul > li > .news-content > .tag {
    line-height: 175%;
    color: #1253d1;
}

.news-list-wrapper > .content > .list-left > ul > li > .news-content > h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px;
}

.news-list-wrapper > .content > .list-left > ul > li > .news-content > p {
    line-height: 175%;
    margin-bottom: 10px;
    height: 83px;
    text-indent: 0;
    overflow: hidden;
    white-space: inherit;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-list-wrapper > .content > .list-left > ul > li > .news-content > p::after {
    top: -1.5em;
}

.news-list-wrapper > .content > .list-left > h2 {
    text-align: center;
    width: 820px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 32px;
    margin-bottom: 28px;
}

.news-list-wrapper > .content > .list-left > .download-wrapper {
    margin-top: 60px;
}

.news-list-wrapper > .content > .list-left > .article {
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 60px;
}

.news-list-wrapper > .content > .list-right {
    float: right;
    padding: 0 0 0 28px;
    vertical-align: top;
    width: 290px;
}

.news-list-wrapper > .content > .list-right > div > .relation-wrapper {
    margin-bottom: 60px;
}

.news-list-wrapper > .content > .list-right h3 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
}

.news-list-wrapper > .content > .list-right > div > .relation-wrapper > ul {
    padding-top: 30px;
    line-height: 24px;
    font-size: 14px;
}
.news-list-wrapper > .content > .list-right > div > .relation-wrapper > ul h4{
    font-weight: normal;
}

.news-list-wrapper > .content > .list-right > div > .relation-wrapper > ul > li {
    margin-bottom: 30px;
}

.news-list-wrapper > .content > .list-right > div > .news-tag > ul {
    padding-top: 30px;
    line-height: 24px;
    font-size: 0
}

.news-list-wrapper > .content > .list-right > div > .news-tag > ul > li {
    display: inline-block;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 12px;
    margin-right: 10px;
}

.news-list-wrapper > .content > .list-right > div > .news-tag > ul > li.active {
    border: none;
}

.search-list-wrapper > .content {
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
}

.search-list-wrapper > .content > .list-left {
    width: 1200px;
    box-sizing: border-box;
    float: left;
}

.search-list-wrapper > .content > .list-left img {
    max-width: 100%
}

.list-left > ul {
    min-height: 700px;
}

.search-list-wrapper > .content > .list-left p {
    line-height: 175%;
    font-size: 16px;
}

.search-list-wrapper > .content > .list-left > ul > li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
}

.search-list-wrapper > .content > .list-left > ul > li + li {
    padding: 40px 0;
}

/*.search-list-wrapper>.content>.list-left>ul>li>a{
    color: #000;
}*/
.search-list-wrapper > .content > .list-left > ul > li > .img-wrapper {
    width: 300px;
    height: 158px;
    display: table-cell;
    vertical-align: top;
    padding-right: 70px;
}

.search-list-wrapper > .content > .list-left > ul > li > .img-wrapper > a > img {
    width: 300px;
    border-radius: 6px;
    height: 225px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    margin-left: 14px;
}

.search-list-wrapper > .content > .list-left > ul > li > .search-content {
    display: table-cell;
}

.search-list-wrapper > .content > .list-left > ul > li > .search-content > .tag {
    line-height: 175%;
    color: #1253d1;
}

.search-list-wrapper > .content > .list-left > ul > li > .search-content > h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px;
}

.search-list-wrapper > .content > .list-left > ul > li > .search-content > p {
    line-height: 175%;
    margin-bottom: 10px;
    height: 83px;
    text-indent: 0;
    overflow: hidden;
}

.search-list-wrapper > .content > .list-left > ul > li > .search-content > p::after {
    top: -1.5em;
}

.search-list-wrapper > .content > .list-left > h2 {
    text-align: center;
    width: 820px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 32px;
    margin-bottom: 28px;
}

.search-list-wrapper > .content > .list-left > .download-wrapper {
    margin-top: 60px;
}

.search-list-wrapper > .content > .list-left > .article {
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 60px;
}

#pages a {
    display: inline-block;
    /*float:left;*/
    border: 1px solid #cccccc;
    overflow: hidden;
    margin: 3px;
    color: #333;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

#pages span {
    display: inline-block;
    /*float:left;*/
    border: 1px solid #cccccc;
    overflow: hidden;
    margin: 3px;
    color: #333;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

#pages span.prev-disabled{
    background: #eee;
}

#pages .layui-laypage-curr {
    background: #ff6500;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #ff6500;
}

#pages .layui-laypage-curr em {
    font-style: normal
}

#pages .current_page {
    background: #ff6500;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #ff6500;
}

/*新闻详情的上一篇下一篇*/

.vessel {
    height: 90px;
    font-size: 0
}

.vessel > div {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vessel > div > .iconfont {
    font-size: 18px;
    display: inline-block;

}

.vessel > div > a {
    color: #1253d1;
    display: inline-block;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.vessel .next {
    text-align: right;
    border-left: 1px solid #d8d8d8;
    padding-left: 40px;
    padding-right: 0;
}

#thumb-slideshow {
    width: 100%;
    height: 100%;
}

#thumb-slideshow img {
    width: 118px;
    margin-right: 20px;
    height: 78px;
    border: 1px solid rgba(255, 255, 255, 0);
}

#thumb-slideshow .active-nav img {
    border: 1px solid #ccc;
}

/*商品图片hover效果*/
.info-content {
    margin: 30px 0;
    overflow: auto;
    line-height: normal;
}

/*多行文本溢出省略*/
.wrap {
    overflow: hidden;
}

.wrap > .text {
    float: right;
    width: 100%;
    margin-left: -5px;
    white-space: inherit;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.wrap::before {
    float: left;
    content: '';
    display: block;
    width: 5px;
    height: 100%;
}

.wrap::after {
    /*
    float: right;
    content: "...";
    height: 1.5em;
    background: #fff;
    box-shadow: -5px 0 5px 5px rgba(255, 255, 255, 1);
    line-height: 1em;
    width: 3em;
    margin-left: -3em;
    position: relative;
    left: 100%;
    top: -1.3em;
    padding-right: 5px;
    */
}

/*联系我们提交表单*/
.forms {
}

.forms > p {
    margin-bottom: 12px;
}

.forms > p > .title {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
    padding-top: 0;
    text-align: right;
}

.forms > p > input {
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
}

.forms > p > textarea {
    font-family: "Microsoft YaHei", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 5px;
    vertical-align: top;
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.forms > p > button {
    width: 100px;
    height: 30px;
    font-size: 17px;
    border-radius: 4px;
}

/*主页弹窗*/

.mes-wrapper2 {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    background: #EEE;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.mes-wrapper {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 100;
    background: #ff6500;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.mes-wrapper > i {
    font-size: 24px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
}

.mes-wrapper > .close {
    display: none;
}


.board-wrapper {
    width: 250px;
    height: 428px;
    position: fixed;
    bottom: 140px;
    right: 15px;
    z-index: 100;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.board-wrapper > .board-header {
    height: 102px;
    width: 100%;
    text-align: center;
    background: #ff6500;
    display: table;
    padding-left: 10px;
}

.board-wrapper > .board-header > .img-wrapper {
    width: 67px;
    display: table-cell;
    vertical-align: middle;
}

.board-wrapper > .board-header > .img-wrapper > img {
    width: 67px;
    margin-right: 5px;
}

.board-wrapper > .board-header > .hint {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
}

.board-wrapper > #message-wrapper {
    padding: 16px;
}

.board-wrapper > #message-wrapper > input {
    margin-bottom: 8px;
    font-size: 13px;
    display: block;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    height: 31px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.board-wrapper > #message-wrapper > textarea {
    display: block;
    width: 218px;
    height: 108px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 13px;
}

#message-wrapper::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #757575;
    font-size: 13px;
}

#message-wrapper:-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: #757575;
    font-size: 13px;
}

#message-wrapper::-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: #757575;
    font-size: 13px;
}

#message-wrapper:-ms-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #757575;
    font-size: 13px;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #757575;
    font-size: 13px;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #757575;
    font-size: 13px;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #757575;
    font-size: 13px;
}

textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #757575;
    font-size: 13px;
}

#send {
    width: 35%;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    background: #cccccc;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
    display: inline-table;
}

.clickable {
    background: #ff6500 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table,
table tr th,
table tr td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.75;
    /*
	vertical-align: middle;
	*/
}

.clearfix {
    display: block;
    #zoom: 1;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.h30 {
    height: 30px;
}

.h90 {
    height: 90px;
}

.download-list .h30 {
    height: 30px;
}

.download-list {
    margin-bottom: 30px;
}

.download-list ul {
    overflow: hidden;
}

.download-list ul.download-title {
    line-height: 200%;
    border-bottom: 1px solid #eee;
    background: #F7F7F7;
    overflow: hidden;
    display: block;
    text-indent: 5px;
    clear: both;
}

.download-list li {
    line-height: 200%;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: block;
}

.download-list .left {
    width: 62%;
    float: left;
    text-indent: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.download-list .middle {
    width: 30%;
    float: left;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.download-list .right {
    width: 8%;
    float: left;
    text-align: center;
}

img {
    vertical-align: middle;
}
video {
    vertical-align: middle;
}

.noData {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 200px;
    padding: 30px;
}

.search-left {
    width: 1200px;
}

.h30 {
    height: 30px;
}

.swiper-container-free-mode>.swiper-wrapper {
    overflow: hidden;
}

.swiper-container-goods {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.good-swiper .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #333;
}
.good-swiper .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #333;
}

.banner-container .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
}
.banner-container .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
}
.banner-container .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}
.banner-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    border-radius: 50px;
    opacity: 1;
}

.news-swiper-container .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
}
.news-swiper-container .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
}
.news-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
}
.news-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs img {
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs-list {
    display: table;
}

.gallery-thumbs-list .swiper-slide {
    display: table;
    float: left;
}

* html .gallery-thumbs-list .swiper-slide {
    display: inline
}

.content-wrapper > .right-content > .annex-content{
    width: 100%;
}
.content-wrapper > .right-content > .annex-main-content{
    width: 1200px; padding: 60px 0 60px 0;
}

@media all and (min-width: 0px) {
    html > body .gallery-thumbs-list .swiper-slide {
        display: inline-block;
        float: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        background-attachment: scroll !important;
        background-position: 0 0;
        background-size: cover !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    table {
        width: 100%;
        max-width:100%;
        min-width: 100%;
        border-collapse: collapse;
        border: 1px solid #ccc;
        word-wrap: break-word;
        white-space: inherit;
        overflow: hidden;
        table-layout:fixed;
    }

    td {
        border-collapse: collapse;
        border: 1px solid #ccc;
        width: auto;
    }

    table, table tr th, table tr td{
        max-width:100%;
        min-width: 100%;
    }

    td:hover
    {
        text-overflow:inherit;
        overflow:visible;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .w35{
        width: 30%;
    }

    .h30 {
        height: 0px;
    }

    .h90 {
        height: 0px;
    }

    .banner-container .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        color: #fff;
        display: none;
    }
    .banner-container .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        color: #fff;
        display: none;
    }

    .banner-item .text2 {
        position: inherit;
    }

    .info-content {
        overflow: hidden;
    }

    .download-list .h30 {
        height: 30px;
    }

    .header .nav-right {
        float: right;
        width: auto;
        background: #fff;
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .header .nav-wrapper {
        width: 100%;
    }

    .header .search-wrapper {
        width: auto;
    }

    .search {
        position: inherit;
        top: 0;
        right: 0;
        width: 126px;
    }

    .header .lang {
        width: 126px;
        margin-right: 15px;
    }

    .nav > li:hover > .menu {
        display: none;
    }

    .logo {
        float: left;
        padding: 0 0 10px 5%;
        width: 65%;
    }

    .logo img {
        width: 80%;
    }

    #log {
        width: 195px;
    }

    .search .enter {
        width: 35px;
    }

    .header .nav-mobile {
        position: relative;
        display: block;
        width: 20%;
        height: 50px;
        cursor: pointer;
        float: right;
    }

    .header .cd-menu-icon {
        /* this span is the central line in the menu menu */
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 25px;
        height: 2px;
        background-color: #000;
        /* these are the upper and lower lines in the menu menu */
    }

    .header .cd-menu-icon::before, .header .cd-menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .header .cd-menu-icon::before {
        bottom: 5px;
    }

    .header .cd-menu-icon::after {
        top: 5px;
    }

    .header.is-clicked .cd-menu-icon {
        background-color: rgba(255, 255, 255, 0);
    }

    .header.is-clicked .cd-menu-icon::before, .header.is-clicked .cd-menu-icon::after {
        background-color: white;
    }

    .header .nav-right {
        width: 100%;
        padding: 15px 0;
    }

    .nav {
        width: 98%;
        display: grid;
        vertical-align: top;
        padding: 15px 5px 15px 5px;
    }

    .nav > li {
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #000;
        position: relative;
        cursor: pointer;
        padding: 0 10px;
    }

    .nav > li > a > span.activeNav {
        border-bottom: 0px solid rgb(0, 0, 0);
        display: block;
    }

    .search-wrapper {
        display: inline-block;
        width: 100%;
        height: 50px;
        position: relative;
        vertical-align: top;
        margin-left: 15px;
        overflow: hidden;
    }

    .content {
        width: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    .business-list li img {
        width: auto;
        height: auto;
    }

    .profile-content {
        height: auto;
    }

    .bj-left {
        display: none;
    }

    .banner-home {
        height: 515px !important;
    }

    .banner-item .text1 {
        display: none;
    }

    .banner-item .text2 {
        z-index: 102;
        width: auto;
        padding-top: 80px;
    }

    .banner-item .text2 > h1 {
        padding: 0 15px;
        font-size: 24px;
        line-height: 150%;
    }

    .banner-item .text2 > p {
        width: auto;
        padding: 0 15px;
    }

    .banner-item .text2 > a {
        margin: 0 15px;
    }

    .search-list-wrapper > .content {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .search-list-wrapper > .content > .list-left {
        width: auto;
        box-sizing: border-box;
        float: left;
        margin: 0 15px;
    }

    .search-list-wrapper > .content > .list-left > ul > li > .search-content {
        display: block;
    }


    .search-list-wrapper > .content > .list-left > ul > li > .img-wrapper {
        width: auto;
        height: auto;
        display: table-cell;
        vertical-align: top;
        padding-right: 0px;
    }

    .search-list-wrapper > .content > .list-left > ul > li > .img-wrapper > a > img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
        margin: 0 0 15px 0;
    }

    .nwes-item {
        margin: 0 50px;
        height: 280px;
    }
    .news-swiper .news-container p {
        height: 115px;
    }

    .profile-content>.left>.data>h3 {
        font-size: 90px;
    }

    .presentations {
        font-size: 0;
        color: #fff;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .presentations-no {
        /*display: none;*/
    }

    .presentations > li {
        display: inline-block;
        padding: 6px 10px;
        height: 20px;
        line-height: 20px;
        margin-right: 4px;
        margin-bottom: 4px;
        border-radius: 4px;
    }

    .presentations > li > a {
        font-size: 14px;
        color: #000;
    }

    .presentations > li:hover {
        background: rgba(0, 0, 0, .5);
    }

    .presentations > li:hover a {
        color: #fff;
    }

    .presentations > li.on {
        background: rgba(0, 0, 0, .5);
    }

    .presentations > li.on a {
        color: #fff;
    }

    .good-name {
        padding: 30px 0 30px 0;
    }

    .good-trait > li + li {
        margin-left: 5px;
    }

    .good-trait > li {
        padding: 0 10px;
    }

    .content-wrapper > .right-content > .main-content {
        width: auto;
        padding: 15px;
        box-sizing: border-box;
        line-height: 175%;
    }

    .content-wrapper > .left-list {
        width: 100%;
        display: block;
        background: #f4f4f4;
        overflow: auto;
        position: relative;
    }

    .content-wrapper > .right-content {
        font-size: 16px;
        display: block;
        background: #fff;
        height: 100%;
        width: 100%;
        vertical-align: top;
    }

    .main-content img {
        max-width: 100%;
    }

    .mask {
        display: none;
    }

    .goods > .good:hover .mask {
        display: none;
    }

    .goods-wrapper {
        padding-bottom: 30px;
    }

    .good-name > h2 {
        line-height: 150%;
    }

    .goods-wrapper > .content > .goods {
        font-size: 0;
        padding: 15px;
        width: auto;
        overflow: hidden;

    }

    .goods-wrapper > .content > .goods {
        margin-bottom: 0px;
        overflow: hidden;
    }

    .goods-wrapper > .content > .goods > .good {
        width: auto;
        height: auto;
        font-size: 14px;
        margin: 0 0 30px 0;
        position: relative;
        vertical-align: top;
    }

    .goods-wrapper > .content > .goods > .good > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .goods-wrapper > .content > .goods > .good > a > img {
        width: 100%;
        height: auto;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
        border-radius: 4px;
    }

    .good-wrapper {
        padding: 15px;
    }

    .good-swiper > .prev {
        left: 0;
        z-index: 5;
    }

    .good-swiper > .next {
        right: 0;
        z-index: 5;
    }

    .nav-wrapper {
        margin: 0;
        padding: 0;
    }

    .nav-wrapper .tabs-wrapper > .tabs {
        width: auto;
        padding: 10px;
        background: #eee;
        overflow: auto;
        position: relative;
    }

    .nav-wrapper .tabs-wrapper > .tabs li {
        padding: 5px 15px;
        line-height: 175%;
        border-radius: 5px;
        position: relative;
        width: auto;
        min-width: auto;
        float: left;
        margin-right: 10px;
    }

    .nav-wrapper .tabs-wrapper > .tabs > li > a {
        padding: 0;
        height: auto;
        line-height: 175%;
    }

    .nav-wrapper .presentation-wrapper {
        background: #f7f7f7;
    }

    .nav-wrapper .presentation-wrapper ul {
        padding: 10px;
    }

    .news-list-wrapper > .content > .list-right > div > .news-tag > ul {
        padding-top: 15px;
        line-height: 24px;
        font-size: 0
    }

    .news-list-wrapper > .content > .list-right > div > .news-tag > ul > li.active {
        border: none;
    }

    .news-list-wrapper > .content > .list-left > ul > li > .img-wrapper {
        width: auto;
        height: auto;
        vertical-align: top;
        padding: 0px;
    }

    .news-list-wrapper > .content > .list-left > ul > li > .img-wrapper > a > img {
        width: 100%;
        border-radius: 6px;
        height: auto;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
        margin: 0 0 15px 0;
    }

    .news-list-wrapper > .content > .list-left > ul > li > .news-content {
        display: inline;
    }

    .content-wrapper > .left-list {
        width: 100%;
        background: #f4f4f4;
        overflow: auto;
        position: relative;
    }

    .breadcrumb {
        padding-bottom: 15px;
    }

    .breadcrumb > li {
        font-size: 14px;
        display: inline-block;
        height: auto;
        line-height: 25px;
    }

    .content-wrapper > .left-list > ul {
        width: auto;
        padding: 0px;
        margin: 10px;
        font-size: 16px;
        overflow: auto;
        float: none;
    }

    .content-wrapper > .left-list li {
        padding: 5px 15px;
        line-height: 175%;
        border-radius: 5px;
        position: relative;
        width: auto;
        min-width: auto;
        float: left;
        margin-right: 10px;
    }

    .content-wrapper > .left-list li > i {
        display: none;
    }

    .content-wrapper > .left-list li a {
        color: #333;
        width: auto;
    }

    .content-wrapper > .left-list li.active a {
        color: #fff;
    }


    /*我们的业务*/
    .business-list {
        font-size: 0;
        width: auto;
        margin: 15px 15px 60px 15px;
    }

    .business-list a {
        display: block;
    }

    .business-list img {
        width: 100%;
        height: auto;
    }

    .business-list > li {
        display: inline;
        width: auto;
        height: auto;
        vertical-align: top;
        text-align: center;
    }

    .business-list > li > img {
        width: 100%;
    }

    .business-list > li > h3 {
        font-size: 20px;
        text-align: center;
        margin: 24px 0;

    }

    .business-list > li > p {
        width: auto;
        margin: 0 auto;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        height: 96px;
        overflow: hidden;
    }

    .industry-list {
        width: auto;
        margin: 15px;
        padding: 0px;
        font-size: 0;
    }

    .industry-list > li {
        display: inherit;
        margin-bottom: 20px;
        width: auto;
        height: 35px;
        padding: 0 20px;
        background: #06076d;
        border-radius: 5px;
        line-height: 35px;
        color: #ffffff;
        margin-right: 0;
    }

    .news-swiper {
        margin: 90px 15px 15px 15px;

    }

    .news-swiper .news-container h4 a {
        line-height: 150%;
    }

    .news-list > li {
        display: inherit;
        width: auto;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
        border-radius: 5px;
        font-size: 14px;
        padding: 15px;
        box-sizing: border-box;
        margin: 10px 10px 20px 10px;
        vertical-align: top;
    }

    .news-swiper .news-container p {
        text-indent: 0;
    }

    .news-swiper .news-container {
        width: auto;
        height: 330px;
        margin: 0;
        color: #ffffff;
    }

    .profile-content > .left {
        margin: 10px;
    }

    .profile-content > .left > .data {
        width: auto;
        height: auto;
        background-color: #ff6500;
        box-shadow: 0px 5px 20px 0px rgba(255, 101, 0, 0.34);
        border-radius: 5px;
        box-sizing: border-box;
        padding: 30px;
        color: #ffffff;
    }

    .title > span {
        font-size: 32px;
        line-height: 100%;
    }

    .profile-content > .right {
        width: auto;
        padding-top: 0px;
        font-size: 0;
    }

    .profile-content > .right > p {
        width: auto;
        height: auto;
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        margin: 15px;
        overflow: hidden;
    }

    .profile-content > .right > img {
        display: none;
    }

    .banner-wrapper {
        height: auto;
    }

    .banner-wrapper > .left {
        display: none;
    }

    .banner-wrapper > .right {
        display: none;
    }

    .banner-item .text2 div{
        padding-left: 15px;
    }

    .solution-wrapper {
        padding-top: 15px;
    }

    .solution-wrapper > .content > .solution-list {
        font-size: 0;
        padding-bottom: 0px;
        width: auto;
    }

    .solution-wrapper > .content > .solution-list > li {
        margin: 10px 15px 60px 15px;
        width: auto;
        height: auto;
        display: block;
    }

    .solution-list > li > a {
        width: 100%;
        height: auto;
        display: block;
    }

    .solution-list > li > a > img {
        width: 100%;
        height: auto;
    }

    .solution-list > li > a.more {
        margin: 30px auto;
        position: initial;
        display: block;
    }

    .solution-list > li > p {
        padding: 0 21px;
        height: auto;
        color: #666666;
        font-size: 14px;
        line-height: 28px;
    }

    .vessel > div > a {
        width: 95%;
    }

    .main-content > h2 {
        margin: 28px 0;
    }

    .news-list-wrapper > .content > .list-right h3 {
        display: none;
    }

    .news-list-wrapper > .content > .list-right {
        float: none;
        padding: 15px;
        vertical-align: top;
        width: auto;
        overflow: hidden;
    }

    .list-left > ul {
        min-height: auto;
    }

    .news-list-wrapper > .content > .list-right > div > .relation-wrapper {
        display: none;
    }

    .news-list-wrapper > .content > .list-left {
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        float: left;
        border-right: 0px solid #d8d8d8;
    }

    .news-list-wrapper > .content > .list-left > h2 {
        text-align: center;
        width: auto;
        margin: 0 auto;
        line-height: 1.5;
        font-size: 32px;
        margin-bottom: 28px;
    }

    .classes-wrapper {
        text-align: center;
        border-bottom: 1px solid #ccc;
        line-height: 150%;
        padding-bottom: 15px;
    }

    .news-list-wrapper > .content {
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: hidden;
    }

    .info-content {
        /*overflow: hidden;*/
    }

    .info-content td > p {
        padding-left: 0px;
    }

    .forms > p > .title {
        display: inline-block;
        width: 25%;
        margin-bottom: 0;
        padding-top: 0;
        text-align: right;
    }

    .forms > p > input {
        width: auto;
    }

    .forms > p > textarea {
        width: auto;
    }

    .noData {
        text-align: center;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 30px;
    }

    .footer {
        margin-top: 0px;
        height: auto;
    }

    .siteinfo {
        display: none;
    }

    .branding {
        padding: 10px;
        line-height: 175%;
        text-align: center;
        height: auto;
    }

    .content-wrapper > .right-content > .annex-content{
        width: 100%;
    }

    .content-wrapper > .right-content > .annex-main-content{
        width: 100%; padding: 60px 0 60px 0;
    }
}

@media (max-width: 479px) {
}
