body {
    padding-top: 60px;
}

img {
    max-width: 100%;
}

.wrap {
    padding: 80px 0px;
}

.align-center {
    text-align: center;
}

.header {
    position: fixed;
    width: 100%;
    top: 0px;
    border: none;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
}

.logo img {
    width: auto;
    height: 60px;
}

.header .navbar {
    position: absolute;
    right: 0;
    top: 0;
}

.header .navbar .layui-nav {
    background: none;
    padding: 0;
    margin: 0;
    top: 0;
}

.header .navbar .layui-nav a {
    color: #333;
    font-size: 16px;
}

.header .navbar .layui-nav a:hover {
    color: #0093dd;
}

.header .layui-nav .layui-nav-bar {
    background-color: #0093dd;
    height: 2px;
}

.header .layui-nav .layui-this:after {
    background-color: #0093dd;
    height: 2px;
    color: #0093dd;
}

.header .layui-nav .layui-this a {
    color: #0093dd;
}

.banner-swiper {
    overflow: hidden;
    position: relative;
}

.banner-swiper .swiper-slide img {
    padding: 90px 0;
}

.banner-swiper .swiper-slide:nth-child(1) {
    background-color: rgb(142, 198, 63);
}

.banner-swiper .swiper-slide:nth-child(2) {
    background-color: rgb(204, 153, 0);
}

.banner-swiper .swiper-slide:nth-child(3) {
    background-color: rgb(0, 153, 255);
}

.banner-swiper .swiper-slide:nth-child(4) {
    background-color: rgb(111, 164, 72);
}

.banner-swiper .swiper-slide:nth-child(5) {
    background-color: rgb(153, 101, 51);
}

.banner-swiper .swiper-slide:nth-child(6) {
    background-color: rgb(241, 92, 117);
}

.banner-swiper .swiper-slide:nth-child(6) {
    background-color: rgb(35, 167, 207);
}

.banner-swiper .arrL {
    right: 50px;
    cursor: pointer;
}

.banner-swiper .arrR {
    left: 50px;
    cursor: pointer;
}

.wrap-title {
    text-align: center;
    margin-bottom: 50px;
}

.wrap-title h1 {
    font-size: 40px;
    font-weight: normal;
}

.index-about .info {
    font-weight: lighter;
    font-size: 18px;
    line-height: 2;
    color: #0f0f0f;
    padding-top: 0.2rem;
}

.index-about .sumarys {
    text-align: center;
    padding: 30px 0;
}

.index-about .sumarys strong.num {
    display: block;
    font-size: 42px;
    color: #0093dd;
}

.index-about .sumarys span.title {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.product-list .catsnav {
    height: 36px;
    width: 880px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}

.product-list .catsnav a:first-child {
    margin-left: 0;
}

.product-list .catsnav a {
    display: block;
    font-size: 22px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    margin-left: 68px;
}

.product-list .catsnav a.active, .product-list .catsnav a:hover {
    background: #1335bb;
    color: #fff;
}

.product-list .items .item {
    height: 300px;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
}

.product-list .items .item:hover {
    transition: all .5s;
    box-shadow: 4px 10px 20px #d8d8d8;
}

.product-list .items .item span, a {
    font-size: 16px;
    color: #555555;
}

.product-list .items .item img {
    width: 220px;
    height: 200px;
    max-width: 100%;
    margin: 20px;
}

.product-list .items .item p {
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 14px;
    background-image: url(../image/right.png);
    background-repeat: no-repeat;
    background-position: right;
}

.product-list .items .item p span {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
}

.product-list .items .item p i {
    font-size: 14px;
    color: #999999;
}

.index-industry {
    background-color: #eef0f5;
}

.index-industry .item {
    text-align: center;
    border-radius: 10px;
    background-color: #eef0f5;
    height: 320px;
    transition: all .6s
}

.index-industry .item:hover {
    cursor: pointer;
    background-color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 12px 15px rgba(140, 152, 164, .1);
}

.index-industry .item .icon {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    display: inline-block;
    transition: all .6s;
    margin-top: 30px;
}

.index-industry .item h3 {
    width: 100%;
}

.index-industry .item .desc {
    padding: 15px;
    color: #777;
    font-size: 15px;
}

.index-industry .item h3 {
    margin: 20px auto;
    font-size: 20px;
}

.index-industry .item .icon-first {
    background: url(../image/industry-icon.png) -440px 0px no-repeat;
    top: 215px;
    left: -45px;
}

.index-industry .item .icon-second {
    background: url(../image/industry-icon.png) -176px 0px no-repeat;
    top: 30px;
    left: 30px;
}

.index-industry .item .icon-third {
    background: url(../image/industry-icon.png) -265px 0px no-repeat;
    top: -45px;
    left: 215px;
}

.index-industry .item .icon-fourth {
    background: url(../image/industry-icon.png) -355px 0px no-repeat;
    top: 40px;
    left: 405px;
}

.index-industry .item .icon-fifth {
    background: url(../image/industry-icon.png) -530px 0px no-repeat;
    top: 215px;
    left: 470px;
}

.index-industry .item .icon-sixth {
    background: url(../image/industry-icon.png) -620px 0px no-repeat;
    top: 380px;
    left: 25px;
}

.index-industry .item .icon-seventh {
    background: url(../image/industry-icon.png) 0px 0px no-repeat;
    top: 475px;
    left: 215px;
}

.index-industry .item .icon-eighty {
    background: url(../image/industry-icon.png) -90px 0px no-repeat;
    top: 390px;
    left: 405px;
}

.index-industry .item:hover .icon-first {
    background: url(../image/industry-icon.png) -440px -90px no-repeat;
}

.index-industry .item:hover .icon-second {
    background: url(../image/industry-icon.png) -175px -90px no-repeat;
}

.index-industry .item:hover .icon-third {
    background: url(../image/industry-icon.png) -265px -90px no-repeat;
}

.index-industry .item:hover .icon-fourth {
    background: url(../image/industry-icon.png) -355px -90px no-repeat;
}

.index-industry .item:hover .icon-fifth {
    background: url(../image/industry-icon.png) -530px -90px no-repeat;
}

.index-industry .item:hover .icon-sixth {
    background: url(../image/industry-icon.png) -620px -90px no-repeat;
}

.index-industry .item:hover .icon-seventh {
    background: url(../image/industry-icon.png) 0px -90px no-repeat;
}

.index-industry .item:hover .icon-eighty {
    background: url(../image/industry-icon.png) -90px -90px no-repeat;
}

.index-contact .items .item {
    padding: 30px 50px;
    height: 460px;
}

.index-contact .items .item h3 {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
}

.index-contact .items .item .content {
    margin-top: 50px;
}

.index-contact .items .sendform {
    background-color: #0cb5a2;
}

.layui-textarea {
    min-height: 60px;
}

.index-contact .items .address {
    background-color: #fdd028;
}

.index-contact .items .address .content {
    line-height: 50px;
    font-size: 20px;
    font-weight: lighter;
}

.news-list {}

.news-list .items {}

.news-list .items .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-list .items .item, .news-list .items .item .content {
    zoom: 1;
    overflow: hidden;
}

.news-list .media-left, .news-list .media-right, .news-list .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.news-list .items .item .media-left a {
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-list .items .item img {
    object-fit: cover;
    width: 100%;
    height: 100px;
}

.news-list .items .item h3 {
    color: #0ba1e4;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news-list .items .item .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.news-list .items .item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}

.news-list .items .item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}

.news-list .items .item p {
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 40px;
    overflow: hidden;
    margin: 5px 0px;
    font-size: 14px;
}

.news-list .items .item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}

.news-list .items .item .dynamic-li a {
    float: right;
    display: inline-block;
    font-weight: 400;
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}

/**page**/

.banner {
    background-image: url(../image/banner-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 450px;
}

.banner .text {
    width: 50%;
    box-sizing: border-box;
    padding: 180px 0;
}

.banner h1 {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: lighter;
}

.article{font-size: 16px;}

.page-body .content {
    padding: 50px 0;
}

#mapcontainer{
    width: 100%;
    height: 400px;
}

.page-body .content h1.title{
    width: 100%;
    margin: 35px auto;
    text-align: center;
}

.cats {
    height: 40px;
}

.cats li {
    float: left;
    height: 40px;
}

.cats li a {
    font-size: 20px;
    margin: 0 10px;
    color: #555555;
    background-image: url(../image/line.png);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    float: left;
    text-align: center;
    padding-right: 50px;
}

.cats li a.on, .cats li a:hover {
    color: #222222;
    font-weight: bold;
}

.footer {
    background-color: #313f64;
    color: #fff;
    padding-top: 30px;
}

.footer .main {
    padding-bottom: 30px;
}

.footer .main .title {
    font-size: 20px;
    color: #0093dd;
    font-weight: 600;
}

.footer .main .contact {
    margin-top: 30px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 25px;
}

.footer .logo-round {
    width: 120px;
    height: 120px;
    margin-top: 20px;
}

.footer .links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.footer .links a {
    display: block;
    padding: 10px 0;
    line-height: 1;
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
}

.footer .links a:hover {
    transition: color .4s ease;
}

.footer a {
    color: #fff;
}

.footer .bottom {
    padding: 0;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    background-color: #202e50;
}

.footer .bottom p, .footer .bottom a {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {}

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